Searched refs:NVBO_WR32_ (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.h | 128 #define NVBO_WR32_(b,o,dr,f) nouveau_bo_wr32((b), (o)/4 + (dr), (f)) macro 134 #define NVBO_WR32(A...) DRF_WR( NVBO_WR32_, ##A) 135 #define NVBO_WV32(A...) DRF_WV( NVBO_WR32_, ##A) 136 #define NVBO_WD32(A...) DRF_WD( NVBO_WR32_, ##A) 137 #define NVBO_MR32(A...) DRF_MR(NVBO_RD32_, NVBO_WR32_, u32, ##A) 138 #define NVBO_MV32(A...) DRF_MV(NVBO_RD32_, NVBO_WR32_, u32, ##A) 139 #define NVBO_MD32(A...) DRF_MD(NVBO_RD32_, NVBO_WR32_, u32, ##A)
|