Home
last modified time | relevance | path

Searched refs:SIO_IR_SB_RX_FULL (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/ia64/include/asm/sn/
Dioc3.h178 #define SIO_IR_SB_RX_FULL 0x00000400 macro
207 SIO_IR_SB_RX_FULL | \
/linux-2.6.39/arch/mips/include/asm/sn/
Dioc3.h410 #define SIO_IR_SB_RX_FULL 0x00000400 /* */ macro
433 #define SIO_IR_SB (SIO_IR_SB_TX_MT | SIO_IR_SB_RX_FULL | \
/linux-2.6.39/drivers/tty/serial/
Dioc3_serial.c245 .intr_clear = (SIO_IR_SB_TX_MT | SIO_IR_SB_RX_FULL
/linux-2.6.39/drivers/net/
Dioc3-eth.c1207 ioc3->sio_iec &= ~ (SIO_IR_SB_TX_MT | SIO_IR_SB_RX_FULL | in ioc3_serial_probe()