Home
last modified time | relevance | path

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

/openbmc/linux/include/video/
H A Dda8xx-fb.h71 int fifo_th; member
/openbmc/linux/sound/soc/intel/keembay/
H A Dkmb_platform.c85 for (i = 0; i < kmb_i2s->fifo_th; i++) { in hdmi_reformat_iec958()
112 for (i = 0; i < kmb_i2s->fifo_th; i++) { in kmb_pcm_tx_fn()
143 for (i = 0; i < kmb_i2s->fifo_th; i++) { in kmb_pcm_rx_fn()
564 writel(kmb_i2s->fifo_th - 1, in kmb_i2s_config()
572 writel(kmb_i2s->fifo_th - 1, in kmb_i2s_config()
880 kmb_i2s->fifo_th = (1 << COMP1_FIFO_DEPTH(comp1_reg)) / 2; in kmb_plat_dai_probe()
H A Dkmb_platform.h138 u32 fifo_th; member
/openbmc/linux/sound/soc/dwc/
H A Ddwc-pcm.c33 for (i = 0; i < dev->fifo_th; i++) { \
53 for (i = 0; i < dev->fifo_th; i++) { \
H A Ddwc-i2s.c260 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()
H A Dlocal.h123 u32 fifo_th; member
/openbmc/linux/drivers/gpu/drm/tilcdc/
H A Dtilcdc_drv.h154 uint32_t fifo_th; member
H A Dtilcdc_panel.c288 ret |= of_property_read_u32(info_np, "fifo-th", &info->fifo_th); in of_get_panel_info()
H A Dtilcdc_crtc.c311 reg |= (info->fifo_th << 8); in tilcdc_crtc_set_mode()
/openbmc/linux/drivers/iio/imu/st_lsm6dsx/
H A Dst_lsm6dsx_buffer.c263 err = regmap_read(hw->regmap, hw->settings->fifo_ops.fifo_th.addr + 1, in st_lsm6dsx_update_watermark()
268 fifo_th_mask = hw->settings->fifo_ops.fifo_th.mask; in st_lsm6dsx_update_watermark()
274 hw->settings->fifo_ops.fifo_th.addr, in st_lsm6dsx_update_watermark()
H A Dst_lsm6dsx_core.c337 .fifo_th = {
503 .fifo_th = {
703 .fifo_th = {
944 .fifo_th = {
1157 .fifo_th = {
1332 .fifo_th = {
H A Dst_lsm6dsx.h177 } fifo_th; member
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Domap_gpmc.c359 static int omap_prefetch_enable(int fifo_th, unsigned int count, int is_write, int cs) in omap_prefetch_enable() argument
363 if (fifo_th > PREFETCH_FIFOTHRESHOLD_MAX) in omap_prefetch_enable()
373 PREFETCH_FIFOTHRESHOLD(fifo_th) | ENABLE_PREFETCH; in omap_prefetch_enable()
/openbmc/linux/drivers/video/fbdev/
H A Dda8xx-fb.c362 static int lcd_cfg_dma(int burst_size, int fifo_th) in lcd_cfg_dma() argument
386 reg |= (fifo_th << 8); in lcd_cfg_dma()
788 ret = lcd_cfg_dma(cfg->dma_burst_sz, cfg->fifo_th); in lcd_init()
/openbmc/linux/drivers/mtd/nand/raw/
H A Domap2.c206 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()