OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EP_W1_TX_PIO_WR_1
(Results
1 - 2
of
2
) sorted by null
/external/grub/netboot/
3c509.c
196
outw(len, BASE +
EP_W1_TX_PIO_WR_1
);
197
outw(0x0, BASE +
EP_W1_TX_PIO_WR_1
); /* Second dword meaningless */
200
outsw(BASE +
EP_W1_TX_PIO_WR_1
, d, ETH_ALEN/2);
201
outsw(BASE +
EP_W1_TX_PIO_WR_1
, nic->node_addr, ETH_ALEN/2);
202
outw(t, BASE +
EP_W1_TX_PIO_WR_1
);
203
outsw(BASE +
EP_W1_TX_PIO_WR_1
, p, s / 2);
205
outb(*(p+s - 1), BASE +
EP_W1_TX_PIO_WR_1
);
208
outb(0, BASE +
EP_W1_TX_PIO_WR_1
); /* Padding */
3c509.h
129
#define
EP_W1_TX_PIO_WR_1
0x00
Completed in 53 milliseconds