Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/amba/
Dserial.h32 #define UART01x_RSR 0x04 /* Receive status register (Read). */ macro
/linux-2.6.39/drivers/tty/serial/
Damba-pl010.c135 rsr = readb(uap->port.membase + UART01x_RSR) | UART_DUMMY_RSR_RX; in pl010_rx_chars()