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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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 38 milliseconds