Home
last modified time | relevance | path

Searched refs:high_index (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dtrinity_dpm.c1431 u32 high_index = 0; in trinity_adjust_uvd_state() local
1435 high_index = trinity_get_uvd_clock_index(rdev, rps); in trinity_adjust_uvd_state()
1437 switch(high_index) { in trinity_adjust_uvd_state()
1450 pi->sys_info.uvd_clock_table_entries[high_index].vclk_did; in trinity_adjust_uvd_state()
1452 pi->sys_info.uvd_clock_table_entries[high_index].dclk_did; in trinity_adjust_uvd_state()
/openbmc/qemu/tcg/
H A Dtci.c39 static void tci_write_reg64(tcg_target_ulong *regs, uint32_t high_index, in tci_write_reg64() argument
43 regs[high_index] = value >> 32; in tci_write_reg64()