Searched refs:up_hyst_offset (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dfiji_smumgr.c2565 uint32_t offset, up_hyst_offset, down_hyst_offset, clk_activity_offset, tmp; local
2592 up_hyst_offset = array + (sizeof(SMU73_Discrete_GraphicsLevel) * i)
2596 offset = up_hyst_offset & ~0x3;
2598 tmp = phm_set_field_to_u32(up_hyst_offset, tmp, levels[i].UpHyst, sizeof(uint8_t));
2627 up_hyst_offset = mclk_array + (sizeof(SMU73_Discrete_MemoryLevel) * i)
2631 offset = up_hyst_offset & ~0x3;
2633 tmp = phm_set_field_to_u32(up_hyst_offset, tmp, mclk_levels[i].UpHyst, sizeof(uint8_t));
H A Dtonga_smumgr.c3164 uint32_t offset, up_hyst_offset, down_hyst_offset, clk_activity_offset, tmp; local
3191 up_hyst_offset = array + (sizeof(SMU72_Discrete_GraphicsLevel) * i)
3195 offset = up_hyst_offset & ~0x3;
3197 tmp = phm_set_field_to_u32(up_hyst_offset, tmp, levels[i].UpHyst, sizeof(uint8_t));
3226 up_hyst_offset = mclk_array + (sizeof(SMU72_Discrete_MemoryLevel) * i)
3230 offset = up_hyst_offset & ~0x3;
3232 tmp = phm_set_field_to_u32(up_hyst_offset, tmp, mclk_levels[i].UpHyst, sizeof(uint8_t));
H A Dpolaris10_smumgr.c2603 uint32_t offset, up_hyst_offset, down_hyst_offset, clk_activity_offset, tmp; local
2630 up_hyst_offset = array + (sizeof(SMU74_Discrete_GraphicsLevel) * i)
2634 offset = up_hyst_offset & ~0x3;
2636 tmp = phm_set_field_to_u32(up_hyst_offset, tmp, levels[i].UpHyst, sizeof(uint8_t));
2665 up_hyst_offset = mclk_array + (sizeof(SMU74_Discrete_MemoryLevel) * i)
2669 offset = up_hyst_offset & ~0x3;
2671 tmp = phm_set_field_to_u32(up_hyst_offset, tmp, mclk_levels[i].UpHyst, sizeof(uint8_t));
H A Dci_smumgr.c2777 uint32_t offset, up_hyst_offset, down_hyst_offset, clk_activity_offset, tmp; local
2804 up_hyst_offset = array + (sizeof(SMU7_Discrete_GraphicsLevel) * i)
2808 offset = up_hyst_offset & ~0x3;
2810 tmp = phm_set_field_to_u32(up_hyst_offset, tmp, levels[i].UpH, sizeof(uint8_t));
2839 up_hyst_offset = mclk_array + (sizeof(SMU7_Discrete_MemoryLevel) * i)
2843 offset = up_hyst_offset & ~0x3;
2845 tmp = phm_set_field_to_u32(up_hyst_offset, tmp, mclk_levels[i].UpH, sizeof(uint8_t));

Completed in 115 milliseconds