gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:GetDevConf from tkernel_2/driver/tef_em1d/screen/src/common.c (0.00 seconds)
tkernel_2
driver/tef_em1d/screen/src/common.c - 18.6KB - 561 lines
176:         /* video attribute : extract VIDEOATTR */
177:         if (GetDevConf("VIDEOATTR", v) > 0 && v[0] > 0) {
178:                 Vinf.attr |= v[0] << 12;
185: v[2] = v[3] = 0; 186: if (GetDevConf("VIDEOMODE", v) > 0 && v[0] > 0) { 187: if (VALID_VIDEO_MODE(v[0] - 1)) n = v[0] - 1;
195: /* panel type (LCD) : LCDPANELTYPE */ 196: if (GetDevConf("LCDPANELTYPE", v) > 0 && v[0] > 0) { 197: Vinf.paneltype = v[0];
200: /* VRAM protection level */ 201: if (GetDevConf("VIDEOPROT", v) > 0) { 202: Vinf.vramrng = v[0] & 3;
239: /* obtain vertical scan frequency : VIDEOVFREQ */ 240: if (GetDevConf("VIDEOVFREQ", v) > 0 && v[0] > 0) { 241: if ((Vinf.vfreq = v[0]) < MIN_VFREQ) Vinf.vfreq = MIN_VFREQ;