Home
last modified time | relevance | path

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

/external/u-boot/include/net/pfe_eth/pfe/
Dcbus.h32 #define LMEM_BASE_ADDR (CBUS_BASE_ADDR + 0x300000) macro
34 #define LMEM_END (LMEM_BASE_ADDR + LMEM_SIZE)
Dpfe_hw.h54 CBUS_VIRT_TO_PFE(LMEM_BASE_ADDR)) &&\
/external/u-boot/drivers/net/pfe_eth/
Dpfe_driver.c463 .baseaddr = CBUS_VIRT_TO_PFE(LMEM_BASE_ADDR + in pfe_bmu_init()