Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/configs/
H A Dls1021aiot.h58 #define DDR_SDRAM_CFG_MEM_EN 0x80000000 macro
H A Dls1021atwr.h79 #define DDR_SDRAM_CFG_MEM_EN 0x80000000 macro
/OK3568_Linux_fs/u-boot/board/freescale/ls1021atwr/
H A Dls1021atwr.c206 temp_sdram_cfg = (DDR_SDRAM_CFG_MEM_EN | SDRAM_CFG_BI); in ddrmc_init()
209 temp_sdram_cfg = (DDR_SDRAM_CFG_MEM_EN & ~SDRAM_CFG_BI); in ddrmc_init()
/OK3568_Linux_fs/u-boot/board/freescale/ls1021aiot/
H A Dls1021aiot.c91 temp_sdram_cfg = (DDR_SDRAM_CFG_MEM_EN & ~SDRAM_CFG_BI); in ddrmc_init()