Lines Matching defs:cps
88 char *cps[31];
159 memset(cps, 0, sizeof(cps));
161 ptr != NULL && i < __arraycount(cps);
163 cps[i] = ptr;
170 gv->pixel_clock = atoi(cps[1]);
171 gv->disp_width = atoi(cps[2]);
172 gv->disp_height = atoi(cps[3]);
173 gv->depth = atoi(cps[4]);
174 gv->hblank_start = atoi(cps[5]);
175 gv->hsync_start = atoi(cps[6]);
176 gv->hsync_stop = atoi(cps[7]);
177 gv->htotal = atoi(cps[8]);
178 gv->vblank_start = atoi(cps[9]);
179 gv->vsync_start = atoi(cps[10]);
180 gv->vsync_stop = atoi(cps[11]);
181 gv->vtotal = atoi(cps[12]);
183 if ((y = atoi(cps[0])))
186 if (strncasecmp("c", cps[0], 1) == 0) {
191 "Illegal mode number: %s", cps[0]);