Home
last modified time | relevance | path

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

/freebsd/sys/dev/hdmi/
H A Ddwc_hdmi.c351 dwc_hdmi_phy_i2c_write(sc, VLEVCTRL_TX_LVL(9) | VLEVCTRL_CK_LVL(9), in dwc_hdmi_phy_configure()
356 dwc_hdmi_phy_i2c_write(sc, VLEVCTRL_TX_LVL(13) | VLEVCTRL_CK_LVL(13), in dwc_hdmi_phy_configure()
H A Ddwc_hdmireg.h677 #define VLEVCTRL_TX_LVL(x) ((x) << 5) macro