Searched refs:DPLL (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| H A D | intel_dvo.c | 489 dpll[pipe] = I915_READ(DPLL(pipe)); in intel_dvo_init() 490 I915_WRITE(DPLL(pipe), dpll[pipe] | DPLL_DVO_2X_MODE); in intel_dvo_init() 497 I915_WRITE(DPLL(pipe), dpll[pipe]); in intel_dvo_init()
|
| H A D | intel_display.c | 1115 val = I915_READ(DPLL(pipe)); in assert_pll() 1404 I915_WRITE(DPLL(pipe), pipe_config->dpll_hw_state.dpll); in _vlv_enable_pll() 1405 POSTING_READ(DPLL(pipe)); in _vlv_enable_pll() 1408 if (intel_de_wait_for_set(dev_priv, DPLL(pipe), DPLL_LOCK_VLV, 1)) in _vlv_enable_pll() 1454 I915_WRITE(DPLL(pipe), pipe_config->dpll_hw_state.dpll); in _chv_enable_pll() 1457 if (intel_de_wait_for_set(dev_priv, DPLL(pipe), DPLL_LOCK_VLV, 1)) in _chv_enable_pll() 1491 WARN_ON((I915_READ(DPLL(PIPE_B)) & DPLL_VGA_MODE_DIS) == 0); in chv_enable_pll() 1510 i915_reg_t reg = DPLL(crtc->pipe); in i9xx_enable_pll() 1565 I915_WRITE(DPLL(pipe), DPLL_VGA_MODE_DIS); in i9xx_disable_pll() 1566 POSTING_READ(DPLL(pipe)); in i9xx_disable_pll() [all …]
|
| H A D | intel_display_power.c | 1274 u32 val = I915_READ(DPLL(pipe)); in vlv_display_power_well_init() 1280 I915_WRITE(DPLL(pipe), val); in vlv_display_power_well_init() 1438 (I915_READ(DPLL(PIPE_B)) & DPLL_VCO_ENABLE) == 0) in assert_chv_phy_status() 5088 u32 status = I915_READ(DPLL(PIPE_A)); in chv_phy_control_init()
|
| H A D | intel_dp.c | 791 pll_enabled = I915_READ(DPLL(pipe)) & DPLL_VCO_ENABLE; in vlv_power_sequencer_kick()
|
| /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/clock/ |
| H A D | xlnx-zynqmp-clk.h | 17 #define DPLL 3 macro
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | exynos5422-odroid-core.dtsi | 97 /* derived from 600MHz DPLL */ 199 /* derived from 600MHz DPLL */ 235 /* derived from 600MHz DPLL */ 247 /* derived from 600MHz DPLL */ 262 /* derived from 600MHz DPLL */
|
| H A D | rk3036.dtsi | 237 * Fix the emac parent clock is DPLL instead of APLL.
|
| /netbsd-src/sys/arch/arm/samsung/ |
| H A D | exynos_soc.c | 432 DUMP_PLL(5, DPLL); in exynos_dump_clocks()
|
| /netbsd-src/sys/arch/evbarm/conf/ |
| H A D | GENERIC | 170 tidpllclk* at fdt? pass 2 # TI DPLL clock
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
| H A D | i915_reg.h | 3363 #define DPLL(pipe) _MMIO_PIPE3((pipe), _DPLL_A, _DPLL_B, _CHV_DPLL_C) macro
|