Home
last modified time | relevance | path

Searched refs:VIO_DR_STATE_RXREG (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/sparc/kernel/
Dviohs.c86 BUG_ON(!(vio->dr_state & VIO_DR_STATE_RXREG)); in flush_rx_dring()
122 if (vio->dr_state & VIO_DR_STATE_RXREG) in vio_link_state_change()
145 VIO_DR_STATE_RXREG); in handshake_failure()
401 !(vio->dr_state & VIO_DR_STATE_RXREG)) in all_drings_registered()
426 if (vio->dr_state & VIO_DR_STATE_RXREG) in process_dreg_info()
464 vio->dr_state |= VIO_DR_STATE_RXREG; in process_dreg_info()
546 vio->dr_state &= ~VIO_DR_STATE_RXREG; in process_dunreg()
/linux-2.6.39/arch/sparc/include/asm/
Dvio.h341 #define VIO_DR_STATE_RXREG 0x02 macro