Searched refs:phy_reset (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/arm64/rockchip/ |
| H A D | rk3568_pciephy.c | 82 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 D | rk3568_combphy.c | 71 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 D | if_dwc_rk.c | 491 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/dev/aq/ |
| H A D | aq_fw.h | 87 int (*phy_reset)(struct aq_hw* hw); member
|
| H A D | aq_irq.c | 215 if (hw->fw_ops->phy_reset != NULL) { in aq_thermal_poll() 216 if (hw->fw_ops->phy_reset(hw) != 0) in aq_thermal_poll()
|
| H A D | aq2_fw.c | 620 .phy_reset = NULL, /* A2 clears thermal shutdown on its own reset */
|
| H A D | aq_fw2x.c | 725 .phy_reset = aq_fw2x_phy_reset,
|
| /freebsd/sys/dev/axgbe/ |
| H A D | xgbe.h | 904 int (*phy_reset)(struct xgbe_prv_data *); member
|
| H A D | xgbe-mdio.c | 1622 phy_if->phy_reset = xgbe_phy_reset; in xgbe_init_function_ptrs_phy()
|
| H A D | if_axgbe_pci.c | 1480 ret = phy_if->phy_reset(pdata); in axgbe_if_attach_post()
|