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

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_bios.c115 uint32_t rom_cntl = INREG(R600_ROM_CNTL); local in function:radeon_read_disabled_bios
143 OUTREG(R600_ROM_CNTL, (rom_cntl & ~R600_SCK_OVERWRITE));
145 OUTREG(R600_ROM_CNTL, (rom_cntl | R600_SCK_OVERWRITE));
163 OUTREG(R600_ROM_CNTL, rom_cntl);
170 uint32_t rom_cntl = INREG(R600_ROM_CNTL); local in function:radeon_read_disabled_bios
191 OUTREG(R600_ROM_CNTL, ((rom_cntl & ~R600_SCK_PRESCALE_CRYSTAL_CLK_MASK) |
215 OUTREG(R600_ROM_CNTL, rom_cntl);

Completed in 3 milliseconds