Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/cpufreq/
Dpowernv-cpufreq.c67 int nominal; member
144 powernv_pstate_info.nominal = pstate_nominal; in init_powernv_pstates()
159 pstate_id, powernv_pstate_info.nominal); in pstate_id_to_freq()
160 i = powernv_pstate_info.max - powernv_pstate_info.nominal; in pstate_id_to_freq()
174 pstate_id_to_freq(powernv_pstate_info.nominal)); in cpuinfo_nominal_freq_show()
309 return powernv_pstate_info.max - powernv_pstate_info.nominal; in get_nominal_index()
330 if (pmsr_pmax < powernv_pstate_info.nominal) in powernv_cpufreq_throttle_check()
333 powernv_pstate_info.nominal); in powernv_cpufreq_throttle_check()
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()
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()
/linux-4.4.14/Documentation/hwmon/
Dsmsc47m19233 Voltages are scaled such that the nominal voltage corresponds to
35 each voltage channel is 0V ... 255/192*(nominal voltage), the resolution
36 is 1 bit per (nominal voltage)/192.
56 in1_input - CPU voltage input (nominal 2.25V)
60 in5_input - Vcc voltage input (nominal 3.3V)
Dadm9240127 nr label nominal maximum resolution
136 The reading is an unsigned 8-bit value, nominal voltage measurement is
Dpc87360153 When available, VID inputs are used to provide the nominal CPU Core voltage.
Dvt1211149 nominal resistance at 25C)
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dar9002_phy.c358 ah->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9285_2GHZ; in ar9002_hw_set_nf_limits()
362 ah->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9287_2GHZ; in ar9002_hw_set_nf_limits()
366 ah->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9271_2GHZ; in ar9002_hw_set_nf_limits()
370 ah->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9280_2GHZ; in ar9002_hw_set_nf_limits()
373 ah->nf_5g.nominal = AR_PHY_CCA_NOM_VAL_9280_5GHZ; in ar9002_hw_set_nf_limits()
Dcalib.c63 return ath9k_hw_get_nf_limits(ah, chan)->nominal; in ath9k_hw_get_default_nf()
355 nf[i] = limit->nominal; in ath9k_hw_nf_sanitize()
Dar9003_phy.c1392 ah->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9300_2GHZ; in ar9003_hw_set_nf_limits()
1395 ah->nf_5g.nominal = AR_PHY_CCA_NOM_VAL_9300_5GHZ; in ar9003_hw_set_nf_limits()
1398 ah->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9330_2GHZ; in ar9003_hw_set_nf_limits()
1402 ah->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9462_2GHZ; in ar9003_hw_set_nf_limits()
1404 ah->nf_5g.nominal = AR_PHY_CCA_NOM_VAL_9462_5GHZ; in ar9003_hw_set_nf_limits()
Dar5008_phy.c1209 ah->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_5416_2GHZ; in ar5008_hw_set_nf_limits()
1212 ah->nf_5g.nominal = AR_PHY_CCA_NOM_VAL_5416_5GHZ; in ar5008_hw_set_nf_limits()
Dhw.h755 s16 nominal; member
/linux-4.4.14/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.
/linux-4.4.14/Documentation/devicetree/bindings/phy/
Dapm-xgene-phy.txt23 data earlier than the nominal sampling point. 1 means
24 sample data later than the nominal sampling point.
/linux-4.4.14/Documentation/cpu-freq/
Dpcc-cpufreq.txt103 a percentage of the nominal (ie: maximum) CPU frequency. The output buffer
178 nominal frequency from the BIOS, sometimes, the values displayed by
184 In this example, the nominal frequency is 2933 MHz. The driver obtains the
185 current frequency, cpuinfo_cur_freq, as 54% of the nominal frequency:
/linux-4.4.14/drivers/hwmon/
Ddme1737.c275 static inline int IN_FROM_REG(int reg, int nominal, int res) in IN_FROM_REG() argument
277 return (reg * nominal + (3 << (res - 3))) / (3 << (res - 2)); in IN_FROM_REG()
280 static inline int IN_TO_REG(long val, int nominal) in IN_TO_REG() argument
282 return clamp_val((val * 192 + nominal / 2) / nominal, 0, 255); in IN_TO_REG()
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Drenesas,pfc-pinctrl.txt77 nominal I/O voltage in millivolts.
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-devices-system-cpu189 beyound it's nominal limit.