Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mfd/
Dtps65010.c131 static void dbg_chgconf(int por, char *buf, size_t len, u8 chgconfig) in dbg_chgconf() argument
136 hibit = (chgconfig & TPS_CHARGE_POR) in dbg_chgconf()
139 hibit = (chgconfig & TPS65013_AUA) ? "AUA" : ""; in dbg_chgconf()
142 chgconfig, hibit, in dbg_chgconf()
143 (chgconfig & TPS_CHARGE_RESET) ? " reset" : "", in dbg_chgconf()
144 (chgconfig & TPS_CHARGE_FAST) ? " fast" : "", in dbg_chgconf()
145 ({int p; switch ((chgconfig >> 3) & 3) { in dbg_chgconf()
151 (chgconfig & TPS_VBUS_CHARGING) in dbg_chgconf()
152 ? ((chgconfig & TPS_VBUS_500MA) ? 500 : 100) in dbg_chgconf()
154 (chgconfig & TPS_CHARGE_ENABLE) ? "" : "No"); in dbg_chgconf()
[all …]