Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/nvec/
H A Dnvec.c47 #define RNW BIT(1) macro
599 if ((status & RNW) == 0) { in nvec_interrupt()
629 if (status == (I2C_SL_IRQ | RNW | RCVD)) { in nvec_interrupt()
667 if ((status & (END_TRANS | RNW)) == END_TRANS) in nvec_interrupt()
669 else if (status & (RNW | RCVD)) in nvec_interrupt()
684 if ((status & (RCVD | RNW)) == RCVD) { in nvec_interrupt()
693 if ((status & (RNW | END_TRANS)) == RNW) in nvec_interrupt()
697 if (status == (I2C_SL_IRQ | RNW | RCVD)) in nvec_interrupt()
702 (status & RNW) == 0 ? "received" : "R=", in nvec_interrupt()
704 (status & (RNW | END_TRANS)) ? "sent" : "S=", in nvec_interrupt()
[all …]