Searched refs:nv40_instmem (Results 1 – 1 of 1) sorted by relevance
24 #define nv40_instmem(p) container_of((p), struct nv40_instmem, base) macro31 struct nv40_instmem { struct44 struct nv40_instmem *imem; argument118 struct nv40_instmem *imem = nv40_instmem(base); in nv40_instobj_new()143 return ioread32_native(nv40_instmem(base)->iomem + addr); in nv40_instmem_rd32()149 iowrite32_native(data, nv40_instmem(base)->iomem + addr); in nv40_instmem_wr32()155 struct nv40_instmem *imem = nv40_instmem(base); in nv40_instmem_oneinit()211 struct nv40_instmem *imem = nv40_instmem(base); in nv40_instmem_dtor()223 nv40_instmem = { variable237 struct nv40_instmem *imem; in nv40_instmem_new()[all …]