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

/drivers/net/ethernet/freescale/
H A Dgianfar_sysfs.c206 return sprintf(buf, "%d\n", priv->fifo_threshold);
225 priv->fifo_threshold = length;
238 static DEVICE_ATTR(fifo_threshold, 0644, gfar_show_fifo_threshold,
328 priv->fifo_threshold = DEFAULT_FIFO_TX_THR;
H A Dgianfar.h1086 unsigned int fifo_threshold; member in struct:gfar_private
H A Dgianfar.c419 gfar_write(&regs->fifo_tx_thr, priv->fifo_threshold);
/drivers/media/dvb/frontends/
H A Ddib7000p.c164 u16 outreg, fifo_threshold, smo_mode; local
167 fifo_threshold = 1792;
190 fifo_threshold = 512;
208 ret |= dib7000p_write_word(state, 236, fifo_threshold); /* synchronous fread */
2239 u16 outreg, smo_mode, fifo_threshold; local
2245 fifo_threshold = 1792;
2289 fifo_threshold = 512;
2311 ret |= dib7000p_write_word(state, 236, fifo_threshold); /* synchronous fread */
H A Ddib7000m.c150 u16 outreg, fifo_threshold, smo_mode, local
154 fifo_threshold = 1792;
177 fifo_threshold = 512;
192 ret |= dib7000m_write_word(state, 295 + state->reg_offs, fifo_threshold); /* synchronous fread */
H A Ddib3000mc.c156 u16 fifo_threshold = 1792; local
189 fifo_threshold = 512;
209 ret |= dib3000mc_write_word(state, 207, fifo_threshold); /* synchronous fread */
H A Ddib8000.c342 u16 outreg, fifo_threshold, smo_mode, sram = 0x0205; /* by default SDRAM deintlv is enabled */ local
345 fifo_threshold = 1792;
370 fifo_threshold = 512;
392 dib8000_write_word(state, 300, fifo_threshold); /* synchronous fread */
1440 u16 outreg, smo_mode, fifo_threshold; local
1446 fifo_threshold = 1792;
1495 fifo_threshold = 512;
1521 ret |= dib8000_write_word(state, 299 + 1, fifo_threshold);
/drivers/video/omap2/dss/
H A Dti_hdmi_4xxx_ip.h495 u16 fifo_threshold; member in struct:hdmi_audio_dma
H A Dhdmi.c663 audio_dma.fifo_threshold = 0x20; /* in number of samples */
H A Dti_hdmi_4xxx_ip.c1054 r = FLD_MOD(r, aud_dma->fifo_threshold, 8, 0);
/drivers/scsi/aic7xxx/
H A Daic79xx.h915 uint8_t fifo_threshold; member in struct:vpd_config
/drivers/scsi/
H A Dqla1280.c2079 nv->isp_config.fifo_threshold |= 3;
2081 nv->isp_config.fifo_threshold |= 4;
2235 cfg1 |= nv->isp_config.fifo_threshold << 4;
2246 cfg1 = nv->isp_config.fifo_threshold << 4;
H A Dqla1280.h383 uint8_t fifo_threshold:4; member in struct:nvram::__anon4841
/drivers/media/video/
H A Dvino.c283 unsigned int fifo_threshold; member in struct:vino_channel_settings

Completed in 523 milliseconds