Searched refs:phy_control (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/usb/phy/ |
D | phy-am335x-control.h | 5 struct phy_control { struct 6 void (*phy_power)(struct phy_control *phy_ctrl, u32 id, argument 8 void (*phy_wkup)(struct phy_control *phy_ctrl, u32 id, bool on); argument 11 static inline void phy_ctrl_power(struct phy_control *phy_ctrl, u32 id, in phy_ctrl_power() 17 static inline void phy_ctrl_wkup(struct phy_control *phy_ctrl, u32 id, bool on) in phy_ctrl_wkup() 22 struct phy_control *am335x_get_phy_control(struct device *dev);
|
D | phy-am335x-control.c | 16 struct phy_control phy_ctrl; 31 static void am335x_phy_wkup(struct phy_control *phy_ctrl, u32 id, bool on) in am335x_phy_wkup() 63 static void am335x_phy_power(struct phy_control *phy_ctrl, u32 id, in am335x_phy_power() 109 static const struct phy_control ctrl_am335x = { 128 struct phy_control *am335x_get_phy_control(struct device *dev) in am335x_get_phy_control() 155 const struct phy_control *phy_ctrl; in am335x_control_usb_probe()
|
D | phy-am335x.c | 18 struct phy_control *phy_ctrl;
|
/Linux-v5.4/drivers/gpu/drm/i915/display/ |
D | intel_display_power.c | 1294 u32 phy_control = dev_priv->chv_phy_control; in assert_chv_phy_status() local 1322 if ((phy_control & PHY_CH_POWER_DOWN_OVRD_EN(DPIO_PHY0, DPIO_CH0)) == 0) in assert_chv_phy_status() 1323 phy_control |= PHY_CH_POWER_DOWN_OVRD(0xf, DPIO_PHY0, DPIO_CH0); in assert_chv_phy_status() 1325 if ((phy_control & PHY_CH_POWER_DOWN_OVRD_EN(DPIO_PHY0, DPIO_CH1)) == 0) in assert_chv_phy_status() 1326 phy_control |= PHY_CH_POWER_DOWN_OVRD(0xf, DPIO_PHY0, DPIO_CH1); in assert_chv_phy_status() 1329 if (BITS_SET(phy_control, in assert_chv_phy_status() 1339 if (BITS_SET(phy_control, in assert_chv_phy_status() 1344 if (BITS_SET(phy_control, in assert_chv_phy_status() 1347 if (BITS_SET(phy_control, in assert_chv_phy_status() 1351 if (BITS_SET(phy_control, in assert_chv_phy_status() [all …]
|
/Linux-v5.4/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
|
/Linux-v5.4/drivers/net/wireless/ath/carl9170/ |
D | wlan.h | 288 __le32 phy_control; member
|
D | debug.c | 295 le16_to_cpu(txc->f.mac_control), le32_to_cpu(txc->f.phy_control), in carl9170_debugfs_format_frame()
|
D | tx.c | 925 txc->f.phy_control = phy_set; in carl9170_tx_apply_rateset()
|
/Linux-v5.4/drivers/net/ethernet/broadcom/ |
D | tg3.c | 1357 u32 phy_control; in tg3_bmcr_reset() local 1363 phy_control = BMCR_RESET; in tg3_bmcr_reset() 1364 err = tg3_writephy(tp, MII_BMCR, phy_control); in tg3_bmcr_reset() 1370 err = tg3_readphy(tp, MII_BMCR, &phy_control); in tg3_bmcr_reset() 1374 if ((phy_control & BMCR_RESET) == 0) { in tg3_bmcr_reset()
|