Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-ring.c3905 HCC_CFC(xhci->hcc_params)) { in xhci_queue_isoc_tx()
3988 if (HCC_CFC(xhci->hcc_params)) in xhci_queue_isoc_tx()
4068 if (HCC_CFC(xhci->hcc_params) && !list_empty(&ep_ring->td_list)) { in xhci_queue_isoc_tx_prepare()
Dxhci.h119 #define HCC_CFC(p) ((p) & (1 << 11)) macro