Searched refs:sisbios_mode (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/video/fbdev/sis/
H A Dsis_main.c160 while(sisbios_mode[i++].mode_no[0] != 0) {
161 if( (sisbios_mode[i-1].vesa_mode_no_1 == vesamode) ||
162 (sisbios_mode[i-1].vesa_mode_no_2 == vesamode) ) {
164 if(sisbios_mode[i-1].mode_no[1] == 0x50 ||
165 sisbios_mode[i-1].mode_no[1] == 0x56 ||
166 sisbios_mode[i-1].mode_no[1] == 0x53)
169 if(sisbios_mode[i-1].mode_no[1] == 0x5a ||
170 sisbios_mode[i-1].mode_no[1] == 0x5b)
199 if(!strncasecmp(name, sisbios_mode[MODE_INDEX_NONE].name, strlen(name))) {
237 while(sisbios_mode[
[all...]
H A Dsis_main.h150 } sisbios_mode[] = { variable in typeref:struct:_sisbios_mode

Completed in 271 milliseconds