Searched refs:DRF_WR (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | object.h | 125 #define NVIF_WR32(p,A...) DRF_WR( NVIF_WR32_, (p), 0, ##A)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bo.h | 174 #define NVBO_WR32(A...) DRF_WR( NVBO_WR32_, ##A)
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bo.h | 172 #define NVBO_WR32(A...) DRF_WR( NVBO_WR32_, ##A)
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | object.h | 131 #define NVIF_WR32(p,A...) DRF_WR( NVIF_WR32_, (p), 0, ##A)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvhw/ |
H A D | drf.h | 137 #define DRF_WR(A...) DRF_WR_(X, ##A, DRF_WR_I, DRF_WR_N)(X, ##A) macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvhw/ |
H A D | drf.h | 137 #define DRF_WR(A...) DRF_WR_(X, ##A, DRF_WR_I, DRF_WR_N)(X, ##A) macro
|
Completed in 3 milliseconds