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

  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_uncore.c 194 const u32 ack_bit = FORCEWAKE_KERNEL; local in function:fw_domain_wait_ack_with_fallback
195 const u32 value = type == ACK_SET ? ack_bit : 0;
222 ack_detected = (fw_ack(d) & ack_bit) == value;
intel_uncore.c 194 const u32 ack_bit = FORCEWAKE_KERNEL; local in function:fw_domain_wait_ack_with_fallback
195 const u32 value = type == ACK_SET ? ack_bit : 0;
222 ack_detected = (fw_ack(d) & ack_bit) == value;

Completed in 24 milliseconds