/linux/arch/arm/ |
H A D | Makefile | 93 tune-$(CONFIG_CPU_ARM7TDMI) :=-mtune=arm7tdmi 94 tune-$(CONFIG_CPU_ARM720T) :=-mtune=arm7tdmi 95 tune-$(CONFIG_CPU_ARM740T) :=-mtune=arm7tdmi 96 tune-$(CONFIG_CPU_ARM9TDMI) :=-mtune=arm9tdmi 97 tune-$(CONFIG_CPU_ARM940T) :=-mtune=arm9tdmi 98 tune-$(CONFIG_CPU_ARM946E) :=-mtune=arm9e 99 tune-$(CONFIG_CPU_ARM920T) :=-mtune=arm9tdmi 100 tune-$(CONFIG_CPU_ARM922T) :=-mtune=arm9tdmi 101 tune-$(CONFIG_CPU_ARM925T) :=-mtune=arm9tdmi 102 tune-$(CONFIG_CPU_ARM926T) :=-mtune=arm9tdmi [all …]
|
/linux/arch/x86/ |
H A D | Makefile_32.cpu | 5 tune = $(call cc-option,-mtune=$(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) 35 cflags-$(CONFIG_MCORE2) += -march=i686 $(call tune,core2) 47 cflags-$(CONFIG_X86_GENERIC) += $(call tune,generic,$(call tune,i686))
|
/linux/arch/arc/ |
H A D | Makefile | 14 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 := $(CONFIG_ARC_TUNE_MCPU) 21 ifneq ($(call cc-option,$(tune-mcpu)),) 22 cflags-y += $(tune-mcpu) 26 $(warning ** WARNING ** CONFIG_ARC_TUNE_MCPU flag '$(tune-mcpu)' is unknown, fallback to '$(tune-mc… 27 cflags-y += $(tune-mcpu-def-y)
|
/linux/Documentation/devicetree/bindings/phy/ |
H A D | phy-stm32-usbphyc.yaml | 91 # all optional parameters to tune the interface of the PHY (HS for High-Speed, FS for Full- 106 st,tune-hs-dc-level: 162 st,tune-squelch-level: 178 st,tune-hs-rx-offset: 258 st,tune-hs-dc-level = <2>; 263 st,tune-squelch-level = <3>; 264 st,tune-hs-rx-offset = <2>; 276 st,tune-hs-dc-level = <2>; 281 st,tune-squelch-level = <3>; 282 st,tune-hs-rx-offset = <2>;
|
H A D | fsl,imx8mq-usb-phy.yaml | 43 fsl,phy-tx-vref-tune-percent: 49 fsl,phy-tx-rise-tune-percent: 56 fsl,phy-tx-preemp-amp-tune-microamp: 69 fsl,phy-comp-dis-tune-percent:
|
H A D | qcom,snps-eusb2-repeater.yaml | 37 qcom,tune-usb2-disc-thres: 44 qcom,tune-usb2-amplitude: 51 qcom,tune-usb2-preem:
|
/linux/Documentation/userspace-api/media/dvb/ |
H A D | frontend-property-terrestrial-systems.rst | 21 - :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>`
|
H A D | dvbproperty.rst | 17 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>`
|
H A D | frontend-property-cable-systems.rst | 28 - :ref:`DTV_TUNE <DTV-TUNE>` 62 - :ref:`DTV_TUNE <DTV-TUNE>`
|
H A D | frontend-property-satellite-systems.rst | 21 - :ref:`DTV_TUNE <DTV-TUNE>` 91 - :ref:`DTV_TUNE <DTV-TUNE>`
|
/linux/drivers/media/tuners/ |
H A D | mt2266.c | 122 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()
|
/linux/drivers/hwtracing/ptt/ |
H A D | hisi_ptt.h | 3 * Driver for HiSilicon PCIe tune and trace device 94 * struct hisi_ptt_tune_desc - Describe tune event for PTT tune 95 * @hisi_ptt: PTT device this tune event belongs to 203 * @tune_lock: lock to serialize the tune process
|
H A D | Kconfig | 3 tristate "HiSilicon PCIe Tune and Trace Device" 7 HiSilicon PCIe Tune and Trace device exists as a PCIe RCiEP
|
/linux/drivers/media/usb/dvb-usb/ |
H A D | dtt200u-fe.c | 139 … 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()
|
/linux/include/linux/mfd/ |
H A D | si476x-core.h | 98 * @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.
|
/linux/drivers/net/wireless/broadcom/b43/ |
H A D | radio_2055.h | 94 #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 */
|
/linux/drivers/clk/tegra/ |
H A D | clk-dfll.h | 26 * @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
|
/linux/drivers/phy/freescale/ |
H A D | phy-fsl-imx8mq-usb.c | 144 if (device_property_read_u32(dev, "fsl,phy-tx-vref-tune-percent", in imx8m_get_phy_tuning_data() 151 if (device_property_read_u32(dev, "fsl,phy-tx-rise-tune-percent", in imx8m_get_phy_tuning_data() 158 if (device_property_read_u32(dev, "fsl,phy-tx-preemp-amp-tune-microamp", in imx8m_get_phy_tuning_data() 172 if (device_property_read_u32(dev, "fsl,phy-comp-dis-tune-percent", in imx8m_get_phy_tuning_data()
|
/linux/drivers/media/rc/keymaps/ |
H A D | rc-apac-viewcomp.c | 49 { 0x0c, KEY_KPPLUS }, /* fine tune >>>> */ 50 { 0x18, KEY_KPMINUS }, /* fine tune <<<< */
|
H A D | rc-winfast.c | 44 { 0x18, KEY_KPPLUS }, /* fine tune + , not on Y040052 */ 45 { 0x19, KEY_KPMINUS }, /* fine tune - , not on Y040052 */
|
/linux/drivers/phy/samsung/ |
H A D | phy-exynos5-usbdrd.c | 323 #define for_each_phy_tune(tune) \ argument 324 for (; (tune)->region != PTR_INVALID; ++(tune)) 547 const struct exynos5_usbdrd_phy_tuning *tune; in exynos5_usbdrd_apply_phy_tunes() local 549 tune = phy_drd->drv_data->phy_tunes[state]; in exynos5_usbdrd_apply_phy_tunes() 550 if (!tune) in exynos5_usbdrd_apply_phy_tunes() 553 for_each_phy_tune(tune) { in exynos5_usbdrd_apply_phy_tunes() 557 switch (tune->region) { in exynos5_usbdrd_apply_phy_tunes() 569 "unknown phy region %d\n", tune->region); in exynos5_usbdrd_apply_phy_tunes() 573 if (~tune->mask) { in exynos5_usbdrd_apply_phy_tunes() 574 reg = readl(reg_base + tune->off); in exynos5_usbdrd_apply_phy_tunes() [all …]
|
/linux/arch/arm/boot/dts/st/ |
H A D | stm32mp135f-dhcor-dhsbc.dts | 388 st,tune-hs-dc-level = <2>; 392 st,tune-squelch-level = <1>; 406 st,tune-hs-dc-level = <2>; 410 st,tune-squelch-level = <1>;
|
/linux/drivers/media/common/siano/ |
H A D | smsdvb-main.c | 872 struct dvb_frontend_tune_settings *tune) in smsdvb_get_tune_settings() argument 876 tune->min_delay_ms = 400; in smsdvb_get_tune_settings() 877 tune->step_size = 250000; in smsdvb_get_tune_settings() 878 tune->max_drift = 0; in smsdvb_get_tune_settings() 931 /* tune with LNA off at first */ in smsdvb_dvbt_set_frontend() 940 /* previous tune didn't lock - enable LNA and tune again */ in smsdvb_dvbt_set_frontend() 1002 /* tune with LNA off at first */ in smsdvb_isdbt_set_frontend() 1011 /* previous tune didn't lock - enable LNA and tune again */ in smsdvb_isdbt_set_frontend()
|
/linux/drivers/media/radio/si470x/ |
H A D | radio-si470x-common.c | 54 * - fixed problem with incomplete tune operations by own buffers 123 /* Tune timeout */ 126 MODULE_PARM_DESC(tune_timeout, "Tune timeout: *3000*"); 215 /* wait till tune operation has completed */ in si470x_set_chan() 223 dev_warn(&radio->videodev.dev, "tune does not complete\n"); in si470x_set_chan() 226 "tune timed out after %u ms\n", tune_timeout); in si470x_set_chan() 340 /* wait till tune operation has completed */ in si470x_set_seek()
|
/linux/drivers/media/usb/as102/ |
H A D | as10x_cmd.c | 94 * as10x_cmd_set_tune - send set tune command to AS10x 96 * @ptune: tune parameters 149 * as10x_cmd_get_tune_status - send get tune status command to AS10x 151 * @pstatus: pointer to updated status structure of the current tune
|