Lines Matching +full:16 +full:mv
117 while (lo & ((1 << 16) | (1 << 17))) { in eps_set_state()
118 udelay(16); in eps_set_state()
130 udelay(16); in eps_set_state()
136 } while (lo & ((1 << 16) | (1 << 17))); in eps_set_state()
145 pr_info("Current voltage = %dmV\n", current_voltage * 16 + 700); in eps_set_state()
243 pr_info("Current voltage = %dmV\n", current_voltage * 16 + 700); in eps_cpu_init()
249 pr_info("Highest voltage = %dmV\n", max_voltage * 16 + 700); in eps_cpu_init()
252 min_voltage = (hi >> 16) & 0xff; in eps_cpu_init()
253 pr_info("Lowest voltage = %dmV\n", min_voltage * 16 + 700); in eps_cpu_init()
308 /* Change mV to something hardware can use */ in eps_cpu_init()
309 v = (set_max_voltage - 700) / 16; in eps_cpu_init()
312 pr_info("Setting %dmV as maximum\n", v * 16 + 700); in eps_cpu_init()
357 policy->cpuinfo.transition_latency = 140000; /* 844mV -> 700mV in ns */ in eps_cpu_init()
417 MODULE_PARM_DESC(set_max_voltage, "Set maximum CPU voltage (mV) C7-M only");