Home | History | Annotate | Download | only in netboot

Lines Matching full:lpa

1951         unsigned int bmsr, lpa, negotiated, new_csr6;
1954 lpa = mdio_read(nic, tp->phys[0], 5);
1959 "%#x.\n", tp->nic_name, bmsr, lpa);
1976 tp->full_duplex = lpa & 0x140;
1979 negotiated = lpa & tp->advertising[0];
1995 tp->phys[0], lpa);