Searched refs:HCC_CFC (Results 1 – 3 of 3) sorted by relevance
104 HCC_CFC(temp) ? "has" : "hasn't"); in xhci_print_cap_regs()
3772 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()
128 #define HCC_CFC(p) ((p) & (1 << 11)) macro