Searched refs:usEVClkLow (Results 1 – 5 of 5) sorted by relevance
535 USHORT usEVClkLow; member
1104 le16_to_cpu(vce_clk->usEVClkLow) | (vce_clk->ucEVClkHigh << 16); in r600_parse_extended_power_table()1119 le16_to_cpu(vce_clk->usEVClkLow) | (vce_clk->ucEVClkHigh << 16); in r600_parse_extended_power_table()
583 USHORT usEVClkLow; member
413 le16_to_cpu(vce_clk->usEVClkLow) | (vce_clk->ucEVClkHigh << 16); in amdgpu_parse_extended_power_table()429 le16_to_cpu(vce_clk->usEVClkLow) | (vce_clk->ucEVClkHigh << 16); in amdgpu_parse_extended_power_table()
1250 | le16_to_cpu(entry->usEVClkLow); in get_vce_clock_voltage_limit_table()1683 …e->evclk = ((uint32_t)vce_clock_info->ucEVClkHigh << 16) | le16_to_cpu(vce_clock_info->usEVClkLow); in get_vce_state_table_entry()