Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/phy/qualcomm/
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-5.19.10/drivers/phy/hisilicon/
Dphy-hix5hd2-sata.c20 #define PHY_RESET BIT(0) macro
84 REF_SSP_EN | PHY_RESET; in hix5hd2_sata_phy_init()
87 val &= ~PHY_RESET; in hix5hd2_sata_phy_init()
/linux-5.19.10/drivers/net/ethernet/qualcomm/emac/
Demac-sgmii.c186 writel(((val & ~PHY_RESET) | PHY_RESET), phy->base + in emac_sgmii_reset_prepare()
191 writel((val & ~PHY_RESET), phy->base + EMAC_EMAC_WRAPPER_CSR2); in emac_sgmii_reset_prepare()
Demac.h172 #define PHY_RESET BIT(0) macro
/linux-5.19.10/arch/arm/boot/dts/
Dimx53-tqma53.dtsi83 MX53_PAD_PATA_DA_0__GPIO7_6 0x80000000 /* #PHY_RESET */
/linux-5.19.10/drivers/net/dsa/
Dbcm_sf2_regs.h52 #define PHY_RESET (1 << 5) macro
Dbcm_sf2.c206 reg |= PHY_RESET; in bcm_sf2_gphy_enable_set()
211 reg &= ~PHY_RESET; in bcm_sf2_gphy_enable_set()
213 reg |= EXT_PWR_DOWN | IDDQ_BIAS | PHY_RESET; in bcm_sf2_gphy_enable_set()
/linux-5.19.10/drivers/phy/cadence/
Dphy-cadence-torrent.c68 #define PHY_RESET 0x20 macro
259 REG_FIELD(PHY_RESET, 8, 8);
1348 value = cdns_torrent_dp_read(regmap, PHY_RESET); in cdns_torrent_dp_set_lanes()
1354 cdns_torrent_dp_write(regmap, PHY_RESET, value); in cdns_torrent_dp_set_lanes()
1357 cdns_torrent_dp_write(regmap, PHY_RESET, in cdns_torrent_dp_set_lanes()
1365 cdns_torrent_dp_write(regmap, PHY_RESET, value); in cdns_torrent_dp_set_lanes()
1371 cdns_torrent_dp_write(regmap, PHY_RESET, value); in cdns_torrent_dp_set_lanes()
1580 cdns_torrent_dp_write(regmap, PHY_RESET, in cdns_torrent_dp_common_init()
/linux-5.19.10/drivers/net/usb/
Dr8152.c767 PHY_RESET, enumerator
5352 set_bit(PHY_RESET, &tp->flags); in r8152b_hw_phy_cfg()
5721 set_bit(PHY_RESET, &tp->flags); in r8153_hw_phy_cfg()
5838 set_bit(PHY_RESET, &tp->flags); in r8153b_hw_phy_cfg()
6194 if (test_and_clear_bit(PHY_RESET, &tp->flags)) in rtl8152_set_speed()
7556 set_bit(PHY_RESET, &tp->flags); in r8156_hw_phy_cfg()
7968 set_bit(PHY_RESET, &tp->flags); in r8156b_hw_phy_cfg()
/linux-5.19.10/drivers/scsi/aic94xx/
Daic94xx_reg_def.h1577 #define PHY_RESET 0x02 macro