Home
last modified time | relevance | path

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

/drivers/input/touchscreen/
Dbcm_iproc_tsc.c129 u32 fifo_threshold; member
161 .fifo_threshold = 1, /* 0 to 31 */
223 for (i = 0; i < priv->cfg_params.fifo_threshold; i++) { in iproc_touchscreen_interrupt()
284 writel(priv->cfg_params.fifo_threshold, priv->regs + INTERRUPT_THRES); in iproc_ts_start()
393 priv->cfg_params.fifo_threshold = val; in iproc_get_tsc_config()
/drivers/media/dvb-frontends/
Ddib3000mc.c156 u16 fifo_threshold = 1792; in dib3000mc_set_output_mode() local
189 fifo_threshold = 512; in dib3000mc_set_output_mode()
209 ret |= dib3000mc_write_word(state, 207, fifo_threshold); /* synchronous fread */ in dib3000mc_set_output_mode()
Ddib7000p.c171 u16 outreg, fifo_threshold, smo_mode; in dib7000p_set_output_mode() local
174 fifo_threshold = 1792; in dib7000p_set_output_mode()
197 fifo_threshold = 512; in dib7000p_set_output_mode()
215 ret |= dib7000p_write_word(state, 236, fifo_threshold); /* synchronous fread */ in dib7000p_set_output_mode()
2598 u16 outreg, smo_mode, fifo_threshold; in dib7090_set_output_mode() local
2604 fifo_threshold = 1792; in dib7090_set_output_mode()
2648 fifo_threshold = 512; in dib7090_set_output_mode()
2670 ret |= dib7000p_write_word(state, 236, fifo_threshold); /* synchronous fread */ in dib7090_set_output_mode()
Ddib7000m.c150 u16 outreg, fifo_threshold, smo_mode, in dib7000m_set_output_mode() local
154 fifo_threshold = 1792; in dib7000m_set_output_mode()
177 fifo_threshold = 512; in dib7000m_set_output_mode()
192 ret |= dib7000m_write_word(state, 295 + state->reg_offs, fifo_threshold); /* synchronous fread */ in dib7000m_set_output_mode()
Ddib8000.c404 u16 outreg, fifo_threshold, smo_mode, sram = 0x0205; /* by default SDRAM deintlv is enabled */ in dib8000_set_output_mode() local
408 fifo_threshold = 1792; in dib8000_set_output_mode()
433 fifo_threshold = 512; in dib8000_set_output_mode()
455 dib8000_write_word(state, 300, fifo_threshold); /* synchronous fread */ in dib8000_set_output_mode()
1560 u16 outreg, smo_mode, fifo_threshold; in dib8096p_set_output_mode() local
1567 fifo_threshold = 1792; in dib8096p_set_output_mode()
1616 fifo_threshold = 512; in dib8096p_set_output_mode()
1642 ret |= dib8000_write_word(state, 299 + 1, fifo_threshold); in dib8096p_set_output_mode()
/drivers/video/fbdev/omap2/dss/
Dhdmi.h203 u16 fifo_threshold; member
Dhdmi_wp.c241 r = FLD_MOD(r, aud_dma->fifo_threshold, 8, 0); in hdmi_wp_audio_config_dma()
Dhdmi4_core.c839 audio_dma.fifo_threshold = 0x20; /* in number of samples */ in hdmi4_audio_config()
Dhdmi5_core.c869 audio_dma.fifo_threshold = 0x20; /* in number of samples */ in hdmi5_audio_config()
/drivers/scsi/
Dqla1280.c2071 nv->isp_config.fifo_threshold |= 3; in qla1280_set_defaults()
2073 nv->isp_config.fifo_threshold |= 4; in qla1280_set_defaults()
2227 cfg1 |= nv->isp_config.fifo_threshold << 4; in qla1280_nvram_config()
2238 cfg1 = nv->isp_config.fifo_threshold << 4; in qla1280_nvram_config()
Dqla1280.h383 uint8_t fifo_threshold:4; member
/drivers/scsi/aic7xxx/
Daic79xx.h915 uint8_t fifo_threshold; member