Searched refs:is_set (Results 1 – 7 of 7) sorted by relevance
| /rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8196/ |
| H A D | mt_spm_hwreq.c | 70 uint32_t is_set, uint32_t val) in __spm_hwcg_ctrl() argument 79 if (is_set) in __spm_hwcg_ctrl() 86 uint32_t is_set, uint32_t val) in spm_hwcg_ctrl() argument 106 __spm_hwcg_ctrl(&info, type, is_set, val); in spm_hwcg_ctrl() 110 uint32_t is_set, uint32_t val) in spm_hwcg_ctrl_by_index() argument 115 spm_hwcg_ctrl(res, type, is_set, val); in spm_hwcg_ctrl_by_index() 533 uint32_t is_set, uint32_t val) in __spm_peri_req_ctrl() argument 544 if (is_set) in __spm_peri_req_ctrl() 553 uint32_t is_set, uint32_t val) in spm_peri_req_ctrl() argument 573 __spm_peri_req_ctrl(&info, is_set, val); in spm_peri_req_ctrl() [all …]
|
| /rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8189/ |
| H A D | mt_spm_hwreq.c | 69 enum spm_hwcg_setting type, uint32_t is_set, in __spm_hwcg_ctrl() argument 79 if (is_set) in __spm_hwcg_ctrl() 85 void spm_hwcg_ctrl(uint32_t res, enum spm_hwcg_setting type, uint32_t is_set, in spm_hwcg_ctrl() argument 106 __spm_hwcg_ctrl(&info, type, is_set, val); in spm_hwcg_ctrl() 110 uint32_t is_set, uint32_t val) in spm_hwcg_ctrl_by_index() argument 115 spm_hwcg_ctrl(res, type, is_set, val); in spm_hwcg_ctrl_by_index() 585 static void __spm_peri_req_ctrl(struct spm_peri_req_info *info, uint32_t is_set, in __spm_peri_req_ctrl() argument 598 if (is_set) in __spm_peri_req_ctrl() 604 void spm_peri_req_ctrl(uint32_t res, uint32_t is_set, uint32_t val) in spm_peri_req_ctrl() argument 626 __spm_peri_req_ctrl(&info, is_set, val); in spm_peri_req_ctrl() [all …]
|
| H A D | mt_spm_conservation.h | 24 int spm_conservation_wakeup_obs(int is_set, int cat, uint32_t wake_src_bits);
|
| H A D | mt_spm_conservation.c | 84 int spm_conservation_wakeup_obs(int is_set, int cat, uint32_t wake_src_bits) in spm_conservation_wakeup_obs() argument 87 if (is_set) in spm_conservation_wakeup_obs()
|
| /rk3399_ARM-atf/plat/mediatek/drivers/mtcmos/ |
| H A D | mtcmos.c | 35 static int mtcmos_wait_for_state(uint32_t reg, uint32_t mask, bool is_set) in mtcmos_wait_for_state() argument 38 uint32_t expect = is_set ? mask : 0; in mtcmos_wait_for_state() 48 __func__, reg, mask, is_set, mmio_read_32(reg)); in mtcmos_wait_for_state()
|
| /rk3399_ARM-atf/plat/mediatek/drivers/emi_mpu/mt8188/ |
| H A D | emi_mpu.c | 124 uint32_t is_set = get_decoded_set_clear_info(zone_info); in emi_mpu_optee_handler() local 134 if (is_set > 0) { in emi_mpu_optee_handler()
|
| /rk3399_ARM-atf/plat/mediatek/drivers/spm/ |
| H A D | mt_spm_common_v1.h | 310 uint32_t is_set, uint32_t val); 316 uint32_t is_set, uint32_t val); 356 uint32_t is_set, uint32_t val);
|