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

/u-boot/arch/mips/mach-ath79/ar933x/
H A Dddr.c64 #define DDR_TRTW_S 12 macro
66 #define DDR_TRTW(x) ((x) << DDR_TRTW_S)
/u-boot/arch/mips/mach-ath79/qca953x/
H A Dddr.c68 #define DDR_TRTW_S 12 macro
70 #define DDR_TRTW(x) (((x) & DDR_TRTW_M) << DDR_TRTW_S)

Completed in 36 milliseconds