Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/phy/hisilicon/
H A 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()
/OK3568_Linux_fs/u-boot/board/samtec/vining_2000/
H A Dvining_2000.c124 #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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qualcomm/emac/
H A 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()
H A Demac.h172 #define PHY_RESET BIT(0) macro
/OK3568_Linux_fs/kernel/drivers/phy/cadence/
H A Dphy-cadence-torrent.c60 #define PHY_RESET 0x20 macro
232 REG_FIELD(PHY_RESET, 8, 8);
774 value = cdns_torrent_dp_read(regmap, PHY_RESET); in cdns_torrent_dp_set_lanes()
780 cdns_torrent_dp_write(regmap, PHY_RESET, value); in cdns_torrent_dp_set_lanes()
783 cdns_torrent_dp_write(regmap, PHY_RESET, in cdns_torrent_dp_set_lanes()
791 cdns_torrent_dp_write(regmap, PHY_RESET, value); in cdns_torrent_dp_set_lanes()
797 cdns_torrent_dp_write(regmap, PHY_RESET, value); in cdns_torrent_dp_set_lanes()
963 cdns_torrent_dp_write(regmap, PHY_RESET, in cdns_torrent_dp_init()
/OK3568_Linux_fs/kernel/drivers/net/dsa/
H A Dbcm_sf2_regs.h46 #define PHY_RESET (1 << 5) macro
H A Dbcm_sf2.c140 reg |= PHY_RESET; in bcm_sf2_gphy_enable_set()
145 reg &= ~PHY_RESET; in bcm_sf2_gphy_enable_set()
147 reg |= EXT_PWR_DOWN | IDDQ_BIAS | PHY_RESET; in bcm_sf2_gphy_enable_set()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dimx53-tqma53.dtsi83 MX53_PAD_PATA_DA_0__GPIO7_6 0x80000000 /* #PHY_RESET */
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/hdmirx/
H A Drk_hdmirx.h112 #define PHY_RESET BIT(0) macro
H A Drk_hdmirx.c1328 hdmirx_update_bits(hdmirx_dev, PHY_CONFIG, PHY_RESET, PHY_RESET); in hdmirx_phy_config()
1330 hdmirx_update_bits(hdmirx_dev, PHY_CONFIG, PHY_RESET, 0); in hdmirx_phy_config()
2874 HDMI_DISABLE | PHY_RESET | PHY_PDDQ, in hdmirx_plugout()
3450 hdmirx_update_bits(hdmirx_dev, PHY_CONFIG, PHY_RESET | PHY_PDDQ, 0); in hdmirx_power_on()
/OK3568_Linux_fs/kernel/drivers/net/dsa/microchip/
H A Dksz8795_reg.h758 #define PHY_RESET BIT(15) macro
H A Dksz8795.c558 if (val & PHY_RESET) in ksz8795_w_phy()
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dr8152.c685 PHY_RESET, enumerator
4250 set_bit(PHY_RESET, &tp->flags); in r8152b_hw_phy_cfg()
4575 set_bit(PHY_RESET, &tp->flags); in r8153_hw_phy_cfg()
4668 set_bit(PHY_RESET, &tp->flags); in r8153b_hw_phy_cfg()
4898 if (test_and_clear_bit(PHY_RESET, &tp->flags)) in rtl8152_set_speed()
/OK3568_Linux_fs/kernel/drivers/scsi/aic94xx/
H A Daic94xx_reg_def.h1577 #define PHY_RESET 0x02 macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/micrel/
H A Dksz884x.c277 #define PHY_RESET 0x8000 macro