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

  /src/sys/dev/usb/
xhcireg.h 48 #define XHCI_CAPLENGTH 0x00 /* RO capability - 1 byte */
117 /* XHCI operational registers. Offset given by XHCI_CAPLENGTH register */
290 /* XHCI runtime registers. Offset given by XHCI_CAPLENGTH + XHCI_RTSOFF registers */
332 /* 5.6 XHCI doorbell registers. Offset given by XHCI_CAPLENGTH + XHCI_DBOFF registers */
xhci.c 1429 caplength = xhci_read_1(sc, XHCI_CAPLENGTH);

Completed in 14 milliseconds