Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/instmem/
H A Dnouveau_nvkm_subdev_instmem_nv40.c53 #define nv40_instobj(p) container_of((p), struct nv40_instobj, base.memory) macro
55 struct nv40_instobj { struct
64 struct nv40_instobj *iobj = nv40_instobj(memory); in nv40_instobj_wr32() argument
76 struct nv40_instobj *iobj = nv40_instobj(memory); in nv40_instobj_rd32()
100 struct nv40_instobj *iobj = nv40_instobj(memory); in nv40_instobj_acquire()
107 return nv40_instobj(memory)->node->length; in nv40_instobj_size()
113 return nv40_instobj(memory)->node->offset; in nv40_instobj_addr()
125 struct nv40_instobj *iobj = nv40_instobj(memory); in nv40_instobj_dtor()
148 struct nv40_instobj *iobj; in nv40_instobj_new()