Searched refs:PHY_RESET (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/phy/qualcomm/ |
H A D | phy-qcom-usb-ss.c | 30 #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()
|
/openbmc/linux/drivers/phy/hisilicon/ |
H A D | phy-hix5hd2-sata.c | 21 #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()
|
/openbmc/u-boot/board/samtec/vining_2000/ |
H A D | vining_2000.c | 124 #define PHY_RESET IMX_GPIO_NR(5, 9) macro 155 gpio_direction_output(PHY_RESET, 0); in board_eth_init() 157 gpio_set_value(PHY_RESET, 1); in board_eth_init() 169 gpio_set_value(PHY_RESET, 0); in board_eth_init()
|
/openbmc/linux/drivers/net/ethernet/qualcomm/emac/ |
H A D | emac-sgmii.c | 188 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 D | emac.h | 172 #define PHY_RESET BIT(0) macro
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx53-tqma53.dtsi | 76 MX53_PAD_PATA_DA_0__GPIO7_6 0x80000000 /* #PHY_RESET */
|
/openbmc/linux/drivers/net/dsa/ |
H A D | bcm_sf2_regs.h | 52 #define PHY_RESET (1 << 5) macro
|
H A D | bcm_sf2.c | 209 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()
|
/openbmc/linux/drivers/phy/cadence/ |
H A D | phy-cadence-torrent.c | 66 #define PHY_RESET 0x20 macro 257 REG_FIELD(PHY_RESET, 8, 8); 1451 value = cdns_torrent_dp_read(regmap, PHY_RESET); in cdns_torrent_dp_set_lanes() 1463 cdns_torrent_dp_write(regmap, PHY_RESET, value); in cdns_torrent_dp_set_lanes() 1466 cdns_torrent_dp_write(regmap, PHY_RESET, in cdns_torrent_dp_set_lanes() 1479 cdns_torrent_dp_write(regmap, PHY_RESET, value); in cdns_torrent_dp_set_lanes() 1490 cdns_torrent_dp_write(regmap, PHY_RESET, value); in cdns_torrent_dp_set_lanes() 1705 val = cdns_torrent_dp_read(regmap, PHY_RESET); in cdns_torrent_dp_common_init() 1708 cdns_torrent_dp_write(regmap, PHY_RESET, val); in cdns_torrent_dp_common_init()
|
/openbmc/linux/drivers/net/usb/ |
H A D | r8152.c | 772 PHY_RESET, enumerator 5475 set_bit(PHY_RESET, &tp->flags); in r8152b_hw_phy_cfg() 5852 set_bit(PHY_RESET, &tp->flags); in r8153_hw_phy_cfg() 5969 set_bit(PHY_RESET, &tp->flags); in r8153b_hw_phy_cfg() 6360 if (test_and_clear_bit(PHY_RESET, &tp->flags)) in rtl8152_set_speed() 7708 set_bit(PHY_RESET, &tp->flags); in r8156_hw_phy_cfg() 8125 set_bit(PHY_RESET, &tp->flags); in r8156b_hw_phy_cfg()
|
/openbmc/linux/drivers/scsi/aic94xx/ |
H A D | aic94xx_reg_def.h | 1577 #define PHY_RESET 0x02 macro
|