Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/gpio/
H A Dpca9554.h19 #define PCA9554_NR_REGS 4 macro
30 uint8_t regs[PCA9554_NR_REGS];
/openbmc/qemu/hw/gpio/
H A Dpca9554.c228 VMSTATE_UINT8_ARRAY(regs, PCA9554State, PCA9554_NR_REGS),