Searched refs:cg_scratch (Results 1 – 1 of 1) sorted by relevance
1172 u32 cg_scratch = RREG32(CG_SCRATCH1); in sumo_set_uvd_clocks() local1177 cg_scratch &= 0xffff0000; in sumo_set_uvd_clocks()1178 cg_scratch |= vclk / 100; /* Mhz */ in sumo_set_uvd_clocks()1183 cg_scratch &= 0x0000ffff; in sumo_set_uvd_clocks()1184 cg_scratch |= (dclk / 100) << 16; /* Mhz */ in sumo_set_uvd_clocks()1187 WREG32(CG_SCRATCH1, cg_scratch); in sumo_set_uvd_clocks()