eth_phy 209 drivers/net/ethernet/8390/pcnet_cs.c u_char eth_phy, pna_phy; eth_phy 855 drivers/net/ethernet/8390/pcnet_cs.c mdio_write(nic_base + DLINK_GPIO, info->eth_phy, 4, 0x01e1); eth_phy 857 drivers/net/ethernet/8390/pcnet_cs.c mdio_write(nic_base + DLINK_GPIO, info->eth_phy, 0, 0x0000); eth_phy 858 drivers/net/ethernet/8390/pcnet_cs.c mdio_write(nic_base + DLINK_GPIO, info->eth_phy, 0, 0x1200); eth_phy 865 drivers/net/ethernet/8390/pcnet_cs.c mdio_write(nic_base + DLINK_GPIO, info->eth_phy, 4, 0x01e1); eth_phy 867 drivers/net/ethernet/8390/pcnet_cs.c mdio_write(nic_base + DLINK_GPIO, info->eth_phy, 0, 0x0000); eth_phy 868 drivers/net/ethernet/8390/pcnet_cs.c mdio_write(nic_base + DLINK_GPIO, info->eth_phy, 0, 0x1200); eth_phy 893 drivers/net/ethernet/8390/pcnet_cs.c info->eth_phy = i; eth_phy 919 drivers/net/ethernet/8390/pcnet_cs.c info->phy_id = info->eth_phy; eth_phy 1041 drivers/net/ethernet/8390/pcnet_cs.c if (info->eth_phy) { eth_phy 1042 drivers/net/ethernet/8390/pcnet_cs.c info->phy_id = info->eth_phy = 0; eth_phy 1062 drivers/net/ethernet/8390/pcnet_cs.c if (info->phy_id == info->eth_phy) { eth_phy 1076 drivers/net/ethernet/8390/pcnet_cs.c link = mdio_read(mii_addr, info->eth_phy, 1) & 0x0004; eth_phy 1081 drivers/net/ethernet/8390/pcnet_cs.c info->phy_id ^= info->pna_phy ^ info->eth_phy; eth_phy 1083 drivers/net/ethernet/8390/pcnet_cs.c (info->phy_id == info->eth_phy) ? "ethernet" : "PNA"); eth_phy 1085 drivers/net/ethernet/8390/pcnet_cs.c (info->phy_id == info->eth_phy) ? 0x1000 : 0);