Searched refs:DRF_MD (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.h | 175 #define NVBO_MD32(A...) DRF_MD(NVBO_RD32_, NVBO_WR32_, u32, ##A)
|
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvif/ |
D | object.h | 130 #define NVIF_MD32(p,A...) DRF_MD(NVIF_RD32_, NVIF_WR32_, u32, (p), 0, ##A)
|
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvhw/ |
D | drf.h | 191 #define DRF_MD(A...) DRF_MD_(X, ##A, DRF_MD_I, DRF_MD_N)(X, ##A) macro
|