Home
last modified time | relevance | path

Searched refs:SBI_RESPONSE_FAIL (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_sideband.c236 if (I915_READ(SBI_CTL_STAT) & SBI_RESPONSE_FAIL) { in intel_sbi_read()
276 if (I915_READ(SBI_CTL_STAT) & SBI_RESPONSE_FAIL) { in intel_sbi_write()
Di915_reg.h9093 #define SBI_RESPONSE_FAIL (0x1 << 1) macro