Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/freescale/imx/
H A Dimx_i2c.c247 int retry, srb; in wait_for_busbusy() local
251 srb = i2c_read_reg(sc, I2C_STATUS_REG) & I2CSR_MBB; in wait_for_busbusy()
252 if ((srb && wantbusy) || (!srb && !wantbusy)) in wait_for_busbusy()