Lines Matching +full:16 +full:mv
116 while (lo & ((1 << 16) | (1 << 17))) { in eps_set_state()
117 udelay(16); in eps_set_state()
129 udelay(16); in eps_set_state()
135 } while (lo & ((1 << 16) | (1 << 17))); in eps_set_state()
144 pr_info("Current voltage = %dmV\n", current_voltage * 16 + 700); in eps_set_state()
242 pr_info("Current voltage = %dmV\n", current_voltage * 16 + 700); in eps_cpu_init()
248 pr_info("Highest voltage = %dmV\n", max_voltage * 16 + 700); in eps_cpu_init()
251 min_voltage = (hi >> 16) & 0xff; in eps_cpu_init()
252 pr_info("Lowest voltage = %dmV\n", min_voltage * 16 + 700); in eps_cpu_init()
307 /* Change mV to something hardware can use */ in eps_cpu_init()
308 v = (set_max_voltage - 700) / 16; in eps_cpu_init()
311 pr_info("Setting %dmV as maximum\n", v * 16 + 700); in eps_cpu_init()
355 policy->cpuinfo.transition_latency = 140000; /* 844mV -> 700mV in ns */ in eps_cpu_init()
413 MODULE_PARM_DESC(set_max_voltage, "Set maximum CPU voltage (mV) C7-M only");