Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dpca9564.c156 DPRINTF(("%s: status=%#x\n", __func__, CSR_READ(sc, PCA9564_I2CSTA))); in pca9564_wait()
162 DPRINTF(("%s: status=%#x\n", __func__, CSR_READ(sc, PCA9564_I2CSTA))); in pca9564_wait()
176 DPRINTF(("%s: status=%#x\n", __func__, CSR_READ(sc, PCA9564_I2CSTA))); in pca9564_send_start()
181 DPRINTF(("%s: status=%#x\n", __func__, CSR_READ(sc, PCA9564_I2CSTA))); in pca9564_send_start()
192 DPRINTF(("%s: status=%#x\n", __func__, CSR_READ(sc, PCA9564_I2CSTA))); in pca9564_send_stop()
197 DPRINTF(("%s: status=%#x\n", __func__, CSR_READ(sc, PCA9564_I2CSTA))); in pca9564_send_stop()
216 DPRINTF(("%s: status=%#x\n", __func__, CSR_READ(sc, PCA9564_I2CSTA))); in pca9564_initiate_xfer()
224 DPRINTF(("%s: status=%#x\n", __func__, CSR_READ(sc, PCA9564_I2CSTA))); in pca9564_initiate_xfer()
246 DPRINTF(("%s: status=%#x\n", __func__, CSR_READ(sc, PCA9564_I2CSTA))); in pca9564_read_byte()
249 CSR_READ(sc, PCA9564_I2CSTA), *bytep)); in pca9564_read_byte()
[all …]
H A Dpca9564reg.h31 #define PCA9564_I2CSTA 0x00 /* R: Status */ macro