Lines Matching refs:cs_data
4195 const struct cs_section_def *cs_data; in sumo_rlc_init() local
4203 cs_data = rdev->rlc.cs_data; in sumo_rlc_init()
4265 if (cs_data) { in sumo_rlc_init()
4275 for (i = 0; cs_data[i].section != NULL; i++) { in sumo_rlc_init()
4276 for (j = 0; cs_data[i].section[j].extent != NULL; j++) { in sumo_rlc_init()
4278 dws += cs_data[i].section[j].reg_count; in sumo_rlc_init()
4332 for (i = 0; cs_data[i].section != NULL; i++) { in sumo_rlc_init()
4333 for (j = 0; cs_data[i].section[j].extent != NULL; j++) { in sumo_rlc_init()
4334 reg_num = cs_data[i].section[j].reg_count; in sumo_rlc_init()
4339 data = (cs_data[i].section[j].reg_index * 4) & 0xffffffff; in sumo_rlc_init()
4348 data = cs_data[i].section[j].extent[k]; in sumo_rlc_init()
5509 rdev->rlc.cs_data = evergreen_cs_data; in evergreen_startup()