Searched refs:fifo_th (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/include/video/ |
H A D | da8xx-fb.h | 71 int fifo_th; member
|
/openbmc/linux/sound/soc/intel/keembay/ |
H A D | kmb_platform.c | 85 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() 881 kmb_i2s->fifo_th = (1 << COMP1_FIFO_DEPTH(comp1_reg)) / 2; in kmb_plat_dai_probe()
|
H A D | kmb_platform.h | 138 u32 fifo_th; member
|
/openbmc/linux/sound/soc/dwc/ |
H A D | dwc-pcm.c | 33 for (i = 0; i < dev->fifo_th; i++) { \ 53 for (i = 0; i < dev->fifo_th; i++) { \
|
H A 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()
|
H A D | local.h | 123 u32 fifo_th; member
|
/openbmc/linux/drivers/gpu/drm/tilcdc/ |
H A D | tilcdc_drv.h | 154 uint32_t fifo_th; member
|
H A D | tilcdc_panel.c | 288 ret |= of_property_read_u32(info_np, "fifo-th", &info->fifo_th); in of_get_panel_info()
|
H A D | tilcdc_crtc.c | 311 reg |= (info->fifo_th << 8); in tilcdc_crtc_set_mode()
|
/openbmc/linux/drivers/iio/imu/st_lsm6dsx/ |
H A D | st_lsm6dsx_buffer.c | 263 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 D | st_lsm6dsx_core.c | 337 .fifo_th = { 503 .fifo_th = { 703 .fifo_th = { 944 .fifo_th = { 1157 .fifo_th = { 1332 .fifo_th = {
|
H A D | st_lsm6dsx.h | 177 } fifo_th; member
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | omap_gpmc.c | 359 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 D | da8xx-fb.c | 362 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 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()
|