Home
last modified time | relevance | path

Searched refs:XHCI_TRB_2_IRQ_SET (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c1758 XHCI_TRB_2_IRQ_SET(0); in xhci_setup_generic_chain_sub()
1819 XHCI_TRB_2_IRQ_SET(0); in xhci_setup_generic_chain_sub()
1901 dword = XHCI_TRB_2_IRQ_SET(0); in xhci_setup_generic_chain_sub()
2729 trb->dwTrb2 = htole32(XHCI_TRB_2_IRQ_SET(0)); in xhci_alloc_device_ext()
2930 trb_link->dwTrb2 = htole32(XHCI_TRB_2_IRQ_SET(0)); in xhci_transfer_insert()
2949 pepext->trb[i].dwTrb2 = htole32(XHCI_TRB_2_IRQ_SET(0)); in xhci_transfer_insert()
H A Dxhci.h216 #define XHCI_TRB_2_IRQ_SET(x) (((x) & 0x3FF) << 22) macro

Completed in 6 milliseconds