Home
last modified time | relevance | path

Searched refs:cd_fetch_cnt (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/crypto/inside-secure/
A Dsafexcel.c477 int i, cd_fetch_cnt; in safexcel_hw_setup_cdesc_rings() local
485 cd_fetch_cnt = (1 << priv->hwconfig.hwcfsize) / cd_size_rnd; in safexcel_hw_setup_cdesc_rings()
486 cd_fetch_cnt = min_t(uint, cd_fetch_cnt, in safexcel_hw_setup_cdesc_rings()
490 cd_fetch_cnt = ((1 << priv->hwconfig.hwcfsize) / in safexcel_hw_setup_cdesc_rings()
497 if (!cd_fetch_cnt) { in safexcel_hw_setup_cdesc_rings()
512 writel(((cd_fetch_cnt * in safexcel_hw_setup_cdesc_rings()
514 (cd_fetch_cnt * (priv->config.cd_offset / sizeof(u32))), in safexcel_hw_setup_cdesc_rings()

Completed in 7 milliseconds