Searched refs:HHI_HDMI_PHY_CNTL1 (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/phy/amlogic/
H A Dphy-meson8-hdmi-tx.c29 #define HHI_HDMI_PHY_CNTL1 0x3a4 macro
71 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL1, 0x0);
75 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL1,
80 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL1,
/linux-master/drivers/clk/meson/
H A Dgxbb.h107 #define HHI_HDMI_PHY_CNTL1 0x3A4 /* 0xe9 offset in data sheet */ macro
/linux-master/drivers/gpu/drm/meson/
H A Dmeson_dw_hdmi.c108 #define HHI_HDMI_PHY_CNTL1 0x3a4 /* 0xe9 */ macro
362 regmap_update_bits(priv->hhi, HHI_HDMI_PHY_CNTL1, 0xf, 0xf);
367 regmap_update_bits(priv->hhi, HHI_HDMI_PHY_CNTL1, 0xf, 0xe);
413 regmap_update_bits(priv->hhi, HHI_HDMI_PHY_CNTL1, 0xf, 0);
466 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL1, dw_hdmi->data->cntl1_init);
648 regmap_write(priv->hhi, HHI_HDMI_PHY_CNTL1, meson_dw_hdmi->data->cntl1_init);

Completed in 191 milliseconds