Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Dstm32_rif.h20 #define _CIDCFGR_SEMWL_SHIFT U(16) macro
21 #define _CIDCFGR_SEMWL(x) BIT(_CIDCFGR_SEMWL_SHIFT + (x))
/optee_os/core/drivers/
H A Dstm32_hsem.c153 if (BIT(proc_cid + _CIDCFGR_SEMWL_SHIFT) & in apply_rif_config()