Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dsprd_serial.c55 #define SPRD_STS1 0x000C macro
136 if (serial_in(port, SPRD_STS1) & 0xff00) in sprd_tx_empty()
234 while ((serial_in(port, SPRD_STS1) & 0x00ff) && max_count--) { in sprd_rx()
327 while (timeout-- && serial_in(port, SPRD_STS1) & 0x00ff) in sprd_startup()
332 while (timeout-- && serial_in(port, SPRD_STS1) & 0xff00) in sprd_startup()
526 status = serial_in(port, SPRD_STS1); in wait_for_xmitr()