Home
last modified time | relevance | path

Searched refs:vce_clk (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_dpm.c553 VCEClockInfo *vce_clk; in amdgpu_parse_extended_power_table() local
567 vce_clk = (VCEClockInfo *) in amdgpu_parse_extended_power_table()
571 le16_to_cpu(vce_clk->usEVClkLow) | (vce_clk->ucEVClkHigh << 16); in amdgpu_parse_extended_power_table()
573 le16_to_cpu(vce_clk->usECClkLow) | (vce_clk->ucECClkHigh << 16); in amdgpu_parse_extended_power_table()
583 vce_clk = (VCEClockInfo *) in amdgpu_parse_extended_power_table()
587 le16_to_cpu(vce_clk->usEVClkLow) | (vce_clk->ucEVClkHigh << 16); in amdgpu_parse_extended_power_table()
589 le16_to_cpu(vce_clk->usECClkLow) | (vce_clk->ucECClkHigh << 16); in amdgpu_parse_extended_power_table()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dr600_dpm.c1091 VCEClockInfo *vce_clk; in r600_parse_extended_power_table() local
1105 vce_clk = (VCEClockInfo *) in r600_parse_extended_power_table()
1109 le16_to_cpu(vce_clk->usEVClkLow) | (vce_clk->ucEVClkHigh << 16); in r600_parse_extended_power_table()
1111 le16_to_cpu(vce_clk->usECClkLow) | (vce_clk->ucECClkHigh << 16); in r600_parse_extended_power_table()
1120 vce_clk = (VCEClockInfo *) in r600_parse_extended_power_table()
1124 le16_to_cpu(vce_clk->usEVClkLow) | (vce_clk->ucEVClkHigh << 16); in r600_parse_extended_power_table()
1126 le16_to_cpu(vce_clk->usECClkLow) | (vce_clk->ucECClkHigh << 16); in r600_parse_extended_power_table()
/Linux-v4.19/drivers/clk/actions/
Dowl-s900.c488 static OWL_COMP_FACTOR(vce_clk, "vce_clk", vce_clk_mux_p,
588 &vce_clk.common,
681 [CLK_VCE] = &vce_clk.common.hw,