Home | History | Annotate | Download | only in net

Lines Matching defs:phyaddr

90 	int phyaddr;
265 if (emaclite->phyaddr != -1) {
266 phyread(emaclite, emaclite->phyaddr, PHY_DETECT_REG, &phyreg);
271 emaclite->phyaddr);
274 emaclite->phyaddr);
275 emaclite->phyaddr = -1;
279 if (emaclite->phyaddr == -1) {
286 emaclite->phyaddr = i;
295 phydev = phy_connect(emaclite->bus, emaclite->phyaddr, dev,
604 emaclite->phyaddr = -1;
609 emaclite->phyaddr = fdtdec_get_int(gd->fdt_blob, offset,
617 printf("EMACLITE: %lx, phyaddr %d, %d/%d\n", (ulong)emaclite->regs,
618 emaclite->phyaddr, emaclite->txpp, emaclite->rxpp);