Searched refs:HCS_ERST_MAX (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/usb/host/ | ||
H A D | xhci-caps.h | 23 #define HCS_ERST_MAX(p) (((p) >> 4) & 0xf) macro |
H A D | xhci-mem.c | 2261 max_segs = BIT(HCS_ERST_MAX(xhci->hcs_params2)); in xhci_alloc_interrupter() |