Home | History | Annotate | Download | only in netboot

Lines Matching defs:negotiated

1944   Check the MII negotiated duplex and change the CSR6 setting if
1951 unsigned int bmsr, lpa, negotiated, new_csr6;
1979 negotiated = lpa & tp->advertising[0];
1981 if(negotiated & 0x380) new_csr6 &= ~0x400000;