Searched defs:xhci_softc (Results 1 – 1 of 1) sorted by relevance
85 struct xhci_softc { struct86 device_t sc_dev;87 device_t sc_child;88 device_t sc_child2;89 bus_size_t sc_ios;90 bus_space_tag_t sc_iot;91 bus_space_handle_t sc_ioh; /* Base */92 bus_space_handle_t sc_cbh; /* Capability Base */93 bus_space_handle_t sc_obh; /* Operational Base */94 bus_space_handle_t sc_rbh; /* Runtime Base */[all …]