Searched refs:phy_common (Results 1 - 42 of 42) sorted by relevance

/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192c/
H A DMakefile5 phy_common.o
H A Ddm_common.c32 #include "phy_common.h"
H A Dphy_common.c35 #include "phy_common.h"
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723com/
H A DMakefile5 phy_common.o
H A Dphy_common.c27 #include "phy_common.h"
/linux-4.1.27/drivers/phy/
H A Dphy-qcom-ufs-qmp-14nm.c39 void ufs_qcom_phy_qmp_14nm_advertise_quirks(struct ufs_qcom_phy *phy_common) ufs_qcom_phy_qmp_14nm_advertise_quirks() argument
41 phy_common->quirks = ufs_qcom_phy_qmp_14nm_advertise_quirks()
48 struct ufs_qcom_phy *phy_common = &phy->common_cfg; ufs_qcom_phy_qmp_14nm_init() local
51 err = ufs_qcom_phy_init_clks(generic_phy, phy_common); ufs_qcom_phy_qmp_14nm_init()
53 dev_err(phy_common->dev, "%s: ufs_qcom_phy_init_clks() failed %d\n", ufs_qcom_phy_qmp_14nm_init()
58 err = ufs_qcom_phy_init_vregulators(generic_phy, phy_common); ufs_qcom_phy_qmp_14nm_init()
60 dev_err(phy_common->dev, "%s: ufs_qcom_phy_init_vregulators() failed %d\n", ufs_qcom_phy_qmp_14nm_init()
64 phy_common->vdda_phy.max_uV = UFS_PHY_VDDA_PHY_UV; ufs_qcom_phy_qmp_14nm_init()
65 phy_common->vdda_phy.min_uV = UFS_PHY_VDDA_PHY_UV; ufs_qcom_phy_qmp_14nm_init()
67 ufs_qcom_phy_qmp_14nm_advertise_quirks(phy_common); ufs_qcom_phy_qmp_14nm_init()
105 static int ufs_qcom_phy_qmp_14nm_is_pcs_ready(struct ufs_qcom_phy *phy_common) ufs_qcom_phy_qmp_14nm_is_pcs_ready() argument
110 err = readl_poll_timeout(phy_common->mmio + UFS_PHY_PCS_READY_STATUS, ufs_qcom_phy_qmp_14nm_is_pcs_ready()
113 dev_err(phy_common->dev, "%s: poll for pcs failed err = %d\n", ufs_qcom_phy_qmp_14nm_is_pcs_ready()
H A Dphy-qcom-ufs-qmp-20nm.c58 void ufs_qcom_phy_qmp_20nm_advertise_quirks(struct ufs_qcom_phy *phy_common) ufs_qcom_phy_qmp_20nm_advertise_quirks() argument
60 phy_common->quirks = ufs_qcom_phy_qmp_20nm_advertise_quirks()
67 struct ufs_qcom_phy *phy_common = &phy->common_cfg; ufs_qcom_phy_qmp_20nm_init() local
70 err = ufs_qcom_phy_init_clks(generic_phy, phy_common); ufs_qcom_phy_qmp_20nm_init()
72 dev_err(phy_common->dev, "%s: ufs_qcom_phy_init_clks() failed %d\n", ufs_qcom_phy_qmp_20nm_init()
77 err = ufs_qcom_phy_init_vregulators(generic_phy, phy_common); ufs_qcom_phy_qmp_20nm_init()
79 dev_err(phy_common->dev, "%s: ufs_qcom_phy_init_vregulators() failed %d\n", ufs_qcom_phy_qmp_20nm_init()
84 ufs_qcom_phy_qmp_20nm_advertise_quirks(phy_common); ufs_qcom_phy_qmp_20nm_init()
161 static int ufs_qcom_phy_qmp_20nm_is_pcs_ready(struct ufs_qcom_phy *phy_common) ufs_qcom_phy_qmp_20nm_is_pcs_ready() argument
166 err = readl_poll_timeout(phy_common->mmio + UFS_PHY_PCS_READY_STATUS, ufs_qcom_phy_qmp_20nm_is_pcs_ready()
169 dev_err(phy_common->dev, "%s: poll for pcs failed err = %d\n", ufs_qcom_phy_qmp_20nm_is_pcs_ready()
H A Dphy-qcom-ufs.c30 struct ufs_qcom_phy *phy_common);
131 struct ufs_qcom_phy *phy_common) ufs_qcom_phy_base_init()
138 phy_common->mmio = devm_ioremap_resource(dev, res); ufs_qcom_phy_base_init()
139 if (IS_ERR((void const *)phy_common->mmio)) { ufs_qcom_phy_base_init()
140 err = PTR_ERR((void const *)phy_common->mmio); ufs_qcom_phy_base_init()
141 phy_common->mmio = NULL; ufs_qcom_phy_base_init()
150 phy_common->dev_ref_clk_ctrl_mmio = devm_ioremap_resource(dev, res); ufs_qcom_phy_base_init()
151 if (IS_ERR((void const *)phy_common->dev_ref_clk_ctrl_mmio)) ufs_qcom_phy_base_init()
152 phy_common->dev_ref_clk_ctrl_mmio = NULL; ufs_qcom_phy_base_init()
186 struct ufs_qcom_phy *phy_common) ufs_qcom_phy_init_clks()
191 &phy_common->tx_iface_clk); ufs_qcom_phy_init_clks()
196 &phy_common->rx_iface_clk); ufs_qcom_phy_init_clks()
201 &phy_common->ref_clk_src); ufs_qcom_phy_init_clks()
210 &phy_common->ref_clk_parent, false); ufs_qcom_phy_init_clks()
213 &phy_common->ref_clk); ufs_qcom_phy_init_clks()
222 struct ufs_qcom_phy *phy_common) ufs_qcom_phy_init_vregulators()
226 err = ufs_qcom_phy_init_vreg(generic_phy, &phy_common->vdda_pll, ufs_qcom_phy_init_vregulators()
231 err = ufs_qcom_phy_init_vreg(generic_phy, &phy_common->vdda_phy, ufs_qcom_phy_init_vregulators()
238 __ufs_qcom_phy_init_vreg(generic_phy, &phy_common->vddp_ref_clk, ufs_qcom_phy_init_vregulators()
668 struct ufs_qcom_phy *phy_common = get_ufs_qcom_phy(generic_phy); ufs_qcom_phy_power_on() local
669 struct device *dev = phy_common->dev; ufs_qcom_phy_power_on()
672 err = ufs_qcom_phy_enable_vreg(generic_phy, &phy_common->vdda_phy); ufs_qcom_phy_power_on()
679 phy_common->phy_spec_ops->power_control(phy_common, true); ufs_qcom_phy_power_on()
682 err = ufs_qcom_phy_enable_vreg(generic_phy, &phy_common->vdda_pll); ufs_qcom_phy_power_on()
697 if (phy_common->vddp_ref_clk.reg) { ufs_qcom_phy_power_on()
699 &phy_common->vddp_ref_clk); ufs_qcom_phy_power_on()
707 phy_common->is_powered_on = true; ufs_qcom_phy_power_on()
713 ufs_qcom_phy_disable_vreg(generic_phy, &phy_common->vdda_pll); ufs_qcom_phy_power_on()
715 ufs_qcom_phy_disable_vreg(generic_phy, &phy_common->vdda_phy); ufs_qcom_phy_power_on()
723 struct ufs_qcom_phy *phy_common = get_ufs_qcom_phy(generic_phy); ufs_qcom_phy_power_off() local
725 phy_common->phy_spec_ops->power_control(phy_common, false); ufs_qcom_phy_power_off()
727 if (phy_common->vddp_ref_clk.reg) ufs_qcom_phy_power_off()
729 &phy_common->vddp_ref_clk); ufs_qcom_phy_power_off()
732 ufs_qcom_phy_disable_vreg(generic_phy, &phy_common->vdda_pll); ufs_qcom_phy_power_off()
733 ufs_qcom_phy_disable_vreg(generic_phy, &phy_common->vdda_phy); ufs_qcom_phy_power_off()
734 phy_common->is_powered_on = false; ufs_qcom_phy_power_off()
130 ufs_qcom_phy_base_init(struct platform_device *pdev, struct ufs_qcom_phy *phy_common) ufs_qcom_phy_base_init() argument
185 ufs_qcom_phy_init_clks(struct phy *generic_phy, struct ufs_qcom_phy *phy_common) ufs_qcom_phy_init_clks() argument
221 ufs_qcom_phy_init_vregulators(struct phy *generic_phy, struct ufs_qcom_phy *phy_common) ufs_qcom_phy_init_vregulators() argument
H A Dphy-qcom-ufs-i.h146 struct ufs_qcom_phy *phy_common);
148 struct ufs_qcom_phy *phy_common);
/linux-4.1.27/drivers/net/wireless/b43/
H A Dphy_lcn.h4 #include "phy_common.h"
H A Dphy_ac.h4 #include "phy_common.h"
H A Dsysfs.c32 #include "phy_common.h"
H A Dphy_a.h4 #include "phy_common.h"
H A Dphy_ht.h4 #include "phy_common.h"
H A Dphy_a.c33 #include "phy_common.h"
H A Dphy_common.c29 #include "phy_common.h"
H A Dwa.c30 #include "phy_common.h"
H A Dradio_2057.c27 #include "phy_common.h"
H A Dxmit.c31 #include "phy_common.h"
H A Dtables_phy_ht.c27 #include "phy_common.h"
H A Dtables_phy_lcn.c27 #include "phy_common.h"
H A Db43.h18 #include "phy_common.h"
H A Dphy_n.h4 #include "phy_common.h"
H A Dradio_2055.c28 #include "phy_common.h"
H A Dphy_g.c31 #include "phy_common.h"
H A Dphy_lp.c31 #include "phy_common.h"
H A Dmain.c51 #include "phy_common.h"
H A Dtables_lpphy.c28 #include "phy_common.h"
H A Dtables_nphy.c28 #include "phy_common.h"
H A Dradio_2056.c27 #include "phy_common.h"
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ce/
H A Dsw.c40 #include "../rtl8192c/phy_common.h"
H A Dphy.c38 #include "../rtl8192c/phy_common.h"
H A Dhw.c42 #include "../rtl8192c/phy_common.h"
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723ae/
H A Dsw.c42 #include "../rtl8723com/phy_common.h"
H A Dphy.c35 #include "../rtl8723com/phy_common.h"
H A Dhal_btc.c31 #include "../rtl8723com/phy_common.h"
H A Dhw.c36 #include "../rtl8723com/phy_common.h"
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/
H A Dsw.c32 #include "../rtl8723com/phy_common.h"
H A Dhw.c36 #include "../rtl8723com/phy_common.h"
H A Dphy.c32 #include "../rtl8723com/phy_common.h"
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192cu/
H A Dphy.c37 #include "../rtl8192c/phy_common.h"
H A Dhw.c39 #include "../rtl8192c/phy_common.h"

Completed in 757 milliseconds