Home
last modified time | relevance | path

Searched refs:phy_reset (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/sys/arm64/rockchip/
H A Dif_dwc_rk.c490 hwreset_t phy_reset; in if_dwc_rk_init() local
568 if (hwreset_get_by_ofw_idx(dev, sc->phy_node, 0, &phy_reset) == 0) { in if_dwc_rk_init()
569 hwreset_assert(phy_reset); in if_dwc_rk_init()
571 hwreset_deassert(phy_reset); in if_dwc_rk_init()
/freebsd-13.1/sys/contrib/device-tree/Bindings/phy/
H A Damlogic,meson-g12a-usb3-pcie-phy.yaml56 resets = <&phy_reset>;
H A Damlogic,meson-g12a-usb2-phy.yaml73 resets = <&phy_reset>;
/freebsd-13.1/sys/dev/axgbe/
H A Dxgbe.h906 int (*phy_reset)(struct xgbe_prv_data *); member
H A Dxgbe-mdio.c1624 phy_if->phy_reset = xgbe_phy_reset; in xgbe_init_function_ptrs_phy()
H A Dif_axgbe_pci.c1416 ret = phy_if->phy_reset(pdata); in axgbe_if_attach_post()