Searched refs:HCS_MAX_SLOTS (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/usb/host/ | ||
| H A D | xhci-caps.h | 18 #define HCS_MAX_SLOTS(p) (((p) >> 0) & 0xff) macro |
| H A D | xhci.c | 5457 xhci->max_slots = HCS_MAX_SLOTS(hcs_params1); in xhci_gen_setup() |