Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-caps.h21 #define HCS_MAX_INTRS(p) (((p) >> 8) & 0x7ff) macro
H A Dxhci.c5461 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()