Searched defs:hccparams (Results 1 - 5 of 5) sorted by relevance
| /src/sys/dev/acpi/ | ||
| H A D | xhci_acpi.c | 101 uint32_t hccparams; local in function:xhci_acpi_attach |
| H A D | ehci_acpi.c | 141 const uint32_t hccparams = EREAD4(sc, EHCI_HCCPARAMS); local in function:ehci_acpi_attach |
| /src/sys/dev/pci/ | ||
| H A D | xhci_pci.c | 128 uint32_t hccparams; local in function:xhci_pci_attach |
| H A D | ehci_pci.c | 150 const uint32_t hccparams = EREAD4(&sc->sc, EHCI_HCCPARAMS); local in function:ehci_pci_attach |
| /src/sys/dev/usb/ | ||
| H A D | ehci.c | 480 const uint32_t hccparams = EREAD4(sc, EHCI_HCCPARAMS); local in function:ehci_init |
Completed in 9 milliseconds