Lines Matching refs:trb_flags
223 (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()
1901 lnk->trb_flags |= htole32(XHCI_TRB_CHAIN); in xhci_ring_produce()
1906 lnk->trb_flags ^= htole32(XHCI_TRB_CYCLE); in xhci_ring_produce()
1967 trb0->trb_flags |= htole32(sc->sc_cmd_ring.toggle); in xhci_command_submit()
1978 trb->trb_flags = trb0->trb_flags; in xhci_command_submit()
1997 printf("cmd = %d ", XHCI_TRB_TYPE(letoh32(trb->trb_flags))); in xhci_command_submit()
2022 XHCI_TRB_TYPE(letoh32(trb0->trb_flags))); in xhci_command_submit()
2066 trb.trb_flags = htole32( in xhci_cmd_configure_ep()
2086 trb.trb_flags = htole32( in xhci_cmd_stop_ep()
2105 trb.trb_flags = htole32( in xhci_cmd_reset_ep_async()
2122 trb.trb_flags = htole32( in xhci_cmd_set_tr_deq_async()
2140 trb.trb_flags = htole32(XHCI_CMD_ENABLE_SLOT); in xhci_cmd_slot_control()
2142 trb.trb_flags = htole32( in xhci_cmd_slot_control()
2153 *slotp = XHCI_TRB_GET_SLOT(letoh32(trb.trb_flags)); in xhci_cmd_slot_control()
2169 trb.trb_flags = htole32( in xhci_cmd_set_address()
2190 trb.trb_flags = htole32(XHCI_CMD_NOOP); in xhci_cmd_noop()
2953 trb0->trb_flags = htole32(flags); in xhci_device_ctrl_start()
2971 trb->trb_flags = htole32(flags); in xhci_device_ctrl_start()
2987 trb->trb_flags = htole32(flags); in xhci_device_ctrl_start()
2994 trb0->trb_flags ^= htole32(XHCI_TRB_CYCLE); in xhci_device_ctrl_start()
3082 trb0->trb_flags = htole32(flags); in xhci_device_generic_start()
3106 trb->trb_flags = htole32(flags); in xhci_device_generic_start()
3121 trb->trb_flags = htole32(XHCI_TRB_TYPE_NORMAL | XHCI_TRB_IOC | toggle); in xhci_device_generic_start()
3128 trb0->trb_flags ^= htole32(XHCI_TRB_CYCLE); in xhci_device_generic_start()
3275 trb->trb_flags = htole32(flags); in xhci_device_isoc_start()
3304 trb->trb_flags = htole32(flags); in xhci_device_isoc_start()
3318 trb0->trb_flags ^= htole32(XHCI_TRB_CYCLE); in xhci_device_isoc_start()