/linux-6.1.9/drivers/gpu/drm/meson/ |
D | meson_vclk.c | 140 regmap_update_bits(priv->hhi, HHI_VID_PLL_CLK_DIV, VID_PLL_EN, 0); in meson_vid_pll_set() 141 regmap_update_bits(priv->hhi, HHI_VID_PLL_CLK_DIV, VID_PLL_PRESET, 0); in meson_vid_pll_set() 204 regmap_update_bits(priv->hhi, HHI_VID_PLL_CLK_DIV, in meson_vid_pll_set() 208 regmap_update_bits(priv->hhi, HHI_VID_PLL_CLK_DIV, in meson_vid_pll_set() 211 regmap_update_bits(priv->hhi, HHI_VID_PLL_CLK_DIV, in meson_vid_pll_set() 213 regmap_update_bits(priv->hhi, HHI_VID_PLL_CLK_DIV, in meson_vid_pll_set() 215 regmap_update_bits(priv->hhi, HHI_VID_PLL_CLK_DIV, in meson_vid_pll_set() 219 regmap_update_bits(priv->hhi, HHI_VID_PLL_CLK_DIV, in meson_vid_pll_set() 221 regmap_update_bits(priv->hhi, HHI_VID_PLL_CLK_DIV, in meson_vid_pll_set() 223 regmap_update_bits(priv->hhi, HHI_VID_PLL_CLK_DIV, in meson_vid_pll_set() [all …]
|
D | meson_dw_hdmi.c | 302 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL0, 0x333d3282); in meson_hdmi_phy_setup_mode() 303 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL3, 0x2136315b); in meson_hdmi_phy_setup_mode() 306 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL0, 0x33303382); in meson_hdmi_phy_setup_mode() 307 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL3, 0x2036315b); in meson_hdmi_phy_setup_mode() 310 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL0, 0x33303362); in meson_hdmi_phy_setup_mode() 311 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL3, 0x2016315b); in meson_hdmi_phy_setup_mode() 314 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL0, 0x33604142); in meson_hdmi_phy_setup_mode() 315 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL3, 0x0016315b); in meson_hdmi_phy_setup_mode() 321 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL0, 0x33353245); in meson_hdmi_phy_setup_mode() 322 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL3, 0x2100115b); in meson_hdmi_phy_setup_mode() [all …]
|
D | meson_encoder_cvbs.c | 181 regmap_write(priv->hhi, HHI_VDAC_CNTL0, 1); in meson_encoder_cvbs_atomic_enable() 182 regmap_write(priv->hhi, HHI_VDAC_CNTL1, 0); in meson_encoder_cvbs_atomic_enable() 185 regmap_write(priv->hhi, HHI_VDAC_CNTL0, 0xf0001); in meson_encoder_cvbs_atomic_enable() 186 regmap_write(priv->hhi, HHI_VDAC_CNTL1, 0); in meson_encoder_cvbs_atomic_enable() 188 regmap_write(priv->hhi, HHI_VDAC_CNTL0_G12A, 0x906001); in meson_encoder_cvbs_atomic_enable() 189 regmap_write(priv->hhi, HHI_VDAC_CNTL1_G12A, 0); in meson_encoder_cvbs_atomic_enable() 202 regmap_write(priv->hhi, HHI_VDAC_CNTL0_G12A, 0); in meson_encoder_cvbs_atomic_disable() 203 regmap_write(priv->hhi, HHI_VDAC_CNTL1_G12A, 0); in meson_encoder_cvbs_atomic_disable() 205 regmap_write(priv->hhi, HHI_VDAC_CNTL0, 0); in meson_encoder_cvbs_atomic_disable() 206 regmap_write(priv->hhi, HHI_VDAC_CNTL1, 8); in meson_encoder_cvbs_atomic_disable()
|
D | meson_drv.c | 234 priv->hhi = devm_regmap_init_mmio(dev, regs, in meson_drv_bind_master() 236 if (IS_ERR(priv->hhi)) { in meson_drv_bind_master() 238 ret = PTR_ERR(priv->hhi); in meson_drv_bind_master()
|
D | meson_venc.c | 1752 regmap_update_bits(priv->hhi, HHI_GCLK_MPEG2, BIT(25), BIT(25)); in meson_venc_enable_vsync() 1757 regmap_update_bits(priv->hhi, HHI_GCLK_MPEG2, BIT(25), 0); in meson_venc_disable_vsync() 1765 regmap_write(priv->hhi, HHI_VDAC_CNTL0_G12A, 0); in meson_venc_init() 1766 regmap_write(priv->hhi, HHI_VDAC_CNTL1_G12A, 8); in meson_venc_init() 1768 regmap_write(priv->hhi, HHI_VDAC_CNTL0, 0); in meson_venc_init() 1769 regmap_write(priv->hhi, HHI_VDAC_CNTL1, 8); in meson_venc_init() 1776 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL0, 0); in meson_venc_init()
|
D | meson_drv.h | 47 struct regmap *hhi; member
|
/linux-6.1.9/drivers/phy/amlogic/ |
D | phy-meson8-hdmi-tx.c | 36 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.1.9/Documentation/devicetree/bindings/iio/adc/ |
D | amlogic,meson-saradc.yaml | 55 amlogic,hhi-sysctrl: 102 amlogic,hhi-sysctrl: true 105 amlogic,hhi-sysctrl: false 145 amlogic,hhi-sysctrl = <&hhi>;
|
/linux-6.1.9/Documentation/devicetree/bindings/clock/ |
D | amlogic,gxbb-clkc.txt | 27 - compatible: "syscon", "simple-mfd, and "amlogic,meson-gx-hhi-sysctrl" or 28 "amlogic,meson-axg-hhi-sysctrl" 34 compatible = "amlogic,meson-gx-hhi-sysctrl", "syscon", "simple-mfd";
|
D | amlogic,meson8b-clkc.txt | 21 - compatible: "amlogic,meson-hhi-sysctrl", "simple-mfd", "syscon"
|
/linux-6.1.9/Documentation/devicetree/bindings/power/ |
D | amlogic,meson-gx-pwrc.txt | 23 - amlogic,hhi-sysctrl: phandle to the HHI sysctrl node 44 amlogic,hhi-sysctrl = <&sysctrl>;
|
D | amlogic,meson-ee-pwrc.yaml | 18 "amlogic,meson-gx-hhi-sysctrl", "simple-mfd", "syscon"
|
/linux-6.1.9/Documentation/devicetree/bindings/phy/ |
D | amlogic,meson-axg-mipi-pcie-analog.yaml | 17 "amlogic,meson-gx-hhi-sysctrl", "simple-mfd", "syscon"
|
D | amlogic,meson8-hdmi-tx-phy.yaml | 16 compatible = "amlogic,meson-hhi-sysctrl", "simple-mfd", "syscon"
|
/linux-6.1.9/Documentation/devicetree/bindings/display/ |
D | amlogic,meson-vpu.yaml | 76 - const: hhi 122 reg-names = "vpu", "hhi";
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | meson.dtsi | 33 hhi: system-controller@4000 { label 34 compatible = "amlogic,meson-hhi-sysctrl",
|
D | meson8b.dtsi | 588 &hhi { 693 amlogic,hhi-sysctrl = <&hhi>;
|
D | meson8.dtsi | 610 &hhi { 701 amlogic,hhi-sysctrl = <&hhi>;
|
/linux-6.1.9/arch/arm64/boot/dts/amlogic/ |
D | meson-gx.dtsi | 561 compatible = "amlogic,meson-gx-hhi-sysctrl", "simple-mfd", "syscon"; 628 reg-names = "vpu", "hhi";
|
D | meson-g12-common.dtsi | 1602 hhi: system-controller@0 { label 1603 compatible = "amlogic,meson-gx-hhi-sysctrl", 2128 reg-names = "vpu", "hhi";
|
D | meson-axg.dtsi | 1213 compatible = "amlogic,meson-axg-hhi-sysctrl",
|