Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-dbg.c104 HCC_CFC(temp) ? "has" : "hasn't"); in xhci_print_cap_regs()
Dxhci-ring.c3772 HCC_CFC(xhci->hcc_params)) { in xhci_queue_isoc_tx()
3854 if (HCC_CFC(xhci->hcc_params)) in xhci_queue_isoc_tx()
3955 if (HCC_CFC(xhci->hcc_params) && !list_empty(&ep_ring->td_list)) { in xhci_queue_isoc_tx_prepare()
Dxhci.h128 #define HCC_CFC(p) ((p) & (1 << 11)) macro