Searched refs:PHY_RESET (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/phy/qualcomm/
H A Dphy-qcom-usb-ss.c30 #define PHY_RESET BIT(7) macro
55 qcom_ssphy_updatel(priv->base + PHY_CTRL1, PHY_RESET,
56 PHY_RESET);
58 qcom_ssphy_updatel(priv->base + PHY_CTRL1, PHY_RESET, 0);
/linux-master/drivers/phy/hisilicon/
H A Dphy-hix5hd2-sata.c21 #define PHY_RESET BIT(0) macro
85 REF_SSP_EN | PHY_RESET;
88 val &= ~PHY_RESET;
/linux-master/drivers/net/ethernet/qualcomm/emac/
H A Demac-sgmii.c188 writel(((val & ~PHY_RESET) | PHY_RESET), phy->base +
193 writel((val & ~PHY_RESET), phy->base + EMAC_EMAC_WRAPPER_CSR2);
H A Demac.h172 #define PHY_RESET BIT(0) macro
/linux-master/drivers/net/dsa/
H A Dbcm_sf2_regs.h52 #define PHY_RESET (1 << 5) macro
H A Dbcm_sf2.c209 reg |= PHY_RESET;
214 reg &= ~PHY_RESET;
216 reg |= EXT_PWR_DOWN | IDDQ_BIAS | PHY_RESET;
/linux-master/drivers/phy/cadence/
H A Dphy-cadence-torrent.c66 #define PHY_RESET 0x20 macro
257 REG_FIELD(PHY_RESET, 8, 8);
1450 value = cdns_torrent_dp_read(regmap, PHY_RESET);
1462 cdns_torrent_dp_write(regmap, PHY_RESET, value);
1465 cdns_torrent_dp_write(regmap, PHY_RESET,
1478 cdns_torrent_dp_write(regmap, PHY_RESET, value);
1489 cdns_torrent_dp_write(regmap, PHY_RESET, value);
1704 val = cdns_torrent_dp_read(regmap, PHY_RESET);
1707 cdns_torrent_dp_write(regmap, PHY_RESET, val);
2114 dev_err(dev, "PHY_RESET re
[all...]
/linux-master/drivers/net/usb/
H A Dr8152.c773 PHY_RESET, enumerator in enum:rtl8152_flags
5500 set_bit(PHY_RESET, &tp->flags);
5877 set_bit(PHY_RESET, &tp->flags);
5994 set_bit(PHY_RESET, &tp->flags);
6385 if (test_and_clear_bit(PHY_RESET, &tp->flags))
7733 set_bit(PHY_RESET, &tp->flags);
8150 set_bit(PHY_RESET, &tp->flags);
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_reg_def.h1577 #define PHY_RESET 0x02 macro

Completed in 223 milliseconds