Searched refs:UART_GET_IMR (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.c94 #define UART_GET_IMR(port) __raw_readl((port)->membase + ATMEL_US_IMR) macro
632 pending = status & UART_GET_IMR(port);
1091 atmel_port->backup_imr = UART_GET_IMR(port);
1206 imr = UART_GET_IMR(port);
1488 imr = UART_GET_IMR(port);
/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.c94 #define UART_GET_IMR(port) __raw_readl((port)->membase + ATMEL_US_IMR) macro
632 pending = status & UART_GET_IMR(port);
1091 atmel_port->backup_imr = UART_GET_IMR(port);
1206 imr = UART_GET_IMR(port);
1488 imr = UART_GET_IMR(port);

Completed in 113 milliseconds