Searched refs:pmic_reg (Results 1 – 1 of 1) sorted by relevance
19 static u32 pmic_reg(struct pmic *p, u32 reg, u32 *val, u32 write) in pmic_reg() function66 return pmic_reg(p, reg, &val, 1); in pmic_reg_write()71 return pmic_reg(p, reg, val, 0); in pmic_reg_read()