irq3             1060 drivers/power/supply/rt9455_charger.c 	unsigned int irq3, mask3;
irq3             1065 drivers/power/supply/rt9455_charger.c 	ret = regmap_read(info->regmap, RT9455_REG_IRQ3, &irq3);
irq3             1077 drivers/power/supply/rt9455_charger.c 	if (irq3 & GET_MASK(F_BSTBUSOVI)) {
irq3             1081 drivers/power/supply/rt9455_charger.c 	if (irq3 & GET_MASK(F_BSTOLI)) {
irq3             1085 drivers/power/supply/rt9455_charger.c 	if (irq3 & GET_MASK(F_BSTLOWVI)) {
irq3             1089 drivers/power/supply/rt9455_charger.c 	if (irq3 & GET_MASK(F_BST32SI)) {