Searched refs:fifo_threshold (Results 1 – 12 of 12) sorted by relevance
/linux-2.6.39/drivers/net/ |
D | gianfar_sysfs.c | 206 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()
|
D | gianfar.h | 1092 unsigned int fifo_threshold; member
|
D | gianfar.c | 428 gfar_write(®s->fifo_tx_thr, priv->fifo_threshold); in gfar_init_mac()
|
/linux-2.6.39/drivers/media/dvb/frontends/ |
D | dib7000p.c | 123 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()
|
D | dib3000mc.c | 156 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()
|
D | dib7000m.c | 113 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()
|
D | dib8000.c | 258 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/ |
D | gianfar.txt | 21 fifo_threshold:
|
/linux-2.6.39/drivers/scsi/ |
D | qla1280.c | 2080 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()
|
D | qla1280.h | 383 uint8_t fifo_threshold:4; member
|
/linux-2.6.39/drivers/scsi/aic7xxx/ |
D | aic79xx.h | 915 uint8_t fifo_threshold; member
|
/linux-2.6.39/drivers/media/video/ |
D | vino.c | 285 unsigned int fifo_threshold; member
|