Searched refs:DLINK_GPIO (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/net/ethernet/8390/ |
D | pcnet_cs.c | 683 #define DLINK_GPIO 0x1c macro 853 mdio_write(nic_base + DLINK_GPIO, info->eth_phy, 4, 0x01e1); in set_misc_reg() 855 mdio_write(nic_base + DLINK_GPIO, info->eth_phy, 0, 0x0000); in set_misc_reg() 856 mdio_write(nic_base + DLINK_GPIO, info->eth_phy, 0, 0x1200); in set_misc_reg() 863 mdio_write(nic_base + DLINK_GPIO, info->eth_phy, 4, 0x01e1); in set_misc_reg() 865 mdio_write(nic_base + DLINK_GPIO, info->eth_phy, 0, 0x0000); in set_misc_reg() 866 mdio_write(nic_base + DLINK_GPIO, info->eth_phy, 0, 0x1200); in set_misc_reg() 875 unsigned int mii_addr = dev->base_addr + DLINK_GPIO; in mii_phy_probe() 1016 unsigned int mii_addr = nic_base + DLINK_GPIO; in ei_watchdog() 1104 unsigned int mii_addr = dev->base_addr + DLINK_GPIO; in ei_ioctl()
|