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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dgianfar_sysfs.c54 GFAR_ATTR(fifo_threshold); variable
193 return sprintf(buf, "%d\n", priv->fifo_threshold);
210 priv->fifo_threshold = length;
298 priv->fifo_threshold = DEFAULT_FIFO_TX_THR;
307 GFAR_CREATE_FILE(dev, fifo_threshold);
H A Dgianfar.h717 unsigned int fifo_threshold; member in struct:gfar_private
H A Dgianfar.c873 gfar_write(&priv->regs->fifo_tx_thr, priv->fifo_threshold);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Ddib7000p.c77 u16 outreg, fifo_threshold, smo_mode; local
80 fifo_threshold = 1792;
104 fifo_threshold = 512;
119 ret |= dib7000p_write_word(state, 236, fifo_threshold); /* synchronous fread */
H A Ddib7000m.c85 u16 outreg, fifo_threshold, smo_mode, local
89 fifo_threshold = 1792;
113 fifo_threshold = 512;
128 ret |= dib7000m_write_word(state, 295 + state->reg_offs, fifo_threshold); /* synchronous fread */
H A Ddib3000mc.c154 u16 fifo_threshold = 1792; local
187 fifo_threshold = 512;
207 ret |= dib3000mc_write_word(state, 207, fifo_threshold); /* synchronous fread */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dqla1280.c2008 nv->isp_config.fifo_threshold |= 3;
2010 nv->isp_config.fifo_threshold |= 4;
2164 cfg1 |= nv->isp_config.fifo_threshold << 4;
2175 cfg1 = nv->isp_config.fifo_threshold << 4;
H A Dqla1280.h382 uint8_t fifo_threshold:4; member in struct:nvram::__anon6855
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx.h912 uint8_t fifo_threshold; member in struct:vpd_config
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dvino.c273 unsigned int fifo_threshold; member in struct:vino_channel_settings

Completed in 204 milliseconds