Searched refs:USB_POOL_SIZE (Results 1 – 3 of 3) sorted by relevance
54 USB_POOL_SIZE?= 13107257 CFLAGS+= -DUSB_POOL_SIZE=${USB_POOL_SIZE}
1396 static uint8_t usb_pool[USB_POOL_SIZE] __aligned(USB_POOL_ALIGN);1397 static uint32_t usb_pool_rem = USB_POOL_SIZE;1430 hdr = (void *)(usb_pool + USB_POOL_SIZE - usb_pool_rem); in usb_malloc()
567 #ifndef USB_POOL_SIZE568 #define USB_POOL_SIZE (1024*1024) /* 1 MByte */ macro