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

/external/grub/netboot/
H A D3c595.c206 outw(len, BASE + VX_W1_TX_PIO_WR_1);
207 outw(0x0, BASE + VX_W1_TX_PIO_WR_1); /* Second dword meaningless */
210 outsw(BASE + VX_W1_TX_PIO_WR_1, d, ETH_ALEN/2);
211 outsw(BASE + VX_W1_TX_PIO_WR_1, nic->node_addr, ETH_ALEN/2);
212 outw(t, BASE + VX_W1_TX_PIO_WR_1);
213 outsw(BASE + VX_W1_TX_PIO_WR_1, p, s / 2);
215 outb(*(p+s - 1), BASE + VX_W1_TX_PIO_WR_1);
218 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 16 milliseconds