Home
last modified time | relevance | path

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

/openbmc/u-boot/include/net/pfe_eth/pfe/
H A Dpfe_hw.h34 #define DMEM_BASE_ADDR 0x00000000 macro
36 #define DMEM_END (DMEM_BASE_ADDR + DMEM_SIZE)
43 #define IS_DMEM(addr, len) (((unsigned long)(addr) >= DMEM_BASE_ADDR) &&\