Home
last modified time | relevance | path

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

12345678910>>...29

/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) =-mtune=arm9e
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-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-6.6/Documentation/ABI/testing/
Dsysfs-devices-hisi_ptt1 What: /sys/devices/hisi_ptt<sicl_id>_<core_id>/tune
11 What: /sys/devices/hisi_ptt<sicl_id>_<core_id>/tune/qos_tx_cpl
17 The available tune data is [0, 1, 2]. Writing a negative value
21 What: /sys/devices/hisi_ptt<sicl_id>_<core_id>/tune/qos_tx_np
27 The available tune data is [0, 1, 2]. Writing a negative value
31 What: /sys/devices/hisi_ptt<sicl_id>_<core_id>/tune/qos_tx_p
37 The available tune data is [0, 1, 2]. Writing a negative value
41 What: /sys/devices/hisi_ptt<sicl_id>_<core_id>/tune/rx_alloc_buf_level
48 The available tune data is [0, 1, 2]. Writing a negative value
52 What: /sys/devices/hisi_ptt<sicl_id>_<core_id>/tune/tx_alloc_buf_level
[all …]
/kernel/linux/linux-6.6/arch/x86/
DMakefile_32.cpu5 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))
/kernel/linux/linux-6.6/arch/arm/
DMakefile93 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 …]
/kernel/linux/linux-6.6/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 := $(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)
/kernel/linux/linux-6.6/drivers/phy/st/
Dphy-stm32-usbphyc.c142 u32 tune; member
478 usbphyc_phy->tune |= INCURREN | FIELD_PREP(INCURRINT, val); in stm32_usbphyc_phy_tuning()
485 usbphyc_phy->tune |= LFSCAPEN; in stm32_usbphyc_phy_tuning()
488 usbphyc_phy->tune |= HSDRVSLEW; in stm32_usbphyc_phy_tuning()
490 ret = of_property_read_u32(np, "st,tune-hs-dc-level", &val); in stm32_usbphyc_phy_tuning()
494 usbphyc_phy->tune |= HSDRVDCCUR; in stm32_usbphyc_phy_tuning()
497 usbphyc_phy->tune |= HSDRVCURINCR | FIELD_PREP(HSDRVDCLEV, val); in stm32_usbphyc_phy_tuning()
500 dev_warn(usbphyc->dev, "phy%d: invalid st,tune-hs-dc-level\n", index); in stm32_usbphyc_phy_tuning()
505 usbphyc_phy->tune |= FSDRVRFADJ; in stm32_usbphyc_phy_tuning()
508 usbphyc_phy->tune |= HSDRVRFRED; in stm32_usbphyc_phy_tuning()
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/phy/
Dphy-stm32-usbphyc.yaml87 # all optional parameters to tune the interface of the PHY (HS for High-Speed, FS for Full-
102 st,tune-hs-dc-level:
158 st,tune-squelch-level:
174 st,tune-hs-rx-offset:
254 st,tune-hs-dc-level = <2>;
259 st,tune-squelch-level = <3>;
260 st,tune-hs-rx-offset = <2>;
272 st,tune-hs-dc-level = <2>;
277 st,tune-squelch-level = <3>;
278 st,tune-hs-rx-offset = <2>;
Dfsl,imx8mq-usb-phy.yaml38 fsl,phy-tx-vref-tune-percent:
44 fsl,phy-tx-rise-tune-percent:
51 fsl,phy-tx-preemp-amp-tune-microamp:
63 fsl,phy-comp-dis-tune-percent:
Dqcom,snps-eusb2-repeater.yaml35 qcom,tune-usb2-disc-thres:
42 qcom,tune-usb2-amplitude:
49 qcom,tune-usb2-preem:
/kernel/linux/linux-6.6/Documentation/trace/
Dhisi-ptt.rst4 HiSilicon PCIe Tune and Trace device
10 HiSilicon PCIe tune and trace device (PTT) is a PCIe Root Complex
12 to dynamically monitor and tune the PCIe link's events (tune),
45 Tune chapter
48 PTT tune is designed for monitoring and adjusting PCIe link parameters (events).
52 Each event is presented as a file under $(PTT PMU dir)/tune, and
53 a simple open/read/write/close cycle will be used to tune the event.
56 $ cd /sys/devices/hisi_ptt<sicl_id>_<core_id>/tune
68 from the file, and the desired value written to the file to tune.
73 The following files are provided to tune the QoS of the tx path of
[all …]
/kernel/linux/linux-6.6/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>`
/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>`
/kernel/linux/linux-6.6/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-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-6.6/drivers/hwtracing/ptt/
DKconfig3 tristate "HiSilicon PCIe Tune and Trace Device"
7 HiSilicon PCIe Tune and Trace device exists as a PCIe RCiEP
Dhisi_ptt.h3 * Driver for HiSilicon PCIe tune and trace device
93 * struct hisi_ptt_tune_desc - Describe tune event for PTT tune
94 * @hisi_ptt: PTT device this tune event belongs to
202 * @tune_lock: lock to serialize the tune process
/kernel/linux/linux-6.6/arch/arm/boot/dts/st/
Dstm32mp157c-ev1.dts390 st,tune-hs-dc-level = <2>;
395 st,tune-squelch-level = <3>;
396 st,tune-hs-rx-offset = <2>;
406 st,tune-hs-dc-level = <2>;
411 st,tune-squelch-level = <3>;
412 st,tune-hs-rx-offset = <2>;
/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-6.6/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-6.6/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

12345678910>>...29