Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_clockpowergating.c180 switch ((*msg_id & PP_BLOCK_MASK) >> PP_BLOCK_SHIFT) { in smu7_update_clock_gatings()
274 switch ((*msg_id & PP_BLOCK_MASK) >> PP_BLOCK_SHIFT) { in smu7_update_clock_gatings()
/openbmc/linux/drivers/gpu/drm/amd/include/
H A Dkgd_pp_interface.h262 #define PP_BLOCK_SHIFT 8 macro
291 ((group) << PP_GROUP_SHIFT | (block) << PP_BLOCK_SHIFT | \