Searched refs:DDR_TRCD (Results 1 - 2 of 2) sorted by relevance

/u-boot/arch/mips/mach-ath79/ar933x/
H A Dddr.c32 #define DDR_TRCD(x) ((x) << DDR_TRCD_S) macro
49 #define DDR_CONF_REG_VAL (DDR_TRAS(16) | DDR_TRCD(6) | \
/u-boot/arch/mips/mach-ath79/qca953x/
H A Dddr.c32 #define DDR_TRCD(x) (((x) & DDR_TRCD_M) << DDR_TRCD_S) macro
49 #define DDR1_CONF_REG_VAL (DDR_TRAS(16) | DDR_TRCD(6) | \
53 #define DDR2_CONF_REG_VAL (DDR_TRAS(27) | DDR_TRCD(9) | \

Completed in 36 milliseconds