Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dsf.c71 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 Dsb16.c105 int bytes_per_second;
281 s->bytes_per_second = (s->freq << s->fmt_stereo); in dma_cmd8()
363 s->bytes_per_second = (s->freq << s->fmt_stereo) << (s->fmt_bits == 16); in dma_cmd()
1369 VMSTATE_INT32 (bytes_per_second, SB16State),
106 int bytes_per_second; global() member
/openbmc/qemu/audio/
H A Daudio_int.h60 int bytes_per_second;
52 int bytes_per_second; global() member
H A Ddbusaudio.c148 hw->info.bytes_per_second, in dbus_init_out_listener()
274 hw->info.bytes_per_second, in dbus_init_in_listener()
H A Daudio.c322 info->bytes_per_second = info->freq * info->bytes_per_frame; in audio_pcm_init_info()
2276 bytes = muldiv64(ticks, info->bytes_per_second, NANOSECONDS_PER_SECOND); in audio_rate_peek_bytes()