Home
last modified time | relevance | path

Searched refs:delay_bytes (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/sound/soc/intel/atom/sst/
H A Dsst_drv_interface.c482 size_t delay_bytes, delay_frames; in sst_calc_tstamp() local
491 delay_bytes = (size_t) (fw_tstamp->ring_buffer_counter - in sst_calc_tstamp()
494 delay_bytes = (size_t) (fw_tstamp->hardware_counter - in sst_calc_tstamp()
496 delay_frames = bytes_to_frames(substream->runtime, delay_bytes); in sst_calc_tstamp()
501 dev_dbg(ctx->dev, "pcm delay %zu in bytes\n", delay_bytes); in sst_calc_tstamp()
/openbmc/qemu/hw/dma/
H A Dsoc_dma.c86 static void soc_dma_ch_schedule(struct soc_dma_ch_s *ch, int delay_bytes) in soc_dma_ch_schedule() argument
91 timer_mod(ch->timer, now + delay_bytes / dma->channel_freq); in soc_dma_ch_schedule()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_dcb.c550 hdroom.delay_bytes = DIV_ROUND_UP(pfc->delay, BITS_PER_BYTE); in mlxsw_sp_dcbnl_ieee_setpfc()
552 hdroom.delay_bytes = 0; in mlxsw_sp_dcbnl_ieee_setpfc()
H A Dspectrum_ethtool.c232 hdroom.delay_bytes = MLXSW_SP_PAUSE_DELAY_BYTES; in mlxsw_sp_port_set_pauseparam()
234 hdroom.delay_bytes = 0; in mlxsw_sp_port_set_pauseparam()
H A Dspectrum.h576 int delay_bytes; member
H A Dspectrum_buffers.c367 delay_cells = mlxsw_sp_bytes_cells(mlxsw_sp, hdroom->delay_bytes); in mlxsw_sp_hdroom_buf_delay_get()