Home
last modified time | relevance | path

Searched refs:tune (Results 1 – 25 of 116) sorted by relevance

12345

/Linux-v5.4/arch/arm/
DMakefile86 tune-$(CONFIG_CPU_ARM7TDMI) =-mtune=arm7tdmi
87 tune-$(CONFIG_CPU_ARM720T) =-mtune=arm7tdmi
88 tune-$(CONFIG_CPU_ARM740T) =-mtune=arm7tdmi
89 tune-$(CONFIG_CPU_ARM9TDMI) =-mtune=arm9tdmi
90 tune-$(CONFIG_CPU_ARM940T) =-mtune=arm9tdmi
91 tune-$(CONFIG_CPU_ARM946E) =$(call cc-option,-mtune=arm9e,-mtune=arm9tdmi)
92 tune-$(CONFIG_CPU_ARM920T) =-mtune=arm9tdmi
93 tune-$(CONFIG_CPU_ARM922T) =-mtune=arm9tdmi
94 tune-$(CONFIG_CPU_ARM925T) =-mtune=arm9tdmi
95 tune-$(CONFIG_CPU_ARM926T) =-mtune=arm9tdmi
[all …]
/Linux-v5.4/arch/x86/
DMakefile_32.cpu8 tune = $(call cc-option,-mtune=$(1),$(2))
10 tune = $(call cc-option,-mcpu=$(1),$(2))
18 cflags-$(CONFIG_MPENTIUMII) += -march=i686 $(call tune,pentium2)
19 cflags-$(CONFIG_MPENTIUMIII) += -march=i686 $(call tune,pentium3)
20 cflags-$(CONFIG_MPENTIUMM) += -march=i686 $(call tune,pentium3)
21 cflags-$(CONFIG_MPENTIUM4) += -march=i686 $(call tune,pentium4)
28 cflags-$(CONFIG_MEFFICEON) += -march=i686 $(call tune,pentium3) -falign-functions=0 -falign-jumps=0…
34 cflags-$(CONFIG_MCORE2) += -march=i686 $(call tune,core2)
46 cflags-$(CONFIG_X86_GENERIC) += $(call tune,generic,$(call tune,i686))
/Linux-v5.4/drivers/media/tuners/
Dmt2266.c122 u32 tune; in mt2266_set_params() local
135 tune = 2 * freq * (8192/16) / (FREF/16); in mt2266_set_params()
138 tune *= 2; in mt2266_set_params()
200 b[1] = (tune >> 8) & 0x1F; in mt2266_set_params()
201 b[2] = tune & 0xFF; in mt2266_set_params()
202 b[3] = tune >> 13; in mt2266_set_params()
206 (int) tune, (int) lnaband, in mt2266_set_params()
/Linux-v5.4/drivers/media/dvb-frontends/
Ddib0090.c2041 const struct dib0090_tuning *tune = in dib0090_update_tuning_table_7090() local
2057 tune = dib0090_tuning_table_cband_7090e_sensitivity; in dib0090_update_tuning_table_7090()
2059 tune = dib0090_tuning_table_cband_7090e_aci; in dib0090_update_tuning_table_7090()
2061 while (state->rf_request > tune->max_freq) in dib0090_update_tuning_table_7090()
2062 tune++; in dib0090_update_tuning_table_7090()
2065 | (tune->lna_bias & 0x7fff)); in dib0090_update_tuning_table_7090()
2067 | ((tune->lna_tune << 6) & 0x07c0)); in dib0090_update_tuning_table_7090()
2232 const struct dib0090_tuning *tune = state->current_tune_table_index; in dib0090_tune() local
2310 tune = dib0090_tuning_table; in dib0090_tune()
2312 tune = dib0090_p1g_tuning_table; in dib0090_tune()
[all …]
Ddib0070.c323 const struct dib0070_tuning *tune; in dib0070_tune_digital() local
346 tune = dib0070s_tuning_table; in dib0070_tune_digital()
350 tune = dib0070_tuning_table; in dib0070_tune_digital()
357 while (freq > tune->max_freq) /* find the right one */ in dib0070_tune_digital()
358 tune++; in dib0070_tune_digital()
362 state->current_tune_table_index = tune; in dib0070_tune_digital()
Dm88rs2000.c713 struct dvb_frontend_tune_settings *tune) in m88rs2000_get_tune_settings() argument
718 tune->min_delay_ms = 2000; in m88rs2000_get_tune_settings()
720 tune->min_delay_ms = 3000; in m88rs2000_get_tune_settings()
722 tune->step_size = c->symbol_rate / 16000; in m88rs2000_get_tune_settings()
723 tune->max_drift = c->symbol_rate / 2000; in m88rs2000_get_tune_settings()
Dgp8psk-fe.c124 …c int gp8psk_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) in gp8psk_fe_get_tune_settings() argument
126 tune->min_delay_ms = 800; in gp8psk_fe_get_tune_settings()
Dau8522_dig.c818 struct dvb_frontend_tune_settings *tune) in au8522_get_tune_settings() argument
820 tune->min_delay_ms = 1000; in au8522_get_tune_settings()
Dcx22702.c565 struct dvb_frontend_tune_settings *tune) in cx22702_get_tune_settings() argument
567 tune->min_delay_ms = 1000; in cx22702_get_tune_settings()
/Linux-v5.4/drivers/media/usb/dvb-usb/
Ddtt200u-fe.c139 … int dtt200u_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) in dtt200u_fe_get_tune_settings() argument
141 tune->min_delay_ms = 1500; in dtt200u_fe_get_tune_settings()
142 tune->step_size = 0; in dtt200u_fe_get_tune_settings()
143 tune->max_drift = 0; in dtt200u_fe_get_tune_settings()
Dvp7045-fe.c97 …c int vp7045_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) in vp7045_fe_get_tune_settings() argument
99 tune->min_delay_ms = 800; in vp7045_fe_get_tune_settings()
DcinergyT2-fe.c218 struct dvb_frontend_tune_settings *tune) in cinergyt2_fe_get_tune_settings() argument
220 tune->min_delay_ms = 800; in cinergyt2_fe_get_tune_settings()
Dvp702x-fe.c128 …c int vp702x_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) in vp702x_fe_get_tune_settings() argument
131 tune->min_delay_ms = 2000; in vp702x_fe_get_tune_settings()
/Linux-v5.4/arch/nds32/
DMakefile15 KBUILD_CFLAGS +=$(arch-y) $(tune-y)
16 KBUILD_AFLAGS +=$(arch-y) $(tune-y)
/Linux-v5.4/tools/virtio/ringtest/
DREADME1 Partial implementation of various ring layouts, useful to tune virtio design.
/Linux-v5.4/Documentation/media/uapi/dvb/
Dfrontend_fcalls.rst31 fe-set-frontend-tune-mode
Ddvbproperty.rst24 union with the parameters needed to tune for DVB-S, DVB-C, DVB-T and
57 **Example**: in order to set the hardware to tune into a DVB-C channel
Dfe-set-frontend-tune-mode.rst38 - 0 - normal tune mode
/Linux-v5.4/include/uapi/sound/
Dsfnt_info.h130 short tune; /* pitch tuning (in cents) */ member
/Linux-v5.4/Documentation/devicetree/bindings/arm/stm32/
Dmlahb.txt7 Cortex-M firmware accesses among those ports allows to tune the system
/Linux-v5.4/drivers/media/pci/ddbridge/
Dddbridge-sx8.c412 static int tune(struct dvb_frontend *fe, bool re_tune, in tune() function
466 .tune = tune,
/Linux-v5.4/fs/sysfs/
DKconfig13 which driver each is bound to. sysfs can also be used to tune devices
/Linux-v5.4/block/
DKconfig.iosched18 synchronous writes, it will self-tune queue depths to achieve that
/Linux-v5.4/arch/mips/txx9/generic/
Dsetup_tx4938.c333 void __init tx4938_ata_init(unsigned int irq, unsigned int shift, int tune) in tx4938_ata_init() argument
351 .gbus_clock = tune ? txx9_gbus_clock : 0, in tx4938_ata_init()
/Linux-v5.4/Documentation/devicetree/bindings/clock/
Dti,cdce925.txt25 - xtal-load-pf: Crystal load-capacitor value to fine-tune performance on a

12345