Home
last modified time | relevance | path

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

/linux-2.6.39/arch/ia64/include/asm/sn/
Dioc3.h230 #define SIO_CR_ARB_DIAG_IDLE 0x00400000 /* 0 -> active request (ro) */ macro
/linux-2.6.39/arch/mips/include/asm/sn/
Dioc3.h460 #define SIO_CR_ARB_DIAG_IDLE 0x00400000 /* 0 -> active request (ro) */ macro
/linux-2.6.39/drivers/tty/serial/
Dioc3_serial.c399 } while (!(sio_cr & SIO_CR_ARB_DIAG_IDLE) && in port_init()