/Linux-v4.19/sound/soc/meson/ |
D | axg-frddr.c | 23 unsigned int fifo_depth, fifo_threshold; in axg_frddr_dai_startup() local 41 fifo_threshold = (AXG_FIFO_MIN_CNT / 2) - 1; in axg_frddr_dai_startup() 45 CTRL1_THRESHOLD(fifo_threshold)); in axg_frddr_dai_startup()
|
D | axg-toddr.c | 79 unsigned int fifo_threshold; in axg_toddr_dai_startup() local 98 fifo_threshold = AXG_FIFO_MIN_CNT - 1; in axg_toddr_dai_startup() 100 CTRL1_THRESHOLD(fifo_threshold)); in axg_toddr_dai_startup()
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | bcm_iproc_tsc.c | 135 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-v4.19/Documentation/devicetree/bindings/input/touchscreen/ |
D | brcm,iproc-touchscreen.txt | 50 - fifo_threshold: Interrupt is generated whenever the number of fifo 83 fifo_threshold = <1>;
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | dib7000p.c | 178 u16 outreg, fifo_threshold, smo_mode; in dib7000p_set_output_mode() local 181 fifo_threshold = 1792; in dib7000p_set_output_mode() 204 fifo_threshold = 512; in dib7000p_set_output_mode() 222 ret |= dib7000p_write_word(state, 236, fifo_threshold); /* synchronous fread */ in dib7000p_set_output_mode() 2614 u16 outreg, smo_mode, fifo_threshold; in dib7090_set_output_mode() local 2620 fifo_threshold = 1792; in dib7090_set_output_mode() 2664 fifo_threshold = 512; in dib7090_set_output_mode() 2686 ret |= dib7000p_write_word(state, 236, fifo_threshold); /* synchronous fread */ in dib7090_set_output_mode()
|
D | dib3000mc.c | 190 u16 fifo_threshold = 1792; in dib3000mc_set_output_mode() local 223 fifo_threshold = 512; in dib3000mc_set_output_mode() 243 ret |= dib3000mc_write_word(state, 207, fifo_threshold); /* synchronous fread */ in dib3000mc_set_output_mode()
|
D | dib7000m.c | 157 u16 outreg, fifo_threshold, smo_mode, in dib7000m_set_output_mode() local 161 fifo_threshold = 1792; in dib7000m_set_output_mode() 184 fifo_threshold = 512; in dib7000m_set_output_mode() 199 ret |= dib7000m_write_word(state, 295 + state->reg_offs, fifo_threshold); /* synchronous fread */ in dib7000m_set_output_mode()
|
D | dib8000.c | 411 u16 outreg, fifo_threshold, smo_mode, sram = 0x0205; /* by default SDRAM deintlv is enabled */ in dib8000_set_output_mode() local 415 fifo_threshold = 1792; in dib8000_set_output_mode() 440 fifo_threshold = 512; in dib8000_set_output_mode() 462 dib8000_write_word(state, 300, fifo_threshold); /* synchronous fread */ in dib8000_set_output_mode() 1567 u16 outreg, smo_mode, fifo_threshold; in dib8096p_set_output_mode() local 1574 fifo_threshold = 1792; in dib8096p_set_output_mode() 1623 fifo_threshold = 512; in dib8096p_set_output_mode() 1649 ret |= dib8000_write_word(state, 299 + 1, fifo_threshold); in dib8096p_set_output_mode()
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | hdmi.h | 204 u16 fifo_threshold; member
|
D | hdmi_wp.c | 243 r = FLD_MOD(r, aud_dma->fifo_threshold, 8, 0); in hdmi_wp_audio_config_dma()
|
D | hdmi4_core.c | 839 audio_dma.fifo_threshold = 0x20; /* in number of samples */ in hdmi4_audio_config()
|
D | hdmi5_core.c | 869 audio_dma.fifo_threshold = 0x20; /* in number of samples */ in hdmi5_audio_config()
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | hdmi.h | 207 u16 fifo_threshold; member
|
D | hdmi_wp.c | 263 r = FLD_MOD(r, aud_dma->fifo_threshold, 8, 0); in hdmi_wp_audio_config_dma()
|
D | hdmi4_core.c | 835 audio_dma.fifo_threshold = 0x20; /* in number of samples */ in hdmi4_audio_config()
|
D | hdmi5_core.c | 877 audio_dma.fifo_threshold = 0x20; /* in number of samples */ in hdmi5_audio_config()
|
/Linux-v4.19/drivers/scsi/ |
D | qla1280.c | 2071 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()
|
D | qla1280.h | 383 uint8_t fifo_threshold:4; member
|
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic79xx.h | 915 uint8_t fifo_threshold; member
|