Searched defs:phy_write (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Ddavicom.c169 static void phy_write(int, u16);
256 static void phy_write(int location, u16 phy_data)
261 whereami("phy_write\n");
338 phy_write(16, 0x5); /* DM9801 E4 */
340 phy_write(16, 0x1005); /* DM9801 E3 and others */
341 phy_write(25, ((phy_read(24) + 3) & 0xff) | 0xf000);
344 phy_write(16, 0x5);
345 phy_write(25, (phy_read(25) & 0xff00) + 2);
362 phy_write(0, 0);
253 static void phy_write(int location, u16 phy_data) function
/illumos-gate/usr/src/uts/common/io/mii/
H A Dmii.c1071 phy_write(phy_handle_t *ph, uint8_t reg, uint16_t val) function
1124 phy_write(ph, MII_CONTROL, MII_CONTROL_ISOLATE);
1200 phy_write(ph, MII_MSCONTROL, gtcr);
1204 phy_write(ph, MII_CONTROL, bmcr);
1354 phy_write(ph, MII_AN_ADVERT, anar);
1355 phy_write(ph, MII_CONTROL, bmcr & ~(MII_CONTROL_RSAN));
1361 phy_write(ph, MII_MSCONTROL, gtcr);
1368 phy_write(ph, MII_CONTROL, bmcr);

Completed in 68 milliseconds