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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Ddavicom.c168 static int phy_read(int);
211 static int phy_read(int location)
217 whereami("phy_read\n");
334 if ( (phy_read(3) & 0xfff0) == 0xb900 ) {
335 if ( phy_read(31) == 0x4404 ) {
337 if (phy_read(3) == 0xb901)
341 phy_write(25, ((phy_read(24) + 3) & 0xff) | 0xf000);
345 phy_write(25, (phy_read(25) & 0xff00) + 2);
366 while ( ((phy_read(1) & 0x24)!=0x24) && (currticks() < to))
369 if ( (phy_read(
208 static int phy_read(int location) function
[all...]
/illumos-gate/usr/src/uts/common/io/mii/
H A Dmii.c1063 phy_read(phy_handle_t *ph, uint8_t reg) function
1111 if ((phy_read(ph, MII_CONTROL) & MII_CONTROL_RESET) == 0) {
1383 status = phy_read(ph, MII_STATUS);
1384 control = phy_read(ph, MII_CONTROL);
1387 lpar = phy_read(ph, MII_AN_LPABLE);
1388 anexp = phy_read(ph, MII_AN_EXPANSION);
1399 if ((status != phy_read(ph, MII_STATUS)) && debounces) {
1526 msstat = phy_read(ph, MII_MSSTATUS);
1668 bmsr = phy_read(ph, MII_STATUS);
1669 bmsr = phy_read(p
[all...]

Completed in 76 milliseconds