/linux-2.6.39/arch/arm/ |
D | Makefile | 73 tune-$(CONFIG_CPU_ARM610) :=-mtune=arm610 74 tune-$(CONFIG_CPU_ARM710) :=-mtune=arm710 75 tune-$(CONFIG_CPU_ARM7TDMI) :=-mtune=arm7tdmi 76 tune-$(CONFIG_CPU_ARM720T) :=-mtune=arm7tdmi 77 tune-$(CONFIG_CPU_ARM740T) :=-mtune=arm7tdmi 78 tune-$(CONFIG_CPU_ARM9TDMI) :=-mtune=arm9tdmi 79 tune-$(CONFIG_CPU_ARM940T) :=-mtune=arm9tdmi 80 tune-$(CONFIG_CPU_ARM946E) :=$(call cc-option,-mtune=arm9e,-mtune=arm9tdmi) 81 tune-$(CONFIG_CPU_ARM920T) :=-mtune=arm9tdmi 82 tune-$(CONFIG_CPU_ARM922T) :=-mtune=arm9tdmi [all …]
|
/linux-2.6.39/arch/x86/ |
D | Makefile_32.cpu | 7 tune = $(call cc-option,-mtune=$(1),$(2)) 9 tune = $(call cc-option,-mcpu=$(1),$(2)) 19 cflags-$(CONFIG_MPENTIUMII) += -march=i686 $(call tune,pentium2) 20 cflags-$(CONFIG_MPENTIUMIII) += -march=i686 $(call tune,pentium3) 21 cflags-$(CONFIG_MPENTIUMM) += -march=i686 $(call tune,pentium3) 22 cflags-$(CONFIG_MPENTIUM4) += -march=i686 $(call tune,pentium4) 29 cflags-$(CONFIG_MEFFICEON) += -march=i686 $(call tune,pentium3) $(align)-functions=0 $(align)-jumps… 35 cflags-$(CONFIG_MCORE2) += -march=i686 $(call tune,core2) 47 cflags-$(CONFIG_X86_GENERIC) += $(call tune,generic,$(call tune,i686))
|
/linux-2.6.39/drivers/media/common/tuners/ |
D | mt2266.c | 130 u32 tune; in mt2266_set_params() local 144 tune = 2 * freq * (8192/16) / (FREF/16); in mt2266_set_params() 147 tune *= 2; in mt2266_set_params() 208 b[1] = (tune >> 8) & 0x1F; in mt2266_set_params() 209 b[2] = tune & 0xFF; in mt2266_set_params() 210 b[3] = tune >> 13; in mt2266_set_params() 214 (int) tune, (int) lnaband, in mt2266_set_params()
|
/linux-2.6.39/drivers/media/dvb/dvb-usb/ |
D | dtt200u-fe.c | 95 … int dtt200u_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) in dtt200u_fe_get_tune_settings() argument 97 tune->min_delay_ms = 1500; in dtt200u_fe_get_tune_settings() 98 tune->step_size = 0; in dtt200u_fe_get_tune_settings() 99 tune->max_drift = 0; in dtt200u_fe_get_tune_settings()
|
D | vp7045-fe.c | 100 …c int vp7045_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) in vp7045_fe_get_tune_settings() argument 102 tune->min_delay_ms = 800; in vp7045_fe_get_tune_settings()
|
D | cinergyT2-fe.c | 260 struct dvb_frontend_tune_settings *tune) in cinergyt2_fe_get_tune_settings() argument 262 tune->min_delay_ms = 800; in cinergyt2_fe_get_tune_settings()
|
D | vp702x-fe.c | 122 …c int vp702x_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) in vp702x_fe_get_tune_settings() argument 125 tune->min_delay_ms = 2000; in vp702x_fe_get_tune_settings()
|
D | gp8psk-fe.c | 110 …c int gp8psk_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) in gp8psk_fe_get_tune_settings() argument 112 tune->min_delay_ms = 800; in gp8psk_fe_get_tune_settings()
|
/linux-2.6.39/drivers/media/dvb/frontends/ |
D | dib0090.c | 2032 const struct dib0090_tuning *tune = state->current_tune_table_index; in dib0090_tune() local 2110 tune = dib0090_tuning_table; in dib0090_tune() 2112 tune = dib0090_p1g_tuning_table; in dib0090_tune() 2121 tune = dib0090_tuning_table_cband_7090; in dib0090_tune() 2126 tune = dib0090_tuning_table_cband_7090; in dib0090_tune() 2135 tune = dib0090_tuning_table_fm_vhf_on_cband; in dib0090_tune() 2137 tune = dib0090_p1g_tuning_table_fm_vhf_on_cband; in dib0090_tune() 2146 while (state->rf_request > tune->max_freq) in dib0090_tune() 2147 tune++; in dib0090_tune() 2151 state->current_tune_table_index = tune; in dib0090_tune() [all …]
|
D | dib0070.c | 300 const struct dib0070_tuning *tune; in dib0070_tune_digital() local 323 tune = dib0070s_tuning_table; in dib0070_tune_digital() 327 tune = dib0070_tuning_table; in dib0070_tune_digital() 334 while (freq > tune->max_freq) /* find the right one */ in dib0070_tune_digital() 335 tune++; in dib0070_tune_digital() 339 state->current_tune_table_index = tune; in dib0070_tune_digital()
|
D | nxt6000.c | 523 … int nxt6000_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) in nxt6000_fe_get_tune_settings() argument 525 tune->min_delay_ms = 500; in nxt6000_fe_get_tune_settings()
|
D | cx22702.c | 561 struct dvb_frontend_tune_settings *tune) in cx22702_get_tune_settings() argument 563 tune->min_delay_ms = 1000; in cx22702_get_tune_settings()
|
D | au8522_dig.c | 897 struct dvb_frontend_tune_settings *tune) in au8522_get_tune_settings() argument 899 tune->min_delay_ms = 1000; in au8522_get_tune_settings()
|
D | s5h1409.c | 911 struct dvb_frontend_tune_settings *tune) in s5h1409_get_tune_settings() argument 913 tune->min_delay_ms = 1000; in s5h1409_get_tune_settings()
|
D | s5h1411.c | 826 struct dvb_frontend_tune_settings *tune) in s5h1411_get_tune_settings() argument 828 tune->min_delay_ms = 1000; in s5h1411_get_tune_settings()
|
/linux-2.6.39/include/sound/ |
D | sfnt_info.h | 129 short tune; /* pitch tuning (in cents) */ member
|
/linux-2.6.39/fs/sysfs/ |
D | Kconfig | 11 which driver each is bound to. sysfs can also be used to tune devices
|
/linux-2.6.39/Documentation/ABI/obsolete/ |
D | proc-pid-oom_adj | 13 exponentially is, thus, impossible to tune with fine granularity.
|
/linux-2.6.39/arch/um/ |
D | Makefile-i386 | 25 # First of all, tune CFLAGS for the specific CPU. This actually sets cflags-y.
|
/linux-2.6.39/arch/mips/txx9/generic/ |
D | setup_tx4938.c | 336 void __init tx4938_ata_init(unsigned int irq, unsigned int shift, int tune) in tx4938_ata_init() argument 354 .gbus_clock = tune ? txx9_gbus_clock : 0, in tx4938_ata_init()
|
/linux-2.6.39/drivers/media/dvb/siano/ |
D | smsdvb.c | 584 struct dvb_frontend_tune_settings *tune) in smsdvb_get_tune_settings() argument 588 tune->min_delay_ms = 400; in smsdvb_get_tune_settings() 589 tune->step_size = 250000; in smsdvb_get_tune_settings() 590 tune->max_drift = 0; in smsdvb_get_tune_settings()
|
/linux-2.6.39/fs/jffs2/ |
D | TODO | 9 - fine-tune the allocation / GC thresholds
|
/linux-2.6.39/Documentation/filesystems/ |
D | gfs2.txt | 42 gfs2_tool to manipulate, examine and tune a filesystem
|
/linux-2.6.39/drivers/media/video/tlg2300/ |
D | pd-dvb.c | 245 struct dvb_frontend_tune_settings *tune) in poseidon_fe_get_tune_settings() argument 247 tune->min_delay_ms = 1000; in poseidon_fe_get_tune_settings()
|
/linux-2.6.39/arch/mips/include/asm/txx9/ |
D | tx4938.h | 307 void tx4938_ata_init(unsigned int irq, unsigned int shift, int tune);
|