Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-caps.h18 #define HCS_MAX_SLOTS(p) (((p) >> 0) & 0xff) macro
H A Dxhci.c5457 xhci->max_slots = HCS_MAX_SLOTS(hcs_params1); in xhci_gen_setup()