Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-sh_mobile.c169 #define ICSR_AL 0x08 macro
418 else if (sr & (ICSR_AL | ICSR_TACK)) in sh_mobile_i2c_isr()
420 iic_wr(pd, ICSR, sr & ~(ICSR_AL | ICSR_TACK)); in sh_mobile_i2c_isr()
628 if (val & ICSR_AL) in poll_busy()
670 if (sr & (ICSR_AL | ICSR_TACK | in sh_mobile_xfer()