Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Dpnv-host-i2c-test.c411 PnvI2cDev pca9554; in test_host_i2c() local
457 pca9554.ctlr = &ctlr; in test_host_i2c()
458 pca9554.port = 1; in test_host_i2c()
459 pca9554.addr = 0x25; in test_host_i2c()
462 pnv_i2c_pca9554_default_cfg(&pca9554); in test_host_i2c()
465 pnv_i2c_pca9554_default_inputs(&pca9554); in test_host_i2c()
468 pnv_i2c_pca554_set_pins(&pca9554); in test_host_i2c()
/qemu/hw/gpio/
H A Dmeson.build6 system_ss.add(when: 'CONFIG_PCA9554', if_true: files('pca9554.c'))