HomeSort by: relevance | last modified time | path
    Searched defs:hciversion (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
xhci.c 1411 uint16_t hciversion; local in function:xhci_init
1430 hciversion = xhci_read_2(sc, XHCI_HCIVERSION);
1432 if (hciversion < XHCI_HCIVERSION_0_96 ||
1433 hciversion >= 0x0200) {
1436 (hciversion >> 8) & 0xff, (hciversion >> 0) & 0xff);
1439 (hciversion >> 8) & 0xff, (hciversion >> 0) & 0xff);
1461 if (hciversion < XHCI_HCIVERSION_1_0)
1468 if (hciversion >= XHCI_HCIVERSION_1_1)
    [all...]
xhci.c 1411 uint16_t hciversion; local in function:xhci_init
1430 hciversion = xhci_read_2(sc, XHCI_HCIVERSION);
1432 if (hciversion < XHCI_HCIVERSION_0_96 ||
1433 hciversion >= 0x0200) {
1436 (hciversion >> 8) & 0xff, (hciversion >> 0) & 0xff);
1439 (hciversion >> 8) & 0xff, (hciversion >> 0) & 0xff);
1461 if (hciversion < XHCI_HCIVERSION_1_0)
1468 if (hciversion >= XHCI_HCIVERSION_1_1)
    [all...]

Completed in 26 milliseconds