Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/controller/cadence/
H A Dcdnc_i2c.c333 uint16_t statr; in cdnc_i2c_xfer_rd() local
393 statr = RD2(sc, CDNC_I2C_SR); in cdnc_i2c_xfer_rd()
394 if (!(statr & CDNC_I2C_SR_RX_VALID)) { in cdnc_i2c_xfer_rd()