Searched refs:USB_MTU (Results 1 – 1 of 1) sorted by relevance
28 #define USB_MTU 512 macro205 frame_size = (USB_MTU / sub_size) * sub_size; in get_stream_frame_size()289 memmove(mbo->virt_address + j * USB_MTU, in hdm_add_padding()292 mbo->buffer_length = num_frames * USB_MTU; in hdm_add_padding()314 num_frames = mbo->processed_length / USB_MTU; in hdm_remove_padding()318 mbo->virt_address + USB_MTU * j, in hdm_remove_padding()703 if (frame_size == 0 || frame_size > USB_MTU) { in hdm_configure_channel()719 conf->extra_len = num_frames * (USB_MTU - frame_size); in hdm_configure_channel()