Home | History | Annotate | Download | only in usb

Lines Matching defs:hciversion

1411 	uint16_t hciversion;
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) {