Searched refs:XHCI_HCS2_SPB_MAX (Results 1 – 3 of 3) sorted by relevance
56 #define XHCI_HCS2_SPB_MAX(x) ((((x) >> 16) & 0x3E0) | (((x) >> 27) & 0x1F)) macro
79 #define XHCI_HCS2_SPB_MAX(x) ((((x) >> 16) & 0x3e0) | (((x) >> 27) & 0x1f)) macro
1244 xcap->xcap_max_scratch = XHCI_HCS2_SPB_MAX(struc2); in xhci_read_params()