Home
last modified time | relevance | path

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

/netbsd/sys/arch/i386/stand/lib/netif/
H A Delink3.c116 inb(BASE + EP_W1_TX_STATUS); in epreset()
178 while ((status = inb(BASE + EP_W1_TX_STATUS)) & TXS_COMPLETE ) { in EtherSend()
185 outb(BASE + EP_W1_TX_STATUS, 0x0); in EtherSend()
H A D3c509.h140 #define EP_W1_TX_STATUS 0x0b /* byte */ macro