Searched refs:HCS_MAX_INTRS (Results 1 – 2 of 2) sorted by relevance
21 #define HCS_MAX_INTRS(p) (((p) >> 8) & 0x7ff) macro
5461 xhci->max_interrupters = min(HCS_MAX_INTRS(hcs_params1), MAX_HC_INTRS); in xhci_gen_setup()5462 else if (xhci->max_interrupters > HCS_MAX_INTRS(hcs_params1)) in xhci_gen_setup()5463 xhci->max_interrupters = HCS_MAX_INTRS(hcs_params1); in xhci_gen_setup()