Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Mode.c335 int clockIndex; in xf86HandleBuiltinMode() local
356 clockIndex = xf86GetNearestClock(scrp, p->Clock, allowDiv2, in xf86HandleBuiltinMode()
359 modep->Clock = (scrp->clock[clockIndex] * DivFactor) in xf86HandleBuiltinMode()
361 modep->ClockIndex = clockIndex; in xf86HandleBuiltinMode()
362 modep->SynthClock = scrp->clock[clockIndex]; in xf86HandleBuiltinMode()
464 int clockIndex = -1; in xf86LookupMode() local
607 clockIndex = i; in xf86LookupMode()
619 clockIndex = i; in xf86LookupMode()
633 clockIndex = i; in xf86LookupMode()
650 modep->Clock = (scrp->clock[clockIndex] * DivFactor) / MulFactor; in xf86LookupMode()
[all …]
H A Dxf86str.h149 int clockIndex; /* -1 for programmable clocks */ member