Searched refs:ETH_BASE (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | tsi108_eth.c | 41 #define ETH_BASE (CONFIG_SYS_TSI108_CSR_BASE + 0x6000) macro 439 printf ("%2d 0x%04x\n", i, read_phy (ETH_BASE, phy_addr, i)); in dump_phy_regs() 616 write_phy (ETH_BASE, phy_addr, PHY_CTRL_REG, PHY_CTRL_RESET); in marvell_88e_phy_config() 622 read_phy (ETH_BASE, phy_addr, PHY_CTRL_REG)) & PHY_CTRL_RESET) { in marvell_88e_phy_config() 637 phy_status = read_phy (ETH_BASE, phy_addr, PHY_STATUS_REG); in marvell_88e_phy_config() 648 phy_spec_status = read_phy (ETH_BASE, phy_addr, MV1111_SPEC_STAT_REG); in marvell_88e_phy_config() 675 phy_spec_status = read_phy (ETH_BASE, phy_addr, MV1111_SPEC_STAT_REG); in marvell_88e_phy_config() 724 dev->iobase = ETH_BASE + (index * ETH_PORT_OFFSET); in tsi108_eth_initialize()
|