Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/include/asm/sn/
Dioc3.h178 #define SIO_IR_SB_TX_MT 0x00000200 macro
207 #define SIO_IR_SB (SIO_IR_SB_TX_MT | \
/Linux-v4.19/arch/mips/include/asm/sn/
Dioc3.h410 #define SIO_IR_SB_TX_MT 0x00000200 /* */ macro
434 #define SIO_IR_SB (SIO_IR_SB_TX_MT | SIO_IR_SB_RX_FULL | \
/Linux-v4.19/drivers/tty/serial/
Dioc3_serial.c239 .intr_tx_mt = SIO_IR_SB_TX_MT,
243 .intr_clear = (SIO_IR_SB_TX_MT | SIO_IR_SB_RX_FULL
/Linux-v4.19/drivers/net/ethernet/sgi/
Dioc3-eth.c1199 ioc3->sio_iec &= ~ (SIO_IR_SB_TX_MT | SIO_IR_SB_RX_FULL | in ioc3_serial_probe()