Searched refs:SBI_ICLK (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_sideband.c | 226 if (destination == SBI_ICLK) in intel_sbi_read() 257 if (destination == SBI_ICLK) in intel_sbi_write()
|
D | intel_display.c | 3838 intel_sbi_read(dev_priv, SBI_SSCCTL6, SBI_ICLK) | in lpt_program_iclkip() 3840 SBI_ICLK); in lpt_program_iclkip() 3881 temp = intel_sbi_read(dev_priv, SBI_SSCDIVINTPHASE6, SBI_ICLK); in lpt_program_iclkip() 3888 intel_sbi_write(dev_priv, SBI_SSCDIVINTPHASE6, temp, SBI_ICLK); in lpt_program_iclkip() 3891 temp = intel_sbi_read(dev_priv, SBI_SSCAUXDIV6, SBI_ICLK); in lpt_program_iclkip() 3894 intel_sbi_write(dev_priv, SBI_SSCAUXDIV6, temp, SBI_ICLK); in lpt_program_iclkip() 3897 temp = intel_sbi_read(dev_priv, SBI_SSCCTL6, SBI_ICLK); in lpt_program_iclkip() 3899 intel_sbi_write(dev_priv, SBI_SSCCTL6, temp, SBI_ICLK); in lpt_program_iclkip() 7392 tmp = intel_sbi_read(dev_priv, SBI_SSCCTL, SBI_ICLK); in lpt_enable_clkout_dp() 7395 intel_sbi_write(dev_priv, SBI_SSCCTL, tmp, SBI_ICLK); in lpt_enable_clkout_dp() [all …]
|
D | i915_drv.h | 896 SBI_ICLK, enumerator
|