Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dxhci.c829 td->td_trb[0].dwTrb3 |= htole32(XHCI_TRB_3_CYCLE_BIT); in xhci_activate_transfer()
1078 k = (temp & XHCI_TRB_3_CYCLE_BIT) ? 1 : 0; in xhci_interrupt_poll()
1178 temp |= htole32(XHCI_TRB_3_CYCLE_BIT); in xhci_do_command()
1180 temp &= ~htole32(XHCI_TRB_3_CYCLE_BIT); in xhci_do_command()
1200 XHCI_TRB_3_CYCLE_BIT); in xhci_do_command()
1797 XHCI_TRB_3_IDT_BIT | XHCI_TRB_3_CYCLE_BIT; in xhci_setup_generic_chain_sub()
1860 dword = XHCI_TRB_3_CHAIN_BIT | XHCI_TRB_3_CYCLE_BIT | in xhci_setup_generic_chain_sub()
1941 XHCI_TRB_3_CYCLE_BIT | XHCI_TRB_3_IOC_BIT | in xhci_setup_generic_chain_sub()
2765 trb->dwTrb3 = htole32(XHCI_TRB_3_CYCLE_BIT | in xhci_alloc_device_ext()
2968 XHCI_TRB_3_CYCLE_BIT | in xhci_transfer_insert()
[all …]
H A Dxhci.h214 #define XHCI_TRB_3_CYCLE_BIT (1U << 0) macro