Home
last modified time | relevance | path

Searched refs:HDMI_PHY_CONF0 (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/ic/
H A Ddwhdmiphy.c40 #define HDMI_PHY_CONF0 0x3000 macro
181 reg = dwhdmi_read(sc, HDMI_PHY_CONF0); in dwhdmi_phy_enable_power()
184 dwhdmi_write(sc, HDMI_PHY_CONF0, reg); in dwhdmi_phy_enable_power()
192 reg = dwhdmi_read(sc, HDMI_PHY_CONF0); in dwhdmi_phy_enable_tmds()
195 dwhdmi_write(sc, HDMI_PHY_CONF0, reg); in dwhdmi_phy_enable_tmds()
203 reg = dwhdmi_read(sc, HDMI_PHY_CONF0); in dwhdmi_phy_gen2_pddq()
206 dwhdmi_write(sc, HDMI_PHY_CONF0, reg); in dwhdmi_phy_gen2_pddq()
214 reg = dwhdmi_read(sc, HDMI_PHY_CONF0); in dwhdmi_phy_gen2_txpwron()
217 dwhdmi_write(sc, HDMI_PHY_CONF0, reg); in dwhdmi_phy_gen2_txpwron()
225 reg = dwhdmi_read(sc, HDMI_PHY_CONF0); in dwhdmi_phy_sel_data_en_pol()
[all …]
H A Ddwhdmi.c141 #define HDMI_PHY_CONF0 0x3000 macro
882 val = dwhdmi_read(sc, HDMI_PHY_CONF0); in dwhdmi_attach()
884 dwhdmi_write(sc, HDMI_PHY_CONF0, val); in dwhdmi_attach()