Home
last modified time | relevance | path

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

/optee_os/core/drivers/firewall/
H A Dstm32_risab.c617 uint32_t q_conf = 0; in stm32_risab_check_access() local
641 q_conf = fw->args[0]; in stm32_risab_check_access()
651 if (!!(q_conf & BIT(RISAB_SEC_SHIFT)) ^ !!(seccfgr & BIT(first_page))) { in stm32_risab_check_access()
652 if (!(q_conf & BIT(RISAB_SEC_SHIFT) && in stm32_risab_check_access()
661 if (dprivcfgr && !(q_conf & BIT(RISAB_DPRIV_SHIFT))) in stm32_risab_check_access()
667 read_cids = SHIFT_U32(q_conf & RISAB_RLIST_MASK, RISAB_READ_LIST_SHIFT); in stm32_risab_check_access()
668 write_cids = SHIFT_U32(q_conf & RISAB_WLIST_MASK, in stm32_risab_check_access()
670 priv_cids = q_conf & RISAB_PLIST_MASK; in stm32_risab_check_access()