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

/linux-master/drivers/usb/phy/
H A Dphy-am335x-control.h5 struct phy_control { struct
6 void (*phy_power)(struct phy_control *phy_ctrl, u32 id,
8 void (*phy_wkup)(struct phy_control *phy_ctrl, u32 id, bool on);
11 static inline void phy_ctrl_power(struct phy_control *phy_ctrl, u32 id,
17 static inline void phy_ctrl_wkup(struct phy_control *phy_ctrl, u32 id, bool on)
22 struct phy_control *am335x_get_phy_control(struct device *dev);
H A Dphy-am335x-control.c16 struct phy_control phy_ctrl;
31 static void am335x_phy_wkup(struct phy_control *phy_ctrl, u32 id, bool on)
63 static void am335x_phy_power(struct phy_control *phy_ctrl, u32 id,
109 static const struct phy_control ctrl_am335x = {
128 struct phy_control *am335x_get_phy_control(struct device *dev)
154 const struct phy_control *phy_ctrl;
H A Dphy-am335x.c18 struct phy_control *phy_ctrl;
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_power_well.c1309 u32 phy_control = dev_priv->display.power.chv_phy_control; local
1337 if ((phy_control & PHY_CH_POWER_DOWN_OVRD_EN(DPIO_PHY0, DPIO_CH0)) == 0)
1338 phy_control |= PHY_CH_POWER_DOWN_OVRD(0xf, DPIO_PHY0, DPIO_CH0);
1340 if ((phy_control & PHY_CH_POWER_DOWN_OVRD_EN(DPIO_PHY0, DPIO_CH1)) == 0)
1341 phy_control |= PHY_CH_POWER_DOWN_OVRD(0xf, DPIO_PHY0, DPIO_CH1);
1344 if (BITS_SET(phy_control,
1354 if (BITS_SET(phy_control,
1359 if (BITS_SET(phy_control,
1362 if (BITS_SET(phy_control,
1366 if (BITS_SET(phy_control,
[all...]
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dwlan.h288 __le32 phy_control; member in struct:_ar9170_tx_hwdesc
H A Ddebug.c295 le16_to_cpu(txc->f.mac_control), le32_to_cpu(txc->f.phy_control),
H A Dtx.c926 txc->f.phy_control = phy_set;
/linux-master/drivers/scsi/isci/
H A Dphy.c571 u32 phy_control; local
573 phy_control = readl(&iphy->link_layer_registers->phy_configuration);
574 phy_control |= SCU_SAS_PCFG_GEN_BIT(SATA_SPINUP_HOLD);
575 writel(phy_control,
H A Dregisters.h1367 u32 phy_control; member in struct:scu_link_layer_registers
/linux-master/drivers/net/ethernet/broadcom/
H A Dtg3.c1353 u32 phy_control; local
1359 phy_control = BMCR_RESET;
1360 err = tg3_writephy(tp, MII_BMCR, phy_control);
1366 err = tg3_readphy(tp, MII_BMCR, &phy_control);
1370 if ((phy_control & BMCR_RESET) == 0) {

Completed in 187 milliseconds