Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A 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()
148 return ioread32_native(nv40_instmem(base)->iomem + addr); in nv40_instmem_rd32()
154 iowrite32_native(data, nv40_instmem(base)->iomem + addr); in nv40_instmem_wr32()
160 struct nv40_instmem *imem = nv40_instmem(base); in nv40_instmem_oneinit()
216 struct nv40_instmem *imem = nv40_instmem(base); in nv40_instmem_dtor()
228 nv40_instmem = { variable
241 struct nv40_instmem *imem; in nv40_instmem_new()
[all …]