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

/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dradeon_bios.c292 rom_cntl = RREG32(R600_ROM_CNTL);
305 WREG32(R600_ROM_CNTL, rom_cntl | R600_SCK_OVERWRITE);
314 WREG32(R600_ROM_CNTL, rom_cntl);
337 rom_cntl = RREG32(R600_ROM_CNTL);
365 WREG32(R600_ROM_CNTL, (rom_cntl & ~R600_SCK_OVERWRITE));
367 WREG32(R600_ROM_CNTL, (rom_cntl | R600_SCK_OVERWRITE));
385 WREG32(R600_ROM_CNTL, rom_cntl);
412 rom_cntl = RREG32(R600_ROM_CNTL);
434 WREG32(R600_ROM_CNTL,
458 WREG32(R600_ROM_CNTL, rom_cnt
[all...]
H A Dr600_reg.h111 #define R600_ROM_CNTL 0x1600 macro

Completed in 109 milliseconds