Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-pnx.c58 mstatus_rfe = 0x00000200, enumerator
287 if (ioread32(I2C_REG_STS(alg_data)) & mstatus_rfe) { in i2c_pnx_master_rcv()
405 if ((stat & mstatus_drmi) || !(stat & mstatus_rfe)) { in i2c_pnx_interrupt()
457 } else if (!(stat & mstatus_rfe) || !(stat & mstatus_tfe)) { in bus_reset_if_active()