Home
last modified time | relevance | path

Searched full:tune (Results 1 – 25 of 675) sorted by relevance

12345678910>>...27

/kernel/linux/linux-4.19/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))
/kernel/linux/linux-5.10/arch/arc/
DMakefile14 tune-mcpu-def-$(CONFIG_ISA_ARCOMPACT) := -mcpu=arc700
15 tune-mcpu-def-$(CONFIG_ISA_ARCV2) := -mcpu=hs38
18 cflags-y += $(tune-mcpu-def-y)
20 tune-mcpu := $(shell echo $(CONFIG_ARC_TUNE_MCPU))
21 tune-mcpu-ok := $(call cc-option-yn, $(tune-mcpu))
22 ifeq ($(tune-mcpu-ok),y)
23 cflags-y += $(tune-mcpu)
27 $(warning ** WARNING ** CONFIG_ARC_TUNE_MCPU flag '$(tune-mcpu)' is unknown, fallback to '$(tune-mc…
28 cflags-y += $(tune-mcpu-def-y)
/kernel/linux/linux-5.10/arch/x86/
DMakefile_32.cpu8 tune = $(call cc-option,-mtune=$(1),$(2))
10 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) -falign-functions=0 -falign-jumps=0…
35 cflags-$(CONFIG_MCORE2) += -march=i686 $(call tune,core2)
47 cflags-$(CONFIG_X86_GENERIC) += $(call tune,generic,$(call tune,i686))
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-4.19/arch/arm/
DMakefile83 tune-$(CONFIG_CPU_ARM7TDMI) =-mtune=arm7tdmi
84 tune-$(CONFIG_CPU_ARM720T) =-mtune=arm7tdmi
85 tune-$(CONFIG_CPU_ARM740T) =-mtune=arm7tdmi
86 tune-$(CONFIG_CPU_ARM9TDMI) =-mtune=arm9tdmi
87 tune-$(CONFIG_CPU_ARM940T) =-mtune=arm9tdmi
88 tune-$(CONFIG_CPU_ARM946E) =$(call cc-option,-mtune=arm9e,-mtune=arm9tdmi)
89 tune-$(CONFIG_CPU_ARM920T) =-mtune=arm9tdmi
90 tune-$(CONFIG_CPU_ARM922T) =-mtune=arm9tdmi
91 tune-$(CONFIG_CPU_ARM925T) =-mtune=arm9tdmi
92 tune-$(CONFIG_CPU_ARM926T) =-mtune=arm9tdmi
[all …]
/kernel/linux/linux-4.19/Documentation/media/uapi/dvb/
Dfrontend-property-terrestrial-systems.rst21 - :ref:`DTV_TUNE <DTV-TUNE>`
63 - :ref:`DTV_TUNE <DTV-TUNE>`
99 to tune any ISDB-T/ISDB-Tsb hardware. Of course it is possible that some
100 very sophisticated devices won't need certain parameters to tune.
128 - :ref:`DTV_TUNE <DTV-TUNE>`
193 - :ref:`DTV_TUNE <DTV-TUNE>`
218 - :ref:`DTV_TUNE <DTV-TUNE>`
271 - :ref:`DTV_TUNE <DTV-TUNE>`
Ddvbproperty.rst17 union with the parameters needed to tune for DVB-S, DVB-C, DVB-T and
50 **Example**: in order to set the hardware to tune into a DVB-C channel
67 :ref:`DTV_TUNE <DTV-TUNE>`
Dfrontend-property-cable-systems.rst28 - :ref:`DTV_TUNE <DTV-TUNE>`
62 - :ref:`DTV_TUNE <DTV-TUNE>`
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/
Dfrontend-property-terrestrial-systems.rst21 - :ref:`DTV_TUNE <DTV-TUNE>`
63 - :ref:`DTV_TUNE <DTV-TUNE>`
99 to tune any ISDB-T/ISDB-Tsb hardware. Of course it is possible that some
100 very sophisticated devices won't need certain parameters to tune.
128 - :ref:`DTV_TUNE <DTV-TUNE>`
193 - :ref:`DTV_TUNE <DTV-TUNE>`
218 - :ref:`DTV_TUNE <DTV-TUNE>`
271 - :ref:`DTV_TUNE <DTV-TUNE>`
Ddvbproperty.rst17 union with the parameters needed to tune for DVB-S, DVB-C, DVB-T and
50 **Example**: in order to set the hardware to tune into a DVB-C channel
67 :ref:`DTV_TUNE <DTV-TUNE>`
Dfrontend-property-cable-systems.rst28 - :ref:`DTV_TUNE <DTV-TUNE>`
62 - :ref:`DTV_TUNE <DTV-TUNE>`
/kernel/linux/linux-5.10/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()
205 dprintk("set_parms: tune=%d band=%d %s", in mt2266_set_params()
206 (int) tune, (int) lnaband, in mt2266_set_params()
/kernel/linux/linux-4.19/drivers/media/tuners/
Dmt2266.c131 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()
209 b[1] = (tune >> 8) & 0x1F; in mt2266_set_params()
210 b[2] = tune & 0xFF; in mt2266_set_params()
211 b[3] = tune >> 13; in mt2266_set_params()
214 dprintk("set_parms: tune=%d band=%d %s", in mt2266_set_params()
215 (int) tune, (int) lnaband, in mt2266_set_params()
/kernel/linux/linux-4.19/drivers/media/usb/dvb-usb/
Ddtt200u-fe.c142 … int dtt200u_fe_get_tune_settings(struct dvb_frontend* fe, struct dvb_frontend_tune_settings *tune) in dtt200u_fe_get_tune_settings() argument
144 tune->min_delay_ms = 1500; in dtt200u_fe_get_tune_settings()
145 tune->step_size = 0; in dtt200u_fe_get_tune_settings()
146 tune->max_drift = 0; in dtt200u_fe_get_tune_settings()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/clk/tegra/
Dclk-dfll.h26 * @set_clock_trimmers_high: callback to tune clock trimmers for high voltage
27 * @set_clock_trimmers_low: callback to tune clock trimmers for low voltage
/kernel/linux/linux-4.19/drivers/clk/tegra/
Dclk-dfll.h31 * @set_clock_trimmers_high: callback to tune clock trimmers for high voltage
32 * @set_clock_trimmers_low: callback to tune clock trimmers for low voltage
/kernel/linux/linux-4.19/drivers/media/dvb-frontends/
Ddib0090.c1232 /* in case of CBAND tune reduce first the lt_gain2 before adjusting the RF gain */ in dib0090_gain_control()
1311 …("tune state %d, ADC = %3ddB (ADC err %3d) WBD %3ddB (WBD err %3d, WBD val SADC: %4d), RFGainLimit… in dib0090_gain_control()
2053 const struct dib0090_tuning *tune = in dib0090_update_tuning_table_7090() local
2069 tune = dib0090_tuning_table_cband_7090e_sensitivity; in dib0090_update_tuning_table_7090()
2071 tune = dib0090_tuning_table_cband_7090e_aci; in dib0090_update_tuning_table_7090()
2073 while (state->rf_request > tune->max_freq) in dib0090_update_tuning_table_7090()
2074 tune++; in dib0090_update_tuning_table_7090()
2077 | (tune->lna_bias & 0x7fff)); in dib0090_update_tuning_table_7090()
2079 | ((tune->lna_tune << 6) & 0x07c0)); in dib0090_update_tuning_table_7090()
2149 … where auto captrim HW bug : TO CHECK IN ACI for SOCS !!! if 400 for 8090p SOC => tune issue !!! */ in dib0090_captrim_search()
[all …]
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
Ddib0090.c1220 /* in case of CBAND tune reduce first the lt_gain2 before adjusting the RF gain */ in dib0090_gain_control()
1299 …("tune state %d, ADC = %3ddB (ADC err %3d) WBD %3ddB (WBD err %3d, WBD val SADC: %4d), RFGainLimit… in dib0090_gain_control()
2042 const struct dib0090_tuning *tune = in dib0090_update_tuning_table_7090() local
2058 tune = dib0090_tuning_table_cband_7090e_sensitivity; in dib0090_update_tuning_table_7090()
2060 tune = dib0090_tuning_table_cband_7090e_aci; in dib0090_update_tuning_table_7090()
2062 while (state->rf_request > tune->max_freq) in dib0090_update_tuning_table_7090()
2063 tune++; in dib0090_update_tuning_table_7090()
2066 | (tune->lna_bias & 0x7fff)); in dib0090_update_tuning_table_7090()
2068 | ((tune->lna_tune << 6) & 0x07c0)); in dib0090_update_tuning_table_7090()
2138 … where auto captrim HW bug : TO CHECK IN ACI for SOCS !!! if 400 for 8090p SOC => tune issue !!! */ in dib0090_captrim_search()
[all …]
/kernel/linux/linux-5.10/include/linux/mfd/
Dsi476x-core.h98 * @tuning: Wait queue used for wainting for tune/seek comand
274 * enum si476x_tunemode - enum representing possible tune modes for
277 * channel after tune, tune status is valid.
279 * channel after tune, tune status invalid.
/kernel/linux/linux-4.19/include/linux/mfd/
Dsi476x-core.h107 * @tuning: Wait queue used for wainting for tune/seek comand
283 * enum si476x_tunemode - enum representing possible tune modes for
286 * channel after tune, tune status is valid.
288 * channel after tune, tune status invalid.
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
Dradio_2055.h94 #define B2055_LGEN_TUNE1 0x56 /* LGEN tune 1 */
95 #define B2055_LGEN_TUNE2 0x57 /* LGEN tune 2 */
103 #define B2055_C1_LGBUF_ATUNE 0x5F /* Core 1 LGBUF A tune */
104 #define B2055_C1_LGBUF_GTUNE 0x60 /* Core 1 LGBUF G tune */
150 #define B2055_C2_LGBUF_ATUNE 0x8E /* Core 2 LGBUF A tune */
151 #define B2055_C2_LGBUF_GTUNE 0x8F /* Core 2 LGBUF G tune */
/kernel/linux/linux-4.19/drivers/net/wireless/broadcom/b43/
Dradio_2055.h94 #define B2055_LGEN_TUNE1 0x56 /* LGEN tune 1 */
95 #define B2055_LGEN_TUNE2 0x57 /* LGEN tune 2 */
103 #define B2055_C1_LGBUF_ATUNE 0x5F /* Core 1 LGBUF A tune */
104 #define B2055_C1_LGBUF_GTUNE 0x60 /* Core 1 LGBUF G tune */
150 #define B2055_C2_LGBUF_ATUNE 0x8E /* Core 2 LGBUF A tune */
151 #define B2055_C2_LGBUF_GTUNE 0x8F /* Core 2 LGBUF G tune */
/kernel/linux/linux-4.19/arch/nds32/
DMakefile15 KBUILD_CFLAGS +=$(arch-y) $(tune-y)
16 KBUILD_AFLAGS +=$(arch-y) $(tune-y)
/kernel/linux/linux-5.10/arch/nds32/
DMakefile15 KBUILD_CFLAGS +=$(arch-y) $(tune-y)
16 KBUILD_AFLAGS +=$(arch-y) $(tune-y)

12345678910>>...27