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

/u-boot/arch/mips/mach-ath79/ar933x/
H A Dddr.c61 #define DDR_TWR_S 8 macro
63 #define DDR_TWR(x) ((x) << DDR_TWR_S)
/u-boot/arch/mips/mach-ath79/qca953x/
H A Dddr.c65 #define DDR_TWR_S 8 macro
67 #define DDR_TWR(x) (((x) & DDR_TWR_M) << DDR_TWR_S)

Completed in 35 milliseconds