Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dobject.h38 void nvif_object_wr(struct nvif_object *, int, u64, u32);
63 nvif_object_wr(_object, (b), (c), (d)); \
/openbmc/linux/drivers/gpu/drm/nouveau/nvif/
H A Dobject.c121 nvif_object_wr(struct nvif_object *object, int size, u64 addr, u32 data) in nvif_object_wr() function