Searched refs:fifo_threshold (Results 1 - 19 of 19) sorted by relevance

/linux-master/drivers/gpu/drm/stm/
H A Dltdc.h33 bool fifo_threshold; /* fifo underrun threshold supported */ member in struct:ltdc_caps
52 u32 fifo_threshold; /* fifo underrun threshold */ member in struct:ltdc_device
H A Dltdc.c1198 drm_printf(p, "\tfifo_underrun_threshold=%d\n", ldev->fifo_threshold);
1492 if (ldev->caps.fifo_threshold) {
1498 if (ldev->fifo_warn >= ldev->fifo_threshold) {
1744 if (ldev->caps.fifo_threshold)
1745 regmap_write(ldev->regmap, LTDC_FUT, ldev->fifo_threshold);
1848 ldev->caps.fifo_threshold = false;
1866 ldev->caps.fifo_threshold = false;
1884 ldev->caps.fifo_threshold = true;
2017 if (ldev->caps.fifo_threshold)
2030 ldev->fifo_threshold
[all...]
/linux-master/drivers/input/touchscreen/
H A Dbcm_iproc_tsc.c128 u32 fifo_threshold; member in struct:tsc_param
152 * except for fifo_threshold with is set to 1.
160 .fifo_threshold = 1, /* 0 to 31 */
222 for (i = 0; i < priv->cfg_params.fifo_threshold; i++) {
284 val = priv->cfg_params.fifo_threshold;
390 if (of_property_read_u32(np, "fifo_threshold", &val) >= 0) {
392 dev_err(dev, "fifo_threshold (%u)) must be [0-31]\n",
396 priv->cfg_params.fifo_threshold = val;
/linux-master/drivers/spi/
H A Dspi-uniphier.c319 unsigned int fifo_threshold, fill_words; local
322 fifo_threshold = DIV_ROUND_UP(priv->rx_bytes, bpw);
323 fifo_threshold = min(fifo_threshold, SSI_FIFO_DEPTH);
325 uniphier_spi_set_fifo_threshold(priv, fifo_threshold);
327 fill_words = fifo_threshold -
/linux-master/drivers/media/dvb-frontends/
H A Ddib7000p.c175 u16 outreg, fifo_threshold, smo_mode; local
178 fifo_threshold = 1792;
201 fifo_threshold = 512;
219 ret |= dib7000p_write_word(state, 236, fifo_threshold); /* synchronous fread */
2617 u16 outreg, smo_mode, fifo_threshold; local
2623 fifo_threshold = 1792;
2667 fifo_threshold = 512;
2689 ret |= dib7000p_write_word(state, 236, fifo_threshold); /* synchronous fread */
H A Ddib7000m.c154 u16 outreg, fifo_threshold, smo_mode, local
158 fifo_threshold = 1792;
181 fifo_threshold = 512;
196 ret |= dib7000m_write_word(state, 295 + state->reg_offs, fifo_threshold); /* synchronous fread */
H A Ddib3000mc.c187 u16 fifo_threshold = 1792; local
220 fifo_threshold = 512;
240 ret |= dib3000mc_write_word(state, 207, fifo_threshold); /* synchronous fread */
H A Ddib8000.c408 u16 outreg, fifo_threshold, smo_mode, sram = 0x0205; /* by default SDRAM deintlv is enabled */ local
412 fifo_threshold = 1792;
437 fifo_threshold = 512;
459 dib8000_write_word(state, 300, fifo_threshold); /* synchronous fread */
1564 u16 outreg, smo_mode, fifo_threshold; local
1571 fifo_threshold = 1792;
1620 fifo_threshold = 512;
1646 ret |= dib8000_write_word(state, 299 + 1, fifo_threshold);
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi_wp.c240 r = FLD_MOD(r, aud_dma->fifo_threshold, 8, 0);
H A Dhdmi.h193 u16 fifo_threshold; member in struct:hdmi_audio_dma
H A Dhdmi4_core.c828 audio_dma.fifo_threshold = 0x20; /* in number of samples */
H A Dhdmi5_core.c856 audio_dma.fifo_threshold = 0x20; /* in number of samples */
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi.h197 u16 fifo_threshold; member in struct:hdmi_audio_dma
H A Dhdmi_wp.c260 r = FLD_MOD(r, aud_dma->fifo_threshold, 8, 0);
H A Dhdmi5_core.c843 audio_dma.fifo_threshold = 0x20; /* in number of samples */
H A Dhdmi4_core.c784 audio_dma.fifo_threshold = 0x20; /* in number of samples */
/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx.h912 uint8_t fifo_threshold; member in struct:vpd_config
/linux-master/drivers/scsi/
H A Dqla1280.h375 uint8_t fifo_threshold:4; member in struct:nvram::__anon3022
H A Dqla1280.c2033 nv->isp_config.fifo_threshold |= 3;
2035 nv->isp_config.fifo_threshold |= 4;
2188 cfg1 |= nv->isp_config.fifo_threshold << 4;
2199 cfg1 = nv->isp_config.fifo_threshold << 4;

Completed in 325 milliseconds