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

/external/syslinux/gpxe/src/drivers/net/
H A D3c595.c209 outw(len, BASE + VX_W1_TX_PIO_WR_1);
210 outw(0x0, BASE + VX_W1_TX_PIO_WR_1); /* Second dword meaningless */
213 outsw(BASE + VX_W1_TX_PIO_WR_1, d, ETH_ALEN/2);
214 outsw(BASE + VX_W1_TX_PIO_WR_1, nic->node_addr, ETH_ALEN/2);
215 outw(t, BASE + VX_W1_TX_PIO_WR_1);
216 outsw(BASE + VX_W1_TX_PIO_WR_1, p, s / 2);
218 outb(*(p+s - 1), BASE + VX_W1_TX_PIO_WR_1);
221 outb(0, BASE + VX_W1_TX_PIO_WR_1); /* Padding */
H A D3c595.h144 #define VX_W1_TX_PIO_WR_1 0x00 macro

Completed in 33 milliseconds