Searched refs:lastrq (Results 1 – 1 of 1) sorted by relevance
43 uint8_t lastrq; /* Last requested state. If changed - assert irq */ member53 s->lastrq = MAKE_64BIT_MASK(0, PORTS_COUNT); in pcf8574_reset()68 if (s->lastrq != linestate) { in pcf8574_rx()69 s->lastrq = linestate; in pcf8574_rx()97 qemu_set_irq(s->intrq, actual == s->lastrq); in pcf8574_tx()109 VMSTATE_UINT8(lastrq, PCF8574State),127 if (pcf8574_line_state(s) != s->lastrq && s->intrq) { in pcf8574_gpio_set()