Searched refs:SEC_Q_DEPTH_CFG_DEPTH_M (Results 1 – 1 of 1) sorted by relevance
136 #define SEC_Q_DEPTH_CFG_DEPTH_M GENMASK(11, 0) macro572 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()