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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dmv88x201x.c53 (void) mdio_read(cphy, 0x1, 0x7, &led);
114 (void) mdio_read(cphy, 0x1, 0x9003, &val);
115 (void) mdio_read(cphy, 0x1, 0x9004, &val);
116 (void) mdio_read(cphy, 0x1, 0x9005, &val);
121 (void) mdio_read(cphy, 0x1, 0x1, &val);
125 (void) mdio_read(cphy, 0x1, 0x1, &val);
127 (void) mdio_read(cphy, 0x1, 0x9005, &val);
131 (void) mdio_read(cphy, 0x1, 0x9003, &val);
132 (void) mdio_read(cphy, 0x1, 0x9004, &val);
169 (void) mdio_read(cph
[all...]
H A Dcphy.h92 int (*mdio_read)(adapter_t *adapter, int phy_addr, int mmd_addr, member in struct:cphy
100 static inline int mdio_read(struct cphy *cphy, int mmd, int reg, function
103 return cphy->mdio_read(cphy->adapter, cphy->addr, mmd, reg, valp);
115 return mdio_read(cphy, 0, reg, valp);
133 phy->mdio_read = mdio_ops->read;
H A Dmy3126.c85 (void) mdio_read(cphy, 0x1, 0x1, &val);
143 (void) mdio_read(cphy, 0x1, 0x1, &val);
H A Dxpak.c120 cphy->mdio_read = mdio_ops->read;
/illumos-gate/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 106 milliseconds