Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/hisilicon/sec/
H A Dsec_drv.c136 #define SEC_Q_DEPTH_CFG_DEPTH_M GENMASK(11, 0) macro
572 regval &= ~SEC_Q_DEPTH_CFG_DEPTH_M; in sec_queue_depth()
573 regval |= (depth << SEC_Q_DEPTH_CFG_DEPTH_S) & SEC_Q_DEPTH_CFG_DEPTH_M; in sec_queue_depth()