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_h_total_disp
(Results
1 - 10
of
10
) sorted by relevancy
/xsrc/external/mit/xf86-video-mach64/dist/src/
atipreinit.c
1285
pATIHW->
crtc_h_total_disp
= inr(
CRTC_H_TOTAL_DISP
);
1314
pATIHW->shadow_h_total_disp = inr(
CRTC_H_TOTAL_DISP
);
1355
pATIHW->
crtc_h_total_disp
&= ~CRTC_H_DISP;
1356
pATIHW->
crtc_h_total_disp
|=
1360
pATIHW->
crtc_h_total_disp
&= ~CRTC_H_TOTAL;
1361
pATIHW->
crtc_h_total_disp
|=
1401
HDisplay = GetBits(pATIHW->
crtc_h_total_disp
, CRTC_H_DISP);
1411
HTotal = GetBits(pATIHW->
crtc_h_total_disp
, CRTC_H_TOTAL);
1458
pATIHW->
crtc_h_total_disp
= inr(CRTC_H_TOTAL_DISP)
[
all
...]
atistruct.h
116
CARD32
crtc_h_total_disp
, crtc_h_sync_strt_wid,
member in struct:_ATIHWRec
atimach64.c
387
pATIHW->
crtc_h_total_disp
= inr(
CRTC_H_TOTAL_DISP
);
721
pATIHW->
crtc_h_total_disp
=
826
outr(
CRTC_H_TOTAL_DISP
, pATIHW->
crtc_h_total_disp
);
atimode.c
462
pATIHW->shadow_h_total_disp = inr(
CRTC_H_TOTAL_DISP
);
674
pATIHW->shadow_h_total_disp = pATIHW->
crtc_h_total_disp
;
945
outr(
CRTC_H_TOTAL_DISP
, pATIHW->
crtc_h_total_disp
);
1016
outr(
CRTC_H_TOTAL_DISP
, pATIHW->shadow_h_total_disp);
/xsrc/external/mit/xf86-video-r128/dist/src/
r128_crtc.c
111
save->
crtc_h_total_disp
= ((((mode->CrtcHTotal / 8) - 1) & 0xffff)
265
OUTREG(R128_CRTC_H_TOTAL_DISP, restore->
crtc_h_total_disp
);
r128.h
186
uint32_t
crtc_h_total_disp
;
member in struct:__anon167
r128_driver.c
2348
save->
crtc_h_total_disp
= INREG(R128_CRTC_H_TOTAL_DISP);
2642
save->fp_crtc_h_total_disp = save->
crtc_h_total_disp
;
/xsrc/external/mit/xf86-video-ati/dist/src/
legacy_crtc.c
157
OUTREG(RADEON_CRTC_H_TOTAL_DISP, restore->
crtc_h_total_disp
);
537
save->
crtc_h_total_disp
= INREG(RADEON_CRTC_H_TOTAL_DISP);
929
save->
crtc_h_total_disp
= ((((mode->CrtcHTotal / 8) - 1) & 0x3ff)
radeon_probe.h
592
uint32_t
crtc_h_total_disp
;
member in struct:__anon6870
radeon_tv.c
1100
save->
crtc_h_total_disp
= (((constPtr->horResolution / 8) - 1) << RADEON_CRTC_H_DISP_SHIFT) |
Completed in 15 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026