Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/power/
Drt9455_charger.c175 #define GET_MASK(fid) (BIT(rt9455_reg_fields[fid].msb + 1) - \ macro
428 if (v & GET_MASK(F_TSDI)) { in rt9455_charger_get_health()
432 if (v & GET_MASK(F_VINOVPI)) { in rt9455_charger_get_health()
436 if (v & GET_MASK(F_BATAB)) { in rt9455_charger_get_health()
447 if (v & GET_MASK(F_CHBATOVI)) { in rt9455_charger_get_health()
451 if (v & GET_MASK(F_CH32MI)) { in rt9455_charger_get_health()
462 if (v & GET_MASK(F_BSTBUSOVI)) { in rt9455_charger_get_health()
466 if (v & GET_MASK(F_BSTOLI)) { in rt9455_charger_get_health()
470 if (v & GET_MASK(F_BSTLOWVI)) { in rt9455_charger_get_health()
474 if (v & GET_MASK(F_BST32SI)) { in rt9455_charger_get_health()
[all …]