Searched refs:hhi_write (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/drivers/video/meson/ |
H A D | meson_vclk.c | 213 hhi_write(HHI_HDMI_PLL_CNTL, 0x5800023d); in meson_venci_cvbs_clock_config() 214 hhi_write(HHI_HDMI_PLL_CNTL2, 0x00404e00); in meson_venci_cvbs_clock_config() 215 hhi_write(HHI_HDMI_PLL_CNTL3, 0x0d5c5091); in meson_venci_cvbs_clock_config() 216 hhi_write(HHI_HDMI_PLL_CNTL4, 0x801da72c); in meson_venci_cvbs_clock_config() 217 hhi_write(HHI_HDMI_PLL_CNTL5, 0x71486980); in meson_venci_cvbs_clock_config() 218 hhi_write(HHI_HDMI_PLL_CNTL6, 0x00000e55); in meson_venci_cvbs_clock_config() 219 hhi_write(HHI_HDMI_PLL_CNTL, 0x4800023d); in meson_venci_cvbs_clock_config() 222 hhi_write(HHI_HDMI_PLL_CNTL, 0x4000027b); in meson_venci_cvbs_clock_config() 223 hhi_write(HHI_HDMI_PLL_CNTL2, 0x800cb300); in meson_venci_cvbs_clock_config() 399 hhi_write(HHI_HDMI_PLL_CNTL2, in meson_hdmi_pll_set_params() [all …]
|
H A D | meson_dw_hdmi.c | 140 hhi_write(addr, data); in dw_hdmi_hhi_write() 225 hhi_write(HHI_HDMI_PHY_CNTL0, 0x333d3282); in meson_dw_hdmi_phy_setup_mode() 226 hhi_write(HHI_HDMI_PHY_CNTL3, 0x2136315b); in meson_dw_hdmi_phy_setup_mode() 229 hhi_write(HHI_HDMI_PHY_CNTL0, 0x33303382); in meson_dw_hdmi_phy_setup_mode() 230 hhi_write(HHI_HDMI_PHY_CNTL3, 0x2036315b); in meson_dw_hdmi_phy_setup_mode() 233 hhi_write(HHI_HDMI_PHY_CNTL0, 0x33303362); in meson_dw_hdmi_phy_setup_mode() 234 hhi_write(HHI_HDMI_PHY_CNTL3, 0x2016315b); in meson_dw_hdmi_phy_setup_mode() 237 hhi_write(HHI_HDMI_PHY_CNTL0, 0x33604142); in meson_dw_hdmi_phy_setup_mode() 238 hhi_write(HHI_HDMI_PHY_CNTL3, 0x0016315b); in meson_dw_hdmi_phy_setup_mode() 243 hhi_write(HHI_HDMI_PHY_CNTL0, 0x33353245); in meson_dw_hdmi_phy_setup_mode() [all …]
|
H A D | meson_vpu_init.c | 337 hhi_write(HHI_VDAC_CNTL0, 0); in meson_vpu_init() 338 hhi_write(HHI_VDAC_CNTL1, 8); in meson_vpu_init() 344 hhi_write(HHI_HDMI_PHY_CNTL0, 0); in meson_vpu_init()
|
H A D | meson_vpu.h | 50 #define hhi_write(offset, value) \ macro
|
H A D | meson_venc.c | 1447 hhi_write(HHI_VDAC_CNTL0, 1); in meson_venci_cvbs_mode_set() 1450 hhi_write(HHI_VDAC_CNTL0, 0xf0001); in meson_venci_cvbs_mode_set() 1452 hhi_write(HHI_VDAC_CNTL1, 0); in meson_venci_cvbs_mode_set()
|