Home
last modified time | relevance | path

Searched refs:phy_init (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/sys/dev/usb/controller/
H A Dusb_nop_xceiv.c149 struct phynode_init_def phy_init; in usb_nop_xceiv_attach() local
168 phy_init.id = 0; in usb_nop_xceiv_attach()
169 phy_init.ofw_node = node; in usb_nop_xceiv_attach()
171 &phy_init); in usb_nop_xceiv_attach()
/freebsd-12.1/sys/arm/allwinner/
H A Daw_usbphy.c450 struct phynode_init_def phy_init; in awusbphy_attach() local
464 bzero(&phy_init, sizeof(phy_init)); in awusbphy_attach()
465 phy_init.id = i; in awusbphy_attach()
466 phy_init.ofw_node = ofw_bus_get_node(dev); in awusbphy_attach()
468 &phy_init); in awusbphy_attach()
/freebsd-12.1/sys/arm/nvidia/
H A Dtegra_usbphy.c719 struct phynode_init_def phy_init; in usbphy_attach() local
820 bzero(&phy_init, sizeof(phy_init)); in usbphy_attach()
821 phy_init.id = 1; in usbphy_attach()
822 phy_init.ofw_node = node; in usbphy_attach()
823 phynode = phynode_create(dev, &usbphy_phynode_class, &phy_init); in usbphy_attach()
/freebsd-12.1/sys/arm/nvidia/tegra124/
H A Dtegra124_xusbpadctl.c870 struct phynode_init_def phy_init; in process_lane() local
918 bzero(&phy_init, sizeof(phy_init)); in process_lane()
919 phy_init.id = lane - lanes_tbl; in process_lane()
920 phy_init.ofw_node = node; in process_lane()
921 phynode = phynode_create(sc->dev, &xusbpadctl_phynode_class, &phy_init); in process_lane()
/freebsd-12.1/sys/arm/samsung/exynos/
H A Dexynos5_ehci.c211 phy_init(struct exynos_ehci_softc *esc) in phy_init() function
300 phy_init(esc); in exynos_ehci_attach()
/freebsd-12.1/sys/dev/bwi/
H A Dbwiphy.h65 _mac->mac_phy.phy_init(_mac); in bwi_phy_init()
H A Dbwiphy.c183 phy->phy_init = bwi_phy_init_11a; in bwi_phy_attach()
192 phy->phy_init = bwi_sup_bphy[i].init; in bwi_phy_attach()
209 phy->phy_init = bwi_phy_init_11g; in bwi_phy_attach()
H A Dif_bwivar.h365 void (*phy_init)(struct bwi_mac *); member
/freebsd-12.1/sys/arm/freescale/vybrid/
H A Dvf_ehci.c202 phy_init(struct vybrid_ehci_softc *esc) in phy_init() function
314 if (phy_init(esc)) { in vybrid_ehci_attach()
/freebsd-12.1/sys/dev/axgbe/
H A Dxgbe.h624 void (*phy_init)(struct xgbe_prv_data *); member
H A Dif_axgbe.c521 sc->prv.phy_if.phy_init(&sc->prv); in axgbe_attach()
H A Dxgbe-mdio.c1166 phy_if->phy_init = xgbe_phy_init; in xgbe_init_function_ptrs_phy()