Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/fdt/
H A Drkusbphy.c49 struct rkusbphy_reg phy_enable; member
73 .phy_enable = { 0xe454, 0, 0x3, 0x2 },
77 .phy_enable = { 0xe458, 0, 0x3, 0x2 },
86 .phy_enable = { 0xe464, 0, 0x3, 0x2 },
90 .phy_enable = { 0xe468, 0, 0x3, 0x2 },
115 .phy_enable = { 0x0000, 0, 0x1ff, 0x1d2 },
119 .phy_enable = { 0x0004, 0, 0x1ff, 0x1d2 },
139 .phy_enable = { 0x000c, 11, 0x1, 0x0 },
143 .phy_enable = { 0x0008, 2, 0x1, 0x0 },
391 rkusbphy_set(sc, &sc->sc_regs->otg.phy_enable);
[all...]
H A Damldwusb.c188 phy_enable(faa->fa_node, "usb2-phy0"); in amldwusb_attach()
189 phy_enable(faa->fa_node, "usb2-phy1"); in amldwusb_attach()
194 phy_enable(faa->fa_node, "usb3-phy0"); in amldwusb_attach()
H A Dahci_fdt.c90 phy_enable(faa->fa_node, "sata-phy"); in ahci_fdt_attach()
H A Dxhci_fdt.c436 rv = phy_enable(sc->sc_node, "usb2-phy"); in xhci_init_phys()
443 rv = phy_enable(sc->sc_node, "usb3-phy"); in xhci_init_phys()
H A Dehci_fdt.c259 if (phy_enable(sc->sc_node, "usb") == 0) in ehci_init_phys()
H A Dsdhc_fdt.c231 phy_enable(faa->fa_node, "phy_arasan"); in sdhc_fdt_attach()
H A Ddwpcie.c1044 phy_enable(sc->sc_node, "pcie"); in dwpcie_g12a_init()
1369 phy_enable(sc->sc_node, "pcie-phy"); in dwpcie_rk3568_init()
/openbsd-src/sys/dev/ofw/
H A Dofw_misc.h73 int phy_enable(int, const char *);
H A Dofw_misc.c288 phy_enable(int node, const char *name) in phy_enable() function