Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/include/asm/arch-omap3/
Dmem.h101 #define V_MCFG_RASWIDTH(raswidth) (((raswidth)-11) << 24) /* 24:26 */ argument
104 #define MCFG(ramsize, raswidth) \ argument
105 V_MCFG_RASWIDTH(raswidth) | V_MCFG_CASWIDTH_10B | \