Lines Matching defs:cs_data
4162 const struct cs_section_def *cs_data;
4170 cs_data = rdev->rlc.cs_data;
4232 if (cs_data) {
4242 for (i = 0; cs_data[i].section != NULL; i++) {
4243 for (j = 0; cs_data[i].section[j].extent != NULL; j++) {
4245 dws += cs_data[i].section[j].reg_count;
4299 for (i = 0; cs_data[i].section != NULL; i++) {
4300 for (j = 0; cs_data[i].section[j].extent != NULL; j++) {
4301 reg_num = cs_data[i].section[j].reg_count;
4306 data = (cs_data[i].section[j].reg_index * 4) & 0xffffffff;
4315 data = cs_data[i].section[j].extent[k];
5041 rdev->rlc.cs_data = evergreen_cs_data;