Searched refs:hi6421_spmi_pmic_read (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/staging/hikey9xx/ |
| H A D | hi6421-spmi-pmic.c | 67 int hi6421_spmi_pmic_read(struct hi6421_spmi_pmic *pmic, int reg) in hi6421_spmi_pmic_read() function 86 EXPORT_SYMBOL(hi6421_spmi_pmic_read); 115 data = hi6421_spmi_pmic_read(pmic, reg) & ~mask; in hi6421_spmi_pmic_rmw() 131 pending = hi6421_spmi_pmic_read(pmic, (i + SOC_PMIC_IRQ0_ADDR)); in hi6421_spmi_irq_handler() 165 data = hi6421_spmi_pmic_read(pmic, offset); in hi6421_spmi_irq_mask() 181 data = hi6421_spmi_pmic_read(pmic, offset); in hi6421_spmi_irq_unmask() 222 pending = hi6421_spmi_pmic_read(pmic, SOC_PMIC_IRQ0_ADDR + i); in hi6421_spmi_pmic_irq_prc()
|
| H A D | hi6421v600-regulator.c | 62 reg_val = hi6421_spmi_pmic_read(pmic, rdev->desc->enable_reg); in hi6421_spmi_regulator_is_enabled() 119 reg_val = hi6421_spmi_pmic_read(pmic, rdev->desc->vsel_reg); in hi6421_spmi_regulator_get_voltage_sel() 162 reg_val = hi6421_spmi_pmic_read(pmic, rdev->desc->enable_reg); in hi6421_spmi_regulator_get_mode()
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | hi6421-spmi-pmic.h | 31 int hi6421_spmi_pmic_read(struct hi6421_spmi_pmic *pmic, int reg);
|