Home
last modified time | relevance | path

Searched refs:DMEM_SIZE (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/usb/host/
Dimx21-hcd.h22 #define DMEM_SIZE 4096 macro
Dimx21-dbg.c241 dmem_bytes, DMEM_SIZE, imx21->dmem_usage.maximum, in debug_status_show()
Dimx21-hcd.c360 if (size > DMEM_SIZE) { in alloc_dmem()
362 size, DMEM_SIZE); in alloc_dmem()
372 if ((offset + size) > DMEM_SIZE) in alloc_dmem()