Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-au1550.c106 if (!(stat & PSC_SMBSTAT_TE) || !(stat & PSC_SMBSTAT_RE)) { in do_address()
143 if ((RD(adap, PSC_SMBSTAT) & PSC_SMBSTAT_RE) == 0) in wait_for_rx_byte()
/linux/arch/mips/include/asm/mach-au1x00/
H A Dau1xxx_psc.h423 #define PSC_SMBSTAT_RE (1 << 12) macro