Lines Matching refs:sh_per_se
3087 u32 sh_per_se) in cik_get_rb_disabled() argument
3100 mask = cik_create_bitmask(max_rb_num_per_se / sh_per_se); in cik_get_rb_disabled()
3116 u32 se_num, u32 sh_per_se, in cik_setup_rb() argument
3125 for (j = 0; j < sh_per_se; j++) { in cik_setup_rb()
3127 data = cik_get_rb_disabled(rdev, max_rb_num_per_se, sh_per_se); in cik_setup_rb()
3129 disabled_rbs |= data << ((i * sh_per_se + j) * HAWAII_RB_BITMAP_WIDTH_PER_SH); in cik_setup_rb()
3131 disabled_rbs |= data << ((i * sh_per_se + j) * CIK_RB_BITMAP_WIDTH_PER_SH); in cik_setup_rb()
3148 for (j = 0; j < sh_per_se; j++) { in cik_setup_rb()
3157 data |= (RASTER_CONFIG_RB_MAP_0 << (i * sh_per_se + j) * 2); in cik_setup_rb()
3160 data |= (RASTER_CONFIG_RB_MAP_3 << (i * sh_per_se + j) * 2); in cik_setup_rb()
3164 data |= (RASTER_CONFIG_RB_MAP_2 << (i * sh_per_se + j) * 2); in cik_setup_rb()