Home
last modified time | relevance | path

Searched refs:phy_set (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/video/rockchip/
H A Drk_hdmi.c93 hdmi->phy_set = dw_hdmi_phy_cfg; in rk_hdmi_ofdata_to_platdata()
/openbmc/linux/drivers/net/wireless/ath/carl9170/
H A Dtx.c916 __le32 phy_set; in carl9170_tx_apply_rateset() local
922 phy_set = carl9170_tx_physet(ar, info, txrate); in carl9170_tx_apply_rateset()
927 txc->f.phy_control = phy_set; in carl9170_tx_apply_rateset()
942 txc->s.rr[i - 1] = phy_set; in carl9170_tx_apply_rateset()
/openbmc/u-boot/include/
H A Ddw_hdmi.h546 int (*phy_set)(struct dw_hdmi *hdmi, uint mpixelclock); member
/openbmc/u-boot/drivers/video/meson/
H A Dmeson_dw_hdmi.c358 priv->hdmi.phy_set = meson_dw_hdmi_phy_init; in meson_dw_hdmi_probe()
/openbmc/u-boot/drivers/video/sunxi/
H A Dsunxi_dw_hdmi.c373 priv->hdmi.phy_set = sunxi_dw_hdmi_phy_cfg; in sunxi_dw_hdmi_probe()
/openbmc/u-boot/drivers/video/
H A Ddw_hdmi.c976 ret = hdmi->phy_set(hdmi, edid->pixelclock.typ); in dw_hdmi_enable()