Home
last modified time | relevance | path

Searched full:phy_reset (Results 1 – 25 of 65) sorted by relevance

123

/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()
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 Dxmphy.c115 PHY_RESET(sc); in xmphy_attach()
160 PHY_RESET(sc); in xmphy_service()
196 PHY_RESET(sc); in xmphy_service()
H A Dmv88e151x.c107 PHY_RESET(sc); in mv88e151x_attach()
121 PHY_RESET(sc); in mv88e151x_attach()
H A Drgephy.c143 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 Dmii_physubr.c326 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 De1000phy.c166 PHY_RESET(sc); in e1000phy_attach()
395 PHY_RESET(sc); in e1000phy_service()
H A Ddp83822phy.c131 PHY_RESET(mii_sc); in dp_attach()
H A Dmcommphy.c125 PHY_RESET(sc); in mcommphy_attach()
H A Dsmscphy.c156 PHY_RESET(sc); in smscphy_service()
H A Dacphy.c135 PHY_RESET(sc); in acphy_attach()
H A Dnsgphy.c129 PHY_RESET(sc); in nsgphy_attach()
H A Dsmcphy.c169 PHY_RESET(sc); in smcphy_service()
H A Dbrgphy.c277 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 Dgentbi.c164 PHY_RESET(sc); in gentbi_attach()
H A Dlxtphy.c138 PHY_RESET(sc); in lxtphy_attach()
/freebsd/sys/dev/dc/
H A Ddcphy.c153 /*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 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-gxl-usb2-phy.yaml52 resets = <&phy_reset>;
H A Damlogic,meson-g12a-usb3-pcie-phy.yaml56 resets = <&phy_reset>;
H A Damlogic,g12a-usb3-pcie-phy.yaml61 resets = <&phy_reset>;
H A Damlogic,meson-g12a-usb2-phy.yaml75 resets = <&phy_reset>;
H A Damlogic,g12a-usb2-phy.yaml78 resets = <&phy_reset>;
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx53-tqma53.dtsi76 MX53_PAD_PATA_DA_0__GPIO7_6 0x80000000 /* #PHY_RESET */
/freebsd/sys/dev/usb/net/
H A Druephy.c148 PHY_RESET(sc); in ruephy_service()

123