Searched refs:fifo_th (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/sound/soc/intel/keembay/ |
D | kmb_platform.c | 84 for (i = 0; i < kmb_i2s->fifo_th; i++) { in hdmi_reformat_iec958() 111 for (i = 0; i < kmb_i2s->fifo_th; i++) { in kmb_pcm_tx_fn() 142 for (i = 0; i < kmb_i2s->fifo_th; i++) { in kmb_pcm_rx_fn() 563 writel(kmb_i2s->fifo_th - 1, in kmb_i2s_config() 571 writel(kmb_i2s->fifo_th - 1, in kmb_i2s_config() 870 kmb_i2s->fifo_th = (1 << COMP1_FIFO_DEPTH(comp1_reg)) / 2; in kmb_plat_dai_probe()
|
D | kmb_platform.h | 138 u32 fifo_th; member
|
/linux-6.12.1/sound/soc/dwc/ |
D | dwc-pcm.c | 33 for (i = 0; i < dev->fifo_th; i++) { \ 53 for (i = 0; i < dev->fifo_th; i++) { \
|
D | dwc-i2s.c | 260 dev->fifo_th - 1); in dw_i2s_config() 267 dev->fifo_th - 1); in dw_i2s_config() 636 dev->fifo_th = fifo_depth / 2; in dw_configure_dai() 667 dev->play_dma_data.dt.fifo_size = dev->fifo_th * 2 * in dw_configure_dai_by_pd() 674 dev->capture_dma_data.dt.fifo_size = dev->fifo_th * 2 * in dw_configure_dai_by_pd()
|
D | local.h | 123 u32 fifo_th; member
|
/linux-6.12.1/drivers/gpu/drm/tilcdc/ |
D | tilcdc_drv.h | 154 uint32_t fifo_th; member
|
D | tilcdc_panel.c | 287 ret |= of_property_read_u32(info_np, "fifo-th", &info->fifo_th); in of_get_panel_info()
|
D | tilcdc_crtc.c | 311 reg |= (info->fifo_th << 8); in tilcdc_crtc_set_mode()
|
/linux-6.12.1/drivers/iio/imu/st_lsm6dsx/ |
D | st_lsm6dsx_buffer.c | 285 err = regmap_read(hw->regmap, hw->settings->fifo_ops.fifo_th.addr + 1, in st_lsm6dsx_update_watermark() 290 fifo_th_mask = hw->settings->fifo_ops.fifo_th.mask; in st_lsm6dsx_update_watermark() 296 hw->settings->fifo_ops.fifo_th.addr, in st_lsm6dsx_update_watermark()
|
D | st_lsm6dsx_core.c | 354 .fifo_th = { 520 .fifo_th = { 720 .fifo_th = { 965 .fifo_th = { 1178 .fifo_th = { 1353 .fifo_th = {
|
D | st_lsm6dsx.h | 179 } fifo_th; member
|
/linux-6.12.1/drivers/mtd/nand/raw/ |
D | omap2.c | 206 static int omap_prefetch_enable(int cs, int fifo_th, int dma_mode, in omap_prefetch_enable() argument 211 if (fifo_th > PREFETCH_FIFOTHRESHOLD_MAX) in omap_prefetch_enable() 224 PREFETCH_FIFOTHRESHOLD(fifo_th) | ENABLE_PREFETCH | in omap_prefetch_enable()
|