Home
last modified time | relevance | path

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

123456

/linux-6.15/arch/arm/
H A DMakefile94 tune-$(CONFIG_CPU_ARM720T) :=-mtune=arm7tdmi
95 tune-$(CONFIG_CPU_ARM740T) :=-mtune=arm7tdmi
97 tune-$(CONFIG_CPU_ARM940T) :=-mtune=arm9tdmi
98 tune-$(CONFIG_CPU_ARM946E) :=-mtune=arm9e
99 tune-$(CONFIG_CPU_ARM920T) :=-mtune=arm9tdmi
103 tune-$(CONFIG_CPU_FA526) :=-mtune=arm9tdmi
106 tune-$(CONFIG_CPU_XSCALE) :=-mtune=xscale
107 tune-$(CONFIG_CPU_XSC3) :=-mtune=xscale
108 tune-$(CONFIG_CPU_FEROCEON) :=-mtune=xscale
109 tune-$(CONFIG_CPU_V6) :=-mtune=arm1136j-s
[all …]
/linux-6.15/arch/x86/
H A 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)
28 cflags-$(CONFIG_MEFFICEON) += -march=i686 $(call tune,pentium3) $(align)
44 cflags-$(CONFIG_X86_GENERIC) += $(call tune,generic,$(call tune,i686))
/linux-6.15/arch/arc/
H A 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)
27 cflags-y += $(tune-mcpu-def-y)
/linux-6.15/drivers/phy/st/
H A Dphy-stm32-usbphyc.c142 u32 tune; member
485 usbphyc_phy->tune |= LFSCAPEN; in stm32_usbphyc_phy_tuning()
488 usbphyc_phy->tune |= HSDRVSLEW; in stm32_usbphyc_phy_tuning()
494 usbphyc_phy->tune |= HSDRVDCCUR; 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()
535 usbphyc_phy->tune |= HDRXGNEQEN; in stm32_usbphyc_phy_tuning()
540 usbphyc_phy->tune |= FIELD_PREP(HSRXOFF, val); in stm32_usbphyc_phy_tuning()
546 usbphyc_phy->tune |= HSFALLPREEM; in stm32_usbphyc_phy_tuning()
549 usbphyc_phy->tune |= SHTCCTCTLPROT; in stm32_usbphyc_phy_tuning()
[all …]
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-bus-event_source-devices-hisi_ptt1 What: /sys/bus/event_source/devices/hisi_ptt<sicl_id>_<core_id>/tune
11 What: /sys/bus/event_source/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/bus/event_source/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/bus/event_source/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/bus/event_source/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/bus/event_source/devices/hisi_ptt<sicl_id>_<core_id>/tune/tx_alloc_buf_level
[all …]
/linux-6.15/drivers/media/tuners/
H A 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-6.15/Documentation/devicetree/bindings/phy/
H A Dphy-stm32-usbphyc.yaml91 # 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 Dfsl,imx8mq-usb-phy.yaml43 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 Dqcom,snps-eusb2-repeater.yaml37 qcom,tune-usb2-disc-thres:
44 qcom,tune-usb2-amplitude:
51 qcom,tune-usb2-preem:
H A Dst,stm32mp25-combophy.yaml72 A 3 bit value to tune the RX fixed equalizer setting for optimal eye compliance
79 A value property to tune the Single Ended Output Impedance, simulations results
87 A value property in microvolt to tune the Single Ended Output Voltage Swing to change the
/linux-6.15/drivers/media/dvb-frontends/
H A Ddib0090.c2044 const struct dib0090_tuning *tune = in dib0090_update_tuning_table_7090() local
2065 tune++; in dib0090_update_tuning_table_7090()
2068 | (tune->lna_bias & 0x7fff)); in dib0090_update_tuning_table_7090()
2070 | ((tune->lna_tune << 6) & 0x07c0)); in dib0090_update_tuning_table_7090()
2313 tune = dib0090_tuning_table; in dib0090_tune()
2315 tune = dib0090_p1g_tuning_table; in dib0090_tune()
2356 tune++; in dib0090_tune()
2360 state->current_tune_table_index = tune; in dib0090_tune()
2441 lo6 = tune->tuner_enable; in dib0090_tune()
2485 dib0090_write_reg(state, 0x0b, 0xb800 | (tune->lna_tune << 6) | (tune->switch_trim)); in dib0090_tune()
[all …]
H A Ddib0070.c325 const struct dib0070_tuning *tune; in dib0070_tune_digital() local
348 tune = dib0070s_tuning_table; in dib0070_tune_digital()
352 tune = dib0070_tuning_table; in dib0070_tune_digital()
359 while (freq > tune->max_freq) /* find the right one */ in dib0070_tune_digital()
360 tune++; in dib0070_tune_digital()
364 state->current_tune_table_index = tune; in dib0070_tune_digital()
H A Dm88rs2000.c714 struct dvb_frontend_tune_settings *tune) in m88rs2000_get_tune_settings() argument
719 tune->min_delay_ms = 2000; in m88rs2000_get_tune_settings()
721 tune->min_delay_ms = 3000; in m88rs2000_get_tune_settings()
723 tune->step_size = c->symbol_rate / 16000; in m88rs2000_get_tune_settings()
724 tune->max_drift = c->symbol_rate / 2000; in m88rs2000_get_tune_settings()
/linux-6.15/drivers/media/usb/dvb-usb/
H A 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()
H A 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()
H A 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()
/linux-6.15/Documentation/trace/
H A Dhisi-ptt.rst10 HiSilicon PCIe tune and trace device (PTT) is a PCIe Root Complex
12 to dynamically monitor and tune the PCIe link's events (tune),
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/bus/event_source/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
85 The available tune data of these events is [0, 1, 2].
93 Following files are provided to tune the buffer of tx path of the PCIe core.
[all …]
/linux-6.15/arch/arm/boot/dts/st/
H A Dstm32mp157c-ev1.dts398 st,tune-hs-dc-level = <2>;
403 st,tune-squelch-level = <3>;
404 st,tune-hs-rx-offset = <2>;
414 st,tune-hs-dc-level = <2>;
419 st,tune-squelch-level = <3>;
420 st,tune-hs-rx-offset = <2>;
H A Dstm32mp15xx-dkx.dtsi731 st,tune-hs-dc-level = <2>;
736 st,tune-squelch-level = <3>;
737 st,tune-hs-rx-offset = <2>;
743 st,tune-hs-dc-level = <2>;
748 st,tune-squelch-level = <3>;
749 st,tune-hs-rx-offset = <2>;
H A Dstm32mp135f-dhcor-dhsbc.dts398 st,tune-hs-dc-level = <2>;
402 st,tune-squelch-level = <1>;
416 st,tune-hs-dc-level = <2>;
420 st,tune-squelch-level = <1>;
H A Dstm32mp135f-dk.dts593 st,tune-hs-dc-level = <2>;
597 st,tune-squelch-level = <1>;
607 st,tune-hs-dc-level = <2>;
611 st,tune-squelch-level = <1>;
/linux-6.15/drivers/phy/samsung/
H A Dphy-exynos5-usbdrd.c329 #define for_each_phy_tune(tune) \ argument
330 for (; (tune)->region != PTR_INVALID; ++(tune))
562 tune = phy_drd->drv_data->phy_tunes[state]; in exynos5_usbdrd_apply_phy_tunes()
563 if (!tune) in exynos5_usbdrd_apply_phy_tunes()
566 for_each_phy_tune(tune) { in exynos5_usbdrd_apply_phy_tunes()
570 switch (tune->region) { in exynos5_usbdrd_apply_phy_tunes()
586 if (~tune->mask) { in exynos5_usbdrd_apply_phy_tunes()
587 reg = readl(reg_base + tune->off); in exynos5_usbdrd_apply_phy_tunes()
588 reg &= ~tune->mask; in exynos5_usbdrd_apply_phy_tunes()
590 reg |= tune->val; in exynos5_usbdrd_apply_phy_tunes()
[all …]
/linux-6.15/tools/virtio/ringtest/
H A DREADME1 Partial implementation of various ring layouts, useful to tune virtio design.
/linux-6.15/Documentation/userspace-api/media/dvb/
H A Dfrontend_fcalls.rst24 fe-set-frontend-tune-mode
/linux-6.15/include/uapi/sound/
H A Dsfnt_info.h115 short tune; /* pitch tuning (in cents) */ member

123456