/linux-6.12.1/arch/arm/ |
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-6.12.1/arch/x86/ |
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-6.12.1/arch/arc/ |
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) 27 cflags-y += $(tune-mcpu-def-y)
|
/linux-6.12.1/drivers/phy/st/ |
D | phy-stm32-usbphyc.c | 142 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() 494 usbphyc_phy->tune |= HSDRVDCCUR; in stm32_usbphyc_phy_tuning() 497 usbphyc_phy->tune |= HSDRVCURINCR | FIELD_PREP(HSDRVDCLEV, val); 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() 513 usbphyc_phy->tune |= FIELD_PREP(HSDRVCHKITRM, val); in stm32_usbphyc_phy_tuning() 521 usbphyc_phy->tune |= FIELD_PREP(HSDRVCHKZTRM, val); in stm32_usbphyc_phy_tuning() [all …]
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-bus-event_source-devices-hisi_ptt | 1 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.12.1/drivers/media/tuners/ |
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() 206 (int) tune, (int) lnaband, in mt2266_set_params()
|
/linux-6.12.1/drivers/media/dvb-frontends/ |
D | dib0090.c | 2044 const struct dib0090_tuning *tune = in dib0090_update_tuning_table_7090() local 2060 tune = dib0090_tuning_table_cband_7090e_sensitivity; in dib0090_update_tuning_table_7090() 2062 tune = dib0090_tuning_table_cband_7090e_aci; in dib0090_update_tuning_table_7090() 2064 while (state->rf_request > tune->max_freq) in dib0090_update_tuning_table_7090() 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() 2235 const struct dib0090_tuning *tune = state->current_tune_table_index; in dib0090_tune() local 2313 tune = dib0090_tuning_table; in dib0090_tune() 2315 tune = dib0090_p1g_tuning_table; in dib0090_tune() [all …]
|
D | dib0070.c | 325 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()
|
D | m88rs2000.c | 714 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()
|
D | gp8psk-fe.c | 124 …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()
|
/linux-6.12.1/drivers/media/usb/dvb-usb/ |
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()
|
D | vp7045-fe.c | 97 …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()
|
D | cinergyT2-fe.c | 218 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.12.1/Documentation/trace/ |
D | hisi-ptt.rst | 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), 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.12.1/arch/arm/boot/dts/st/ |
D | stm32mp157c-ev1.dts | 389 st,tune-hs-dc-level = <2>; 394 st,tune-squelch-level = <3>; 395 st,tune-hs-rx-offset = <2>; 405 st,tune-hs-dc-level = <2>; 410 st,tune-squelch-level = <3>; 411 st,tune-hs-rx-offset = <2>;
|
D | stm32mp15xx-dkx.dtsi | 713 st,tune-hs-dc-level = <2>; 718 st,tune-squelch-level = <3>; 719 st,tune-hs-rx-offset = <2>; 725 st,tune-hs-dc-level = <2>; 730 st,tune-squelch-level = <3>; 731 st,tune-hs-rx-offset = <2>;
|
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>;
|
D | stm32mp135f-dk.dts | 529 st,tune-hs-dc-level = <2>; 533 st,tune-squelch-level = <1>; 543 st,tune-hs-dc-level = <2>; 547 st,tune-squelch-level = <1>;
|
/linux-6.12.1/drivers/phy/samsung/ |
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-6.12.1/tools/virtio/ringtest/ |
D | README | 1 Partial implementation of various ring layouts, useful to tune virtio design.
|
/linux-6.12.1/Documentation/userspace-api/media/dvb/ |
D | frontend_fcalls.rst | 24 fe-set-frontend-tune-mode
|
D | fe-set-frontend-tune-mode.rst | 31 - 0 - normal tune mode
|
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
|
/linux-6.12.1/include/uapi/sound/ |
D | sfnt_info.h | 115 short tune; /* pitch tuning (in cents) */ member
|
/linux-6.12.1/drivers/media/pci/ddbridge/ |
D | ddbridge-sx8.c | 403 static int tune(struct dvb_frontend *fe, bool re_tune, in tune() function 457 .tune = tune,
|