Lines Matching refs:sh_per_se
3457 u32 sh_per_se) in cik_get_rb_disabled() argument
3470 mask = cik_create_bitmask(max_rb_num_per_se / sh_per_se); in cik_get_rb_disabled()
3486 u32 se_num, u32 sh_per_se, in cik_setup_rb() argument
3496 for (j = 0; j < sh_per_se; j++) { in cik_setup_rb()
3498 data = cik_get_rb_disabled(rdev, max_rb_num_per_se, sh_per_se); in cik_setup_rb()
3500 disabled_rbs |= data << ((i * sh_per_se + j) * HAWAII_RB_BITMAP_WIDTH_PER_SH); in cik_setup_rb()
3502 disabled_rbs |= data << ((i * sh_per_se + j) * CIK_RB_BITMAP_WIDTH_PER_SH); in cik_setup_rb()
3521 for (j = 0; j < sh_per_se; j++) { in cik_setup_rb()
3530 data |= (RASTER_CONFIG_RB_MAP_0 << (i * sh_per_se + j) * 2); in cik_setup_rb()
3533 data |= (RASTER_CONFIG_RB_MAP_3 << (i * sh_per_se + j) * 2); in cik_setup_rb()
3537 data |= (RASTER_CONFIG_RB_MAP_2 << (i * sh_per_se + j) * 2); in cik_setup_rb()