Home
last modified time | relevance | path

Searched defs:_phy (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/phy/qualcomm/
A Dphy-qcom-ipq4019-usb.c30 static int ipq4019_ss_phy_power_off(struct phy *_phy) in ipq4019_ss_phy_power_off()
40 static int ipq4019_ss_phy_power_on(struct phy *_phy) in ipq4019_ss_phy_power_on()
56 static int ipq4019_hs_phy_power_off(struct phy *_phy) in ipq4019_hs_phy_power_off()
69 static int ipq4019_hs_phy_power_on(struct phy *_phy) in ipq4019_hs_phy_power_on()
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
A Dregs.h200 #define MT_WF_PHY_R0_PHYMUX_5(_phy) MT_WF_PHY(0x0614 + ((_phy) << 9)) argument
203 #define MT_WF_PHY_R0_PHYCTRL_STS0(_phy) MT_WF_PHY(0x020c + ((_phy) << 9)) argument
209 #define MT_WF_PHY_R0_PHYCTRL_STS5(_phy) MT_WF_PHY(0x0220 + ((_phy) << 9)) argument
215 #define MT_WF_PHY_MIN_PRI_PWR(_phy) MT_WF_PHY((_phy) ? 0x084 : 0x229c) argument
216 #define MT_WF_PHY_PD_OFDM_MASK(_phy) ((_phy) ? GENMASK(24, 16) : \ argument
218 #define MT_WF_PHY_PD_OFDM(_phy, v) ((v) << ((_phy) ? 16 : 20)) argument
219 #define MT_WF_PHY_PD_BLK(_phy) ((_phy) ? BIT(25) : BIT(19)) argument
221 #define MT7663_WF_PHY_MIN_PRI_PWR(_phy) MT_WF_PHY((_phy) ? 0x2aec : 0x22f0) argument
228 #define MT_WF_PHY_RXTD_CCK_PD(_phy) MT_WF_PHY((_phy) ? 0x2314 : 0x2310) argument
229 #define MT_WF_PHY_PD_CCK_MASK(_phy) (_phy) ? GENMASK(31, 24) : \ argument
[all …]
/linux/drivers/phy/allwinner/
A Dphy-sun4i-usb.c159 static void sun4i_usb_phy0_update_iscr(struct phy *_phy, u32 clr, u32 set) in sun4i_usb_phy0_update_iscr()
267 static int sun4i_usb_phy_init(struct phy *_phy) in sun4i_usb_phy_init()
335 static int sun4i_usb_phy_exit(struct phy *_phy) in sun4i_usb_phy_exit()
423 static int sun4i_usb_phy_power_on(struct phy *_phy) in sun4i_usb_phy_power_on()
452 static int sun4i_usb_phy_power_off(struct phy *_phy) in sun4i_usb_phy_power_off()
473 static int sun4i_usb_phy_set_mode(struct phy *_phy, in sun4i_usb_phy_set_mode()
512 void sun4i_usb_phy_set_squelch_detect(struct phy *_phy, bool enabled) in sun4i_usb_phy_set_squelch_detect()
A Dphy-sun9i-usb.c66 static int sun9i_usb_phy_init(struct phy *_phy) in sun9i_usb_phy_init()
96 static int sun9i_usb_phy_exit(struct phy *_phy) in sun9i_usb_phy_exit()
A Dphy-sun50i-usb3.c97 static int sun50i_usb3_phy_init(struct phy *_phy) in sun50i_usb3_phy_init()
116 static int sun50i_usb3_phy_exit(struct phy *_phy) in sun50i_usb3_phy_exit()
/linux/drivers/phy/ralink/
A Dphy-ralink-usb.c91 static int ralink_usb_phy_power_on(struct phy *_phy) in ralink_usb_phy_power_on()
130 static int ralink_usb_phy_power_off(struct phy *_phy) in ralink_usb_phy_power_off()
/linux/drivers/phy/rockchip/
A Dphy-rockchip-usb.c139 static int rockchip_usb_phy_power_off(struct phy *_phy) in rockchip_usb_phy_power_off()
151 static int rockchip_usb_phy_power_on(struct phy *_phy) in rockchip_usb_phy_power_on()
169 static int rockchip_usb_phy_reset(struct phy *_phy) in rockchip_usb_phy_reset()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
A Dregs.h597 #define MT_WF_PHY_RX_CTRL1(_phy) MT_WF_PHY(0x2004 + ((_phy) << 16)) argument
601 #define MT_WF_PHY_RXTD12(_phy) MT_WF_PHY(0x8230 + ((_phy) << 16)) argument
/linux/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_link.c203 #define CL22_WR_OVER_CL45(_bp, _phy, _bank, _addr, _val) \ argument
209 #define CL22_RD_OVER_CL45(_bp, _phy, _bank, _addr, _val) \ argument

Completed in 58 milliseconds