Home
last modified time | relevance | path

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

/freebsd/sys/arm64/rockchip/
H A Drk3568_pciephy.c82 hwreset_t phy_reset; member
122 hwreset_deassert(sc->phy_reset); in rk3568_pciephy_enable()
207 if (hwreset_get_by_ofw_idx(dev, sc->node, 0, &sc->phy_reset)) { in rk3568_pciephy_attach()
210 hwreset_assert(sc->phy_reset); in rk3568_pciephy_attach()
H A Drk3568_combphy.c71 hwreset_t phy_reset; member
339 if (hwreset_deassert(sc->phy_reset)) in rk3568_combphy_enable()
416 if (hwreset_get_by_ofw_idx(dev, sc->node, 0, &sc->phy_reset)) { in rk3568_combphy_attach()
420 hwreset_assert(sc->phy_reset); in rk3568_combphy_attach()
/freebsd/sys/dev/dwc/
H A Dif_dwc_rk.c491 hwreset_t phy_reset; in if_dwc_rk_init() local
569 if (hwreset_get_by_ofw_idx(dev, sc->phy_node, 0, &phy_reset) == 0) { in if_dwc_rk_init()
570 hwreset_assert(phy_reset); in if_dwc_rk_init()
572 hwreset_deassert(phy_reset); in if_dwc_rk_init()
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Damlogic,meson-g12a-usb3-pcie-phy.yaml56 resets = <&phy_reset>;
H A Damlogic,meson-gxl-usb2-phy.yaml52 resets = <&phy_reset>;
H A Damlogic,g12a-usb3-pcie-phy.yaml61 resets = <&phy_reset>;
H A Damlogic,g12a-usb2-phy.yaml75 resets = <&phy_reset>;
H A Damlogic,meson-g12a-usb2-phy.yaml75 resets = <&phy_reset>;
/freebsd/sys/dev/axgbe/
H A Dxgbe.h904 int (*phy_reset)(struct xgbe_prv_data *); member
H A Dxgbe-mdio.c1622 phy_if->phy_reset = xgbe_phy_reset; in xgbe_init_function_ptrs_phy()
H A Dif_axgbe_pci.c1501 ret = phy_if->phy_reset(pdata); in axgbe_if_attach_post()