Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8189/constraints/
H A Dmt_spm_rc_syspll.c138 uint32_t nb_type = 0; in spm_run_rc_syspll() local
151 nb_type = MT_SPM_NOTIFY_LP_ENTER; in spm_run_rc_syspll()
156 nb_type = MT_SPM_NOTIFY_IDLE_ENTER; in spm_run_rc_syspll()
167 mt_spm_sspm_notify_u32(nb_type, cmd); in spm_run_rc_syspll()
184 uint32_t nb_type = 0; in spm_reset_rc_syspll() local
192 nb_type = MT_SPM_NOTIFY_LP_LEAVE; in spm_reset_rc_syspll()
200 nb_type = MT_SPM_NOTIFY_IDLE_LEAVE; in spm_reset_rc_syspll()
210 mt_spm_sspm_notify_u32(nb_type, cmd); in spm_reset_rc_syspll()
H A Dmt_spm_rc_bus26m.c178 uint32_t nb_type = 0; in spm_run_rc_bus26m() local
191 nb_type = MT_SPM_NOTIFY_LP_ENTER; in spm_run_rc_bus26m()
196 nb_type = MT_SPM_NOTIFY_IDLE_ENTER; in spm_run_rc_bus26m()
207 mt_spm_sspm_notify_u32(nb_type, cmd); in spm_run_rc_bus26m()
225 uint32_t nb_type = 0; in spm_reset_rc_bus26m() local
232 nb_type = MT_SPM_NOTIFY_LP_LEAVE; in spm_reset_rc_bus26m()
240 nb_type = MT_SPM_NOTIFY_IDLE_LEAVE; in spm_reset_rc_bus26m()
250 mt_spm_sspm_notify_u32(nb_type, 0); in spm_reset_rc_bus26m()
/rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8196/constraints/
H A Dmt_spm_rc_syspll.c143 uint32_t nb_type = MT_SPM_NOTIFY_IDLE_ENTER; in spm_run_rc_syspll() local
161 nb_type = MT_SPM_NOTIFY_IDLE_ENTER; in spm_run_rc_syspll()
173 mt_spm_sspm_notify_u32(nb_type, cmd); in spm_run_rc_syspll()
191 uint32_t nb_type = MT_SPM_NOTIFY_IDLE_LEAVE; in spm_reset_rc_syspll() local
207 nb_type = MT_SPM_NOTIFY_IDLE_LEAVE; in spm_reset_rc_syspll()
219 mt_spm_sspm_notify_u32(nb_type, cmd); in spm_reset_rc_syspll()
H A Dmt_spm_rc_bus26m.c144 uint32_t nb_type = MT_SPM_NOTIFY_IDLE_ENTER; in spm_run_rc_bus26m() local
172 mt_spm_sspm_notify_u32(nb_type, cmd); in spm_run_rc_bus26m()
192 uint32_t nb_type = MT_SPM_NOTIFY_IDLE_LEAVE; in spm_reset_rc_bus26m() local
214 mt_spm_sspm_notify_u32(nb_type, 0); in spm_reset_rc_bus26m()