Searched refs:stm32_rif_semaphore_enabled_and_ok (Results 1 – 8 of 8) sorted by relevance
| /optee_os/core/include/drivers/ |
| H A D | stm32_rif.h | 88 static inline bool stm32_rif_semaphore_enabled_and_ok(uint32_t cidcfgr, in stm32_rif_semaphore_enabled_and_ok() function 174 stm32_rif_semaphore_enabled_and_ok(uint32_t cidcfgr __unused, in stm32_rif_semaphore_enabled_and_ok() function
|
| /optee_os/core/drivers/firewall/ |
| H A D | stm32_rif.c | 50 if (stm32_rif_semaphore_enabled_and_ok(cidcfgr, cid_to_check)) { in stm32_rif_check_access()
|
| H A D | stm32_rifsc.c | 783 !stm32_rif_semaphore_enabled_and_ok(cidcfgr, cid_to_check)) || in stm32_rifsc_check_access() 832 if (!stm32_rif_semaphore_enabled_and_ok(cidcfgr, RIF_CID1)) in stm32_rifsc_acquire_access() 918 if (stm32_rif_semaphore_enabled_and_ok(cidcfgr, RIF_CID1)) in stm32_rifsc_release_access() 975 if (!stm32_rif_semaphore_enabled_and_ok(risup->cid_attr, in stm32_rifsc_sem_pm_resume()
|
| /optee_os/core/drivers/ |
| H A D | stm32_hpdma.c | 104 if (!stm32_rif_semaphore_enabled_and_ok(cidcfgr, RIF_CID1)) in handle_available_semaphores()
|
| H A D | stm32_gpio.c | 469 } else if (stm32_rif_semaphore_enabled_and_ok(cidcfgr, RIF_CID1)) { in pin_is_accessible() 494 if (stm32_rif_semaphore_enabled_and_ok(cidcfgr, RIF_CID1)) in acquire_rif_semaphore_if_needed() 526 if (stm32_rif_semaphore_enabled_and_ok(cidcfgr, RIF_CID1) && in release_rif_semaphore_if_acquired() 951 if (!stm32_rif_semaphore_enabled_and_ok(cidcfgr, RIF_CID1)) in handle_available_semaphores()
|
| H A D | stm32_fmc.c | 111 if (!stm32_rif_semaphore_enabled_and_ok(cidcfgr, RIF_CID1)) in handle_available_semaphores()
|
| /optee_os/core/drivers/clk/ |
| H A D | clk-stm32mp21.c | 3501 if (!stm32_rif_semaphore_enabled_and_ok(cidcfgr, RIF_CID1)) in handle_available_semaphores()
|
| H A D | clk-stm32mp25.c | 3576 if (!stm32_rif_semaphore_enabled_and_ok(cidcfgr, RIF_CID1)) in handle_available_semaphores()
|