Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/drm2/radeon/
Dradeon_bios.c281 rom_cntl = RREG32(R600_ROM_CNTL);
294 WREG32(R600_ROM_CNTL, rom_cntl | R600_SCK_OVERWRITE);
303 WREG32(R600_ROM_CNTL, rom_cntl);
326 rom_cntl = RREG32(R600_ROM_CNTL);
354 WREG32(R600_ROM_CNTL, (rom_cntl & ~R600_SCK_OVERWRITE));
356 WREG32(R600_ROM_CNTL, (rom_cntl | R600_SCK_OVERWRITE));
374 WREG32(R600_ROM_CNTL, rom_cntl);
401 rom_cntl = RREG32(R600_ROM_CNTL);
423 WREG32(R600_ROM_CNTL,
447 WREG32(R600_ROM_CNTL, rom_cntl);
Dr600_reg.h111 #define R600_ROM_CNTL 0x1600 macro