Home
last modified time | relevance | path

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

/dports/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9/src/
H A Dsavage_accel.c136 (psav->bciThresholdHi & 0xffff); in SavageInitialize2DEngine()
168 ((psav->bciThresholdHi & 0x1fffe0) >> 5); in SavageInitialize2DEngine()
206 OUTREG(0x48C14, psav->bciThresholdHi >> 2); in SavageInitialize2DEngine()
H A Dsavage_driver.h445 unsigned long bciThresholdHi; /* shadow status update (32bit words) */ member
H A Dsavage_driver.c460 if (slots >= psav->bciThresholdHi) in ShadowWaitQueue()
461 slots = psav->bciThresholdHi; in ShadowWaitQueue()
1926 psav->bciThresholdHi = 32; in SavagePreInit()
1938 psav->bciThresholdHi = psav->cobSize/4 + 32 - 2560; in SavagePreInit()
1939 psav->bciThresholdLo = psav->bciThresholdHi - 2560; in SavagePreInit()
H A Dsavage_dri.c754 init.bci_threshold_hi = psav->bciThresholdHi; in SAVAGEDRIKernelInit()