Searched defs:_phy (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/phy/qualcomm/ |
A D | phy-qcom-ipq4019-usb.c | 30 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 D | regs.h | 200 #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 D | phy-sun4i-usb.c | 159 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 D | phy-sun9i-usb.c | 66 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 D | phy-sun50i-usb3.c | 97 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 D | phy-ralink-usb.c | 91 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 D | phy-rockchip-usb.c | 139 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 D | regs.h | 597 #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 D | bnx2x_link.c | 203 #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 43 milliseconds