Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/arm/conf/
DPANDABOARD.hints17 # If 'phy_reset" is set, then the accompaning PHY is reset using one of the
20 hint.ehci.0.phy_reset="0"
/freebsd-12-stable/sys/arm64/rockchip/
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-12-stable/sys/dev/axgbe/
Dxgbe.h627 int (*phy_reset)(struct xgbe_prv_data *); member
Dxgbe-drv.c605 return pdata->phy_if.phy_reset(pdata); in xgbe_phy_init()
Dxgbe-mdio.c1168 phy_if->phy_reset = xgbe_phy_reset; in xgbe_init_function_ptrs_phy()