Home
last modified time | relevance | path

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

/external/grub/netboot/
D3c595.c119 inb(BASE + VX_W1_TX_STATUS); in t595_reset()
193 while(( status=inb(BASE + VX_W1_TX_STATUS) )& TXS_COMPLETE ) { in t595_transmit()
199 outb(0x0, BASE + VX_W1_TX_STATUS); in t595_transmit()
D3c595.h145 #define VX_W1_TX_STATUS 0x0b /* byte */ macro