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

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dtulip.c1699 u32 phy_reg = inl(ioaddr + 0xB8); local
1706 if (phy_reg & 0x78000000) { /* Ignore baseT4 */
1707 if (phy_reg & 0x20000000) tp->if_port = 5;
1708 else if (phy_reg & 0x40000000) tp->if_port = 3;
1709 else if (phy_reg & 0x10000000) tp->if_port = 4;
1710 else if (phy_reg & 0x08000000) tp->if_port = 0;
1716 if (phy_reg & 0x30000000) {
1723 tp->nic_name, phy_reg, medianame[tp->if_port]);

Completed in 25 milliseconds