Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_bios.c306 WREG32(R600_ROM_CNTL, rom_cntl | R600_SCK_OVERWRITE);
368 WREG32(R600_ROM_CNTL, (rom_cntl & ~R600_SCK_OVERWRITE));
370 WREG32(R600_ROM_CNTL, (rom_cntl | R600_SCK_OVERWRITE));
440 R600_SCK_OVERWRITE));
H A Dr600_reg.h115 # define R600_SCK_OVERWRITE (1 << 1) macro