Searched refs:xcap_max_scratch (Results 1 – 3 of 3) sorted by relevance
34 npages = xhcip->xhci_caps.xcap_max_scratch; in xhci_scratchpad_fini()65 ASSERT(xhcip->xhci_caps.xcap_max_scratch > 0); in xhci_scratchpad_alloc()66 npages = xhcip->xhci_caps.xcap_max_scratch; in xhci_scratchpad_alloc()163 if (xhcip->xhci_caps.xcap_max_scratch != 0) { in xhci_context_init()176 npages = xhcip->xhci_caps.xcap_max_scratch; in xhci_context_init()
1255 xcap->xcap_max_scratch = XHCI_HCS2_SPB_MAX(struc2); in xhci_read_params()
291 uint16_t xcap_max_scratch; member