Home
last modified time | relevance | path

Searched refs:TWL4030_CGAIN (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/power/supply/
H A Dtwl4030_charger.c49 #define TWL4030_CGAIN BIT(5) macro
284 if ((!!cgain) != !!(bcictl1 & TWL4030_CGAIN)) in twl4030_charger_update_current()
388 if ((!!cgain) != !!(bcictl1 & TWL4030_CGAIN)) { in twl4030_charger_update_current()
390 bcictl1 ^= TWL4030_CGAIN; in twl4030_charger_update_current()
753 return regval2ua(curr, bcictl1 & TWL4030_CGAIN); in twl4030_charger_get_current()
877 TWL4030_CGAIN); in twl4030_bci_get_property()