Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/rockchip/
H A Drk_hdmi.c94 hdmi->phy_set = dw_hdmi_phy_cfg; in rk_hdmi_ofdata_to_platdata()
/OK3568_Linux_fs/u-boot/include/
H A Ddw_hdmi.h475 int (*phy_set)(struct dw_hdmi *hdmi, uint mpixelclock); member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/carl9170/
H A Dtx.c914 __le32 phy_set; in carl9170_tx_apply_rateset() local
920 phy_set = carl9170_tx_physet(ar, info, txrate); in carl9170_tx_apply_rateset()
925 txc->f.phy_control = phy_set; in carl9170_tx_apply_rateset()
940 txc->s.rr[i - 1] = phy_set; in carl9170_tx_apply_rateset()
/OK3568_Linux_fs/u-boot/drivers/video/sunxi/
H A Dsunxi_dw_hdmi.c366 priv->hdmi.phy_set = sunxi_dw_hdmi_phy_cfg; in sunxi_dw_hdmi_probe()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Ddw_hdmi.c723 ret = hdmi->phy_set(hdmi, edid->pixelclock.typ); in dw_hdmi_enable()