OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVIVO_CRTC_EN
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/dev/pci/
radeonfb.c
2303
if (GET32(sc, AVIVO_D1CRTC_CONTROL) &
AVIVO_CRTC_EN
) {
2308
if (GET32(sc, AVIVO_D2CRTC_CONTROL) &
AVIVO_CRTC_EN
) {
2570
return ((reg &
AVIVO_CRTC_EN
) == 0);
2603
CLR32(sc, AVIVO_D1CRTC_CONTROL,
AVIVO_CRTC_EN
);
2604
CLR32(sc, AVIVO_D2CRTC_CONTROL,
AVIVO_CRTC_EN
);
2606
SET32(sc, AVIVO_D1CRTC_CONTROL,
AVIVO_CRTC_EN
);
2607
SET32(sc, AVIVO_D2CRTC_CONTROL,
AVIVO_CRTC_EN
);
radeonfbreg.h
3712
# define
AVIVO_CRTC_EN
(1<<0)
/src/sys/external/bsd/drm2/dist/drm/radeon/
r500_reg.h
351
# define
AVIVO_CRTC_EN
(1 << 0)
radeon_rv515.c
315
crtc_enabled = RREG32(AVIVO_D1CRTC_CONTROL + crtc_offsets[i]) &
AVIVO_CRTC_EN
;
337
tmp &= ~
AVIVO_CRTC_EN
;
radeon_rs600.c
102
if (!(RREG32(AVIVO_D1CRTC_CONTROL + crtc_offsets[crtc]) &
AVIVO_CRTC_EN
))
radeon_device.c
722
if (reg &
AVIVO_CRTC_EN
) {
radeon_r600.c
1627
if (RREG32(AVIVO_D1CRTC_CONTROL + crtc_offsets[i]) &
AVIVO_CRTC_EN
) {
Completed in 36 milliseconds
Indexes created Sun Oct 19 18:09:56 GMT 2025