Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
Dnv40.c40 #define nv40_instobj(p) container_of((p), struct nv40_instobj, memory) macro
42 struct nv40_instobj { struct
57 return nv40_instobj(memory)->node->offset; in nv40_instobj_addr() argument
63 return nv40_instobj(memory)->node->length; in nv40_instobj_size()
69 struct nv40_instobj *iobj = nv40_instobj(memory); in nv40_instobj_acquire()
81 struct nv40_instobj *iobj = nv40_instobj(memory); in nv40_instobj_rd32()
88 struct nv40_instobj *iobj = nv40_instobj(memory); in nv40_instobj_wr32()
95 struct nv40_instobj *iobj = nv40_instobj(memory); in nv40_instobj_dtor()
119 struct nv40_instobj *iobj; in nv40_instobj_new()