Home
last modified time | relevance | path

Searched refs:MAC1_BASE (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dmem_io.h4 #define MAC1_BASE 0x1e660000 macro
6 #define MDIO0_BASE (MAC1_BASE + 0x60)
30 #define MAC1_RD(offset) readl(MAC1_BASE + offset)
31 #define MAC1_WR(value, offset) writel(value, MAC1_BASE + offset)
H A Dmactest.c49 const uint32_t mac_base_lookup_tbl[4] = {MAC1_BASE, MAC2_BASE, MAC3_BASE,
80 const uint32_t mac_base_lookup_tbl[2] = {MAC1_BASE, MAC2_BASE};