Searched refs:nr_scratch (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/dwc3/ |
| H A D | core.c | 240 if (!dwc->nr_scratch) in dwc3_alloc_scratch_buffers() 243 dwc->scratchbuf = kmalloc_array(dwc->nr_scratch, in dwc3_alloc_scratch_buffers() 260 if (!dwc->nr_scratch) in dwc3_setup_scratch_buffers() 264 dwc->nr_scratch * DWC3_SCRATCHBUF_SIZE, in dwc3_setup_scratch_buffers() 291 dma_unmap_single((void *)(uintptr_t)dwc->scratch_addr, dwc->nr_scratch * in dwc3_setup_scratch_buffers() 303 if (!dwc->nr_scratch) in dwc3_free_scratch_buffers() 306 dma_unmap_single((void *)(uintptr_t)dwc->scratch_addr, dwc->nr_scratch * in dwc3_free_scratch_buffers() 535 dwc->nr_scratch = DWC3_GHWPARAMS4_HIBER_SCRATCHBUFS(hwparams4); in dwc3_core_init()
|
| H A D | core.h | 762 u32 nr_scratch; member
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc3/ |
| H A D | core.c | 495 if (!dwc->nr_scratch) in dwc3_alloc_scratch_buffers() 498 dwc->scratchbuf = kmalloc_array(dwc->nr_scratch, in dwc3_alloc_scratch_buffers() 515 if (!dwc->nr_scratch) in dwc3_setup_scratch_buffers() 523 dwc->nr_scratch * DWC3_SCRATCHBUF_SIZE, in dwc3_setup_scratch_buffers() 550 dma_unmap_single(dwc->sysdev, dwc->scratch_addr, dwc->nr_scratch * in dwc3_setup_scratch_buffers() 562 if (!dwc->nr_scratch) in dwc3_free_scratch_buffers() 569 dma_unmap_single(dwc->sysdev, dwc->scratch_addr, dwc->nr_scratch * in dwc3_free_scratch_buffers() 830 dwc->nr_scratch = DWC3_GHWPARAMS4_HIBER_SCRATCHBUFS(hwparams4); in dwc3_core_setup_global_control()
|
| H A D | core.h | 1184 u32 nr_scratch; member
|