Searched defs:full_duplex (Results 1 - 4 of 4) sorted by relevance

/external/grub/netboot/
H A Depic100.c217 int full_duplex = 0; local
231 full_duplex = 1;
H A Dw89c840.c249 unsigned int full_duplex:1; /* Full-duplex operation requested. */ member in struct:winbond_private
858 if (w840private.full_duplex != duplex) {
859 w840private.full_duplex = duplex;
H A Dtulip.c416 unsigned int full_duplex; /* Full-duplex operation requested. */
1455 (tp->full_duplex ? 0x1100 : 0x1000) |
1641 tp->csr6 = 0x814C0000 | (tp->full_duplex ? 0x0200 : 0);
1655 tp->csr6 = 0x01880000 | (tp->full_duplex ? 0x0200 : 0);
1697 tp->full_duplex = 1;
1749 tp->full_duplex = 1;
1908 tp->full_duplex = 1;
1939 tp->csr6 = new_csr6 | (tp->csr6 & 0xfdff) | (tp->full_duplex ? 0x0200 : 0);
1976 tp->full_duplex = lpa & 0x140;
1983 if (tp->full_duplex) new_csr
415 unsigned int full_duplex; /* Full-duplex operation requested. */ member in struct:tulip_private
[all...]
H A Dvia-rhine.c647 unsigned int full_duplex:1; /* Full-duplex operation requested. */ member in struct:rhine_private
969 tp->full_duplex = (options & 16) ? 1 : 0;

Completed in 970 milliseconds