Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/sis/
H A Dinit301.h130 extern unsigned short SiS_GetFIFOThresholdB300(unsigned short tempbx, unsigned short tempcl);
H A Dsis.h345 unsigned short SiS_GetFIFOThresholdB300(unsigned short idx1, unsigned short idx2);
H A Dinit.c2256 SiS_GetFIFOThresholdB300(unsigned short idx1, unsigned short idx2) in SiS_GetFIFOThresholdB300() function
2279 longtemp *= SiS_GetFIFOThresholdB300(idx1, idx2); in SiS_DoCalcDelay()
H A Dinit301.c5398 data = SiS_GetFIFOThresholdB300(tempbx, tempcl); in SiS_SetCRT2FIFO_300()