Searched refs:hhi (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/gpu/drm/meson/ |
| H A 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 …]
|
| H A D | meson_drv.c | 236 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 D | meson_drv.h | 47 struct regmap *hhi; member
|
| /linux/drivers/phy/amlogic/ |
| H A 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/Documentation/devicetree/bindings/power/ |
| H A D | amlogic,meson-gx-pwrc.txt | 23 - amlogic,hhi-sysctrl: phandle to the HHI sysctrl node 44 amlogic,hhi-sysctrl = <&sysctrl>;
|
| /linux/arch/arm/boot/dts/amlogic/ |
| H A D | meson.dtsi | 28 hhi: system-controller@4000 { label 29 compatible = "amlogic,meson-hhi-sysctrl",
|
| H A D | meson8b.dtsi | 590 &hhi { 705 amlogic,hhi-sysctrl = <&hhi>;
|
| H A D | meson8.dtsi | 647 &hhi { 748 amlogic,hhi-sysctrl = <&hhi>;
|
| /linux/arch/arm64/boot/dts/amlogic/ |
| H A D | meson-gx.dtsi | 590 compatible = "amlogic,meson-gx-hhi-sysctrl", "simple-mfd", "syscon"; 657 reg-names = "vpu", "hhi";
|
| H A D | meson-g12-common.dtsi | 1613 hhi: system-controller@0 { label 1614 compatible = "amlogic,meson-gx-hhi-sysctrl", 2165 reg-names = "vpu", "hhi";
|
| H A D | meson-axg.dtsi | 1265 compatible = "amlogic,meson-axg-hhi-sysctrl",
|