Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dvid.h71 #define MEID(x) ((x) << 2) macro
H A Dcikd.h64 #define MEID(x) ((x) << 2) macro
H A Damdgpu_amdkfd_gfx_v7.c51 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
H A Damdgpu_amdkfd_gfx_v8.c45 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
H A Dsoc21.c274 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, MEID, me); in soc21_grbm_select()
H A Dsoc15.c368 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, MEID, me); in soc15_grbm_select()
/linux/drivers/net/ethernet/renesas/
H A Drtsn.h271 MEID = RMRO + 0x0508, enumerator
H A Drswitch.h597 MEID = RMRO + 0x0208, enumerator
/linux/drivers/gpu/drm/radeon/
H A Dcikd.h446 #define MEID(x) ((x) << 2) macro
H A Dcik.c1845 MEID(me & 0x3) | in cik_srbm_select()