Home
last modified time | relevance | path

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

/linux/sound/soc/dwc/
H A Ddwc-pcm.c30 for (i = 0; i < dev->fifo_th; i++) { \
50 for (i = 0; i < dev->fifo_th; i++) { \
H A Ddwc-i2s.c256 dev->fifo_th - 1); in dw_i2s_config()
263 dev->fifo_th - 1); in dw_i2s_config()
632 dev->fifo_th = fifo_depth / 2; in dw_configure_dai()
663 dev->play_dma_data.dt.fifo_size = dev->fifo_th * 2 * in dw_configure_dai_by_pd()
670 dev->capture_dma_data.dt.fifo_size = dev->fifo_th * 2 * in dw_configure_dai_by_pd()
H A Dlocal.h120 u32 fifo_th;
123 u32 fifo_th; global() member
/linux/drivers/iio/imu/st_lsm6dsx/
H A Dst_lsm6dsx_buffer.c290 err = regmap_read(hw->regmap, hw->settings->fifo_ops.fifo_th.addr + 1, in st_lsm6dsx_update_watermark()
295 fifo_th_mask = hw->settings->fifo_ops.fifo_th.mask; in st_lsm6dsx_update_watermark()
301 hw->settings->fifo_ops.fifo_th.addr, in st_lsm6dsx_update_watermark()
H A Dst_lsm6dsx_core.c384 .fifo_th = {
551 .fifo_th = {
752 .fifo_th = {
998 .fifo_th = {
1214 .fifo_th = {
1392 .fifo_th = {
/linux/sound/soc/intel/keembay/
H A Dkmb_platform.h138 u32 fifo_th; member