HomeSort by: relevance | last modified time | path
    Searched refs:check_for_unclaimed_mmio (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
intel_uncore.c 287 check_for_unclaimed_mmio(uncore);
292 if (!check_for_unclaimed_mmio(uncore))
306 check_for_unclaimed_mmio(uncore);
309 if (check_for_unclaimed_mmio(uncore)) {
  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_uncore.c 538 check_for_unclaimed_mmio(struct intel_uncore *uncore) function in typeref:typename:bool
702 if (check_for_unclaimed_mmio(uncore))
1197 if (WARN(check_for_unclaimed_mmio(uncore) && !before,
2117 ret = check_for_unclaimed_mmio(uncore);
2133 if (unlikely(check_for_unclaimed_mmio(uncore))) {

Completed in 13 milliseconds