pmif
static inline struct pmif *to_mtk_pmif(struct spmi_controller *ctrl)
static u32 pmif_readl(struct pmif *arb, struct pmif_bus *pbus, enum pmif_regs reg)
static void pmif_writel(struct pmif *arb, struct pmif_bus *pbus,
static u32 mtk_spmi_readl(struct pmif *arb, struct pmif_bus *pbus, enum spmi_regs reg)
static void mtk_spmi_writel(struct pmif *arb, struct pmif_bus *pbus,
static bool pmif_is_fsm_vldclr(struct pmif *arb, struct pmif_bus *pbus)
struct pmif *arb = to_mtk_pmif(ctrl);
struct pmif *arb = to_mtk_pmif(ctrl);
struct pmif *arb = to_mtk_pmif(ctrl);
struct pmif *arb = to_mtk_pmif(pbus->ctrl);
struct pmif *arb = to_mtk_pmif(pbus->ctrl);
struct pmif *arb = to_mtk_pmif(pbus->ctrl);
struct pmif *arb;
struct pmif *arb = platform_get_drvdata(pdev);