Home
last modified time | relevance | path

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

/openbmc/qemu/hw/gpio/
H A Dpca9554.c41 uint8_t config = s->regs[PCA9554_CONFIG]; in pca9554_update_pin_input()
91 case PCA9554_CONFIG: in pca9554_read()
104 case PCA9554_CONFIG: in pca9554_write()
168 state = pca9554_read(s, PCA9554_CONFIG); in pca9554_get_pin()
216 val = pca9554_read(s, PCA9554_CONFIG); in pca9554_set_pin()
218 pca9554_write(s, PCA9554_CONFIG, val); in pca9554_set_pin()
242 s->regs[PCA9554_CONFIG] = 0xFF; /* All pins are inputs */ in pca9554_reset()
/openbmc/qemu/include/hw/gpio/
H A Dpca9554_regs.h17 #define PCA9554_CONFIG 3 /* Set pins as inputs our ouputs */ macro
/openbmc/qemu/tests/qtest/
H A Dpnv-host-i2c-test.c156 buf[0] = PCA9554_CONFIG; in pnv_i2c_pca9554_default_cfg()
183 send_buf[0] = PCA9554_CONFIG; in pnv_i2c_pca9554_set_pin()