Searched refs:newStatus (Results 1 – 2 of 2) sorted by relevance
178 int newStatus = gpioLine.get_value(); in monitorPresence() 179 if (static_cast<int>(status) != newStatus) in monitorPresence() 181 updateAndTracePresence(newStatus); in monitorPresence() 174 int newStatus = gpioLine.get_value(); monitorPresence() local
2605 uint16_t newStatus = s->IntrStatus & ~val; in rtl8139_IntrStatus_write() local2608 newStatus = SET_MASKED(newStatus, 0x1e00, s->IntrStatus); in rtl8139_IntrStatus_write()2614 s->IntrStatus = newStatus; in rtl8139_IntrStatus_write()