Searched defs:nominal (Results 1 - 4 of 4) sorted by relevance
/drivers/cpufreq/ |
H A D | powernv-cpufreq.c | 46 * The nominal pstate is the highest non-turbo pstate in this 47 * platform. This is indicated by powernv_pstate_info.nominal. 52 int nominal; member in struct:powernv_pstate_info 83 if (of_property_read_u32(power_mgt, "ibm,pstate-nominal", 85 pr_warn("ibm,pstate-nominal not found\n"); 88 pr_info("cpufreq pstate min %d nominal %d max %d\n", pstate_min, 129 powernv_pstate_info.nominal = pstate_nominal; 143 "reporting nominal id %d instead\n", 144 pstate_id, powernv_pstate_info.nominal); 145 i = powernv_pstate_info.max - powernv_pstate_info.nominal; [all...] |
H A D | pcc-cpufreq.c | 87 u32 nominal; member in struct:pcc_header 174 curr_freq = (((ioread32(&pcch_hdr->nominal) * (output_buffer & 0xff)) 221 / (ioread32(&pcch_hdr->nominal) * 1000)) << 8); 461 " status field: 0x%x, nominal latency: %d us\n", 470 " nominal CPU frequency: %d MHz," 475 ioread32(&pcch_hdr->nominal), 527 ioread32(&pcch_hdr->nominal)); 554 ioread32(&pcch_hdr->nominal) * 1000;
|
/drivers/hwmon/ |
H A D | dme1737.c | 275 static inline int IN_FROM_REG(int reg, int nominal, int res) argument 277 return (reg * nominal + (3 << (res - 3))) / (3 << (res - 2)); 280 static inline int IN_TO_REG(long val, int nominal) argument 282 return clamp_val((val * 192 + nominal / 2) / nominal, 0, 255); 2248 /* Point to the right nominal voltages array */
|
/drivers/net/wireless/ath/ath9k/ |
H A D | hw.h | 716 s16 nominal; member in struct:ath_nf_limits
|
Completed in 327 milliseconds