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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/serial/
H A Datmel_serial.c95 #define UART_GET_CSR(port) __raw_readl((port)->membase + ATMEL_US_CSR) macro
245 return (UART_GET_CSR(port) & ATMEL_US_TXEMPTY) ? TIOCSER_TEMT : 0;
313 status = UART_GET_CSR(port);
477 status = UART_GET_CSR(port);
511 status = UART_GET_CSR(port);
526 if (port->x_char && UART_GET_CSR(port) & atmel_port->tx_done_mask) {
534 while (UART_GET_CSR(port) & atmel_port->tx_done_mask) {
631 status = UART_GET_CSR(port);
974 atmel_port->irq_status_prev = UART_GET_CSR(port);
1326 while (!(UART_GET_CSR(por
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/serial/
H A Datmel_serial.c95 #define UART_GET_CSR(port) __raw_readl((port)->membase + ATMEL_US_CSR) macro
245 return (UART_GET_CSR(port) & ATMEL_US_TXEMPTY) ? TIOCSER_TEMT : 0;
313 status = UART_GET_CSR(port);
477 status = UART_GET_CSR(port);
511 status = UART_GET_CSR(port);
526 if (port->x_char && UART_GET_CSR(port) & atmel_port->tx_done_mask) {
534 while (UART_GET_CSR(port) & atmel_port->tx_done_mask) {
631 status = UART_GET_CSR(port);
974 atmel_port->irq_status_prev = UART_GET_CSR(port);
1326 while (!(UART_GET_CSR(por
[all...]

Completed in 278 milliseconds