Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/power/supply/
H A Dtwl4030_charger.c48 #define TWL4030_CGAIN BIT(5) macro
283 if ((!!cgain) != !!(bcictl1 & TWL4030_CGAIN)) in twl4030_charger_update_current()
387 if ((!!cgain) != !!(bcictl1 & TWL4030_CGAIN)) { in twl4030_charger_update_current()
389 bcictl1 ^= TWL4030_CGAIN; in twl4030_charger_update_current()
754 return regval2ua(curr, bcictl1 & TWL4030_CGAIN); in twl4030_charger_get_current()
878 TWL4030_CGAIN); in twl4030_bci_get_property()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds