Searched refs:NVBO_RD32_ (Results 1 – 1 of 1) sorted by relevance
/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.h | 169 #define NVBO_RD32_(b,o,dr) nouveau_bo_rd32((b), (o)/4 + (dr)) macro 170 #define NVBO_RD32(A...) DRF_RD(NVBO_RD32_, ##A) 171 #define NVBO_RV32(A...) DRF_RV(NVBO_RD32_, ##A) 172 #define NVBO_TV32(A...) DRF_TV(NVBO_RD32_, ##A) 173 #define NVBO_TD32(A...) DRF_TD(NVBO_RD32_, ##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)
|