HomeSort by: relevance | last modified time | path
    Searched defs:ioread32 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/
fbmem.h 75 # define ioread32 fake_ioread32 macro
79 ioread32(const void __iomem *p) function in typeref:typename:uint32_t
101 u32 val = ioread32(p + (off & ~PAGE_MASK));
132 # undef ioread32
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_bo_util.c 280 # define ioread32 fake_ioread32 macro
284 ioread32(const volatile uint32_t *p) function in typeref:typename:uint32_t
312 iowrite32(ioread32(srcP++), dstP++);
317 # undef ioread32
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_bios.c 1978 # define ioread32 fake_ioread32 macro
2015 if (ioread32(oprom + i) != *((const u32 *)"$VBT"))
2061 # undef ioread32

Completed in 15 milliseconds