object.h | 107 nvif_wr32(struct nvif_object *obj, uint64_t offset, uint32_t v) function in typeref:typename:void 137 #define nvif_wr32(a,b,c) nvif_wr((a), iowrite32_native, 4, (b), (u32)(c)) macro 142 nvif_wr32(__object, _addr, (_data & ~(c)) | (d)); \
|