Home | History | Annotate | Download | only in mach-au1x00

Lines Matching full:interrupt

432 /* Interrupt Controller 0 */
470 /* Interrupt Controller 1 */
508 /* Interrupt Configuration Modes */
517 /* Interrupt Numbers */
1209 #define UART_IER 8 /* Interrupt Enable Register */
1210 #define UART_IIR 0xC /* Interrupt ID Register */
1251 #define UART_LSR_BI 0x10 /* Break interrupt indicator */
1258 * These are the definitions for the Interrupt Identification Register
1261 #define UART_IIR_ID 0x06 /* Mask for the interrupt ID */
1262 #define UART_IIR_MSI 0x00 /* Modem status interrupt */
1264 #define UART_IIR_RDI 0x04 /* Receiver data interrupt */
1265 #define UART_IIR_RLSI 0x06 /* Receiver line status interrupt */
1268 * These are the definitions for the Interrupt Enable Register
1270 #define UART_IER_MSI 0x08 /* Enable Modem status interrupt */
1271 #define UART_IER_RLSI 0x04 /* Enable receiver line status interrupt */
1273 #define UART_IER_RDI 0x01 /* Enable receiver data interrupt */