OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VX_W1_TX_PIO_WR_1
(Results
1 - 2
of
2
) sorted by null
/external/grub/netboot/
3c595.c
206
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 */
3c595.h
142
#define
VX_W1_TX_PIO_WR_1
0x00
Completed in 28 milliseconds