Searched refs:mdio_read (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dsundance.c310 static int mdio_read(struct nic *nic, int phy_id, unsigned int location);
317 int mii_lpa = mdio_read(nic, sdc->phys[0], MII_LPA);
634 int mii_status = mdio_read(nic, phy, MII_BMSR);
638 mdio_read(nic, phy, MII_ADVERTISE);
713 mdio_read(nic, sdc->phys[0], MII_ADVERTISE);
714 mii_lpa = mdio_read(nic, sdc->phys[0], MII_LPA);
725 mii_ctl = mdio_read(nic, sdc->phys[0], MII_BMCR);
805 mdio_read(struct nic *nic __unused, int phy_id, unsigned int location) function
H A Dw89c840.c265 static int mdio_read(int base_address, int phy_id, int location);
677 int mii_status = mdio_read(ioaddr, phy, 1);
680 w840private.advertising = mdio_read(ioaddr, phy, 4);
794 static int mdio_read(int base_address, int phy_id, int location) function
858 int mii_reg5 = mdio_read(ioaddr, w840private.phys[0], 5);
H A Deepro100.c304 /* Support function: mdio_read
309 static int mdio_read(int phy_id, int location) function
319 printf( " mdio_read() timed out with val = %X.\n", val);
693 int mdi_reg23 = mdio_read(eeprom[6] & 0x1f, 23) | 0x0422;
729 mdio_read(eeprom[6] & 0x1f, 1);
734 if (!(mdio_read(eeprom[6] & 0x1f, 1) & (1 << 2))) {
H A Dpcnet32.c280 static int mdio_read(struct nic *nic __unused, int phy_id, int reg_num);
914 int mii_status = mdio_read(nic, phy, MII_BMSR);
918 mdio_read(nic, phy, MII_ADVERTISE);
932 mdio_read(nic, lp->phys[0], MII_ADVERTISE);
934 mii_lpa = mdio_read(nic, lp->phys[0], MII_LPA);
955 static int mdio_read(struct nic *nic __unused, int phy_id, int reg_num) function
H A Dnatsemi.c215 static int mdio_read(int phy_id, int location);
293 advertising = mdio_read(1, 4);
388 static int mdio_read(int phy_id, int location) function
H A Dr8169.c344 int mdio_read(int RegAddr) function
744 int val = mdio_read(PHY_AUTO_NEGO_REG);
802 if (mdio_read(PHY_STAT_REG) & PHY_Auto_Neco_Comp) {
H A Dtulip.c479 static int mdio_read(struct nic *nic, int phy_id, int location);
566 int mdio_read(struct nic *nic __unused, int phy_id, int location) function
574 whereami("mdio_read\n");
1450 int mii_status = mdio_read(nic, phy, 1);
1453 int mii_reg0 = mdio_read(nic, phy, 0);
1454 int mii_advert = mdio_read(nic, phy, 4);
1645 tp->nic_name, tp->phys[0], mdio_read(nic, tp->phys[0], 1));
1973 bmsr = mdio_read(nic, tp->phys[0], 1);
1974 lpa = mdio_read(nic, tp->phys[0], 5);
1985 int new_bmsr = mdio_read(ni
[all...]

Completed in 48 milliseconds