Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_sideband.c212 SBI_CTL_STAT, SBI_BUSY, 0, in intel_sbi_read()
225 I915_WRITE(SBI_CTL_STAT, value | SBI_BUSY); in intel_sbi_read()
228 SBI_CTL_STAT, in intel_sbi_read()
236 if (I915_READ(SBI_CTL_STAT) & SBI_RESPONSE_FAIL) { in intel_sbi_read()
252 SBI_CTL_STAT, SBI_BUSY, 0, in intel_sbi_write()
265 I915_WRITE(SBI_CTL_STAT, SBI_BUSY | tmp); in intel_sbi_write()
268 SBI_CTL_STAT, in intel_sbi_write()
276 if (I915_READ(SBI_CTL_STAT) & SBI_RESPONSE_FAIL) { in intel_sbi_write()
H A Di915_reg.h8386 #define SBI_CTL_STAT _MMIO(0xC6008) macro