Searched refs:PIPEID (Results 1 – 7 of 7) sorted by relevance
70 #define PIPEID(x) ((x) << 0) macro
51 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
45 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
273 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, PIPEID, pipe); in soc21_grbm_select()
367 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, PIPEID, pipe); in soc15_grbm_select()
2685 tmp = REG_SET_FIELD(tmp, GRBM_GFX_CNTL, PIPEID, pipe); in gfx_v12_0_cp_gfx_switch_pipe()
445 #define PIPEID(x) ((x) << 0) macro