Searched refs:num_sp (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/usb/host/
H A Dxhci-mem.c1627 int num_sp = HCS_MAX_SCRATCHPAD(xhci->hcs_params2); local
1630 "Allocating %d scratchpad buffers", num_sp);
1632 if (!num_sp)
1641 size_mul(sizeof(u64), num_sp),
1646 xhci->scratchpad->sp_buffers = kcalloc_node(num_sp, sizeof(void *),
1652 for (i = 0; i < num_sp; i++) {
1674 dma_free_coherent(dev, num_sp * sizeof(u64),
1688 int num_sp; local
1695 num_sp = HCS_MAX_SCRATCHPAD(xhci->hcs_params2);
1697 for (i = 0; i < num_sp;
[all...]

Completed in 415 milliseconds