Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/drivers/spmi/
H A Dpmif_common.c51 struct pmif *get_pmif_controller(int inf, int mstid) in get_pmif_controller() function
58 struct pmif *arb = get_pmif_controller(PMIF_SPMI, mstid); in pmif_check_idle()
71 struct pmif *arb = get_pmif_controller(PMIF_SPMI, mstid); in pmif_check_vldclr()
H A Dpmif_common.h40 struct pmif *get_pmif_controller(int inf, int mstid);
H A Dspmi_common.c161 struct pmif *arb = get_pmif_controller(PMIF_SPMI, mstid); in spmi_ctrl_op_st()