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

/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dr600_reg.h112 # define R600_SCK_OVERWRITE (1 << 1) macro
H A Dradeon_bios.c305 WREG32(R600_ROM_CNTL, rom_cntl | R600_SCK_OVERWRITE);
365 WREG32(R600_ROM_CNTL, (rom_cntl & ~R600_SCK_OVERWRITE));
367 WREG32(R600_ROM_CNTL, (rom_cntl | R600_SCK_OVERWRITE));
437 R600_SCK_OVERWRITE));

Completed in 56 milliseconds