Home
last modified time | relevance | path

Searched refs:nominal (Results 1 – 25 of 54) sorted by relevance

123

/linux-6.15/Documentation/devicetree/bindings/phy/
H A Dphy-stm32-usbphyc.yaml129 - <0> = 18.87 mA target current / nominal + 0%
130 - <1> = 19.165 mA target current / nominal + 1.56%
131 - <2> = 19.46 mA target current / nominal + 3.12%
132 - <3> = 19.755 mA target current / nominal + 4.68%
133 - <4> = 20.05 mA target current / nominal + 6.24%
134 - <5> = 20.345 mA target current / nominal + 7.8%
135 - <6> = 20.64 mA target current / nominal + 9.36%
136 - <7> = 20.935 mA target current / nominal + 10.92%
137 - <8> = 21.23 mA target current / nominal + 12.48%
138 - <9> = 21.525 mA target current / nominal + 14.04%
[all …]
H A Dfsl,imx8mq-usb-phy.yaml45 Tunes the HS DC level relative to the nominal level
52 its nominal value
72 relative to the nominal value
78 Adjust TX de-emphasis attenuation in dB at nominal
H A Dapm-xgene-phy.txt23 data earlier than the nominal sampling point. 1 means
24 sample data later than the nominal sampling point.
/linux-6.15/drivers/memory/tegra/
H A Dtegra210-emc-table.c38 if (emc->nominal) { 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()
/linux-6.15/Documentation/hwmon/
H A 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)
H A Dmax6620.rst35 fan[1-4]_div rw Sets the nominal RPM range of the fan. Valid values
/linux-6.15/drivers/cpufreq/
H A Dpowernv-cpufreq.c160 unsigned int nominal; member
188 return powernv_freqs[powernv_pstate_info.nominal].driver_data; in idx_to_pstate()
214 return powernv_pstate_info.nominal; in pstate_to_idx()
338 powernv_pstate_info.nominal = i; in init_powernv_pstates()
368 pstate_id, idx_to_pstate(powernv_pstate_info.nominal)); in pstate_id_to_freq()
369 i = powernv_pstate_info.nominal; in pstate_id_to_freq()
383 powernv_freqs[powernv_pstate_info.nominal].frequency); in cpuinfo_nominal_freq_show()
549 return powernv_pstate_info.nominal; in get_nominal_index()
570 if (pmsr_pmax_idx > powernv_pstate_info.nominal) { in powernv_cpufreq_throttle_check()
573 idx_to_pstate(powernv_pstate_info.nominal)); in powernv_cpufreq_throttle_check()
H A 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()
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()
/linux-6.15/drivers/net/wireless/ath/ath9k/
H A Dar9002_phy.c359 ah->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9285_2GHZ; in ar9002_hw_set_nf_limits()
363 ah->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9287_2GHZ; in ar9002_hw_set_nf_limits()
367 ah->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9271_2GHZ; in ar9002_hw_set_nf_limits()
371 ah->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9280_2GHZ; in ar9002_hw_set_nf_limits()
374 ah->nf_5g.nominal = AR_PHY_CCA_NOM_VAL_9280_5GHZ; in ar9002_hw_set_nf_limits()
H A Dcalib.c62 return ath9k_hw_get_nf_limits(ah, chan)->nominal; in ath9k_hw_get_default_nf()
246 s16 default_nf = ath9k_hw_get_nf_limits(ah, chan)->nominal; in ath9k_hw_loadnf()
392 nf[i] = limit->nominal; in ath9k_hw_nf_sanitize()
/linux-6.15/drivers/staging/media/imx/
H A 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()
158 error = abs(interval - NSEC_PER_USEC * (u64)fim->nominal); in frame_interval_monitor()
/linux-6.15/Documentation/userspace-api/media/v4l/
H A 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
H A Dstreaming-par.rst14 The current video standard determines a nominal number of frames per
H A Dfunc-read.rst65 reading, or the capture rate must fall below the nominal frame rate of
79 nominal frame rate. An example of this model is the video read mode of
/linux-6.15/Documentation/devicetree/bindings/sound/
H A Dcs35l32.txt39 - cirrus,battery-recovery : Low battery nominal recovery threshold, rising VP.
45 - cirrus,battery-threshold : Low battery nominal threshold, falling VP.
/linux-6.15/tools/testing/selftests/cgroup/
H A Dmemcg_protection.m16 % n vector nominal protection of siblings set at the given level (memory.low)
51 protected = min(n, c); % start with nominal
/linux-6.15/Documentation/userspace-api/media/drivers/
H A 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
/linux-6.15/Documentation/devicetree/bindings/clock/
H A Dimx8m-clock.yaml48 enum: [nominal, overdrive]
119 fsl,operating-mode = "nominal";
/linux-6.15/drivers/net/can/peak_canfd/
H A DKconfig9 CAN-FD access to the CAN bus. Besides the nominal bitrate of up to
/linux-6.15/Documentation/devicetree/bindings/rtc/
H A Dintersil,isl12022.yaml28 should trigger (normally ~85% and ~75% of nominal V_BAT).
/linux-6.15/arch/arm64/boot/dts/freescale/
H A Dimx8mp-nominal.dtsi24 fsl,operating-mode = "nominal";
/linux-6.15/Documentation/devicetree/bindings/net/
H A Dti,dp83822.yaml68 Sets the voltage ratio (with respect to the nominal value)
77 Sets the voltage ratio (with respect to the nominal value)
/linux-6.15/Documentation/admin-guide/pm/
H A 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:
H A Damd-pstate.rst108 able to sustain their nominal performance state simultaneously.
148 a relative number. This can be expressed as percentage of nominal
149 performance (infrastructure max). Below the nominal sustained performance
151 processor subject to hardware. Above the nominal performance level,
152 the processor must provide at least nominal performance requested and go higher
366 performance scale as a relative number. This can be expressed as percentage of nominal
367 performance (infrastructure max). Below the nominal sustained performance level,
369 to the Performance Reduction Tolerance register. Above the nominal performance level,
370 processor must provide at least nominal performance requested and go higher if current
/linux-6.15/Documentation/devicetree/bindings/mfd/
H A Dti,twl.yaml210 - 0x08 # Sleep mode, the nominal output voltage is maintained
212 - 0x0e # Active mode, the regulator can deliver its nominal output

123