Home
last modified time | relevance | path

Searched refs:XHCI_DB_SID_GET (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h187 #define XHCI_DB_SID_GET(x) (((x) >> 16) & 0xFFFF) /* RW - doorbell stream ID */ macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h252 #define XHCI_DB_SID_GET(x) (((x) >> 16) & 0xFFFF) macro
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_xhci.c2033 XHCI_DB_TARGET_GET(value), XHCI_DB_SID_GET(value)); in pci_xhci_dbregs_write()