Searched refs:QUEUEID (Results 1 – 6 of 6) sorted by relevance
73 #define QUEUEID(x) ((x) << 8) macro
51 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
109 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, QUEUEID, queue); in soc24_grbm_select()
45 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
277 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, QUEUEID, queue); in soc21_grbm_select()
448 #define QUEUEID(x) ((x) << 8) macro