Searched refs:HCS_MAX_INTRS (Results 1 – 2 of 2) sorted by relevance
14 #define HCS_MAX_INTRS(p) (((p) >> 8) & 0x7ff) macro
281 intrs = min_t(u32, HCS_MAX_INTRS(xhci->hcs_params1), in xhci_zero_64b_regs()5423 xhci->max_interrupters > HCS_MAX_INTRS(xhci->hcs_params1)) in xhci_gen_setup()5424 xhci->max_interrupters = HCS_MAX_INTRS(xhci->hcs_params1); in xhci_gen_setup()
Completed in 15 milliseconds