Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/netboot/
H A D3c595.c118 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()
H A D3c595.h145 #define VX_W1_TX_STATUS 0x0b /* byte */ macro