Home
last modified time | relevance | path

Searched refs:fifo_threshold (Results 1 – 18 of 18) sorted by relevance

/Linux-v5.10/drivers/input/touchscreen/
Dbcm_iproc_tsc.c135 u32 fifo_threshold; member
167 .fifo_threshold = 1, /* 0 to 31 */
229 for (i = 0; i < priv->cfg_params.fifo_threshold; i++) { in iproc_touchscreen_interrupt()
291 val = priv->cfg_params.fifo_threshold; in iproc_ts_start()
403 priv->cfg_params.fifo_threshold = val; in iproc_get_tsc_config()
/Linux-v5.10/drivers/spi/
Dspi-uniphier.c319 unsigned int fifo_threshold, fill_words; in uniphier_spi_fill_tx_fifo() local
322 fifo_threshold = DIV_ROUND_UP(priv->rx_bytes, bpw); in uniphier_spi_fill_tx_fifo()
323 fifo_threshold = min(fifo_threshold, SSI_FIFO_DEPTH); in uniphier_spi_fill_tx_fifo()
325 uniphier_spi_set_fifo_threshold(priv, fifo_threshold); in uniphier_spi_fill_tx_fifo()
327 fill_words = fifo_threshold - in uniphier_spi_fill_tx_fifo()
/Linux-v5.10/Documentation/devicetree/bindings/input/touchscreen/
Dbrcm,iproc-touchscreen.txt50 - fifo_threshold: Interrupt is generated whenever the number of fifo
83 fifo_threshold = <1>;
/Linux-v5.10/drivers/media/dvb-frontends/
Ddib7000p.c175 u16 outreg, fifo_threshold, smo_mode; in dib7000p_set_output_mode() local
178 fifo_threshold = 1792; in dib7000p_set_output_mode()
201 fifo_threshold = 512; in dib7000p_set_output_mode()
219 ret |= dib7000p_write_word(state, 236, fifo_threshold); /* synchronous fread */ in dib7000p_set_output_mode()
2617 u16 outreg, smo_mode, fifo_threshold; in dib7090_set_output_mode() local
2623 fifo_threshold = 1792; in dib7090_set_output_mode()
2667 fifo_threshold = 512; in dib7090_set_output_mode()
2689 ret |= dib7000p_write_word(state, 236, fifo_threshold); /* synchronous fread */ in dib7090_set_output_mode()
Ddib3000mc.c187 u16 fifo_threshold = 1792; in dib3000mc_set_output_mode() local
220 fifo_threshold = 512; in dib3000mc_set_output_mode()
240 ret |= dib3000mc_write_word(state, 207, fifo_threshold); /* synchronous fread */ in dib3000mc_set_output_mode()
Ddib7000m.c154 u16 outreg, fifo_threshold, smo_mode, in dib7000m_set_output_mode() local
158 fifo_threshold = 1792; in dib7000m_set_output_mode()
181 fifo_threshold = 512; in dib7000m_set_output_mode()
196 ret |= dib7000m_write_word(state, 295 + state->reg_offs, fifo_threshold); /* synchronous fread */ in dib7000m_set_output_mode()
Ddib8000.c408 u16 outreg, fifo_threshold, smo_mode, sram = 0x0205; /* by default SDRAM deintlv is enabled */ in dib8000_set_output_mode() local
412 fifo_threshold = 1792; in dib8000_set_output_mode()
437 fifo_threshold = 512; in dib8000_set_output_mode()
459 dib8000_write_word(state, 300, fifo_threshold); /* synchronous fread */ in dib8000_set_output_mode()
1564 u16 outreg, smo_mode, fifo_threshold; in dib8096p_set_output_mode() local
1571 fifo_threshold = 1792; in dib8096p_set_output_mode()
1620 fifo_threshold = 512; in dib8096p_set_output_mode()
1646 ret |= dib8000_write_word(state, 299 + 1, fifo_threshold); in dib8096p_set_output_mode()
/Linux-v5.10/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi.h193 u16 fifo_threshold; member
Dhdmi_wp.c240 r = FLD_MOD(r, aud_dma->fifo_threshold, 8, 0); in hdmi_wp_audio_config_dma()
Dhdmi4_core.c828 audio_dma.fifo_threshold = 0x20; /* in number of samples */ in hdmi4_audio_config()
Dhdmi5_core.c858 audio_dma.fifo_threshold = 0x20; /* in number of samples */ in hdmi5_audio_config()
/Linux-v5.10/drivers/gpu/drm/omapdrm/dss/
Dhdmi.h197 u16 fifo_threshold; member
Dhdmi_wp.c260 r = FLD_MOD(r, aud_dma->fifo_threshold, 8, 0); in hdmi_wp_audio_config_dma()
Dhdmi4_core.c784 audio_dma.fifo_threshold = 0x20; /* in number of samples */ in hdmi4_audio_config()
Dhdmi5_core.c843 audio_dma.fifo_threshold = 0x20; /* in number of samples */ in hdmi5_audio_config()
/Linux-v5.10/drivers/scsi/
Dqla1280.c2041 nv->isp_config.fifo_threshold |= 3; in qla1280_set_defaults()
2043 nv->isp_config.fifo_threshold |= 4; in qla1280_set_defaults()
2196 cfg1 |= nv->isp_config.fifo_threshold << 4; in qla1280_nvram_config()
2207 cfg1 = nv->isp_config.fifo_threshold << 4; in qla1280_nvram_config()
Dqla1280.h376 uint8_t fifo_threshold:4; member
/Linux-v5.10/drivers/scsi/aic7xxx/
Daic79xx.h912 uint8_t fifo_threshold; member