Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/mach-ath79/ar933x/
H A Dddr.c37 #define DDR_TRP_S 9 macro
38 #define DDR_TRP(x) ((x) << DDR_TRP_S)
/OK3568_Linux_fs/u-boot/arch/mips/mach-ath79/qca953x/
H A Dddr.c36 #define DDR_TRP_S 9 macro
37 #define DDR_TRP(x) (((x) & DDR_TRP_M) << DDR_TRP_S)