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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Datmel_serial.c82 #define UART_GET_IMR(port) __raw_readl((port)->membase + ATMEL_US_IMR) macro
350 pending = status & UART_GET_IMR(port);
374 pending = status & UART_GET_IMR(port);
564 imr = UART_GET_IMR(port); /* get interrupt mask */
759 imr = UART_GET_IMR(port); /* get interrupt mask */

Completed in 92 milliseconds