Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
Dnv40.c39 #define nv40_instobj(p) container_of((p), struct nv40_instobj, base.memory) macro
41 struct nv40_instobj { struct
50 struct nv40_instobj *iobj = nv40_instobj(memory); in nv40_instobj_wr32() argument
57 struct nv40_instobj *iobj = nv40_instobj(memory); in nv40_instobj_rd32()
76 struct nv40_instobj *iobj = nv40_instobj(memory); in nv40_instobj_acquire()
83 return nv40_instobj(memory)->node->length; in nv40_instobj_size()
89 return nv40_instobj(memory)->node->offset; in nv40_instobj_addr()
101 struct nv40_instobj *iobj = nv40_instobj(memory); in nv40_instobj_dtor()
124 struct nv40_instobj *iobj; in nv40_instobj_new()