Home
last modified time | relevance | path

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

/external/u-boot/include/configs/
Dls1021aiot.h49 #define DDR_SDRAM_CFG_MEM_EN 0x80000000 macro
Dls1021atwr.h50 #define DDR_SDRAM_CFG_MEM_EN 0x80000000 macro
/external/u-boot/board/freescale/ls1021atwr/
Dls1021atwr.c203 temp_sdram_cfg = (DDR_SDRAM_CFG_MEM_EN | SDRAM_CFG_BI); in ddrmc_init()
206 temp_sdram_cfg = (DDR_SDRAM_CFG_MEM_EN & ~SDRAM_CFG_BI); in ddrmc_init()
/external/u-boot/board/freescale/ls1021aiot/
Dls1021aiot.c90 temp_sdram_cfg = (DDR_SDRAM_CFG_MEM_EN & ~SDRAM_CFG_BI); in ddrmc_init()