Searched refs:TS102_UCTRL_STS_RXNE_STA (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/sparc/dev/
H A Dts102reg.h168 #define TS102_UCTRL_STS_RXNE_STA 0x04 /* receive FIFO not empty */ macro
H A Dtctrl.c268 if ((TS102_UCTRL_STS_RXNE_STA &
273 tctrl_write(sc, TS102_REG_UCTRL_STS, TS102_UCTRL_STS_RXNE_STA);
372 if (v & TS102_UCTRL_STS_RXNE_STA) {
1008 if (TS102_UCTRL_STS_RXNE_STA &
1015 tctrl_write(sc, TS102_REG_UCTRL_STS, TS102_UCTRL_STS_RXNE_STA);

Completed in 191 milliseconds