Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/
A Dnouveau_bo.h136 #define NVBO_RD32_(b,o,dr) nouveau_bo_rd32((b), (o)/4 + (dr)) macro
137 #define NVBO_RD32(A...) DRF_RD(NVBO_RD32_, ##A)
138 #define NVBO_RV32(A...) DRF_RV(NVBO_RD32_, ##A)
139 #define NVBO_TV32(A...) DRF_TV(NVBO_RD32_, ##A)
140 #define NVBO_TD32(A...) DRF_TD(NVBO_RD32_, ##A)
144 #define NVBO_MR32(A...) DRF_MR(NVBO_RD32_, NVBO_WR32_, u32, ##A)
145 #define NVBO_MV32(A...) DRF_MV(NVBO_RD32_, NVBO_WR32_, u32, ##A)
146 #define NVBO_MD32(A...) DRF_MD(NVBO_RD32_, NVBO_WR32_, u32, ##A)

Completed in 3 milliseconds