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

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_bios.c117 uint32_t cg_spll_status; local in function:radeon_read_disabled_bios
139 cg_spll_status = 0;
140 while (!(cg_spll_status & R600_SPLL_CHG_STATUS))
141 cg_spll_status = INREG(R600_CG_SPLL_STATUS);
154 cg_spll_status = 0;
155 while (!(cg_spll_status & R600_SPLL_CHG_STATUS))
156 cg_spll_status = INREG(R600_CG_SPLL_STATUS);

Completed in 3 milliseconds