/linux-3.4.99/drivers/net/ethernet/freescale/ |
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 | 1094 unsigned int fifo_threshold; member
|
D | gianfar.c | 425 gfar_write(®s->fifo_tx_thr, priv->fifo_threshold); in gfar_init_mac()
|
/linux-3.4.99/drivers/media/dvb/frontends/ |
D | dib7000p.c | 164 u16 outreg, fifo_threshold, smo_mode; in dib7000p_set_output_mode() local 167 fifo_threshold = 1792; in dib7000p_set_output_mode() 190 fifo_threshold = 512; in dib7000p_set_output_mode() 208 ret |= dib7000p_write_word(state, 236, fifo_threshold); /* synchronous fread */ in dib7000p_set_output_mode() 2239 u16 outreg, smo_mode, fifo_threshold; in dib7090_set_output_mode() local 2245 fifo_threshold = 1792; in dib7090_set_output_mode() 2289 fifo_threshold = 512; in dib7090_set_output_mode() 2311 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 | 150 u16 outreg, fifo_threshold, smo_mode, in dib7000m_set_output_mode() local 154 fifo_threshold = 1792; in dib7000m_set_output_mode() 177 fifo_threshold = 512; in dib7000m_set_output_mode() 192 ret |= dib7000m_write_word(state, 295 + state->reg_offs, fifo_threshold); /* synchronous fread */ in dib7000m_set_output_mode()
|
D | dib8000.c | 342 u16 outreg, fifo_threshold, smo_mode, sram = 0x0205; /* by default SDRAM deintlv is enabled */ in dib8000_set_output_mode() local 345 fifo_threshold = 1792; in dib8000_set_output_mode() 370 fifo_threshold = 512; in dib8000_set_output_mode() 392 dib8000_write_word(state, 300, fifo_threshold); /* synchronous fread */ in dib8000_set_output_mode() 1440 u16 outreg, smo_mode, fifo_threshold; in dib8096p_set_output_mode() local 1446 fifo_threshold = 1792; in dib8096p_set_output_mode() 1495 fifo_threshold = 512; in dib8096p_set_output_mode() 1521 ret |= dib8000_write_word(state, 299 + 1, fifo_threshold); in dib8096p_set_output_mode()
|
/linux-3.4.99/Documentation/networking/ |
D | gianfar.txt | 21 fifo_threshold:
|
/linux-3.4.99/drivers/video/omap2/dss/ |
D | ti_hdmi_4xxx_ip.h | 495 u16 fifo_threshold; member
|
D | hdmi.c | 663 audio_dma.fifo_threshold = 0x20; /* in number of samples */ in hdmi_audio_hw_params()
|
D | ti_hdmi_4xxx_ip.c | 1054 r = FLD_MOD(r, aud_dma->fifo_threshold, 8, 0); in hdmi_wp_audio_config_dma()
|
/linux-3.4.99/drivers/scsi/ |
D | qla1280.c | 2079 nv->isp_config.fifo_threshold |= 3; in qla1280_set_defaults() 2081 nv->isp_config.fifo_threshold |= 4; in qla1280_set_defaults() 2235 cfg1 |= nv->isp_config.fifo_threshold << 4; in qla1280_nvram_config() 2246 cfg1 = nv->isp_config.fifo_threshold << 4; in qla1280_nvram_config()
|
D | qla1280.h | 383 uint8_t fifo_threshold:4; member
|
/linux-3.4.99/drivers/scsi/aic7xxx/ |
D | aic79xx.h | 915 uint8_t fifo_threshold; member
|
/linux-3.4.99/drivers/media/video/ |
D | vino.c | 283 unsigned int fifo_threshold; member
|