Home | History | Annotate | Download | only in usb

Lines Matching refs:un_phyno

141 	if (un->un_phyno != phy) {
164 if (un->un_phyno != phy)
496 axen_uno_mii_write_reg(un, un->un_phyno, GMII_PHY_PAGE_SEL,
498 axen_uno_mii_write_reg(un, un->un_phyno, GMII_PHY_PAGE,
503 axen_uno_mii_write_reg(un, un->un_phyno, 0x1F, 0x0005);
504 axen_uno_mii_write_reg(un, un->un_phyno, 0x0C, 0x0000);
505 axen_uno_mii_read_reg(un, un->un_phyno, 0x0001, &wval);
506 axen_uno_mii_write_reg(un, un->un_phyno, 0x01, wval | 0x0080);
507 axen_uno_mii_write_reg(un, un->un_phyno, 0x1F, 0x0000);
660 un->un_phyno = AXEN_PHY_ID;
661 DPRINTF(("%s: phyno %d\n", device_xname(self), un->un_phyno));