Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhcireg.h192 #define XHCI_DB_SID_GET(x) (((x) >> 16) & 0xFFFF) /* RW - doorbell stream ID */ macro
/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c2058 XHCI_DB_TARGET_GET(value), XHCI_DB_SID_GET(value)); in pci_xhci_dbregs_write()