Home
last modified time | relevance | path

Searched refs:SIO_IR_SA (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/ia64/include/asm/sn/
Dioc3.h196 #define SIO_IR_SA (SIO_IR_SA_TX_MT | \ macro
/linux-2.6.39/drivers/tty/serial/
Dioc3_serial.c36 #define GET_PORT_FROM_SIO_IR(_x) (_x & SIO_IR_SA) ? 0 : 1
233 .intr_all = SIO_IR_SA,
1645 if (pending & SIO_IR_SA) in ioc3uart_intr()
1646 ret |= ioc3uart_intr_one(is, idd, pending & SIO_IR_SA); in ioc3uart_intr()
2163 .irq_mask = SIO_IR_SA | SIO_IR_SB,
/linux-2.6.39/arch/mips/include/asm/sn/
Dioc3.h428 #define SIO_IR_SA (SIO_IR_SA_TX_MT | SIO_IR_SA_RX_FULL | \ macro