Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/dwc3/ !
Dcore.c542 if (!dwc->nr_scratch) in dwc3_alloc_scratch_buffers()
545 dwc->scratchbuf = kmalloc_array(dwc->nr_scratch, in dwc3_alloc_scratch_buffers()
562 if (!dwc->nr_scratch) in dwc3_setup_scratch_buffers()
570 dwc->nr_scratch * DWC3_SCRATCHBUF_SIZE, in dwc3_setup_scratch_buffers()
597 dma_unmap_single(dwc->sysdev, dwc->scratch_addr, dwc->nr_scratch * in dwc3_setup_scratch_buffers()
609 if (!dwc->nr_scratch) in dwc3_free_scratch_buffers()
616 dma_unmap_single(dwc->sysdev, dwc->scratch_addr, dwc->nr_scratch * in dwc3_free_scratch_buffers()
909 dwc->nr_scratch = DWC3_GHWPARAMS4_HIBER_SCRATCHBUFS(hwparams4); in dwc3_core_setup_global_control()
Dcore.h1189 u32 nr_scratch; member