Searched refs:NVBO_WR32_ (Results 1 – 1 of 1) sorted by relevance
/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.h | 164 #define NVBO_WR32_(b,o,dr,f) nouveau_bo_wr32((b), (o)/4 + (dr), (f)) macro 170 #define NVBO_WR32(A...) DRF_WR( NVBO_WR32_, ##A) 171 #define NVBO_WV32(A...) DRF_WV( NVBO_WR32_, ##A) 172 #define NVBO_WD32(A...) DRF_WD( NVBO_WR32_, ##A) 173 #define NVBO_MR32(A...) DRF_MR(NVBO_RD32_, NVBO_WR32_, u32, ##A) 174 #define NVBO_MV32(A...) DRF_MV(NVBO_RD32_, NVBO_WR32_, u32, ##A) 175 #define NVBO_MD32(A...) DRF_MD(NVBO_RD32_, NVBO_WR32_, u32, ##A)
|