Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/board/BuS/eb_cpu5282/
Deb_cpu5282.c48 MCFSDRAMC_DACR_CASL(1) | MCFSDRAMC_DACR_CBM(3) | in dram_init()
78 | MCFSDRAMC_DACR_CBM (3) in dram_init()
/third_party/uboot/u-boot-2020.01/board/freescale/m5282evb/
Dm5282evb.c43 | MCFSDRAMC_DACR_CBM(3) in dram_init()
/third_party/uboot/u-boot-2020.01/arch/m68k/include/asm/
Dm5282.h404 #define MCFSDRAMC_DACR_CBM(x) (((x)&0x07)<<8) macro