Searched refs:PIPEID (Results 1 – 8 of 8) sorted by relevance
69 #define PIPEID(x) ((x) << 0) macro
54 #define PIPEID(x) ((x) << 0) macro
132 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
171 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
324 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, PIPEID, pipe); in vi_srbm_select()
352 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
447 #define PIPEID(x) ((x) << 0) macro
1852 u32 srbm_gfx_cntl = (PIPEID(pipe & 0x3) | in cik_srbm_select()