Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/inside-secure/
Dsafexcel.c229 writel(((EIP197_FETCH_COUNT * (cd_size_rnd << hdw)) << 16) | in safexcel_hw_setup_cdesc_rings()
230 (EIP197_FETCH_COUNT * priv->config.cd_offset), in safexcel_hw_setup_cdesc_rings()
268 writel(((EIP197_FETCH_COUNT * (rd_size_rnd << hdw)) << 16) | in safexcel_hw_setup_rdesc_rings()
269 (EIP197_FETCH_COUNT * priv->config.rd_offset), in safexcel_hw_setup_rdesc_rings()
Dsafexcel.h24 #define EIP197_FETCH_COUNT 1 macro