Lines Matching defs:clock
1335 * Returns the reference clock used by the gfx engine
1340 u32 reference_clock = rdev->clock.spll.reference_freq;
2055 u32 sclk; /* engine clock in kHz */
2056 u32 disp_clk; /* display clock in kHz */
2311 (u32)mode->clock);
2313 (u32)mode->clock);
2334 wm_high.disp_clk = mode->clock;
2361 wm_low.disp_clk = mode->clock;
2402 b.full = dfixed_const(mode->clock);
2414 b.full = dfixed_const(mode->clock);
5125 * Power and clock gating
6975 * si_get_gpu_clock_counter - return GPU clock counter snapshot
6979 * Fetches a GPU clock counter snapshot (SI).
6980 * Returns the 64 bit clock counter snapshot.
6984 uint64_t clock;
6988 clock = (uint64_t)RREG32(RLC_GPU_CLOCK_COUNT_LSB) |
6991 return clock;