Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb_dragonfly.h72 #define USB_CONFIG_MAX 65535 /* bytes */ macro
H A Dusb_device.h281 uint32_t config_data[(USB_CONFIG_MAX + 3) / 4];
H A Dusb_request.c1300 if (size > USB_CONFIG_MAX) {
1362 } else if (len > USB_CONFIG_MAX) {
1364 len = USB_CONFIG_MAX;