Searched refs:SBI_RESPONSE_FAIL (Results 1 – 2 of 2) sorted by relevance
236 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()
9093 #define SBI_RESPONSE_FAIL (0x1 << 1) macro