Searched refs:sub_size (Results 1 – 3 of 3) sorted by relevance
197 unsigned int sub_size = cfg->subbuffer_size; in get_stream_frame_size() local199 if (!sub_size) { in get_stream_frame_size()205 frame_size = AV_PACKETS_PER_XACT * sub_size; in get_stream_frame_size()212 frame_size = (USB_MTU / sub_size) * sub_size; in get_stream_frame_size()214 frame_size = cfg->packets_per_xact * sub_size; in get_stream_frame_size()
452 u16 const sub_size = ccfg->subbuffer_size; in configure_channel() local501 new_size = dim_norm_isoc_buffer_size(buf_size, sub_size); in configure_channel()512 hal_ret = dim_init_isoc(&hdm_ch->ch, is_tx, ch_addr, sub_size); in configure_channel()515 new_size = dim_norm_sync_buffer_size(buf_size, sub_size); in configure_channel()526 hal_ret = dim_init_sync(&hdm_ch->ch, is_tx, ch_addr, sub_size); in configure_channel()
839 size_t sub_size; in pci_epf_test_bar_subrange_setup() local873 sub_size = bar->size / nsub; in pci_epf_test_bar_subrange_setup()882 submap[i].phys_addr = bar->phys_addr + (phys_idx * sub_size); in pci_epf_test_bar_subrange_setup()883 submap[i].size = sub_size; in pci_epf_test_bar_subrange_setup()915 memset(addr + (phys_idx * sub_size), in pci_epf_test_bar_subrange_setup()917 sub_size); in pci_epf_test_bar_subrange_setup()