Searched refs:nominal (Results 1 – 14 of 14) sorted by relevance
/linux-2.6.39/Documentation/hwmon/ |
D | smsc47m192 | 33 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)
|
D | adm9240 | 127 nr label nominal maximum resolution 136 The reading is an unsigned 8-bit value, nominal voltage measurement is
|
D | pc87360 | 153 When available, VID inputs are used to provide the nominal CPU Core voltage.
|
D | vt1211 | 149 nominal resistance at 25C)
|
/linux-2.6.39/arch/x86/kernel/cpu/cpufreq/ |
D | pcc-cpufreq.c | 90 u32 nominal; member 178 curr_freq = (((ioread32(&pcch_hdr->nominal) * (output_buffer & 0xff)) in pcc_get_freq() 225 / (ioread32(&pcch_hdr->nominal) * 1000)) << 8); in pcc_cpufreq_target() 479 ioread32(&pcch_hdr->nominal), in pcc_cpufreq_probe() 531 ioread32(&pcch_hdr->nominal)); in pcc_cpufreq_probe() 558 ioread32(&pcch_hdr->nominal) * 1000; in pcc_cpufreq_cpu_init()
|
/linux-2.6.39/drivers/net/wireless/ath/ath9k/ |
D | ar9002_phy.c | 501 ah->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9285_2GHZ; in ar9002_hw_set_nf_limits() 505 ah->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9287_2GHZ; in ar9002_hw_set_nf_limits() 509 ah->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9271_2GHZ; in ar9002_hw_set_nf_limits() 513 ah->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9280_2GHZ; in ar9002_hw_set_nf_limits() 516 ah->nf_5g.nominal = AR_PHY_CCA_NOM_VAL_9280_5GHZ; in ar9002_hw_set_nf_limits()
|
D | calib.c | 63 return ath9k_hw_get_nf_limits(ah, chan)->nominal; in ath9k_hw_get_default_nf() 334 nf[i] = limit->nominal; in ath9k_hw_nf_sanitize()
|
D | ar9003_phy.c | 1052 ah->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_9300_2GHZ; in ar9003_hw_set_nf_limits() 1055 ah->nf_5g.nominal = AR_PHY_CCA_NOM_VAL_9300_5GHZ; in ar9003_hw_set_nf_limits()
|
D | ar5008_phy.c | 1543 ah->nf_2g.nominal = AR_PHY_CCA_NOM_VAL_5416_2GHZ; in ar5008_hw_set_nf_limits() 1546 ah->nf_5g.nominal = AR_PHY_CCA_NOM_VAL_5416_5GHZ; in ar5008_hw_set_nf_limits()
|
D | hw.h | 650 s16 nominal; member
|
/linux-2.6.39/Documentation/cpu-freq/ |
D | pcc-cpufreq.txt | 103 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-2.6.39/Documentation/device-mapper/ |
D | dm-raid.txt | 5 As with all device-mapper targets, the nominal public interfaces are the
|
/linux-2.6.39/drivers/hwmon/ |
D | dme1737.c | 263 static inline int IN_FROM_REG(int reg, int nominal, int res) in IN_FROM_REG() argument 265 return (reg * nominal + (3 << (res - 3))) / (3 << (res - 2)); in IN_FROM_REG() 268 static inline int IN_TO_REG(int val, int nominal) in IN_TO_REG() argument 270 return SENSORS_LIMIT((val * 192 + nominal / 2) / nominal, 0, 255); in IN_TO_REG()
|
/linux-2.6.39/arch/arm/plat-omap/ |
D | Kconfig | 46 scaling around the nominal operating point voltage
|