Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/sis/ !
Dinit.c1420 unsigned short flag = 0, rev = 0, nolcd = 0; in SiS_GetVBType() local
1446 nolcd = SiS_GetReg(SiS_Pr->SiS_Part4Port,0x23); in SiS_GetVBType()
1447 if(!(nolcd & 0x02)) SiS_Pr->SiS_VBType |= VB_NoLCD; in SiS_GetVBType()