OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:config_cntl
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/xf86-video-mach64/dist/src/
atimach64.c
144
pATIHW->
config_cntl
= inr(
CONFIG_CNTL
);
150
pATIHW->
config_cntl
|= CFG_MEM_VGA_AP_EN;
157
pATIHW->
config_cntl
&= ~CFG_MEM_VGA_AP_EN;
163
pATIHW->
config_cntl
&= ~(CFG_MEM_AP_LOC | CFG_MEM_AP_SIZE);
164
pATIHW->
config_cntl
|= SetBits(pATI->LinearBase >> 22, CFG_MEM_AP_LOC);
166
pATIHW->
config_cntl
|= SetBits(1, CFG_MEM_AP_SIZE);
168
pATIHW->
config_cntl
|= SetBits(2, CFG_MEM_AP_SIZE);
215
CARD32
config_cntl
= inr(
CONFIG_CNTL
);
local
[
all
...]
atistruct.h
123
dac_cntl, gen_test_cntl,
config_cntl
, mpp_config, mpp_strobe_seq,
member in struct:_ATIHWRec
413
CARD32
config_cntl
;
member in struct:_ATIRec::__anon132
/xsrc/external/mit/xf86-video-ati/dist/src/
legacy_output.c
2038
uint32_t tv_dac_cntl, tv_pre_dac_mux_cntl,
config_cntl
;
local
2048
config_cntl
= INREG(RADEON_CONFIG_CNTL);
2068
if (
config_cntl
& RADEON_CFG_ATI_REV_ID_MASK)
/xsrc/external/mit/xf86-video-r128/dist/src/
r128_video.c
866
uint32_t
config_cntl
= INREG(R128_CONFIG_CNTL);
local
869
OUTREG(R128_CONFIG_CNTL,
config_cntl
&
1002
OUTREG(R128_CONFIG_CNTL,
config_cntl
);
r128.h
173
uint32_t
config_cntl
;
member in struct:__anon167
Completed in 18 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026