Symbol: readl
sys/dev/acpica/acpi_hpet.c
139
return readl(ptr + HPET_MAIN_COUNTER) + acpi_hpet_offset;
sys/dev/acpica/acpi_hpet.c
169
val = readl(ptr + HPET_CONFIG);
sys/dev/acpica/acpi_hpet.c
183
val = readl(ptr + HPET_CONFIG);
sys/dev/acpica/acpi_hpet.c
194
val = readl(ptr + HPET_CONFIG);
sys/dev/acpica/acpi_hpet.c
198
val = readl(ptr + HPET_PERIOD);
sys/dev/acpica/acpi_hpet.c
201
val = readl(ptr + HPET_CONFIG);
sys/dev/acpica/acpi_hpet.c
208
val = readl(ptr + HPET_CAPABILITIES);
sys/dev/acpica/acpi_hpet.c
226
val = readl(ptr + HPET_MAIN_COUNTER);
sys/dev/acpica/acpi_hpet.c
233
val2 = readl(ptr + HPET_MAIN_COUNTER);
sys/dev/acpica/acpi_hpet.c
236
val = readl(ptr + HPET_CONFIG);
sys/dev/acpica/acpi_hpet.c
241
val = readl(ptr + HPET_CONFIG);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
136
ret = readl(((void __iomem *)adev->rmmio) + (reg * 4));
sys/dev/drm/amd/amdgpu/amdgpu_device.c
142
ret = readl(((void __iomem *)adev->rmmio) + (mmMM_DATA * 4));
sys/dev/drm/amd/amdgpu/amdgpu_device.c
286
return readl(adev->doorbell.ptr + index);
sys/dev/drm/i915/i915_gem_gtt.c
1741
u32 pd_entry = readl(ppgtt->pd_addr + pde);
sys/dev/drm/i915/intel_uncore.h
215
readl(base + i915_mmio_reg_offset(reg))
sys/dev/drm/include/drm/drm_os_linux.h
34
#define DRM_READ32(map, offset) readl(((void __iomem *)(map)->handle) + (offset))
sys/dev/drm/radeon/cik.c
1726
return readl(rdev->doorbell.ptr + index);
sys/dev/drm/radeon/r100.c
4132
ret = readl(((void __iomem *)rdev->rmmio) + RADEON_MM_DATA);
sys/dev/drm/radeon/r600.c
1081
tmp = readl((void __iomem *)ptr);
sys/dev/drm/radeon/r600.c
4407
tmp = readl((void __iomem *)ptr);
sys/dev/drm/radeon/radeon.h
2495
return readl(((void __iomem *)rdev->rmmio) + reg);
sys/dev/raid/hptmv/mv.c
78
return readl((void *)((ULONG_PTR)base + offset));