Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/inside-secure/
Dsafexcel.c226 writel(EIP197_xDR_DESC_MODE_64BIT | (priv->config.cd_offset << 16) | in safexcel_hw_setup_cdesc_rings()
230 (EIP197_FETCH_COUNT * priv->config.cd_offset), in safexcel_hw_setup_cdesc_rings()
436 writel((EIP197_DEFAULT_RING_SIZE * priv->config.cd_offset) << 2, in safexcel_hw_init()
579 writel((cdesc * priv->config.cd_offset) << 2, in safexcel_dequeue()
940 priv->config.cd_offset = (priv->config.cd_size + mask) & ~mask; in safexcel_configure()
Dsafexcel_ring.c17 cdr->offset = sizeof(u32) * priv->config.cd_offset; in safexcel_init_ring_descriptors()
Dsafexcel.h527 u32 cd_offset; member