Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Dgianfar_sysfs.c206 return sprintf(buf, "%d\n", priv->fifo_threshold); in gfar_show_fifo_threshold()
225 priv->fifo_threshold = length; in gfar_set_fifo_threshold()
238 static DEVICE_ATTR(fifo_threshold, 0644, gfar_show_fifo_threshold,
328 priv->fifo_threshold = DEFAULT_FIFO_TX_THR; in gfar_init_sysfs()
Dgianfar.h1092 unsigned int fifo_threshold; member
Dgianfar.c428 gfar_write(&regs->fifo_tx_thr, priv->fifo_threshold); in gfar_init_mac()
/linux-2.6.39/drivers/media/dvb/frontends/
Ddib7000p.c123 u16 outreg, fifo_threshold, smo_mode; in dib7000p_set_output_mode() local
126 fifo_threshold = 1792; in dib7000p_set_output_mode()
149 fifo_threshold = 512; in dib7000p_set_output_mode()
167 ret |= dib7000p_write_word(state, 236, fifo_threshold); /* synchronous fread */ in dib7000p_set_output_mode()
2136 u16 outreg, smo_mode, fifo_threshold; in dib7090_set_output_mode() local
2142 fifo_threshold = 1792; in dib7090_set_output_mode()
2195 fifo_threshold = 512; in dib7090_set_output_mode()
2214 ret |= dib7000p_write_word(state, 236, fifo_threshold); /* synchronous fread */ in dib7090_set_output_mode()
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()
Ddib7000m.c113 u16 outreg, fifo_threshold, smo_mode, in dib7000m_set_output_mode() local
117 fifo_threshold = 1792; in dib7000m_set_output_mode()
140 fifo_threshold = 512; in dib7000m_set_output_mode()
155 ret |= dib7000m_write_word(state, 295 + state->reg_offs, fifo_threshold); /* synchronous fread */ in dib7000m_set_output_mode()
Ddib8000.c258 u16 outreg, fifo_threshold, smo_mode, sram = 0x0205; /* by default SDRAM deintlv is enabled */ in dib8000_set_output_mode() local
261 fifo_threshold = 1792; in dib8000_set_output_mode()
286 fifo_threshold = 512; in dib8000_set_output_mode()
308 dib8000_write_word(state, 300, fifo_threshold); /* synchronous fread */ in dib8000_set_output_mode()
/linux-2.6.39/Documentation/networking/
Dgianfar.txt21 fifo_threshold:
/linux-2.6.39/drivers/scsi/
Dqla1280.c2080 nv->isp_config.fifo_threshold |= 3; in qla1280_set_defaults()
2082 nv->isp_config.fifo_threshold |= 4; in qla1280_set_defaults()
2236 cfg1 |= nv->isp_config.fifo_threshold << 4; in qla1280_nvram_config()
2247 cfg1 = nv->isp_config.fifo_threshold << 4; in qla1280_nvram_config()
Dqla1280.h383 uint8_t fifo_threshold:4; member
/linux-2.6.39/drivers/scsi/aic7xxx/
Daic79xx.h915 uint8_t fifo_threshold; member
/linux-2.6.39/drivers/media/video/
Dvino.c285 unsigned int fifo_threshold; member