Home
last modified time | relevance | path

Searched refs:DPLL (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.4/Documentation/devicetree/bindings/clock/ti/
Ddpll.txt1 Binding for Texas Instruments DPLL clock.
6 register-mapped DPLL with usually two selectable input clocks
12 for the actual DPLL clock.
39 - reg : offsets for the register set for controlling the DPLL.
49 - DPLL mode setting - defining any one or more of the following overrides
51 - ti,low-power-stop : DPLL supports low power stop mode, gating output
52 - ti,low-power-bypass : DPLL output matches rate of parent bypass clock
53 - ti,lock : DPLL locks in programmed rate
Dapll.txt11 a subtype of a DPLL [2], although a simplified one at that.
/Linux-v5.4/include/dt-bindings/clock/
Dxlnx-zynqmp-clk.h15 #define DPLL 3 macro
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_dvo.c484 dpll[pipe] = I915_READ(DPLL(pipe)); in intel_dvo_init()
485 I915_WRITE(DPLL(pipe), dpll[pipe] | DPLL_DVO_2X_MODE); in intel_dvo_init()
492 I915_WRITE(DPLL(pipe), dpll[pipe]); in intel_dvo_init()
Dintel_display.c1095 val = I915_READ(DPLL(pipe)); in assert_pll()
1381 I915_WRITE(DPLL(pipe), pipe_config->dpll_hw_state.dpll); in _vlv_enable_pll()
1382 POSTING_READ(DPLL(pipe)); in _vlv_enable_pll()
1385 if (intel_de_wait_for_set(dev_priv, DPLL(pipe), DPLL_LOCK_VLV, 1)) in _vlv_enable_pll()
1431 I915_WRITE(DPLL(pipe), pipe_config->dpll_hw_state.dpll); in _chv_enable_pll()
1434 if (intel_de_wait_for_set(dev_priv, DPLL(pipe), DPLL_LOCK_VLV, 1)) in _chv_enable_pll()
1468 WARN_ON((I915_READ(DPLL(PIPE_B)) & DPLL_VGA_MODE_DIS) == 0); in chv_enable_pll()
1487 i915_reg_t reg = DPLL(crtc->pipe); in i9xx_enable_pll()
1542 I915_WRITE(DPLL(pipe), DPLL_VGA_MODE_DIS); in i9xx_disable_pll()
1543 POSTING_READ(DPLL(pipe)); in i9xx_disable_pll()
[all …]
Dintel_display_power.c1181 u32 val = I915_READ(DPLL(pipe)); in vlv_display_power_well_init()
1187 I915_WRITE(DPLL(pipe), val); in vlv_display_power_well_init()
1341 (I915_READ(DPLL(PIPE_B)) & DPLL_VCO_ENABLE) == 0) in assert_chv_phy_status()
4759 u32 status = I915_READ(DPLL(PIPE_A)); in chv_phy_control_init()
Dintel_dp.c755 pll_enabled = I915_READ(DPLL(pipe)) & DPLL_VCO_ENABLE; in vlv_power_sequencer_kick()
/Linux-v5.4/arch/arm/mach-omap2/
Dsleep24xx.S60 mov r5, #0x2000 @ set delay (DPLL relock + DLL relock)
/Linux-v5.4/Documentation/devicetree/bindings/phy/
Dti-phy.txt10 "ti,control-phy-pipe3" - if it has DPLL and individual Rx & Tx power control
/Linux-v5.4/Documentation/arm/omap/
Ddss.rst32 - Use DSI DPLL to create DSS FCK
301 Using DSI DPLL to generate pixel clock it is possible produce the pixel clock
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dreg.h256 #define DPLL 0x034A macro
/Linux-v5.4/arch/arm/boot/dts/
Drk3036.dtsi216 * Fix the emac parent clock is DPLL instead of APLL.
/Linux-v5.4/Documentation/networking/
Dz8530drv.txt291 present at all (BayCom). It feeds back the output of the DPLL
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_reg.h3257 #define DPLL(pipe) _MMIO_PIPE3((pipe), _DPLL_A, _DPLL_B, _CHV_DPLL_C) macro