Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dnv04.c38 #define nv04_instobj(p) container_of((p), struct nv04_instobj, base.memory) macro
40 struct nv04_instobj { struct
49 struct nv04_instobj *iobj = nv04_instobj(memory); in nv04_instobj_wr32() argument
57 struct nv04_instobj *iobj = nv04_instobj(memory); in nv04_instobj_rd32()
76 struct nv04_instobj *iobj = nv04_instobj(memory); in nv04_instobj_acquire()
84 return nv04_instobj(memory)->node->length; in nv04_instobj_size()
90 return nv04_instobj(memory)->node->offset; in nv04_instobj_addr()
102 struct nv04_instobj *iobj = nv04_instobj(memory); in nv04_instobj_dtor()
125 struct nv04_instobj *iobj; in nv04_instobj_new()