Home
last modified time | relevance | path

Searched refs:TRB_NORMAL (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-debug.h152 case TRB_NORMAL: in cdns2_trb_type_string()
178 case TRB_NORMAL: in cdns2_decode_trb()
H A Dcdns2-ep0.c53 TRB_TYPE(TRB_NORMAL)); in cdns2_ep0_enqueue()
57 TRB_TYPE(TRB_NORMAL)); in cdns2_ep0_enqueue()
60 TRB_TYPE(TRB_NORMAL)); in cdns2_ep0_enqueue()
H A Dcdns2-gadget.h464 #define TRB_NORMAL 1 macro
H A Dcdns2-gadget.c557 control = TRB_TYPE(TRB_NORMAL); in cdns2_ep_tx_isoc()
639 control = TRB_TYPE(TRB_NORMAL) | ring->pcs | TRB_ISP; in cdns2_ep_tx_bulk()
739 trb->control = cpu_to_le32((hw_ccs ? TRB_CYCLE : 0) | TRB_TYPE(TRB_NORMAL)); in cdns2_prepare_first_isoc_transfer()
/linux/drivers/usb/cdns3/
H A Dcdns3-ep0.c45 priv_ep->trb_pool[0].control = cpu_to_le32(TRB_CYCLE | TRB_TYPE(TRB_NORMAL)); in cdns3_ep0_run_transfer()
49 TRB_TYPE(TRB_NORMAL)); in cdns3_ep0_run_transfer()
52 TRB_TYPE(TRB_NORMAL)); in cdns3_ep0_run_transfer()
H A Dcdnsp-debug.h82 case TRB_NORMAL: in cdnsp_trb_type_string()
270 case TRB_NORMAL: in cdnsp_decode_trb()
H A Dcdns3-gadget.h1027 #define TRB_NORMAL 1 macro
/linux/drivers/usb/early/
H A Dxhci-dbc.c490 control = TRB_TYPE(TRB_NORMAL) | TRB_IOC; in xdbc_bulk_transfer()
/linux/drivers/usb/host/
H A Dxhci-dbgcap.c305 control = TRB_TYPE(TRB_NORMAL) | TRB_IOC; in xhci_dbc_queue_bulk_tx()