Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c4106 HCC_CFC(xhci->hcc_params)) { in xhci_queue_isoc_tx()
4190 if (HCC_CFC(xhci->hcc_params)) in xhci_queue_isoc_tx()
4270 if (HCC_CFC(xhci->hcc_params) && !list_empty(&ep_ring->td_list)) { in xhci_queue_isoc_tx_prepare()
H A Dxhci.h120 #define HCC_CFC(p) ((p) & (1 << 11)) macro