Home
last modified time | relevance | path

Searched defs:DDR_TRRD (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/mips/mach-ath79/ar933x/
H A Dddr.c38 #define DDR_TRRD(x) ((x) << DDR_TRRD_S) macro
/openbmc/u-boot/arch/mips/mach-ath79/qca953x/
H A Dddr.c37 #define DDR_TRRD(x) (((x) & DDR_TRRD_M) << DDR_TRRD_S) macro