OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:crtc_gen_cntl
(Results
1 - 10
of
10
) sorted by relevancy
/xsrc/external/mit/xf86-video-mach64/dist/src/
atirgb514.c
158
CARD32
crtc_gen_cntl
, dac_cntl;
local
163
crtc_gen_cntl
= inr(
CRTC_GEN_CNTL
);
164
if (!(
crtc_gen_cntl
& CRTC_EXT_DISP_EN))
165
outr(
CRTC_GEN_CNTL
,
crtc_gen_cntl
| CRTC_EXT_DISP_EN);
196
if (!(
crtc_gen_cntl
& CRTC_EXT_DISP_EN))
197
outr(
CRTC_GEN_CNTL
,
crtc_gen_cntl
);
238
CARD32
crtc_gen_cntl
, dac_cntl
local
[
all
...]
aticlock.c
310
CARD32
crtc_gen_cntl
, tmp;
local
319
crtc_gen_cntl
= inr(
CRTC_GEN_CNTL
);
320
if (!(
crtc_gen_cntl
& CRTC_EXT_DISP_EN))
321
outr(
CRTC_GEN_CNTL
,
crtc_gen_cntl
| CRTC_EXT_DISP_EN);
438
if (!(
crtc_gen_cntl
& CRTC_EXT_DISP_EN))
439
outr(
CRTC_GEN_CNTL
,
crtc_gen_cntl
);
atimach64.c
90
if ((pATI->LockData.
crtc_gen_cntl
& CRTC_CSYNC_EN) && !pATI->OptionCSync)
394
pATIHW->
crtc_gen_cntl
= inr(
CRTC_GEN_CNTL
);
745
pATIHW->
crtc_gen_cntl
= inr(
CRTC_GEN_CNTL
) &
754
pATIHW->
crtc_gen_cntl
|=
759
pATIHW->
crtc_gen_cntl
|= SetBits(PIX_WIDTH_8BPP, CRTC_PIX_WIDTH);
763
pATIHW->
crtc_gen_cntl
|= SetBits(PIX_WIDTH_15BPP, CRTC_PIX_WIDTH);
767
pATIHW->
crtc_gen_cntl
|= SetBits(PIX_WIDTH_16BPP, CRTC_PIX_WIDTH);
773
pATIHW->
crtc_gen_cntl
|
1167
CARD32
crtc_gen_cntl
= inr(CRTC_GEN_CNTL);
local
1199
CARD32
crtc_gen_cntl
=
local
[
all
...]
atiprint.c
189
if ((Index == (
CRTC_GEN_CNTL
& DWORD_SELECT)) &&
228
if ((Index == (int)ATIIOPort(
CRTC_GEN_CNTL
)) &&
293
CARD32
crtc_gen_cntl
, dac_cntl;
local
298
crtc_gen_cntl
= inr(
CRTC_GEN_CNTL
);
299
if (!(
crtc_gen_cntl
& CRTC_EXT_DISP_EN))
300
outr(
CRTC_GEN_CNTL
,
crtc_gen_cntl
| CRTC_EXT_DISP_EN);
342
if (!(
crtc_gen_cntl
& CRTC_EXT_DISP_EN))
343
outr(
CRTC_GEN_CNTL
, crtc_gen_cntl)
[
all
...]
atistruct.h
118
crtc_off_pitch,
crtc_gen_cntl
, dsp_config, dsp_on_off, mem_buf_cntl,
member in struct:_ATIHWRec
407
CARD32 crtc_int_cntl,
crtc_gen_cntl
, i2c_cntl_0, hw_debug,
member in struct:_ATIRec::__anon132
/xsrc/external/mit/xf86-video-ati/dist/src/
atombios_crtc.c
932
uint32_t
crtc_gen_cntl
, crtc2_gen_cntl, crtc_pitch;
local
958
crtc_gen_cntl
= INREG(RADEON_CRTC_GEN_CNTL) & 0xfffff0ff;
959
crtc_gen_cntl
|= (format << 8);
960
OUTREG(RADEON_CRTC_GEN_CNTL,
crtc_gen_cntl
);
radeon_bios.c
271
uint32_t
crtc_gen_cntl
= INREG(RADEON_CRTC_GEN_CNTL);
local
292
OUTREG(RADEON_CRTC_GEN_CNTL, ((
crtc_gen_cntl
& ~RADEON_CRTC_EN) |
313
OUTREG(RADEON_CRTC_GEN_CNTL,
crtc_gen_cntl
);
radeon_driver.c
949
uint32_t
crtc_gen_cntl
;
local
952
crtc_gen_cntl
= INREG(RADEON_CRTC_GEN_CNTL);
953
if ((
crtc_gen_cntl
& RADEON_CRTC_DISP_REQ_EN_B) ||
954
!(
crtc_gen_cntl
& RADEON_CRTC_EN))
4093
uint32_t crtc_ext_cntl,
crtc_gen_cntl
, crtc2_gen_cntl=0, ov0_scale_cntl;
local
4115
crtc_gen_cntl
= INREG(RADEON_CRTC_GEN_CNTL);
4118
(
crtc_gen_cntl
radeon_probe.h
589
uint32_t
crtc_gen_cntl
;
member in struct:__anon6870
/xsrc/external/mit/xf86-video-r128/dist/src/
r128.h
183
uint32_t
crtc_gen_cntl
;
member in struct:__anon167
Completed in 31 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026