Searched refs:phy_rst (Results 1 – 7 of 7) sorted by relevance
/u-boot/board/liebherr/xea/ |
A D | xea.c | 143 struct gpio_desc phy_rst; in board_init() local 152 ret = dm_gpio_lookup_name("GPIO4_13", &phy_rst); in board_init() 158 ret = dm_gpio_request(&phy_rst, "phy-rst"); in board_init() 164 dm_gpio_set_dir_flags(&phy_rst, GPIOD_IS_IN); in board_init()
|
/u-boot/drivers/phy/rockchip/ |
A D | phy-rockchip-pcie.c | 67 struct reset_ctl phy_rst; member 100 ret = reset_deassert(&priv->phy_rst); in rockchip_pcie_phy_power_on() 160 reset_assert(&priv->phy_rst); in rockchip_pcie_phy_power_on() 175 ret = reset_assert(&priv->phy_rst); in rockchip_pcie_phy_power_off() 195 ret = reset_assert(&priv->phy_rst); in rockchip_pcie_phy_init() 242 ret = reset_get_by_name(dev, "phy", &priv->phy_rst); in rockchip_pcie_phy_probe()
|
/u-boot/arch/arm/dts/ |
A D | rk3288-rock2-som.dtsi | 98 pinctrl-0 = <&rgmii_pins &phy_rst>; 248 phy_rst: phy-rst { label
|
A D | rk3288-miqi.dtsi | 115 pinctrl-0 = <&rgmii_pins>, <&phy_rst>, <&phy_pmeb>, <&phy_int>; 319 phy_rst: phy-rst { label
|
A D | rk3288-firefly.dtsi | 151 pinctrl-0 = <&rgmii_pins>, <&phy_rst>, <&phy_pmeb>, <&phy_int>; 343 phy_rst: phy-rst { label
|
A D | rk3288-vyasa.dts | 147 pinctrl-0 = <&rgmii_pins>, <&phy_rst>, <&phy_pmeb>, <&phy_int>; 440 phy_rst: phy-rst { label
|
A D | rk3288-phycore-som.dtsi | 170 pinctrl-0 = <&rgmii_pins &phy_rst &phy_int>; 444 phy_rst: phy-rst { label
|
Completed in 8 milliseconds