Home
last modified time | relevance | path

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

/linux/drivers/most/
H A Dmost_usb.c197 unsigned int sub_size = cfg->subbuffer_size; in get_stream_frame_size() local
199 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()
/linux/drivers/staging/most/dim2/
H A Ddim2.c452 u16 const sub_size = ccfg->subbuffer_size; in configure_channel() local
501 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()
/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c839 size_t sub_size; in pci_epf_test_bar_subrange_setup() local
873 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()