Home
last modified time | relevance | path

Searched refs:sub_size (Results 1 – 2 of 2) 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/pci/endpoint/functions/
H A Dpci-epf-test.c849 size_t sub_size; in pci_epf_test_bar_subrange_setup() local
883 sub_size = bar->size / nsub; in pci_epf_test_bar_subrange_setup()
892 submap[i].phys_addr = bar->phys_addr + (phys_idx * sub_size); in pci_epf_test_bar_subrange_setup()
893 submap[i].size = sub_size; in pci_epf_test_bar_subrange_setup()
927 memset(addr + (phys_idx * sub_size), in pci_epf_test_bar_subrange_setup()
929 sub_size); in pci_epf_test_bar_subrange_setup()