Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dpca9564.c126 control = CSR_READ(sc, PCA9564_I2CCON); in pca9564_acquire_bus()
131 CSR_WRITE(sc, PCA9564_I2CCON, control); in pca9564_acquire_bus()
144 control = CSR_READ(sc, PCA9564_I2CCON); in pca9564_release_bus()
146 CSR_WRITE(sc, PCA9564_I2CCON, control); in pca9564_release_bus()
158 if (CSR_READ(sc, PCA9564_I2CCON) & I2CCON_SI) in pca9564_wait()
177 control = CSR_READ(sc, PCA9564_I2CCON); in pca9564_send_start()
180 CSR_WRITE(sc, PCA9564_I2CCON, control); in pca9564_send_start()
193 control = CSR_READ(sc, PCA9564_I2CCON); in pca9564_send_stop()
196 CSR_WRITE(sc, PCA9564_I2CCON, control); in pca9564_send_stop()
217 control = CSR_READ(sc, PCA9564_I2CCON); in pca9564_initiate_xfer()
[all …]
H A Dpca9564reg.h35 #define PCA9564_I2CCON 0x03 /* R/W: Control */ macro