Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.h168 #define NVBO_WR32_(b,o,dr,f) nouveau_bo_wr32((b), (o)/4 + (dr), (f)) macro
174 #define NVBO_WR32(A...) DRF_WR( NVBO_WR32_, ##A)
175 #define NVBO_WV32(A...) DRF_WV( NVBO_WR32_, ##A)
176 #define NVBO_WD32(A...) DRF_WD( NVBO_WR32_, ##A)
177 #define NVBO_MR32(A...) DRF_MR(NVBO_RD32_, NVBO_WR32_, u32, ##A)
178 #define NVBO_MV32(A...) DRF_MV(NVBO_RD32_, NVBO_WR32_, u32, ##A)
179 #define NVBO_MD32(A...) DRF_MD(NVBO_RD32_, NVBO_WR32_, u32, ##A)