Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dcore.c241 if (!dwc->nr_scratch) in dwc3_alloc_scratch_buffers()
244 dwc->scratchbuf = kmalloc_array(dwc->nr_scratch, in dwc3_alloc_scratch_buffers()
261 if (!dwc->nr_scratch) in dwc3_setup_scratch_buffers()
265 dwc->nr_scratch * DWC3_SCRATCHBUF_SIZE, in dwc3_setup_scratch_buffers()
292 dma_unmap_single((void *)(uintptr_t)dwc->scratch_addr, dwc->nr_scratch * in dwc3_setup_scratch_buffers()
304 if (!dwc->nr_scratch) in dwc3_free_scratch_buffers()
307 dma_unmap_single((void *)(uintptr_t)dwc->scratch_addr, dwc->nr_scratch * in dwc3_free_scratch_buffers()
536 dwc->nr_scratch = DWC3_GHWPARAMS4_HIBER_SCRATCHBUFS(hwparams4); in dwc3_core_init()
H A Dcore.h762 u32 nr_scratch; member