/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/ |
fbmem.h | 76 # define iowrite32 fake_iowrite32 macro 89 iowrite32(uint32_t v, void __iomem *p) function in typeref:typename:void 114 iowrite32(val, p + (off & ~PAGE_MASK)); 133 # undef iowrite32
|
/src/sys/external/bsd/drm2/dist/drm/ttm/ |
ttm_bo_util.c | 281 # define iowrite32 fake_iowrite32 macro 295 iowrite32(uint32_t v, volatile uint32_t *p) function in typeref:typename:void 312 iowrite32(ioread32(srcP++), dstP++); 318 # undef iowrite32
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_overlay.c | 189 iowrite32(uint32_t value, uint32_t __intel_overlay_iomem *ptr) function in typeref:typename:void 668 iowrite32(((yscale & FRACT_MASK) << 20) | 673 iowrite32(((yscale_UV & FRACT_MASK) << 20) | 678 iowrite32((((yscale >> FP_SHIFT) << 16) | 721 iowrite32(key, ®s->DCLRKV); 722 iowrite32(flags, ®s->DCLRKM); 806 iowrite32(oconfig, ®s->OCONFIG); 813 iowrite32(params->dst_y << 16 | params->dst_x, ®s->DWINPOS); 814 iowrite32(params->dst_height << 16 | params->dst_width, ®s->DWINSZ); 825 iowrite32(i915_ggtt_offset(vma) + params->offset_Y, ®s->OBUF_0Y) [all...] |