Home
last modified time | relevance | path

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

/linux/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, in qcom_ssphy_do_reset()
56 PHY_RESET); in qcom_ssphy_do_reset()
58 qcom_ssphy_updatel(priv->base + PHY_CTRL1, PHY_RESET, 0); in qcom_ssphy_do_reset()
/linux/drivers/phy/hisilicon/
H A Dphy-hix5hd2-sata.c21 #define PHY_RESET BIT(0) macro
85 REF_SSP_EN | PHY_RESET; in hix5hd2_sata_phy_init()
88 val &= ~PHY_RESET; in hix5hd2_sata_phy_init()
/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac-sgmii.c188 writel(((val & ~PHY_RESET) | PHY_RESET), phy->base + in emac_sgmii_reset_prepare()
193 writel((val & ~PHY_RESET), phy->base + EMAC_EMAC_WRAPPER_CSR2); in emac_sgmii_reset_prepare()
H A Demac.h172 #define PHY_RESET BIT(0) macro
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx53-tqma53.dtsi76 MX53_PAD_PATA_DA_0__GPIO7_6 0x80000000 /* #PHY_RESET */
/linux/drivers/net/dsa/
H A Dbcm_sf2_regs.h52 #define PHY_RESET (1 << 5) macro
H A Dbcm_sf2.c209 reg |= PHY_RESET; in bcm_sf2_gphy_enable_set()
214 reg &= ~PHY_RESET; in bcm_sf2_gphy_enable_set()
216 reg |= EXT_PWR_DOWN | IDDQ_BIAS | PHY_RESET; in bcm_sf2_gphy_enable_set()
/linux/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); in cdns_torrent_dp_set_lanes()
1462 cdns_torrent_dp_write(regmap, PHY_RESET, value); in cdns_torrent_dp_set_lanes()
1465 cdns_torrent_dp_write(regmap, PHY_RESET, in cdns_torrent_dp_set_lanes()
1478 cdns_torrent_dp_write(regmap, PHY_RESET, value); in cdns_torrent_dp_set_lanes()
1489 cdns_torrent_dp_write(regmap, PHY_RESET, value); in cdns_torrent_dp_set_lanes()
1704 val = cdns_torrent_dp_read(regmap, PHY_RESET); in cdns_torrent_dp_common_init()
1707 cdns_torrent_dp_write(regmap, PHY_RESET, val); in cdns_torrent_dp_common_init()
/linux/drivers/net/usb/
H A Dr8152.c773 PHY_RESET, enumerator
5500 set_bit(PHY_RESET, &tp->flags); in r8152b_hw_phy_cfg()
5877 set_bit(PHY_RESET, &tp->flags); in r8153_hw_phy_cfg()
5994 set_bit(PHY_RESET, &tp->flags); in r8153b_hw_phy_cfg()
6385 if (test_and_clear_bit(PHY_RESET, &tp->flags)) in rtl8152_set_speed()
7733 set_bit(PHY_RESET, &tp->flags); in r8156_hw_phy_cfg()
8150 set_bit(PHY_RESET, &tp->flags); in r8156b_hw_phy_cfg()
/linux/drivers/scsi/aic94xx/
H A Daic94xx_reg_def.h1577 #define PHY_RESET 0x02 macro