Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dsprd_serial.c47 #define SPRD_STS1 0x000C macro
129 if (serial_in(port, SPRD_STS1) & 0xff00) in sprd_tx_empty()
227 while ((serial_in(port, SPRD_STS1) & 0x00ff) && max_count--) { in sprd_rx()
321 while (timeout-- && serial_in(port, SPRD_STS1) & 0x00ff) in sprd_startup()
326 while (timeout-- && serial_in(port, SPRD_STS1) & 0xff00) in sprd_startup()
520 status = serial_in(port, SPRD_STS1); in wait_for_xmitr()