Searched refs:DDR_TRTW_S (Results 1 – 2 of 2) sorted by relevance
65 #define DDR_TRTW_S 12 macro67 #define DDR_TRTW(x) ((x) << DDR_TRTW_S)
69 #define DDR_TRTW_S 12 macro71 #define DDR_TRTW(x) (((x) & DDR_TRTW_M) << DDR_TRTW_S)
Completed in 5 milliseconds