Searched refs:twl4030_bci_read (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/power/supply/ |
H A D | twl4030_charger.c | 173 static int twl4030_bci_read(u8 reg, u8 *val) in twl4030_bci_read() function 191 ret = twl4030_bci_read(reg + 1, &val); in twl4030bci_read_adc_val() 198 ret = twl4030_bci_read(reg, &val); in twl4030bci_read_adc_val() 276 status = twl4030_bci_read(TWL4030_BCICTL1, &bcictl1); in twl4030_charger_update_current() 317 status = twl4030_bci_read(TWL4030_BCIMFTH8, &oldreg); in twl4030_charger_update_current() 337 status = twl4030_bci_read(TWL4030_BCIMFTH9, &oldreg); in twl4030_charger_update_current() 358 status = twl4030_bci_read(TWL4030_BCIIREF1, &oldreg); in twl4030_charger_update_current() 362 status = twl4030_bci_read(TWL4030_BCIIREF2, &oldreg); in twl4030_charger_update_current() 749 ret = twl4030_bci_read(TWL4030_BCICTL1, &bcictl1); in twl4030_charger_get_current() 765 ret = twl4030_bci_read(TWL4030_BCIMSTATEC, &state); in twl4030bci_state() [all …]
|