Lines Matching refs:eth_phy
210 u_char eth_phy, pna_phy; member
855 mdio_write(nic_base + DLINK_GPIO, info->eth_phy, 4, 0x01e1); in set_misc_reg()
857 mdio_write(nic_base + DLINK_GPIO, info->eth_phy, 0, 0x0000); in set_misc_reg()
858 mdio_write(nic_base + DLINK_GPIO, info->eth_phy, 0, 0x1200); in set_misc_reg()
865 mdio_write(nic_base + DLINK_GPIO, info->eth_phy, 4, 0x01e1); in set_misc_reg()
867 mdio_write(nic_base + DLINK_GPIO, info->eth_phy, 0, 0x0000); in set_misc_reg()
868 mdio_write(nic_base + DLINK_GPIO, info->eth_phy, 0, 0x1200); in set_misc_reg()
893 info->eth_phy = i; in mii_phy_probe()
919 info->phy_id = info->eth_phy; in pcnet_open()
1041 if (info->eth_phy) { in ei_watchdog()
1042 info->phy_id = info->eth_phy = 0; in ei_watchdog()
1062 if (info->phy_id == info->eth_phy) { in ei_watchdog()
1076 link = mdio_read(mii_addr, info->eth_phy, 1) & 0x0004; in ei_watchdog()
1081 info->phy_id ^= info->pna_phy ^ info->eth_phy; in ei_watchdog()
1083 (info->phy_id == info->eth_phy) ? "ethernet" : "PNA"); in ei_watchdog()
1085 (info->phy_id == info->eth_phy) ? 0x1000 : 0); in ei_watchdog()