Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-ring.c3146 field |= TRB_IOC; in queue_bulk_sg_tx()
3150 field |= TRB_IOC; in queue_bulk_sg_tx()
3322 field |= TRB_IOC; in xhci_queue_bulk_tx()
3326 field |= TRB_IOC; in xhci_queue_bulk_tx()
3483 field | TRB_IOC | TRB_TYPE(TRB_STATUS) | ep_ring->cycle_state); in xhci_queue_ctrl_tx()
3663 field |= TRB_IOC; in xhci_queue_isoc_tx()
Dxhci.h1155 #define TRB_IOC (1<<5) macro