Searched refs:bytes_per_second (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | sf.c | 71 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()
|
/openbmc/qemu/hw/audio/ |
H A D | sb16.c | 106 int bytes_per_second; member 282 s->bytes_per_second = (s->freq << s->fmt_stereo); in dma_cmd8() 364 s->bytes_per_second = (s->freq << s->fmt_stereo) << (s->fmt_bits == 16); in dma_cmd() 1370 VMSTATE_INT32 (bytes_per_second, SB16State),
|
/openbmc/qemu/audio/ |
H A D | dbusaudio.c | 149 hw->info.bytes_per_second, in dbus_init_out_listener() 263 hw->info.bytes_per_second, in dbus_init_in_listener()
|
H A D | audio_int.h | 52 int bytes_per_second; member
|
H A D | audio.c | 327 info->bytes_per_second = info->freq * info->bytes_per_frame; in audio_pcm_init_info() 2275 bytes = muldiv64(ticks, info->bytes_per_second, NANOSECONDS_PER_SECOND); in audio_rate_peek_bytes()
|
/openbmc/linux/sound/pci/asihpi/ |
H A D | hpifunc.c | 383 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()
|
/openbmc/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | blkio-controller.rst | 36 for policy is "<major>:<minor> <bytes_per_second>"::
|