Lines Matching defs:spmi_pmic_arb_dev
123 struct spmi_pmic_arb_dev { struct
124 void __iomem *rd_base;
125 void __iomem *wr_base;
126 void __iomem *intr;
127 void __iomem *cnfg;
128 raw_spinlock_t lock;
129 u8 channel;
130 int irq;
131 u8 ee;
132 u8 min_apid;
133 u8 max_apid;
134 u32 mapping_table[SPMI_MAPPING_TABLE_LEN];
135 struct irq_domain *domain;
136 struct spmi_controller *spmic;
137 u16 apid_to_ppid[256];
161 u32 (*offset)(struct spmi_pmic_arb_dev *dev, u8 sid, u16 addr); argument