Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/cdns3/
H A Dep0.c51 priv_ep->trb_pool[1].control = TRB_CYCLE | TRB_IOC | in cdns3_ep0_run_transfer()
54 priv_ep->trb_pool[0].control = TRB_CYCLE | TRB_IOC | in cdns3_ep0_run_transfer()
H A Dgadget.c921 control |= TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer()
925 control |= pcs | TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer()
945 trb->control |= TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer()
H A Dgadget.h1041 #define TRB_IOC BIT(5) macro
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-ring.c718 field |= TRB_IOC; in xhci_bulk_tx()
946 trb_fields[3] = field | TRB_IOC | in xhci_ctrl_tx()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h872 #define TRB_IOC (1<<5) macro