Lines Matching defs:clock
473 static void etnaviv_gpu_load_clock(struct etnaviv_gpu *gpu, u32 clock)
475 gpu_write(gpu, VIVS_HI_CLOCK_CONTROL, clock |
477 gpu_write(gpu, VIVS_HI_CLOCK_CONTROL, clock);
490 u32 clock = gpu_read(gpu, VIVS_HI_CLOCK_CONTROL);
492 clock &= ~VIVS_HI_CLOCK_CONTROL_FSCALE_VAL__MASK;
493 clock |= VIVS_HI_CLOCK_CONTROL_FSCALE_VAL(fscale);
494 etnaviv_gpu_load_clock(gpu, clock);
516 /* enable clock */
584 /* We rely on the GPU running, so program the clock */
600 /* enable clock gating */
604 /* Disable stall module clock gating for 4.3.0.1 and 4.3.0.2 revs */
613 /* Disable PA clock gating for GC400+ without bugfix except for GC420 */
620 * Disable PE clock gating on revs < 5.0.0.0 when HZ is
632 /* Disable TX clock gating on affected core revisions. */
639 /* Disable SE and RA clock gating on affected core revisions. */
736 /* enable module-level clock gating */
1311 /* disable clock gating */
1344 /* enable clock gating */