Searched refs:chgconfig (Results 1 – 1 of 1) sorted by relevance
118 static void dbg_chgconf(int por, char *buf, size_t len, u8 chgconfig) in dbg_chgconf() argument123 hibit = (chgconfig & TPS_CHARGE_POR) in dbg_chgconf()126 hibit = (chgconfig & TPS65013_AUA) ? "AUA" : ""; in dbg_chgconf()129 chgconfig, hibit, in dbg_chgconf()130 (chgconfig & TPS_CHARGE_RESET) ? " reset" : "", in dbg_chgconf()131 (chgconfig & TPS_CHARGE_FAST) ? " fast" : "", in dbg_chgconf()132 ({int p; switch ((chgconfig >> 3) & 3) { in dbg_chgconf()138 (chgconfig & TPS_VBUS_CHARGING) in dbg_chgconf()139 ? ((chgconfig & TPS_VBUS_500MA) ? 500 : 100) in dbg_chgconf()141 (chgconfig & TPS_CHARGE_ENABLE) ? "" : "No"); in dbg_chgconf()[all …]