OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pll_flags
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/xf86-video-ati/dist/src/
atombios_crtc.c
365
int
pll_flags
= 0;
local
384
pll_flags
|= /*RADEON_PLL_USE_FRAC_FB_DIV |*/
387
pll_flags
|= RADEON_PLL_PREFER_HIGH_FB_DIV;
389
pll_flags
|= RADEON_PLL_PREFER_LOW_REF_DIV;
391
pll_flags
|= RADEON_PLL_LEGACY;
394
pll_flags
|= RADEON_PLL_PREFER_HIGH_FB_DIV;
396
pll_flags
|= RADEON_PLL_PREFER_LOW_REF_DIV;
412
pll_flags
|= RADEON_PLL_PREFER_CLOSEST_LOWER;
418
pll_flags
|= RADEON_PLL_NO_ODD_POST_DIV;
420
pll_flags
|= (RADEON_PLL_USE_BIOS_DIVS | RADEON_PLL_USE_REF_DIV)
594
int
pll_flags
= 0;
local
[
all
...]
legacy_crtc.c
1773
int
pll_flags
= RADEON_PLL_LEGACY;
local
1778
pll_flags
|= RADEON_PLL_PREFER_HIGH_FB_DIV;
1780
pll_flags
|= RADEON_PLL_PREFER_LOW_REF_DIV;
1794
pll_flags
|= RADEON_PLL_NO_ODD_POST_DIV;
1796
pll_flags
|= (RADEON_PLL_USE_BIOS_DIVS | RADEON_PLL_USE_REF_DIV);
1816
RADEONInitPLLRegisters(crtc, info->ModeReg, &info->pll, adjusted_mode,
pll_flags
);
1830
RADEONInitPLL2Registers(crtc, info->ModeReg, &info->pll, adjusted_mode,
pll_flags
);
/xsrc/external/mit/xf86-video-geode/dist/src/cim/
cim_vg.c
1679
vg_set_clock_frequency(unsigned long frequency, unsigned long
pll_flags
)
1694
if (!(
pll_flags
& VG_PLL_MANUAL)) {
1717
if (
pll_flags
& VG_PLL_DIVIDE_BY_2)
1719
if (
pll_flags
& VG_PLL_DIVIDE_BY_4)
1721
if (
pll_flags
& VG_PLL_BYPASS)
1723
if (
pll_flags
& VG_PLL_VIP_CLOCK)
2687
vg_state->
pll_flags
= 0;
2700
vg_state->
pll_flags
|= VG_PLL_MANUAL;
2703
vg_state->
pll_flags
|= VG_PLL_DIVIDE_BY_2;
2705
vg_state->
pll_flags
|= VG_PLL_BYPASS
[
all
...]
cim_rtns.h
186
unsigned long
pll_flags
);
cim_parm.h
535
unsigned long
pll_flags
;
member in struct:tagVGSaveRestore
Completed in 82 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026