Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/mach-ath79/ar933x/
H A Dddr.c69 #define DDR_TRTP(x) ((x) << DDR_TRTP_S) macro
/openbmc/u-boot/arch/mips/mach-ath79/qca953x/
H A Dddr.c72 #define DDR_TRTP(x) (((x) & DDR_TRTP_M) << DDR_TRTP_S) macro