Home
last modified time | relevance | path

Searched defs:nvif_wr32 (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
H A Dobject.h107 nvif_wr32(struct nvif_object *obj, uint64_t offset, uint32_t v) in nvif_wr32() function
137 #define nvif_wr32(a,b,c) nvif_wr((a), iowrite32_native, 4, (b), (u32)(c)) macro