Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dsf.c72 static ulong bytes_per_second(unsigned int len, ulong start_ms) in bytes_per_second() function
235 bytes_per_second(buf - start_buf, in spi_flash_update()
256 delta / 1000, delta % 1000, bytes_per_second(len, start_time)); in spi_flash_update()
/OK3568_Linux_fs/kernel/sound/pci/asihpi/
H A Dhpifunc.c383 u32 bytes_per_second; in hpi_stream_estimate_buffer_size() local
393 bytes_per_second = pF->sample_rate * 2L * channels; in hpi_stream_estimate_buffer_size()
396 bytes_per_second = pF->sample_rate * 3L * channels; in hpi_stream_estimate_buffer_size()
400 bytes_per_second = pF->sample_rate * 4L * channels; in hpi_stream_estimate_buffer_size()
403 bytes_per_second = pF->sample_rate * 1L * channels; in hpi_stream_estimate_buffer_size()
408 bytes_per_second = pF->bit_rate / 8L; in hpi_stream_estimate_buffer_size()
412 bytes_per_second = 256000L / 8L; in hpi_stream_estimate_buffer_size()
417 size = (bytes_per_second * host_polling_rate_in_milli_seconds * 2) / in hpi_stream_estimate_buffer_size()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/
H A Dblkio-controller.rst35 for policy is "<major>:<minor> <bytes_per_second>"::