Home
last modified time | relevance | path

Searched refs:R600_SCK_OVERWRITE (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/radeon/
Dradeon_bios.c278 WREG32(R600_ROM_CNTL, rom_cntl | R600_SCK_OVERWRITE); in ni_read_disabled_bios()
338 WREG32(R600_ROM_CNTL, (rom_cntl & ~R600_SCK_OVERWRITE)); in r700_read_disabled_bios()
340 WREG32(R600_ROM_CNTL, (rom_cntl | R600_SCK_OVERWRITE)); in r700_read_disabled_bios()
408 R600_SCK_OVERWRITE)); in r600_read_disabled_bios()
Dr600_reg.h136 # define R600_SCK_OVERWRITE (1 << 1) macro
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Dsid.h2098 # define R600_SCK_OVERWRITE (1 << 1) macro
Dsi.c1288 WREG32(R600_ROM_CNTL, rom_cntl | R600_SCK_OVERWRITE); in si_read_disabled_bios()