Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Dradeon_bios.c288 WREG32(R600_ROM_CNTL, rom_cntl | R600_SCK_OVERWRITE); in ni_read_disabled_bios()
348 WREG32(R600_ROM_CNTL, (rom_cntl & ~R600_SCK_OVERWRITE)); in r700_read_disabled_bios()
350 WREG32(R600_ROM_CNTL, (rom_cntl | R600_SCK_OVERWRITE)); in r700_read_disabled_bios()
418 R600_SCK_OVERWRITE)); in r600_read_disabled_bios()
Dr600_reg.h136 # define R600_SCK_OVERWRITE (1 << 1) macro
/drivers/gpu/drm/amd/amdgpu/
Dsid.h2098 # define R600_SCK_OVERWRITE (1 << 1) macro
Dsi.c1178 WREG32(R600_ROM_CNTL, rom_cntl | R600_SCK_OVERWRITE); in si_read_disabled_bios()