OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GEN_TEST_CNTL
(Results
1 - 7
of
7
) sorted by relevancy
/xsrc/external/mit/xf86-video-mach64/dist/src/
atiprobe.c
127
CARD32 IOValue, bus_cntl,
gen_test_cntl
;
local
151
gen_test_cntl
= inr(
GEN_TEST_CNTL
);
152
IOValue =
gen_test_cntl
&
154
outr(
GEN_TEST_CNTL
, IOValue | GEN_GUI_EN);
155
outr(
GEN_TEST_CNTL
, IOValue);
156
outr(
GEN_TEST_CNTL
, IOValue | GEN_GUI_EN);
188
outr(
GEN_TEST_CNTL
,
gen_test_cntl
);
atilock.c
90
pATI->LockData.
gen_test_cntl
= inr(
GEN_TEST_CNTL
) &
93
tmp = pATI->LockData.
gen_test_cntl
& ~GEN_CUR_EN;
94
outr(
GEN_TEST_CNTL
, tmp | GEN_GUI_EN);
95
outr(
GEN_TEST_CNTL
, tmp);
96
outr(
GEN_TEST_CNTL
, tmp | GEN_GUI_EN);
494
outr(
GEN_TEST_CNTL
, pATI->LockData.
gen_test_cntl
| GEN_GUI_EN);
495
outr(
GEN_TEST_CNTL
, pATI->LockData.
gen_test_cntl
);
[
all
...]
atimach64i2c.c
250
* Controls SDA and SCL control lines through a Mach64's
GEN_TEST_CNTL
and
267
tmp = inr(
GEN_TEST_CNTL
) & ~GPIO2_MASK;
268
outr(
GEN_TEST_CNTL
, tmp | (Bits & GPIO2_MASK));
274
* Returns the status of I2C control lines through a Mach64's
GEN_TEST_CNTL
and
283
return (inr(DAC_CNTL) & GPIO1_MASK) | (inr(
GEN_TEST_CNTL
) & GPIO2_MASK);
458
* though DAC_CNTL, and pin 2 (data) through
GEN_TEST_CNTL
.
atimach64cursor.c
310
if (!(pATI->NewHW.
gen_test_cntl
& GEN_CUR_EN))
313
pATI->NewHW.
gen_test_cntl
&= ~GEN_CUR_EN;
314
out8(
GEN_TEST_CNTL
, GetByte(pATI->NewHW.
gen_test_cntl
, 0));
330
if (pATI->NewHW.
gen_test_cntl
& GEN_CUR_EN)
333
pATI->NewHW.
gen_test_cntl
|= GEN_CUR_EN;
334
out8(
GEN_TEST_CNTL
, GetByte(pATI->NewHW.
gen_test_cntl
, 0));
atimach64.c
140
pATIHW->
gen_test_cntl
= pATI->LockData.
gen_test_cntl
& ~GEN_CUR_EN;
142
pATIHW->
gen_test_cntl
|= GEN_OVR_OUTPUT_EN;
417
pATIHW->
gen_test_cntl
= inr(
GEN_TEST_CNTL
) & ~GEN_CUR_EN;
848
outr(
GEN_TEST_CNTL
, pATIHW->
gen_test_cntl
| GEN_GUI_EN);
849
outr(
GEN_TEST_CNTL
, pATIHW->
gen_test_cntl
);
850
outr(
GEN_TEST_CNTL
, pATIHW->gen_test_cntl | GEN_GUI_EN)
[
all
...]
atimode.c
939
outr(
GEN_TEST_CNTL
, pATIHW->
gen_test_cntl
| GEN_GUI_EN);
940
outr(
GEN_TEST_CNTL
, pATIHW->
gen_test_cntl
);
941
outr(
GEN_TEST_CNTL
, pATIHW->
gen_test_cntl
| GEN_GUI_EN);
atiregs.h
1167
#define
GEN_TEST_CNTL
IOPortTag(0x19u, 0x34u)
Completed in 10 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026