Home
last modified time | relevance | path

Searched refs:RADEON_CRTC2_EN (Results 1 – 7 of 7) sorted by relevance

/netbsd/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_legacy_crtc.c336 WREG32_P(RADEON_CRTC2_GEN_CNTL, RADEON_CRTC2_EN, ~(RADEON_CRTC2_EN | mask)); in radeon_crtc_dpms()
352 WREG32_P(RADEON_CRTC2_GEN_CNTL, mask, ~(RADEON_CRTC2_EN | mask)); in radeon_crtc_dpms()
689 crtc2_gen_cntl |= RADEON_CRTC2_EN; in radeon_set_crtc_timing()
H A Dradeon_bios.c621 ((crtc2_gen_cntl & ~RADEON_CRTC2_EN) | in legacy_read_disabled_bios()
H A Dradeon_legacy_encoders.c1488 WREG32(RADEON_CRTC2_GEN_CNTL, (RADEON_CRTC2_EN | in radeon_legacy_ext_dac_detect()
H A Dradeon_reg.h464 # define RADEON_CRTC2_EN (1 << 25) macro
H A Dradeon_r100.c133 if (!(RREG32(RADEON_CRTC2_GEN_CNTL) & RADEON_CRTC2_EN)) in r100_wait_for_vblank()
/netbsd/sys/dev/pci/
H A Dradeonfb.c1418 (crtc2g & ~RADEON_CRTC2_EN) | in radeonfb_loadbios()
2432 v |= RADEON_CRTC2_CRT2_ON | RADEON_CRTC2_EN; in radeonfb_setcrtc()
H A Dradeonfbreg.h462 # define RADEON_CRTC2_EN (1 << 25) macro