Home
last modified time | relevance | path

Searched refs:phy_control (Results 1 – 10 of 10) sorted by relevance

/drivers/usb/phy/
Dam35x-phy-control.h4 struct phy_control { struct
5 void (*phy_power)(struct phy_control *phy_ctrl, u32 id, bool on); argument
6 void (*phy_wkup)(struct phy_control *phy_ctrl, u32 id, bool on); argument
9 static inline void phy_ctrl_power(struct phy_control *phy_ctrl, u32 id, bool on) in phy_ctrl_power()
14 static inline void phy_ctrl_wkup(struct phy_control *phy_ctrl, u32 id, bool on) in phy_ctrl_wkup()
19 struct phy_control *am335x_get_phy_control(struct device *dev);
Dphy-am335x-control.c14 struct phy_control phy_ctrl;
29 static void am335x_phy_wkup(struct phy_control *phy_ctrl, u32 id, bool on) in am335x_phy_wkup()
61 static void am335x_phy_power(struct phy_control *phy_ctrl, u32 id, bool on) in am335x_phy_power()
100 static const struct phy_control ctrl_am335x = {
119 struct phy_control *am335x_get_phy_control(struct device *dev) in am335x_get_phy_control()
144 const struct phy_control *phy_ctrl; in am335x_control_usb_probe()
Dphy-am335x.c17 struct phy_control *phy_ctrl;
/drivers/net/ethernet/
Dnetx-eth.c466 unsigned int phy_control, val; in netx_eth_init() local
470 phy_control = PHY_CONTROL_PHY_ADDRESS(INTERNAL_PHY_ADR>>1) | in netx_eth_init()
482 writel(phy_control | PHY_CONTROL_RESET, NETX_SYSTEM_PHY_CONTROL); in netx_eth_init()
488 writel(phy_control, NETX_SYSTEM_PHY_CONTROL); in netx_eth_init()
/drivers/scsi/isci/
Dphy.c574 u32 phy_control; in sci_phy_start_sas_link_training() local
576 phy_control = readl(&iphy->link_layer_registers->phy_configuration); in sci_phy_start_sas_link_training()
577 phy_control |= SCU_SAS_PCFG_GEN_BIT(SATA_SPINUP_HOLD); in sci_phy_start_sas_link_training()
578 writel(phy_control, in sci_phy_start_sas_link_training()
Dregisters.h1367 u32 phy_control; member
/drivers/net/wireless/ath/carl9170/
Dwlan.h288 __le32 phy_control; member
Ddebug.c297 le16_to_cpu(txc->f.mac_control), le32_to_cpu(txc->f.phy_control), in carl9170_debugfs_format_frame()
Dtx.c922 txc->f.phy_control = phy_set; in carl9170_tx_apply_rateset()
/drivers/net/ethernet/broadcom/
Dtg3.c1345 u32 phy_control; in tg3_bmcr_reset() local
1351 phy_control = BMCR_RESET; in tg3_bmcr_reset()
1352 err = tg3_writephy(tp, MII_BMCR, phy_control); in tg3_bmcr_reset()
1358 err = tg3_readphy(tp, MII_BMCR, &phy_control); in tg3_bmcr_reset()
1362 if ((phy_control & BMCR_RESET) == 0) { in tg3_bmcr_reset()