Home
last modified time | relevance | path

Searched refs:pte_efuse (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/cpufreq/
H A Dqcom-cpufreq-nvmem.c94 u32 pte_efuse; in get_krait_bin_format_a() local
96 pte_efuse = *((u32 *)buf); in get_krait_bin_format_a()
98 *speed = pte_efuse & 0xf; in get_krait_bin_format_a()
100 *speed = (pte_efuse >> 4) & 0xf; in get_krait_bin_format_a()
109 *pvs = (pte_efuse >> 10) & 0x7; in get_krait_bin_format_a()
111 *pvs = (pte_efuse >> 13) & 0x7; in get_krait_bin_format_a()
125 u32 pte_efuse, redundant_sel; in get_krait_bin_format_b() local
127 pte_efuse = *((u32 *)buf); in get_krait_bin_format_b()
128 redundant_sel = (pte_efuse >> 24) & 0x7; in get_krait_bin_format_b()
130 *pvs_ver = (pte_efuse >> 4) & 0x3; in get_krait_bin_format_b()
[all …]