Home
last modified time | relevance | path

Searched full:nominal (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/phy/
Dphy-stm32-usbphyc.yaml125 - <0> = 18.87 mA target current / nominal + 0%
126 - <1> = 19.165 mA target current / nominal + 1.56%
127 - <2> = 19.46 mA target current / nominal + 3.12%
128 - <3> = 19.755 mA target current / nominal + 4.68%
129 - <4> = 20.05 mA target current / nominal + 6.24%
130 - <5> = 20.345 mA target current / nominal + 7.8%
131 - <6> = 20.64 mA target current / nominal + 9.36%
132 - <7> = 20.935 mA target current / nominal + 10.92%
133 - <8> = 21.23 mA target current / nominal + 12.48%
134 - <9> = 21.525 mA target current / nominal + 14.04%
[all …]
Dfsl,imx8mq-usb-phy.yaml40 Tunes the HS DC level relative to the nominal level
47 its nominal value
66 relative to the nominal value
72 Adjust TX de-emphasis attenuation in dB at nominal
/kernel/linux/linux-6.6/drivers/memory/tegra/
Dtegra210-emc-table.c32 /* only the nominal and derated tables are expected */ in tegra210_emc_table_device_init()
38 if (emc->nominal) { in tegra210_emc_table_device_init()
40 dev_warn(dev, "%u derated vs. %u nominal entries\n", in tegra210_emc_table_device_init()
49 emc->nominal = timings; in tegra210_emc_table_device_init()
65 if ((emc->nominal && timings != emc->nominal) && in tegra210_emc_table_device_release()
/kernel/linux/linux-5.10/drivers/memory/tegra/
Dtegra210-emc-table.c34 /* only the nominal and derated tables are expected */ in tegra210_emc_table_device_init()
40 if (emc->nominal) { in tegra210_emc_table_device_init()
42 dev_warn(dev, "%u derated vs. %u nominal entries\n", in tegra210_emc_table_device_init()
51 emc->nominal = timings; in tegra210_emc_table_device_init()
67 if ((emc->nominal && timings != emc->nominal) && in tegra210_emc_table_device_release()
/kernel/linux/linux-6.6/drivers/cpufreq/
Dpowernv-cpufreq.c150 * max, min and nominal frequencies. It also stores number of
153 * powernv_pstate_info.nominal indicates the index to the highest
159 unsigned int nominal; member
181 * corresponding to the nominal frequency.
187 return powernv_freqs[powernv_pstate_info.nominal].driver_data; in idx_to_pstate()
199 * this will return the index of the nominal
213 return powernv_pstate_info.nominal; in pstate_to_idx()
257 if (of_property_read_u32(power_mgt, "ibm,pstate-nominal", in init_powernv_pstates()
259 pr_warn("ibm,pstate-nominal not found\n"); in init_powernv_pstates()
281 pr_info("cpufreq pstate min 0x%x nominal 0x%x max 0x%x\n", pstate_min, in init_powernv_pstates()
[all …]
Dpcc-cpufreq.c88 u32 nominal; member
175 curr_freq = (((ioread32(&pcch_hdr->nominal) * (output_buffer & 0xff)) in pcc_get_freq()
222 / (ioread32(&pcch_hdr->nominal) * 1000)) << 8); in pcc_cpufreq_target()
462 " status field: 0x%x, nominal latency: %d us\n", in pcc_cpufreq_evaluate()
471 " nominal CPU frequency: %d MHz," in pcc_cpufreq_evaluate()
476 ioread32(&pcch_hdr->nominal), in pcc_cpufreq_evaluate()
528 ioread32(&pcch_hdr->nominal)); in pcc_cpufreq_evaluate()
555 ioread32(&pcch_hdr->nominal) * 1000; in pcc_cpufreq_cpu_init()
/kernel/linux/linux-5.10/drivers/cpufreq/
Dpowernv-cpufreq.c150 * max, min and nominal frequencies. It also stores number of
153 * powernv_pstate_info.nominal indicates the index to the highest
159 unsigned int nominal; member
181 * corresponding to the nominal frequency.
187 return powernv_freqs[powernv_pstate_info.nominal].driver_data; in idx_to_pstate()
199 * this will return the index of the nominal
213 return powernv_pstate_info.nominal; in pstate_to_idx()
257 if (of_property_read_u32(power_mgt, "ibm,pstate-nominal", in init_powernv_pstates()
259 pr_warn("ibm,pstate-nominal not found\n"); in init_powernv_pstates()
281 pr_info("cpufreq pstate min 0x%x nominal 0x%x max 0x%x\n", pstate_min, in init_powernv_pstates()
[all …]
Dpcc-cpufreq.c87 u32 nominal; member
174 curr_freq = (((ioread32(&pcch_hdr->nominal) * (output_buffer & 0xff)) in pcc_get_freq()
221 / (ioread32(&pcch_hdr->nominal) * 1000)) << 8); in pcc_cpufreq_target()
461 " status field: 0x%x, nominal latency: %d us\n", in pcc_cpufreq_probe()
470 " nominal CPU frequency: %d MHz," in pcc_cpufreq_probe()
475 ioread32(&pcch_hdr->nominal), in pcc_cpufreq_probe()
527 ioread32(&pcch_hdr->nominal)); in pcc_cpufreq_probe()
554 ioread32(&pcch_hdr->nominal) * 1000; in pcc_cpufreq_cpu_init()
/kernel/linux/linux-6.6/Documentation/hwmon/
Dsmsc47m192.rst44 Voltages are scaled such that the nominal voltage corresponds to
46 each voltage channel is 0V ... 255/192*(nominal voltage), the resolution
47 is 1 bit per (nominal voltage)/192.
68 in1_input CPU voltage input (nominal 2.25V)
72 in5_input Vcc voltage input (nominal 3.3V)
/kernel/linux/linux-5.10/Documentation/hwmon/
Dsmsc47m192.rst44 Voltages are scaled such that the nominal voltage corresponds to
46 each voltage channel is 0V ... 255/192*(nominal voltage), the resolution
47 is 1 bit per (nominal voltage)/192.
68 in1_input CPU voltage input (nominal 2.25V)
72 in5_input Vcc voltage input (nominal 3.3V)
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/freesync/
Dfreesync.c138 /* v_total cannot be less than nominal */ in mod_freesync_calc_v_total_from_refresh()
173 /* v_total cannot be less than nominal */ in calc_v_total_from_duration()
248 /* v_total cannot be less than nominal */ in update_v_total_for_static_ramp()
606 // For v1 & 2 infoframes program nominal if non-fs mode, otherwise full range in build_vrr_infopacket_data_v1()
673 max_refresh; // Non-fs case, program nominal range in build_vrr_infopacket_data_v3()
677 max_refresh;// Non-fs case, program nominal range in build_vrr_infopacket_data_v3()
1002 /* Calculate nominal field rate for stream */ in mod_freesync_build_vrr_params()
1015 /* Full range may be larger than current video timing, so cap at nominal */ in mod_freesync_build_vrr_params()
1019 /* Full range may be larger than current video timing, so cap at nominal */ in mod_freesync_build_vrr_params()
1023 /* If a monitor reports exactly max refresh of 2x of min, enforce it on nominal */ in mod_freesync_build_vrr_params()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/freesync/
Dfreesync.c136 /* v_total cannot be less than nominal */ in calc_v_total_from_refresh()
162 /* v_total cannot be less than nominal */ in calc_v_total_from_duration()
237 /* v_total cannot be less than nominal */ in update_v_total_for_static_ramp()
551 // For v1 & 2 infoframes program nominal if non-fs mode, otherwise full range in build_vrr_infopacket_data_v1()
613 // Non-fs case, program nominal range in build_vrr_infopacket_data_v3()
896 /* Calculate nominal field rate for stream */ in mod_freesync_build_vrr_params()
903 // Full range may be larger than current video timing, so cap at nominal in mod_freesync_build_vrr_params()
907 // Full range may be larger than current video timing, so cap at nominal in mod_freesync_build_vrr_params()
911 // If a monitor reports exactly max refresh of 2x of min, enforce it on nominal in mod_freesync_build_vrr_params()
1168 /* Calculate nominal field rate for stream, rounded up to nearest integer */ in mod_freesync_calc_nominal_field_rate()
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/ata/
Dceva,ahci-1v84.yaml48 - description: CIBGN - COMINIT Burst Gap Nominal.
61 - description: CWBGN - COMWAKE Burst Gap Nominal.
72 - description: BNM - COM Burst Nominal.
94 - description: CIBGN - COMINIT Burst Gap Nominal.
107 - description: CWBGN - COMWAKE Burst Gap Nominal.
118 - description: BNM - COM Burst Nominal.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/ata/
Dahci-ceva.txt13 CIBGN : COMINIT Burst Gap Nominal.
22 CWBGN: COMWAKE Burst Gap Nominal.
29 BNM: COM Burst Nominal.
/kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/
Dext-ctrls-colorimetry.rst25 The Content Light Level defines upper bounds for the nominal target
88 - Specifies the nominal maximum display luminance of the mastering
92 - specifies the nominal minimum display luminance of the mastering
/kernel/linux/linux-5.10/Documentation/userspace-api/media/drivers/
Dimx-uapi.rst42 intervals (elapsed time between two EOF's) drop below the nominal
67 the nominal frame interval reported by the sensor. This can reduce noise
72 If the averaged intervals fall outside nominal by this amount, in
/kernel/linux/linux-6.6/Documentation/userspace-api/media/drivers/
Dimx-uapi.rst42 intervals (elapsed time between two EOF's) drop below the nominal
67 the nominal frame interval reported by the sensor. This can reduce noise
72 If the averaged intervals fall outside nominal by this amount, in
/kernel/linux/linux-6.6/Documentation/admin-guide/pm/
Dcpufreq_drivers.rst170 a percentage of the nominal (ie: maximum) CPU frequency. The output buffer
245 nominal frequency from the BIOS, sometimes, the values displayed by
251 In this example, the nominal frequency is 2933 MHz. The driver obtains the
252 current frequency, cpuinfo_cur_freq, as 54% of the nominal frequency:
256 Nominal frequency is the maximum frequency of the processor, and it usually
/kernel/linux/linux-6.6/drivers/staging/media/imx/
Dimx-media-fim.c65 unsigned long nominal; /* usec */ member
85 fim->nominal = DIV_ROUND_CLOSEST_ULL(1000000ULL * (u64)fi->numerator, in update_fim_nominal()
88 dev_dbg(fim->sd->dev, "FI=%lu usec\n", fim->nominal); in update_fim_nominal()
142 * from the nominal frame rate, send the frame interval error event. The
158 error = abs(interval - NSEC_PER_USEC * (u64)fim->nominal); in frame_interval_monitor()
/kernel/linux/linux-5.10/Documentation/admin-guide/pm/
Dcpufreq_drivers.rst170 a percentage of the nominal (ie: maximum) CPU frequency. The output buffer
245 nominal frequency from the BIOS, sometimes, the values displayed by
251 In this example, the nominal frequency is 2933 MHz. The driver obtains the
252 current frequency, cpuinfo_cur_freq, as 54% of the nominal frequency:
256 Nominal frequency is the maximum frequency of the processor, and it usually
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/
Dcs35l32.txt39 - cirrus,battery-recovery : Low battery nominal recovery threshold, rising VP.
45 - cirrus,battery-threshold : Low battery nominal threshold, falling VP.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dcs35l32.txt39 - cirrus,battery-recovery : Low battery nominal recovery threshold, rising VP.
45 - cirrus,battery-threshold : Low battery nominal threshold, falling VP.
/kernel/linux/linux-5.10/drivers/staging/media/imx/
Dimx-media-fim.c65 unsigned long nominal; /* usec */ member
82 fim->nominal = DIV_ROUND_CLOSEST_ULL(1000000ULL * (u64)fi->numerator, in update_fim_nominal()
85 dev_dbg(fim->sd->dev, "FI=%lu usec\n", fim->nominal); in update_fim_nominal()
139 * from the nominal frame rate, send the frame interval error event. The
155 error = abs(interval - NSEC_PER_USEC * (u64)fim->nominal); in frame_interval_monitor()
/kernel/linux/linux-6.6/drivers/net/can/dev/
Dcalc_bittiming.c70 unsigned int bitrate_error; /* difference between current and nominal value */ in can_calc_bittiming()
72 unsigned int sample_point_error; /* difference between current and nominal value */ in can_calc_bittiming()
74 unsigned int sample_point_nominal; /* nominal sample point */ in can_calc_bittiming()
/kernel/linux/linux-6.6/arch/x86/kernel/acpi/
Dcppc.c86 pr_debug("Could not retrieve highest or nominal performance\n"); in amd_set_max_freq_ratio()
94 pr_debug("Non-zero highest/nominal perf values led to a 0 ratio\n"); in amd_set_max_freq_ratio()

12345678910>>...17