Searched refs:phy_control (Results 1 – 10 of 10) sorted by relevance
/drivers/usb/phy/ |
D | am35x-phy-control.h | 4 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);
|
D | phy-am335x-control.c | 14 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()
|
D | phy-am335x.c | 17 struct phy_control *phy_ctrl;
|
/drivers/net/ethernet/ |
D | netx-eth.c | 466 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/ |
D | phy.c | 574 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()
|
D | registers.h | 1367 u32 phy_control; member
|
/drivers/net/wireless/ath/carl9170/ |
D | wlan.h | 288 __le32 phy_control; member
|
D | debug.c | 297 le16_to_cpu(txc->f.mac_control), le32_to_cpu(txc->f.phy_control), in carl9170_debugfs_format_frame()
|
D | tx.c | 922 txc->f.phy_control = phy_set; in carl9170_tx_apply_rateset()
|
/drivers/net/ethernet/broadcom/ |
D | tg3.c | 1345 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()
|