Home
last modified time | relevance | path

Searched refs:bios_5_scratch (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_combios.c3468 uint32_t bios_5_scratch = RREG32(RADEON_BIOS_5_SCRATCH); in radeon_combios_connected_scratch_regs() local
3477 bios_5_scratch |= RADEON_TV1_ON; in radeon_combios_connected_scratch_regs()
3478 bios_5_scratch |= RADEON_ACC_REQ_TV1; in radeon_combios_connected_scratch_regs()
3482 bios_5_scratch &= ~RADEON_TV1_ON; in radeon_combios_connected_scratch_regs()
3483 bios_5_scratch &= ~RADEON_ACC_REQ_TV1; in radeon_combios_connected_scratch_regs()
3491 bios_5_scratch |= RADEON_LCD1_ON; in radeon_combios_connected_scratch_regs()
3492 bios_5_scratch |= RADEON_ACC_REQ_LCD1; in radeon_combios_connected_scratch_regs()
3496 bios_5_scratch &= ~RADEON_LCD1_ON; in radeon_combios_connected_scratch_regs()
3497 bios_5_scratch &= ~RADEON_ACC_REQ_LCD1; in radeon_combios_connected_scratch_regs()
3505 bios_5_scratch |= RADEON_CRT1_ON; in radeon_combios_connected_scratch_regs()
[all …]
/Linux-v5.4/drivers/video/fbdev/aty/
Dradeonfb.h169 u32 bios_5_scratch; member