Home
last modified time | relevance | path

Searched refs:RADEON_CRTC_DISPLAY_DIS (Results 1 – 5 of 5) sorted by relevance

/netbsd/sys/dev/pci/
H A Dradeonfb.c1043 CLR32(sc, RADEON_CRTC_EXT_CNTL, RADEON_CRTC_DISPLAY_DIS); in radeonfb_attach()
1424 RADEON_CRTC_DISPLAY_DIS)); in radeonfb_loadbios()
2322 RADEON_CRTC_DISPLAY_DIS /* | RADEON_CRTC_DISP_REQ_EN_B */); in radeonfb_modeswitch()
2458 RADEON_CRTC_DISPLAY_DIS); in radeonfb_setcrtc()
2538 RADEON_CRTC_DISPLAY_DIS /* | RADEON_CRTC_DISP_REQ_EN_B */); in radeonfb_setcrtc()
2578 mask = RADEON_CRTC_DISPLAY_DIS; in radeonfb_isblank()
2621 mask = RADEON_CRTC_DISPLAY_DIS; in radeonfb_blank()
2774 ext = GET32(sc, RADEON_CRTC_EXT_CNTL) & ~RADEON_CRTC_DISPLAY_DIS; in radeonfb_set_fbloc()
2777 PUT32(sc, RADEON_CRTC_EXT_CNTL, ext | RADEON_CRTC_DISPLAY_DIS); in radeonfb_set_fbloc()
2779 PUT32(sc, RADEON_CRTC_GEN_CNTL, gen | RADEON_CRTC_DISPLAY_DIS); in radeonfb_set_fbloc()
H A Dradeonfbreg.h426 # define RADEON_CRTC_DISPLAY_DIS (1 << 10) macro
/netbsd/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_legacy_crtc.c316 mask = (RADEON_CRTC_DISPLAY_DIS | in radeon_crtc_dpms()
726 RADEON_CRTC_DISPLAY_DIS); in radeon_set_crtc_timing()
H A Dradeon_bios.c628 RADEON_CRTC_DISPLAY_DIS))); in legacy_read_disabled_bios()
H A Dradeon_reg.h430 # define RADEON_CRTC_DISPLAY_DIS (1 << 10) macro