Home
last modified time | relevance | path

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

/openbmc/qemu/hw/gpio/
H A Dpca9554.c88 return s->regs[PCA9554_INPUT] ^ s->regs[PCA9554_POLARITY]; in pca9554_read()
90 case PCA9554_POLARITY: in pca9554_read()
108 case PCA9554_POLARITY: in pca9554_write()
241 s->regs[PCA9554_POLARITY] = 0x0; /* No pins are inverted */ in pca9554_reset()
/openbmc/qemu/include/hw/gpio/
H A Dpca9554_regs.h16 #define PCA9554_POLARITY 2 /* Set polarity of input register */ macro
/openbmc/qemu/tests/qtest/
H A Dpnv-host-i2c-test.c151 buf[0] = PCA9554_POLARITY; in pnv_i2c_pca9554_default_cfg()
207 send_buf[0] = PCA9554_POLARITY; in pnv_i2c_pca9554_flip_polarity()