Searched refs:VX_W1_TX_PIO_WR_1 (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A D3c595.c205 outw(len, BASE + VX_W1_TX_PIO_WR_1);
206 outw(0x0, BASE + VX_W1_TX_PIO_WR_1); /* Second dword meaningless */
209 outsw(BASE + VX_W1_TX_PIO_WR_1, d, ETH_ALEN/2);
210 outsw(BASE + VX_W1_TX_PIO_WR_1, nic->node_addr, ETH_ALEN/2);
211 outw(t, BASE + VX_W1_TX_PIO_WR_1);
212 outsw(BASE + VX_W1_TX_PIO_WR_1, p, s / 2);
214 outb(*(p+s - 1), BASE + VX_W1_TX_PIO_WR_1);
217 outb(0, BASE + VX_W1_TX_PIO_WR_1); /* Padding */
H A D3c595.h142 #define VX_W1_TX_PIO_WR_1 0x00 macro

Completed in 23 milliseconds