Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/radeon/
Dr600_reg.h120 # define R600_BIOS_ROM_DIS (1 << 1) macro
Dradeon_bios.c276 WREG32(R600_BUS_CNTL, (bus_cntl & ~R600_BIOS_ROM_DIS)); in ni_read_disabled_bios()
325 WREG32(R600_BUS_CNTL, (bus_cntl & ~R600_BIOS_ROM_DIS)); in r700_read_disabled_bios()
404 WREG32(R600_BUS_CNTL, (bus_cntl & ~R600_BIOS_ROM_DIS)); in r600_read_disabled_bios()
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Dsid.h2095 # define R600_BIOS_ROM_DIS (1 << 1) macro
Dsi.c1276 WREG32(R600_BUS_CNTL, (bus_cntl & ~R600_BIOS_ROM_DIS)); in si_read_disabled_bios()