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