Searched refs:phy_enable (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/sys/dev/fdt/ |
| H A D | rkusbphy.c | 49 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 D | amldwusb.c | 188 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 D | ahci_fdt.c | 90 phy_enable(faa->fa_node, "sata-phy"); in ahci_fdt_attach()
|
| H A D | xhci_fdt.c | 436 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 D | ehci_fdt.c | 259 if (phy_enable(sc->sc_node, "usb") == 0) in ehci_init_phys()
|
| H A D | sdhc_fdt.c | 231 phy_enable(faa->fa_node, "phy_arasan"); in sdhc_fdt_attach()
|
| H A D | dwpcie.c | 1044 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 D | ofw_misc.h | 73 int phy_enable(int, const char *);
|
| H A D | ofw_misc.c | 288 phy_enable(int node, const char *name) in phy_enable() function
|