Lines Matching refs:phys
200 unsigned char phys; /* MII device address */ member
401 lp->phys = phy & 0x1f; in tc574_config()
414 i = mdio_read(ioaddr, lp->phys, 16) | 0x40; in tc574_config()
415 mdio_write(ioaddr, lp->phys, 16, i); in tc574_config()
416 lp->advertising = mdio_read(ioaddr, lp->phys, 4); in tc574_config()
420 mdio_write(ioaddr, lp->phys, 4, lp->advertising); in tc574_config()
650 mdio_write(ioaddr, lp->phys, 4, lp->advertising); in tc574_reset()
653 i = mdio_read(ioaddr, lp->phys, 16) | 0x20; in tc574_reset()
654 mdio_write(ioaddr, lp->phys, 16, i); in tc574_reset()
895 media = mdio_read(ioaddr, lp->phys, 1); in media_check()
896 partner = mdio_read(ioaddr, lp->phys, 5); in media_check()
1043 int phy = lp->phys & 0x1f; in el3_ioctl()