Home
last modified time | relevance | path

Searched refs:EMAC2_BASE_ADDR (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/board/freescale/ls1012afrdm/
H A Deth.c67 mac_mdio_info.reg_base = (void *)EMAC2_BASE_ADDR; in pfe_eth_board_init()
105 .iobase = (phys_addr_t)EMAC2_BASE_ADDR,
/openbmc/u-boot/board/freescale/ls1012aqds/
H A Deth.c158 mac_mdio_info.reg_base = (void *)EMAC2_BASE_ADDR; in pfe_eth_board_init()
290 .iobase = (phys_addr_t)EMAC2_BASE_ADDR,
/openbmc/u-boot/include/net/pfe_eth/pfe/
H A Dcbus.h24 #define EMAC2_BASE_ADDR (CBUS_BASE_ADDR + 0x220000) macro
/openbmc/u-boot/board/freescale/ls1012ardb/
H A Deth.c116 .iobase = (phys_addr_t)EMAC2_BASE_ADDR,
/openbmc/u-boot/drivers/net/pfe_eth/
H A Dpfe_eth.c252 priv->gem->gemac_base = EMAC2_BASE_ADDR; in pfe_eth_probe()