Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/fan/
H A DPresenceGpio.cpp178 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
/openbmc/qemu/hw/net/
H A Drtl8139.c2605 uint16_t newStatus = s->IntrStatus & ~val; in rtl8139_IntrStatus_write() local
2608 newStatus = SET_MASKED(newStatus, 0x1e00, s->IntrStatus); in rtl8139_IntrStatus_write()
2614 s->IntrStatus = newStatus; in rtl8139_IntrStatus_write()