Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dmem_io.h5 #define MAC2_BASE 0x1e680000 macro
7 #define MDIO1_BASE (MAC2_BASE + 0x60)
32 #define MAC2_RD(offset) readl(MAC2_BASE + offset)
33 #define MAC2_WR(value, offset) writel(value, MAC2_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};