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

  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_uncore.c 197 bool ack_detected; local in function:fw_domain_wait_ack_with_fallback
222 ack_detected = (fw_ack(d) & ack_bit) == value;
225 } while (!ack_detected && pass++ < 10);
233 return ack_detected ? 0 : -ETIMEDOUT;
intel_uncore.c 197 bool ack_detected; local in function:fw_domain_wait_ack_with_fallback
222 ack_detected = (fw_ack(d) & ack_bit) == value;
225 } while (!ack_detected && pass++ < 10);
233 return ack_detected ? 0 : -ETIMEDOUT;
intel_uncore.c 197 bool ack_detected; local in function:fw_domain_wait_ack_with_fallback
222 ack_detected = (fw_ack(d) & ack_bit) == value;
225 } while (!ack_detected && pass++ < 10);
233 return ack_detected ? 0 : -ETIMEDOUT;

Completed in 35 milliseconds