Home
last modified time | relevance | path

Searched refs:MAC_BASE (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/board/cirrus/edb93xx/
H A Dedb93xx.c121 return ep93xx_eth_initialize(0, MAC_BASE); in board_eth_init()
/openbmc/u-boot/drivers/net/
H A Dep93xx_eth.c558 struct mac_regs *mac = (struct mac_regs *)MAC_BASE; in ep93xx_miiphy_read()
611 struct mac_regs *mac = (struct mac_regs *)MAC_BASE; in ep93xx_miiphy_write()
/openbmc/u-boot/arch/arm/include/asm/arch-ep93xx/
H A Dep93xx.h76 #define MAC_BASE (EP93XX_AHB_BASE | MAC_OFFSET) macro