Home
last modified time | relevance | path

Searched refs:hhi (Results 1 – 19 of 19) sorted by relevance

/linux-6.15/drivers/gpu/drm/meson/
H A Dmeson_vclk.c302 regmap_update_bits(priv->hhi, HHI_VIID_CLK_DIV, in meson_venci_cvbs_clock_config()
317 regmap_update_bits(priv->hhi, HHI_VID_CLK_DIV, in meson_venci_cvbs_clock_config()
320 regmap_update_bits(priv->hhi, HHI_VIID_CLK_DIV, in meson_venci_cvbs_clock_config()
324 regmap_update_bits(priv->hhi, HHI_VIID_CLK_DIV, in meson_venci_cvbs_clock_config()
502 regmap_write(priv->hhi, HHI_HDMI_PLL_CNTL2, in meson_hdmi_pll_set_params()
505 regmap_write(priv->hhi, HHI_HDMI_PLL_CNTL2, in meson_hdmi_pll_set_params()
551 regmap_write(priv->hhi, HHI_HDMI_PLL_CNTL4, in meson_hdmi_pll_set_params()
553 regmap_write(priv->hhi, HHI_HDMI_PLL_CNTL5, in meson_hdmi_pll_set_params()
556 regmap_write(priv->hhi, HHI_HDMI_PLL_CNTL4, in meson_hdmi_pll_set_params()
558 regmap_write(priv->hhi, HHI_HDMI_PLL_CNTL5, in meson_hdmi_pll_set_params()
[all …]
H A Dmeson_dw_hdmi.c292 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL0, 0x333d3282); in meson_hdmi_phy_setup_mode()
293 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL3, 0x2136315b); in meson_hdmi_phy_setup_mode()
296 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL0, 0x33303382); in meson_hdmi_phy_setup_mode()
297 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL3, 0x2036315b); in meson_hdmi_phy_setup_mode()
300 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL0, 0x33303362); in meson_hdmi_phy_setup_mode()
301 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL3, 0x2016315b); in meson_hdmi_phy_setup_mode()
304 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL0, 0x33604142); in meson_hdmi_phy_setup_mode()
305 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL3, 0x0016315b); in meson_hdmi_phy_setup_mode()
311 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL0, 0x33353245); in meson_hdmi_phy_setup_mode()
312 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL3, 0x2100115b); in meson_hdmi_phy_setup_mode()
[all …]
H A Dmeson_encoder_cvbs.c180 regmap_write(priv->hhi, HHI_VDAC_CNTL0, 1); in meson_encoder_cvbs_atomic_enable()
181 regmap_write(priv->hhi, HHI_VDAC_CNTL1, 0); in meson_encoder_cvbs_atomic_enable()
184 regmap_write(priv->hhi, HHI_VDAC_CNTL0, 0xf0001); in meson_encoder_cvbs_atomic_enable()
185 regmap_write(priv->hhi, HHI_VDAC_CNTL1, 0); in meson_encoder_cvbs_atomic_enable()
187 regmap_write(priv->hhi, HHI_VDAC_CNTL0_G12A, 0x906001); in meson_encoder_cvbs_atomic_enable()
188 regmap_write(priv->hhi, HHI_VDAC_CNTL1_G12A, 0); in meson_encoder_cvbs_atomic_enable()
201 regmap_write(priv->hhi, HHI_VDAC_CNTL0_G12A, 0); in meson_encoder_cvbs_atomic_disable()
202 regmap_write(priv->hhi, HHI_VDAC_CNTL1_G12A, 0); in meson_encoder_cvbs_atomic_disable()
204 regmap_write(priv->hhi, HHI_VDAC_CNTL0, 0); in meson_encoder_cvbs_atomic_disable()
205 regmap_write(priv->hhi, HHI_VDAC_CNTL1, 8); in meson_encoder_cvbs_atomic_disable()
H A Dmeson_drv.c236 priv->hhi = devm_regmap_init_mmio(dev, regs, in meson_drv_bind_master()
238 if (IS_ERR(priv->hhi)) { in meson_drv_bind_master()
240 ret = PTR_ERR(priv->hhi); in meson_drv_bind_master()
H A Dmeson_venc.c1960 regmap_update_bits(priv->hhi, HHI_GCLK_MPEG2, BIT(25), BIT(25)); in meson_venc_enable_vsync()
1965 regmap_update_bits(priv->hhi, HHI_GCLK_MPEG2, BIT(25), 0); in meson_venc_disable_vsync()
1973 regmap_write(priv->hhi, HHI_VDAC_CNTL0_G12A, 0); in meson_venc_init()
1974 regmap_write(priv->hhi, HHI_VDAC_CNTL1_G12A, 8); in meson_venc_init()
1976 regmap_write(priv->hhi, HHI_VDAC_CNTL0, 0); in meson_venc_init()
1977 regmap_write(priv->hhi, HHI_VDAC_CNTL1, 8); in meson_venc_init()
1984 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL0, 0); in meson_venc_init()
H A Dmeson_drv.h47 struct regmap *hhi; member
/linux-6.15/drivers/phy/amlogic/
H A Dphy-meson8-hdmi-tx.c36 struct regmap *hhi; member
67 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL0, in phy_meson8_hdmi_tx_power_on()
71 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL1, 0x0); in phy_meson8_hdmi_tx_power_on()
75 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL1, in phy_meson8_hdmi_tx_power_on()
80 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL1, in phy_meson8_hdmi_tx_power_on()
92 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL0, in phy_meson8_hdmi_tx_power_off()
123 priv->hhi = syscon_node_to_regmap(np->parent); in phy_meson8_hdmi_tx_probe()
124 if (IS_ERR(priv->hhi)) in phy_meson8_hdmi_tx_probe()
125 return PTR_ERR(priv->hhi); in phy_meson8_hdmi_tx_probe()
/linux-6.15/Documentation/devicetree/bindings/soc/amlogic/
H A Damlogic,meson-gx-hhi-sysctrl.yaml4 $id: http://devicetree.org/schemas/soc/amlogic/amlogic,meson-gx-hhi-sysctrl.yaml#
16 - amlogic,meson-hhi-sysctrl
17 - amlogic,meson-gx-hhi-sysctrl
19 - amlogic,meson-axg-hhi-sysctrl
44 - amlogic,meson-hhi-sysctrl
57 - amlogic,meson-gx-hhi-sysctrl
58 - amlogic,meson-axg-hhi-sysctrl
85 - amlogic,meson-gx-hhi-sysctrl
94 - amlogic,meson-axg-hhi-sysctrl
119 compatible = "amlogic,meson-gx-hhi-sysctrl", "simple-mfd", "syscon";
[all …]
/linux-6.15/Documentation/devicetree/bindings/iio/adc/
H A Damlogic,meson-saradc.yaml55 amlogic,hhi-sysctrl:
106 amlogic,hhi-sysctrl: true
109 amlogic,hhi-sysctrl: false
149 amlogic,hhi-sysctrl = <&hhi>;
/linux-6.15/Documentation/devicetree/bindings/power/
H A Damlogic,meson-gx-pwrc.txt23 - amlogic,hhi-sysctrl: phandle to the HHI sysctrl node
44 amlogic,hhi-sysctrl = <&sysctrl>;
H A Damlogic,meson-ee-pwrc.yaml18 "amlogic,meson-gx-hhi-sysctrl", "simple-mfd", "syscon"
/linux-6.15/Documentation/devicetree/bindings/display/
H A Damlogic,meson-vpu.yaml76 - const: hhi
127 reg-names = "vpu", "hhi";
/linux-6.15/Documentation/devicetree/bindings/phy/
H A Damlogic,meson8-hdmi-tx-phy.yaml16 compatible = "amlogic,meson-hhi-sysctrl", "simple-mfd", "syscon"
/linux-6.15/arch/arm/boot/dts/amlogic/
H A Dmeson.dtsi33 hhi: system-controller@4000 { label
34 compatible = "amlogic,meson-hhi-sysctrl",
H A Dmeson8b.dtsi590 &hhi {
705 amlogic,hhi-sysctrl = <&hhi>;
H A Dmeson8.dtsi629 &hhi {
730 amlogic,hhi-sysctrl = <&hhi>;
/linux-6.15/arch/arm64/boot/dts/amlogic/
H A Dmeson-gx.dtsi563 compatible = "amlogic,meson-gx-hhi-sysctrl", "simple-mfd", "syscon";
630 reg-names = "vpu", "hhi";
H A Dmeson-g12-common.dtsi1613 hhi: system-controller@0 { label
1614 compatible = "amlogic,meson-gx-hhi-sysctrl",
2165 reg-names = "vpu", "hhi";
H A Dmeson-axg.dtsi1244 compatible = "amlogic,meson-axg-hhi-sysctrl",