Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/sis/
Dinit301.c5336 unsigned short temp, index, modeidindex, refreshratetableindex; in SiS_SetCRT2FIFO_300() local
5349 SiS_SearchModeID(SiS_Pr, &CRT1ModeNo, &modeidindex); in SiS_SetCRT2FIFO_300()
5352 refreshratetableindex = SiS_GetRatePtr(SiS_Pr, CRT1ModeNo, modeidindex); in SiS_SetCRT2FIFO_300()
5360 colorth = SiS_GetColorDepth(SiS_Pr,CRT1ModeNo,modeidindex) >> 1; in SiS_SetCRT2FIFO_300()
5441 SiS_SearchModeID(SiS_Pr, &CRT2ModeNo, &modeidindex); in SiS_SetCRT2FIFO_300()
5443 refreshratetableindex = SiS_GetRatePtr(SiS_Pr, CRT2ModeNo, modeidindex); in SiS_SetCRT2FIFO_300()
5446 index = SiS_GetVCLK2Ptr(SiS_Pr, CRT2ModeNo, modeidindex, refreshratetableindex); in SiS_SetCRT2FIFO_300()
5466 colorth = SiS_GetColorDepth(SiS_Pr,CRT2ModeNo,modeidindex) >> 1; in SiS_SetCRT2FIFO_300()