Searched refs:fdtbus_phy_enable (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/sys/arch/arm/samsung/
H A Dexynos_ehci.c97 if (phy && fdtbus_phy_enable(phy, true) != 0)
H A Dexynos_ohci.c97 if (phy && fdtbus_phy_enable(phy, true) != 0)
/netbsd-current/sys/arch/arm/sunxi/
H A Dsunxi_dwhdmi.c161 error = fdtbus_phy_enable(sc->sc_phy, true);
180 error = fdtbus_phy_enable(sc->sc_phy, false);
H A Dsunxi_musb.c344 if (phy && fdtbus_phy_enable(phy, true) != 0) {
/netbsd-current/sys/dev/fdt/
H A Dfdt_phy.c165 fdtbus_phy_enable(struct fdtbus_phy *phy, bool enable) function
H A Dohci_fdt.c104 if (phy && fdtbus_phy_enable(phy, true) != 0) {
H A Dehci_fdt.c104 if (phy && fdtbus_phy_enable(phy, true) != 0) {
H A Dcdns3_fdt.c177 if (fdtbus_phy_enable(phy, true) != 0)
H A Darasan_sdhc_fdt.c146 error = fdtbus_phy_enable(sc->sc_phy, false);
161 error = fdtbus_phy_enable(sc->sc_phy, true);
H A Ddwc2_fdt.c145 if (phy && fdtbus_phy_enable(phy, true) != 0) {
H A Ddwc3_fdt.c325 if (fdtbus_phy_enable(phy, true) != 0)
H A Dfdtvar.h481 int fdtbus_phy_enable(struct fdtbus_phy *, bool);
/netbsd-current/sys/arch/arm/ti/
H A Dti_ehci.c125 if (phy && fdtbus_phy_enable(phy, true) != 0) {
/netbsd-current/sys/arch/arm/rockchip/
H A Drk3399_pcie.c318 if (phy[3] && fdtbus_phy_enable(phy[3], true) != 0) {
321 if (phy[2] && fdtbus_phy_enable(phy[2], true) != 0) {
324 if (phy[1] && fdtbus_phy_enable(phy[1], true) != 0) {
327 if (phy[0] && fdtbus_phy_enable(phy[0], true) != 0) {
/netbsd-current/sys/arch/arm/amlogic/
H A Dmeson_usbctrl.c244 if (fdtbus_phy_enable(phy, true) != 0)
/netbsd-current/sys/arch/arm/nvidia/
H A Dtegra_ahcisata.c419 if (fdtbus_phy_enable(phy, true) != 0)
H A Dtegra_xusb.c300 if (fdtbus_phy_enable(phy, true) != 0)
H A Dtegra_pcie.c404 if (fdtbus_phy_enable(phy, true) != 0)

Completed in 401 milliseconds