Home
last modified time | relevance | path

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

/openbmc/u-boot/include/configs/
H A Dls1021aiot.h49 #define DDR_SDRAM_CFG_MEM_EN 0x80000000 macro
H A Dls1021atwr.h50 #define DDR_SDRAM_CFG_MEM_EN 0x80000000 macro
/openbmc/u-boot/board/freescale/ls1021aiot/
H A Dls1021aiot.c89 temp_sdram_cfg = (DDR_SDRAM_CFG_MEM_EN & ~SDRAM_CFG_BI); in ddrmc_init()
/openbmc/u-boot/board/freescale/ls1021atwr/
H A Dls1021atwr.c202 temp_sdram_cfg = (DDR_SDRAM_CFG_MEM_EN | SDRAM_CFG_BI); in ddrmc_init()
205 temp_sdram_cfg = (DDR_SDRAM_CFG_MEM_EN & ~SDRAM_CFG_BI); in ddrmc_init()