Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Dxhci.c223 (int)letoh32(trb->trb_flags), XHCI_TRB_FLAGS_BITMASK); in xhci_dump_trb()
766 flags = letoh32(trb->trb_flags); in xhci_event_dequeue()
921 type = letoh32(xp->ring.trbs[trb0_idx].trb_flags) & in xhci_xfer_length_generic()
1049 if ((letoh32(xp->ring.trbs[trb0_idx].trb_flags) & in xhci_event_xfer_isoc()
1061 if ((letoh32(xp->ring.trbs[trb_idx].trb_flags) & XHCI_TRB_TYPE_MASK) == in xhci_event_xfer_isoc()
1128 flags = letoh32(trb->trb_flags); in xhci_event_command()
1850 trb->trb_flags = htole32(XHCI_TRB_TYPE_LINK | XHCI_TRB_LINKSEG | in xhci_ring_reset()
1870 if (ring->toggle != (letoh32(trb->trb_flags) & XHCI_TRB_CYCLE)) in xhci_ring_consume()
1899 lnk->trb_flags &= htole32(~XHCI_TRB_CHAIN); in xhci_ring_produce()
1900 if (letoh32(trb->trb_flags) & XHCI_TRB_CHAIN) in xhci_ring_produce()
[all …]
Dxhcireg.h348 uint32_t trb_flags; member