Home
last modified time | relevance | path

Searched refs:phy_enable (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/sys/dev/extres/phy/
H A Dphy.h81 int phy_enable(phy_t phy);
H A Dphy.c317 phy_enable(phy_t phy) in phy_enable() function
/freebsd-12.1/sys/arm/nvidia/
H A Dtegra_xhci.c586 rv = phy_enable(sc->phy_usb2_0); in enable_fdt_resources()
591 rv = phy_enable(sc->phy_usb2_1); in enable_fdt_resources()
596 rv = phy_enable(sc->phy_usb2_2); in enable_fdt_resources()
601 rv = phy_enable(sc->phy_usb3_0); in enable_fdt_resources()
H A Dtegra_ehci.c217 rv = phy_enable(sc->phy); in tegra_ehci_attach()
H A Dtegra_ahci.c374 rv = phy_enable(sc->phy); in enable_fdt_resources()
H A Dtegra_pcie.c1312 rv = phy_enable(sc->ports[i]->phy); in tegra_pcib_enable()
/freebsd-12.1/sys/dev/usb/controller/
H A Dgeneric_xhci.c139 if (phy_enable(phy) != 0) in xhci_attach()
H A Dgeneric_ohci.c188 err = phy_enable(sc->phy); in generic_ohci_attach()
/freebsd-12.1/sys/arm/allwinner/
H A Da10_ehci.c250 err = phy_enable(aw_sc->phy); in a10_ehci_attach()