Searched refs:TCIC_SSTAT_LBAT1 (Results 1 – 2 of 2) sorted by relevance
561 events |= (latch & TCIC_SSTAT_LBAT1) ? SS_STSCHG : 0; in tcic_interrupt() 564 events |= (latch & TCIC_SSTAT_LBAT1) ? SS_BATDEAD : 0; in tcic_interrupt() 604 *value |= (reg & TCIC_SSTAT_LBAT1) ? SS_STSCHG : 0; in tcic_get_status() 607 *value |= (reg & TCIC_SSTAT_LBAT1) ? SS_BATDEAD : 0; in tcic_get_status()
75 #define TCIC_SSTAT_LBAT1 0x08 macro