Searched refs:bl_grp (Results 1 – 2 of 2) sorted by relevance
263 uint8_t bl_grp; /* byte lane group counter (2 BLs per module) */ in ddrphy_init() local312 for (bl_grp = 0; in ddrphy_init()313 bl_grp < (NUM_BYTE_LANES / bl_divisor) / 2; in ddrphy_init()314 bl_grp++) { in ddrphy_init()318 bl_grp * DDRIODQ_BL_OFFSET + in ddrphy_init()320 bl_grp ? 0 : (1 << 22), 1 << 22); in ddrphy_init()341 bl_grp * DDRIODQ_BL_OFFSET + in ddrphy_init()347 bl_grp * DDRIODQ_BL_OFFSET + in ddrphy_init()372 bl_grp * DDRIODQ_BL_OFFSET + in ddrphy_init()394 bl_grp * DDRIODQ_BL_OFFSET + in ddrphy_init()[all …]
1028 uint8_t bl_grp; /* which BL module */ in sample_dqs() local1044 for (bl_grp = 0; bl_grp < (NUM_BYTE_LANES / bl_divisor) / 2; bl_grp++) { in sample_dqs()1057 bl_grp * DDRIODQ_BL_OFFSET + in sample_dqs()1076 ret_val |= (1 << (bl + bl_grp * 2)); in sample_dqs()