Searched defs:pmif (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/coreboot/src/soc/mediatek/common/include/soc/ |
H A D | pmif_common.h | 25 struct pmif { struct 26 struct mtk_pmif_regs *mtk_pmif; argument 30 u32 pmifid; argument 31 void (*read)(struct pmif *arb, u32 slvid, u32 reg, u32 *data); argument 32 void (*write)(struct pmif *arb, u32 slvid, u32 reg, u32 data); argument 33 u32 (*read_field)(struct pmif *arb, u32 slvid, u32 reg, u32 mask, u32 shift); argument 34 void (*write_field)(struct pmif *arb, u32 slvid, u32 reg, u32 val, u32 mask, u32 shift); argument 35 int (*is_pmif_init_done)(struct pmif *arb); argument
|