Home
last modified time | relevance | path

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

1234567

/linux/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
71 relative to the nominal value
77 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/drivers/memory/tegra/
H A 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()
H A Dtegra210-emc-core.c632 dev_dbg(emc->dev, "switching to nominal refresh...\n"); in tegra210_emc_poll_refresh()
789 timings = emc->nominal; in tegra210_emc_set_refresh()
1850 /* attach to the nominal and (optional) derated tables */ in tegra210_emc_probe()
1851 err = of_reserved_mem_device_init_by_name(emc->dev, np, "nominal"); in tegra210_emc_probe()
1853 dev_err(emc->dev, "failed to get nominal EMC table: %d\n", err); in tegra210_emc_probe()
1864 if (emc->nominal) { in tegra210_emc_probe()
1865 err = tegra210_emc_validate_timings(emc, emc->nominal, in tegra210_emc_probe()
1878 /* default to the nominal table */ in tegra210_emc_probe()
1879 emc->timings = emc->nominal; in tegra210_emc_probe()
/linux/drivers/cpufreq/
H A Dpowernv-cpufreq.c151 * max, min and nominal frequencies. It also stores number of
154 * powernv_pstate_info.nominal indicates the index to the highest
160 unsigned int nominal; member
182 * corresponding to the nominal frequency.
188 return powernv_freqs[powernv_pstate_info.nominal].driver_data; in idx_to_pstate()
200 * this will return the index of the nominal
214 return powernv_pstate_info.nominal; in pstate_to_idx()
258 if (of_property_read_u32(power_mgt, "ibm,pstate-nominal", in init_powernv_pstates()
260 pr_warn("ibm,pstate-nominal not found\n"); in init_powernv_pstates()
282 pr_info("cpufreq pstate min 0x%x nominal 0x%x max 0x%x\n", pstate_min, in init_powernv_pstates()
[all …]
H A Damd-pstate-ut.c163 pr_err("%s cpu%d nominal=%d %d lowest_nonlinear=%d %d lowest=%d %d, they should be equal!\n", in amd_pstate_ut_check_perf()
174 …pr_err("%s cpu%d highest=%d >= nominal=%d > lowest_nonlinear=%d > lowest=%d > 0, the formula is in… in amd_pstate_ut_check_perf()
206 …pr_err("%s cpu%d max=%d >= nominal=%d > lowest_nonlinear=%d > min=%d > 0, the formula is incorrect… in amd_pstate_ut_check_freq()
H A Dacpi-cpufreq.c630 * Returns the max_boost_ratio for @cpu. Returns the CPPC nominal
666 pr_debug("CPU%d: highest or nominal performance missing\n", cpu); in get_max_boost_ratio()
671 pr_debug("CPU%d: nominal performance above highest\n", cpu); in get_max_boost_ratio()
851 * the nominal frequency (this is possible in CPPC in acpi_cpufreq_cpu_init()
853 * the pstate table as a proxy for nominal frequency. in acpi_cpufreq_cpu_init()
862 * scale-invariance code to use the "nominal" performance for in acpi_cpufreq_cpu_init()
/linux/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)
/linux/Documentation/devicetree/bindings/ata/
H A 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.
/linux/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 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/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/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()
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()
/linux/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:
256 Nominal frequency is the maximum frequency of the processor, and it usually
H A Damd-pstate.rst55 Nominal Perf ------>+-----------------------+ +-----------------------+
101 Nominal (Guaranteed) Performance (RO)
108 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,
[all …]
/linux/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/drivers/net/can/dev/
H A 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()
/linux/drivers/gpu/drm/amd/display/modules/freesync/
H A Dfreesync.c172 /* v_total cannot be less than nominal */ in mod_freesync_calc_v_total_from_refresh()
207 /* v_total cannot be less than nominal */ in calc_v_total_from_duration()
282 /* v_total cannot be less than nominal */ in update_v_total_for_static_ramp()
602 // For v1 & 2 infoframes program nominal if non-fs mode, otherwise full range in build_vrr_infopacket_data_v1()
668 max_refresh; // Non-fs case, program nominal range in build_vrr_infopacket_data_v3()
995 /* Calculate nominal field rate for stream */ in mod_freesync_build_vrr_params()
1008 /* Full range may be larger than current video timing, so cap at nominal */ in mod_freesync_build_vrr_params()
1012 /* Full range may be larger than current video timing, so cap at nominal */ in mod_freesync_build_vrr_params()
1016 /* If a monitor reports exactly max refresh of 2x of min, enforce it on nominal */ in mod_freesync_build_vrr_params()
1194 // set freesync vmin vmax to nominal for workaround in mod_freesync_handle_v_update()
[all …]
/linux/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/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()
/linux/drivers/acpi/
H A Dacpi_pcc.c114 * pcc_chan->latency is just a Nominal value. In reality the remote in acpi_pcc_address_space_handler()
116 * amount of wait on top of Nominal. in acpi_pcc_address_space_handler()
/linux/drivers/net/can/peak_canfd/
H A DKconfig9 CAN-FD access to the CAN bus. Besides the nominal bitrate of up to
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dxtlv.h12 * is nominal, and is used to support variable length id and type. See
/linux/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

1234567