Searched refs:nv40_instmem (Results 1 – 1 of 1) sorted by relevance
24 #define nv40_instmem(p) container_of((p), struct nv40_instmem, base) macro30 struct nv40_instmem { struct43 struct nv40_instmem *imem; argument123 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 = { variable242 struct nv40_instmem *imem; in nv40_instmem_new()[all …]