Searched refs:USB_FS_MAX_FRAMES (Results 1 – 2 of 2) sorted by relevance
198 #define USB_FS_MAX_FRAMES (1U << 12) macro
1048 if (popen->max_frames > USB_FS_MAX_FRAMES) in usb_fs_open()1049 popen->max_frames = USB_FS_MAX_FRAMES; in usb_fs_open()