Home
last modified time | relevance | path

Searched refs:MEID (Results 1 – 13 of 13) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Dvid.h71 #define MEID(x) ((x) << 2) macro
Dcikd.h58 #define MEID(x) ((x) << 2) macro
Damdgpu_amdkfd_gfx_v7.c51 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
Dsoc24.c107 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, MEID, me); in soc24_grbm_select()
Damdgpu_amdkfd_gfx_v8.c45 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
Dsoc21.c243 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, MEID, me); in soc21_grbm_select()
Dnv.c322 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, MEID, me); in nv_grbm_select()
Dsoc15.c345 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, MEID, me); in soc15_grbm_select()
Dvi.c584 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, MEID, me); in vi_srbm_select()
/linux-6.12.1/drivers/net/ethernet/renesas/
Drtsn.h271 MEID = RMRO + 0x0508, enumerator
Drswitch.h590 MEID = RMRO + 0x0208, enumerator
/linux-6.12.1/drivers/gpu/drm/radeon/
Dcikd.h446 #define MEID(x) ((x) << 2) macro
Dcik.c1845 MEID(me & 0x3) | in cik_srbm_select()