Lines Matching defs:clock
195 * Returns the reference clock used by the gfx engine
200 return rdev->clock.spll.reference_freq;
227 if (rdev->clock.spll.reference_freq == 10000)
454 /* for now just select the first power state and switch between clock modes */
4600 * r600_get_gpu_clock_counter - return GPU clock counter snapshot
4604 * Fetches a GPU clock counter snapshot (R6xx-cayman).
4605 * Returns the 64 bit clock counter snapshot.
4609 uint64_t clock;
4613 clock = (uint64_t)RREG32(RLC_GPU_CLOCK_COUNT_LSB) |
4616 return clock;