chgconfig 118 drivers/mfd/tps65010.c static void dbg_chgconf(int por, char *buf, size_t len, u8 chgconfig) chgconfig 123 drivers/mfd/tps65010.c hibit = (chgconfig & TPS_CHARGE_POR) chgconfig 126 drivers/mfd/tps65010.c hibit = (chgconfig & TPS65013_AUA) ? "AUA" : ""; chgconfig 129 drivers/mfd/tps65010.c chgconfig, hibit, chgconfig 130 drivers/mfd/tps65010.c (chgconfig & TPS_CHARGE_RESET) ? " reset" : "", chgconfig 131 drivers/mfd/tps65010.c (chgconfig & TPS_CHARGE_FAST) ? " fast" : "", chgconfig 132 drivers/mfd/tps65010.c ({int p; switch ((chgconfig >> 3) & 3) { chgconfig 138 drivers/mfd/tps65010.c (chgconfig & TPS_VBUS_CHARGING) chgconfig 139 drivers/mfd/tps65010.c ? ((chgconfig & TPS_VBUS_500MA) ? 500 : 100) chgconfig 141 drivers/mfd/tps65010.c (chgconfig & TPS_CHARGE_ENABLE) ? "" : "No"); chgconfig 164 drivers/mfd/tps65010.c static void show_chgconfig(int por, const char *label, u8 chgconfig) chgconfig 168 drivers/mfd/tps65010.c dbg_chgconf(por, buf, sizeof buf, chgconfig); chgconfig 176 drivers/mfd/tps65010.c static inline void show_chgconfig(int por, const char *label, u8 chgconfig) { } chgconfig 408 drivers/mfd/tps65010.c u8 chgconfig, tmp; chgconfig 410 drivers/mfd/tps65010.c chgconfig = i2c_smbus_read_byte_data(tps->client, chgconfig 412 drivers/mfd/tps65010.c chgconfig &= ~(TPS_VBUS_500MA | TPS_VBUS_CHARGING); chgconfig 414 drivers/mfd/tps65010.c chgconfig |= TPS_VBUS_500MA | TPS_VBUS_CHARGING; chgconfig 416 drivers/mfd/tps65010.c chgconfig |= TPS_VBUS_CHARGING; chgconfig 419 drivers/mfd/tps65010.c TPS_CHGCONFIG, chgconfig); chgconfig 988 drivers/mfd/tps65010.c unsigned vdcdc1, chgconfig; chgconfig 1001 drivers/mfd/tps65010.c chgconfig = i2c_smbus_read_byte_data(the_tps->client, TPS_CHGCONFIG); chgconfig 1006 drivers/mfd/tps65010.c chgconfig &= ~TPS65013_AUA; /* disable AUA bit */ chgconfig 1011 drivers/mfd/tps65010.c chgconfig |= TPS65013_AUA; /* enable AUA bit */ chgconfig 1017 drivers/mfd/tps65010.c TPS_CHGCONFIG, chgconfig); chgconfig 1025 drivers/mfd/tps65010.c chgconfig = i2c_smbus_read_byte_data(the_tps->client, TPS_CHGCONFIG); chgconfig 1026 drivers/mfd/tps65010.c the_tps->chgconf = chgconfig; chgconfig 1027 drivers/mfd/tps65010.c show_chgconfig(0, "chgconf", chgconfig);