Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.h167 #define NVBO_RD32_(b,o,dr) nouveau_bo_rd32((b), (o)/4 + (dr)) macro
168 #define NVBO_RD32(A...) DRF_RD(NVBO_RD32_, ##A)
169 #define NVBO_RV32(A...) DRF_RV(NVBO_RD32_, ##A)
170 #define NVBO_TV32(A...) DRF_TV(NVBO_RD32_, ##A)
171 #define NVBO_TD32(A...) DRF_TD(NVBO_RD32_, ##A)
175 #define NVBO_MR32(A...) DRF_MR(NVBO_RD32_, NVBO_WR32_, u32, ##A)
176 #define NVBO_MV32(A...) DRF_MV(NVBO_RD32_, NVBO_WR32_, u32, ##A)
177 #define NVBO_MD32(A...) DRF_MD(NVBO_RD32_, NVBO_WR32_, u32, ##A)