Searched refs:VX_W1_TX_STATUS (Results 1 – 2 of 2) sorted by relevance
118 inb(BASE + VX_W1_TX_STATUS); in t595_reset()192 while(( status=inb(BASE + VX_W1_TX_STATUS) )& TXS_COMPLETE ) { in t595_transmit()198 outb(0x0, BASE + VX_W1_TX_STATUS); in t595_transmit()
145 #define VX_W1_TX_STATUS 0x0b /* byte */ macro