Home
last modified time | relevance | path

Searched refs:mdio_write (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dmv88x201x.c42 (void) mdio_write(cphy, 0x3, 0x8304, 0xdddd); in led_init()
55 (void) mdio_write(cphy, 0x1, 0x7, led); in led_link()
58 (void) mdio_write(cphy, 0x1, 0x7, led); in led_link()
76 (void) mdio_write(cphy, 0x1, 0x9002, 0x1); in mv88x201x_interrupt_enable()
92 (void) mdio_write(cphy, 0x1, 0x9002, 0x0); in mv88x201x_interrupt_disable()
229 (void) mdio_write(cphy, 0x3, 0x8300, val | 1); in mv88x201x_phy_create()
H A Dcphy.h92 int (*mdio_write)(adapter_t *adapter, int phy_addr, int mmd_addr, member
104 static inline int mdio_write(struct cphy *cphy, int mmd, int reg, in mdio_write() function
107 return cphy->mdio_write(cphy->adapter, cphy->addr, mmd, reg, val); in mdio_write()
119 return mdio_write(cphy, 0, reg, val); in simple_mdio_write()
132 phy->mdio_write = mdio_ops->write; in cphy_init()
H A Dxpak.c119 cphy->mdio_write = mdio_ops->write; in xpak_phy_create()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dr8169.c327 void mdio_write(int RegAddr, int value) in mdio_write() function
776 mdio_write(PHY_AUTO_NEGO_REG, in r8169_probe()
778 mdio_write(PHY_1000_CTRL_REG, Cap1000); in r8169_probe()
784 mdio_write(PHY_AUTO_NEGO_REG, in r8169_probe()
790 mdio_write(PHY_1000_CTRL_REG, PHY_Cap_1000_Full); in r8169_probe()
795 mdio_write(PHY_CTRL_REG, in r8169_probe()
H A Deepro100.c286 static int mdio_write(int phy_id, int location, int value) in mdio_write() function
698 mdio_write(eeprom[6] & 0x1f, 23, mdi_reg23); in eepro100_probe()
702 mdio_write(eeprom[6] & 0x1f, 0, in eepro100_probe()
H A Dsundance.c311 static void mdio_write(struct nic *nic, int phy_id, unsigned int location,
698 mdio_write(nic, sdc->phys[0], MII_BMCR, mii_ctl); in sundance_probe()
837 mdio_write(struct nic *nic __unused, int phy_id, in mdio_write() function
H A Dw89c840.c267 static void mdio_write(int base_address, int phy_id, int location, int value);
824 static void mdio_write(int base_address, int phy_id, int location, int value)
H A Dtulip.c480 static void mdio_write(struct nic *nic, int phy_id, int location, int value);
627 void mdio_write(struct nic *nic __unused, int phy_id, int location, int value) in mdio_write() function
1471 mdio_write(nic, phy, 4, to_advert); in start_link()
1474 mdio_write(nic, phy, 0, mii_reg0 | in start_link()
1863 mdio_write(nic, tp->phys[phy_num], 4, tp->mii_advertise); in select_media()
H A Dpcnet32.c282 static void mdio_write(struct nic *nic __unused, int phy_id, int reg_num,
974 static void mdio_write(struct nic *nic __unused, int phy_id, int reg_num,