Home
last modified time | relevance | path

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

/openbmc/u-boot/board/sbc8349/
H A Dsbc8349.c114 im->ddr.sdram_cfg |= (SDRAM_CFG_32_BE | SDRAM_CFG_8_BE); in fixed_sdram()
/openbmc/u-boot/board/freescale/mpc8349emds/
H A Dmpc8349emds.c140 im->ddr.sdram_cfg |= (SDRAM_CFG_32_BE | SDRAM_CFG_8_BE); in fixed_sdram()
/openbmc/u-boot/include/
H A Dfsl_ddr_sdram.h119 #define SDRAM_CFG_8_BE 0x00040000 macro
H A Dmpc83xx.h1250 #define SDRAM_CFG_8_BE 0x00040000 macro
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspd_sdram.c804 sdram_cfg |= SDRAM_CFG_32_BE | SDRAM_CFG_8_BE; in spd_sdram()