Lines Matching refs:val
57 u32 val;
70 val = 0;
74 val = (val << 1) | (reg & 0x1);
76 val = val * SPEEDO_MULT;
77 pr_debug("Tegra CPU speedo value %u\n", val);
80 if (val <= cpu_process_speedos[sku_info->soc_speedo_id][i])
85 val = 0;
89 val = (val << 1) | (reg & 0x1);
91 val = val * SPEEDO_MULT;
92 pr_debug("Core speedo value %u\n", val);
95 if (val <= soc_process_speedos[sku_info->soc_speedo_id][i])