Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dos.h10 #define iowrite32_native iowrite32be macro
15 #define iowrite32_native iowrite32 macro
21 iowrite32_native(lower_32_bits(_v), &_p[0]); \
22 iowrite32_native(upper_32_bits(_v), &_p[1]); \
H A Ddevice.h119 #define nvkm_wr32(d,a,v) iowrite32_native((v), (d)->pri + (a))
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dnv40.c51 iowrite32_native(data, iobj->imem->iomem + iobj->node->offset + offset); in nv40_instobj_wr32()
154 iowrite32_native(data, nv40_instmem(base)->iomem + addr); in nv40_instmem_wr32()
H A Dnv50.c104 iowrite32_native(data, nv50_instobj(memory)->map + offset); in nv50_instobj_wr32()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dobject.h70 #define nvif_wr32(a,b,c) nvif_wr((a), iowrite32_native, 4, (b), (u32)(c))
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Dgpuobj.c41 iowrite32_native(data, gpuobj->map + offset); in nvkm_gpuobj_wr32_fast()
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dhw.c303 iowrite32_native(nv04_display(dev)->saved_vga_font[plane][i], in nouveau_vga_font_io()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c740 iowrite32_native(val, (void __force __iomem *)mem); in nouveau_bo_wr32()