Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
H A Dobject.h98 nvif_wr16(struct nvif_object *obj, uint64_t offset, uint16_t v) in nvif_wr16() function
136 #define nvif_wr16(a,b,c) nvif_wr((a), iowrite16_native, 2, (b), (u16)(c)) macro