OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crtc_gen_cntl
(Results
1 - 16
of
16
) 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
atilock.c
97
tmp = pATI->LockData.
crtc_gen_cntl
= inr(
CRTC_GEN_CNTL
) &
101
outr(
CRTC_GEN_CNTL
, tmp | CRTC_EN);
102
outr(
CRTC_GEN_CNTL
, tmp);
103
outr(
CRTC_GEN_CNTL
, tmp | CRTC_EN);
498
outr(
CRTC_GEN_CNTL
, pATI->LockData.
crtc_gen_cntl
| CRTC_EN);
499
outr(
CRTC_GEN_CNTL
, pATI->LockData.
crtc_gen_cntl
);
500
outr(
CRTC_GEN_CNTL
, pATI->LockData.crtc_gen_cntl | CRTC_EN)
[
all
...]
atimode.c
540
pATIHW->
crtc_gen_cntl
&= ~(CRTC2_EN | CRTC2_PIX_WIDTH);
844
outr(
CRTC_GEN_CNTL
,
845
pATIHW->
crtc_gen_cntl
& ~(CRTC_EXT_DISP_EN | CRTC_EN));
929
outr(
CRTC_GEN_CNTL
, pATIHW->
crtc_gen_cntl
);
atipreinit.c
807
pATIHW->
crtc_gen_cntl
= inr(
CRTC_GEN_CNTL
);
808
if (!(pATIHW->
crtc_gen_cntl
& CRTC_EN) &&
818
if (!(pATIHW->
crtc_gen_cntl
& CRTC_EXT_DISP_EN))
1270
if (!(pATIHW->
crtc_gen_cntl
& CRTC_EXT_DISP_EN))
2044
Bool ext_disp_en = (pATI->LockData.
crtc_gen_cntl
& CRTC_EXT_DISP_EN);
/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
);
legacy_crtc.c
148
OUTREG(RADEON_CRTC_GEN_CNTL, restore->
crtc_gen_cntl
|
174
OUTREG(RADEON_CRTC_GEN_CNTL, restore->
crtc_gen_cntl
);
535
save->
crtc_gen_cntl
= INREG(RADEON_CRTC_GEN_CNTL);
904
save->
crtc_gen_cntl
= (RADEON_CRTC_EXT_DISP_EN
919
save->
crtc_gen_cntl
|= RADEON_CRTC_EN;
radeon_probe.h
589
uint32_t
crtc_gen_cntl
;
member in struct:__anon6870
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
/xsrc/external/mit/xf86-video-r128/dist/src/
r128_crtc.c
93
save->
crtc_gen_cntl
= (R128_CRTC_EXT_DISP_EN
107
save->
crtc_gen_cntl
&= ~(R128_CRTC_DBL_SCAN_EN | R128_CRTC_INTERLACE_EN);
260
OUTREG(R128_CRTC_GEN_CNTL, restore->
crtc_gen_cntl
);
r128.h
183
uint32_t
crtc_gen_cntl
;
member in struct:__anon167
r128_driver.c
2345
save->
crtc_gen_cntl
= INREG(R128_CRTC_GEN_CNTL);
Completed in 36 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026