/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() 340 device_printf(dev, "phy_reset failed to clear\n"); 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/mii/ |
H A D | xmphy.c | 115 PHY_RESET(sc); in xmphy_attach() 160 PHY_RESET(sc); in xmphy_service() 196 PHY_RESET(sc); in xmphy_service()
|
H A D | mv88e151x.c | 107 PHY_RESET(sc); in mv88e151x_attach() 121 PHY_RESET(sc); in mv88e151x_attach()
|
H A D | rgephy.c | 143 PHY_RESET(sc); in rgephy_attach() 160 PHY_RESET(sc); /* XXX hardware bug work-around */ in rgephy_service() 417 PHY_RESET(sc); in rgephy_mii_phy_auto()
|
H A D | mii_physubr.c | 326 PHY_RESET(sc); in mii_phy_tick() 614 PHY_RESET(sc); in mii_phy_dev_attach() 628 * can be restored after PHY_RESET is called. in mii_phy_dev_attach()
|
H A D | e1000phy.c | 166 PHY_RESET(sc); in e1000phy_attach() 395 PHY_RESET(sc); in e1000phy_service()
|
H A D | dp83822phy.c | 131 PHY_RESET(mii_sc); in dp_attach()
|
H A D | mcommphy.c | 125 PHY_RESET(sc); in mcommphy_attach()
|
H A D | smscphy.c | 156 PHY_RESET(sc); in smscphy_service()
|
H A D | acphy.c | 135 PHY_RESET(sc); in acphy_attach()
|
H A D | nsgphy.c | 129 PHY_RESET(sc); in nsgphy_attach()
|
H A D | smcphy.c | 169 PHY_RESET(sc); in smcphy_service()
|
H A D | brgphy.c | 277 PHY_RESET(sc); in brgphy_attach() 339 PHY_RESET(sc); /* XXX hardware bug work-around */ in brgphy_service() 627 PHY_RESET(sc); in brgphy_mii_phy_auto()
|
H A D | gentbi.c | 164 PHY_RESET(sc); in gentbi_attach()
|
H A D | lxtphy.c | 138 PHY_RESET(sc); in lxtphy_attach()
|
/freebsd/sys/dev/dc/ |
H A D | dcphy.c | 153 /*PHY_RESET(sc);*/ in dcphy_attach() 212 /*PHY_RESET(sc);*/ in dcphy_service() 216 PHY_RESET(sc); in dcphy_service()
|
/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/contrib/device-tree/Bindings/phy/ |
H A D | amlogic,meson-gxl-usb2-phy.yaml | 52 resets = <&phy_reset>;
|
H A D | amlogic,meson-g12a-usb3-pcie-phy.yaml | 56 resets = <&phy_reset>;
|
H A D | amlogic,g12a-usb3-pcie-phy.yaml | 61 resets = <&phy_reset>;
|
H A D | amlogic,meson-g12a-usb2-phy.yaml | 75 resets = <&phy_reset>;
|
H A D | amlogic,g12a-usb2-phy.yaml | 78 resets = <&phy_reset>;
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx53-tqma53.dtsi | 76 MX53_PAD_PATA_DA_0__GPIO7_6 0x80000000 /* #PHY_RESET */
|
/freebsd/sys/dev/usb/net/ |
H A D | ruephy.c | 148 PHY_RESET(sc); in ruephy_service()
|