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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
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.h1081 unsigned int fifo_threshold; member in struct:gfar_private
H A Dgianfar.c427 gfar_write(&regs->fifo_tx_thr, priv->fifo_threshold);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Ddib7000m.c113 u16 outreg, fifo_threshold, smo_mode, local
117 fifo_threshold = 1792;
140 fifo_threshold = 512;
155 ret |= dib7000m_write_word(state, 295 + state->reg_offs, fifo_threshold); /* synchronous fread */
H A Ddib7000p.c108 u16 outreg, fifo_threshold, smo_mode; local
111 fifo_threshold = 1792;
135 fifo_threshold = 512;
153 ret |= dib7000p_write_word(state, 236, 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.c255 u16 outreg, fifo_threshold, smo_mode, sram = 0x0205; /* by default SDRAM deintlv is enabled */ local
258 fifo_threshold = 1792;
282 fifo_threshold = 512;
303 dib8000_write_word(state, 300, fifo_threshold); /* synchronous fread */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic79xx.h912 uint8_t fifo_threshold; member in struct:vpd_config
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dqla1280.c2076 nv->isp_config.fifo_threshold |= 3;
2078 nv->isp_config.fifo_threshold |= 4;
2232 cfg1 |= nv->isp_config.fifo_threshold << 4;
2243 cfg1 = nv->isp_config.fifo_threshold << 4;
H A Dqla1280.h383 uint8_t fifo_threshold:4; member in struct:nvram::__anon14891
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dvino.c285 unsigned int fifo_threshold; member in struct:vino_channel_settings

Completed in 311 milliseconds