Searched refs:EP_W1_TX_PIO_WR_1 (Results 1 – 2 of 2) sorted by relevance
/external/grub/netboot/ |
D | 3c509.c | 196 outw(len, BASE + EP_W1_TX_PIO_WR_1); in t509_transmit() 197 outw(0x0, BASE + EP_W1_TX_PIO_WR_1); /* Second dword meaningless */ in t509_transmit() 200 outsw(BASE + EP_W1_TX_PIO_WR_1, d, ETH_ALEN/2); in t509_transmit() 201 outsw(BASE + EP_W1_TX_PIO_WR_1, nic->node_addr, ETH_ALEN/2); in t509_transmit() 202 outw(t, BASE + EP_W1_TX_PIO_WR_1); in t509_transmit() 203 outsw(BASE + EP_W1_TX_PIO_WR_1, p, s / 2); in t509_transmit() 205 outb(*(p+s - 1), BASE + EP_W1_TX_PIO_WR_1); in t509_transmit() 208 outb(0, BASE + EP_W1_TX_PIO_WR_1); /* Padding */ in t509_transmit()
|
D | 3c509.h | 129 #define EP_W1_TX_PIO_WR_1 0x00 macro
|