Home
last modified time | relevance | path

Searched refs:resindex (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dmb862xx.c271 &res_mode_init[vesa_modes[i].resindex]; in card_init()
272 if (vesa_modes[i].resindex > 2) { in card_init()
278 div = fr_div[vesa_modes[i].resindex]; in card_init()
H A Dvideomodes.h57 int resindex; /* index to resolution struct */ member
H A Dati_radeon_fb.c660 res_mode = (struct ctfb_res_modes *) &res_mode_init[vesa_modes[i].resindex]; in video_hw_init()
662 vesa_idx = vesa_modes[i].resindex; in video_hw_init()
H A Dmx3fb.c839 &res_mode_init[vesa_modes[i].resindex]; in video_hw_init()
/openbmc/linux/drivers/video/fbdev/sis/
H A Dinit301.c3055 unsigned short xres, yres, modeflag=0, resindex; in SiS_GetCRT2ResInfo() local
3066 resindex = SiS_GetResInfo(SiS_Pr,ModeNo,ModeIdIndex); in SiS_GetCRT2ResInfo()
3069 xres = SiS_Pr->SiS_StResInfo[resindex].HTotal; in SiS_GetCRT2ResInfo()
3070 yres = SiS_Pr->SiS_StResInfo[resindex].VTotal; in SiS_GetCRT2ResInfo()
3072 xres = SiS_Pr->SiS_ModeResInfo[resindex].HTotal; in SiS_GetCRT2ResInfo()
3073 yres = SiS_Pr->SiS_ModeResInfo[resindex].VTotal; in SiS_GetCRT2ResInfo()
6764 unsigned short crt2crtc, resindex; in SiS_Set300Part2Regs() local
6777 resindex = crt2crtc & 0x3F; in SiS_Set300Part2Regs()
6784 resindex = 4; in SiS_Set300Part2Regs()
6787 SiS_SetRegANDOR(SiS_Pr->SiS_Part2Port,0x01,0x80,(CRT2Part2Ptr+resindex)->CR[0]); in SiS_Set300Part2Regs()
[all …]