Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/mach-ath79/ar933x/
Dddr.c27 #define DDR_TRAS_S 0 macro
29 #define DDR_TRAS(x) ((x) << DDR_TRAS_S)
/external/u-boot/arch/mips/mach-ath79/qca953x/
Dddr.c26 #define DDR_TRAS_S 0 macro
28 #define DDR_TRAS(x) (((x) & DDR_TRAS_M) << DDR_TRAS_S)