Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/quark/
H A Dsmc.c257 uint8_t bl_grp; /* byte lane group counter (2 BLs per module) */ in ddrphy_init() local
306 for (bl_grp = 0; in ddrphy_init()
307 bl_grp < (NUM_BYTE_LANES / bl_divisor) / 2; in ddrphy_init()
308 bl_grp++) { in ddrphy_init()
312 bl_grp * DDRIODQ_BL_OFFSET + in ddrphy_init()
314 bl_grp ? 0 : (1 << 22), 1 << 22); in ddrphy_init()
335 bl_grp * DDRIODQ_BL_OFFSET + in ddrphy_init()
341 bl_grp * DDRIODQ_BL_OFFSET + in ddrphy_init()
366 bl_grp * DDRIODQ_BL_OFFSET + in ddrphy_init()
388 bl_grp * DDRIODQ_BL_OFFSET + in ddrphy_init()
[all …]
H A Dmrc_util.c1027 uint8_t bl_grp; /* which BL module */ in sample_dqs() local
1043 for (bl_grp = 0; bl_grp < (NUM_BYTE_LANES / bl_divisor) / 2; bl_grp++) { in sample_dqs()
1056 bl_grp * DDRIODQ_BL_OFFSET + in sample_dqs()
1075 ret_val |= (1 << (bl + bl_grp * 2)); in sample_dqs()