Searched refs:pmic_bus_read (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/drivers/power/ |
D | axp209.c | 38 while ((rc = pmic_bus_read(AXP209_DCDC2_VOLTAGE, ¤t)) == 0 && in axp_set_dcdc2() 80 rc = pmic_bus_read(AXP209_LDO24_VOLTAGE, ®); in axp_set_aldo2() 130 rc = pmic_bus_read(AXP209_LDO24_VOLTAGE, ®); in axp_set_aldo4() 152 rc = pmic_bus_read(AXP209_CHIP_VERSION, &ver); in axp_init()
|
D | axp152.c | 29 while ((rc = pmic_bus_read(AXP152_DCDC2_VOLTAGE, ¤t)) == 0 && in axp_set_dcdc2() 72 rc = pmic_bus_read(AXP152_CHIP_VERSION, &ver); in axp_init()
|
D | axp221.c | 218 ret = pmic_bus_read(AXP221_CHIP_ID, &axp_chip_id); in axp_init() 254 ret = pmic_bus_read(AXP221_SID + i, &dest[i]); in axp_get_sid()
|
D | axp818.c | 246 ret = pmic_bus_read(AXP818_CHIP_ID, &axp_chip_id); in axp_init()
|
/external/u-boot/arch/arm/mach-sunxi/ |
D | pmic_bus.c | 61 int pmic_bus_read(u8 reg, u8 *data) in pmic_bus_read() function 100 ret = pmic_bus_read(reg, &val); in pmic_bus_setbits() 113 ret = pmic_bus_read(reg, &val); in pmic_bus_clrbits()
|
/external/u-boot/drivers/gpio/ |
D | axp_gpio.c | 89 ret = pmic_bus_read(AXP_POWER_STATUS, &val); in axp_gpio_get_value() 96 ret = pmic_bus_read(AXP_VBUS_IPSOUT, &val); in axp_gpio_get_value() 105 ret = pmic_bus_read(AXP_GPIO_STATE, &val); in axp_gpio_get_value()
|
/external/u-boot/arch/arm/include/asm/arch-sunxi/ |
D | pmic_bus.h | 12 int pmic_bus_read(u8 reg, u8 *data);
|