HomeSort by: relevance | last modified time | path
    Searched refs:bios_3_scratch (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_output.c 945 save->bios_3_scratch &= ~ATOM_S3_TV1_CRTC_ACTIVE;
946 save->bios_3_scratch |= (radeon_crtc->crtc_id << 18);
948 save->bios_3_scratch &= ~ATOM_S3_CV_CRTC_ACTIVE;
949 save->bios_3_scratch |= (radeon_crtc->crtc_id << 24);
951 save->bios_3_scratch &= ~ATOM_S3_CRT1_CRTC_ACTIVE;
952 save->bios_3_scratch |= (radeon_crtc->crtc_id << 16);
954 save->bios_3_scratch &= ~ATOM_S3_CRT2_CRTC_ACTIVE;
955 save->bios_3_scratch |= (radeon_crtc->crtc_id << 20);
957 save->bios_3_scratch &= ~ATOM_S3_LCD1_CRTC_ACTIVE;
958 save->bios_3_scratch |= (radeon_crtc->crtc_id << 17)
    [all...]
radeon_probe.h 566 uint32_t bios_3_scratch; member in struct:__anon6870
radeon_driver.c 3418 save->bios_3_scratch = info->SavedReg->bios_3_scratch;
5700 OUTREG(R600_BIOS_3_SCRATCH, restore->bios_3_scratch);
5709 OUTREG(RADEON_BIOS_3_SCRATCH, restore->bios_3_scratch);
5727 save->bios_3_scratch = INREG(R600_BIOS_3_SCRATCH);
5736 save->bios_3_scratch = INREG(RADEON_BIOS_3_SCRATCH);

Completed in 13 milliseconds