Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
Dnv40.c24 #define nv40_instmem(p) container_of((p), struct nv40_instmem, base) macro
30 struct nv40_instmem { struct
43 struct nv40_instmem *imem; argument
123 struct nv40_instmem *imem = nv40_instmem(base); in nv40_instobj_new()
149 return ioread32_native(nv40_instmem(base)->iomem + addr); in nv40_instmem_rd32()
155 iowrite32_native(data, nv40_instmem(base)->iomem + addr); in nv40_instmem_wr32()
161 struct nv40_instmem *imem = nv40_instmem(base); in nv40_instmem_oneinit()
217 struct nv40_instmem *imem = nv40_instmem(base); in nv40_instmem_dtor()
229 nv40_instmem = { variable
242 struct nv40_instmem *imem; in nv40_instmem_new()
[all …]