Lines Matching full:6
12 /* 6-6-6 */
14 /* 6-6-6 */
23 DDR3_1333G = 6,
69 DDR4_2133N = 6,
102 #define DDR3_RTT_NOM_MASK ((1 << 2) | (1 << 6) | (1 << 9))
105 #define DDR3_RTT_NOM_120 BIT(6)
106 #define DDR3_RTT_NOM_40 ((1 << 2) | (1 << 6))
172 #define LPDDR2_IO_WIDTH(mr8) (32 >> (((mr8) >> 6) & 0x3))
203 #define LPDDR3_WL_SUPOT BIT(6)
249 #define LPDDR3_WL_S BIT(6)
282 #define LPDDR3_IO_WIDTH(mr8) (32 >> (((mr8) >> 6) & 0x3))
333 #define LPDDR4_WL_B BIT(6)
353 #define LPDDR4_DBI_RD_EN BIT(6)
364 #define LPDDR4_DQODT_40 (6)
373 #define LPDDR4_CAODT_40 (6 << 4)
387 #define LPDDR4_SOC_ODT_40 (6)
435 #define DDR4_RTT_PARK_DIS (0 << 6)
436 #define DDR4_RTT_PARK_60 (1 << 6)
437 #define DDR4_RTT_PARK_120 (2 << 6)
438 #define DDR4_RTT_PARK_40 (3 << 6)
439 #define DDR4_RTT_PARK_240 (4 << 6)
440 #define DDR4_RTT_PARK_48 (5 << 6)
441 #define DDR4_RTT_PARK_80 (6 << 6)
442 #define DDR4_RTT_PARK_34 (7 << 6)