Lines Matching defs:cs_data
4160 const struct cs_section_def *cs_data;
4168 cs_data = rdev->rlc.cs_data;
4230 if (cs_data) {
4240 for (i = 0; cs_data[i].section != NULL; i++) {
4241 for (j = 0; cs_data[i].section[j].extent != NULL; j++) {
4243 dws += cs_data[i].section[j].reg_count;
4297 for (i = 0; cs_data[i].section != NULL; i++) {
4298 for (j = 0; cs_data[i].section[j].extent != NULL; j++) {
4299 reg_num = cs_data[i].section[j].reg_count;
4304 data = (cs_data[i].section[j].reg_index * 4) & 0xffffffff;
4313 data = cs_data[i].section[j].extent[k];
5040 rdev->rlc.cs_data = evergreen_cs_data;