Searched refs:PP_BLOCK_SHIFT (Results 1 – 2 of 2) sorted by relevance
180 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()
255 #define PP_BLOCK_SHIFT 8 macro284 ((group) << PP_GROUP_SHIFT | (block) << PP_BLOCK_SHIFT | \