Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dr600_reg.h120 # define R600_BIOS_ROM_DIS (1 << 1) macro
H A 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()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsid.h2095 # define R600_BIOS_ROM_DIS (1 << 1) macro
H A Dsi.c1276 WREG32(R600_BUS_CNTL, (bus_cntl & ~R600_BIOS_ROM_DIS)); in si_read_disabled_bios()