Home
last modified time | relevance | path

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

/drivers/usb/dwc3/
Dcore.c316 if (!dwc->nr_scratch) in dwc3_alloc_scratch_buffers()
319 dwc->scratchbuf = kmalloc_array(dwc->nr_scratch, in dwc3_alloc_scratch_buffers()
336 if (!dwc->nr_scratch) in dwc3_setup_scratch_buffers()
344 dwc->nr_scratch * DWC3_SCRATCHBUF_SIZE, in dwc3_setup_scratch_buffers()
371 dma_unmap_single(dwc->dev, dwc->scratch_addr, dwc->nr_scratch * in dwc3_setup_scratch_buffers()
383 if (!dwc->nr_scratch) in dwc3_free_scratch_buffers()
390 dma_unmap_single(dwc->dev, dwc->scratch_addr, dwc->nr_scratch * in dwc3_free_scratch_buffers()
602 dwc->nr_scratch = DWC3_GHWPARAMS4_HIBER_SCRATCHBUFS(hwparams4); in dwc3_core_init()
Dcore.h779 u32 nr_scratch; member