Lines Matching refs:sh_per_se
3432 u32 sh_per_se) in cik_get_rb_disabled() argument
3445 mask = cik_create_bitmask(max_rb_num_per_se / sh_per_se); in cik_get_rb_disabled()
3461 u32 se_num, u32 sh_per_se, in cik_setup_rb() argument
3471 for (j = 0; j < sh_per_se; j++) { in cik_setup_rb()
3473 data = cik_get_rb_disabled(rdev, max_rb_num_per_se, sh_per_se); in cik_setup_rb()
3475 disabled_rbs |= data << ((i * sh_per_se + j) * HAWAII_RB_BITMAP_WIDTH_PER_SH); in cik_setup_rb()
3477 disabled_rbs |= data << ((i * sh_per_se + j) * CIK_RB_BITMAP_WIDTH_PER_SH); in cik_setup_rb()
3496 for (j = 0; j < sh_per_se; j++) { in cik_setup_rb()
3505 data |= (RASTER_CONFIG_RB_MAP_0 << (i * sh_per_se + j) * 2); in cik_setup_rb()
3508 data |= (RASTER_CONFIG_RB_MAP_3 << (i * sh_per_se + j) * 2); in cik_setup_rb()
3512 data |= (RASTER_CONFIG_RB_MAP_2 << (i * sh_per_se + j) * 2); in cik_setup_rb()