Home
last modified time | relevance | path

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

/openbmc/qemu/hw/gpio/
H A Dpcf8574.c39 #define PORTS_COUNT (8) macro
46 qemu_irq handler[PORTS_COUNT];
53 s->lastrq = MAKE_64BIT_MASK(0, PORTS_COUNT); in pcf8574_reset()
54 s->input = MAKE_64BIT_MASK(0, PORTS_COUNT); in pcf8574_reset()
55 s->output = MAKE_64BIT_MASK(0, PORTS_COUNT); in pcf8574_reset()