Home
last modified time | relevance | path

Searched refs:XHCI_CAPLENGTH (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h43 #define XHCI_CAPLENGTH 0x00 /* RO capability */ macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h55 #define XHCI_CAPLENGTH 0x00 /* RO capability */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1174 xhcip->xhci_regs_operoff = xhci_get8(xhcip, XHCI_R_CAP, XHCI_CAPLENGTH); in xhci_regs_init()
1211 capreg = xhci_get32(xhcip, XHCI_R_CAP, XHCI_CAPLENGTH); in xhci_read_params()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_xhci.c2317 case XHCI_CAPLENGTH: /* 0x00 */ in pci_xhci_hostcap_read()