Searched refs:pvs (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/cpufreq/ |
H A D | qcom-cpufreq-nvmem.c | 90 int *speed, int *pvs, in get_krait_bin_format_a() argument 108 *pvs = (pte_efuse >> 10) & 0x7; in get_krait_bin_format_a() 109 if (*pvs == 0x7) in get_krait_bin_format_a() 110 *pvs = (pte_efuse >> 13) & 0x7; in get_krait_bin_format_a() 112 if (*pvs == 0x7) { in get_krait_bin_format_a() 113 *pvs = 0; in get_krait_bin_format_a() 114 dev_warn(cpu_dev, "PVS bin: Defaulting to %d\n", *pvs); in get_krait_bin_format_a() 116 dev_dbg(cpu_dev, "PVS bin: %d\n", *pvs); in get_krait_bin_format_a() 121 int *speed, int *pvs, int *pvs_ver, in get_krait_bin_format_b() argument 133 *pvs = ((pte_efuse >> 28) & 0x8) | ((pte_efuse >> 6) & 0x7); in get_krait_bin_format_b() [all …]
|
/linux/Documentation/devicetree/bindings/regulator/ |
H A D | pv88080.txt | 6 - "pvs,pv88080" (DEPRECATED) 8 - "pvs,pv88080-aa" for PV88080 AA or AB silicon 9 - "pvs,pv88080-ba" for PV88080 BA or BB silicon 25 compatible = "pvs,pv88080-ba";
|
H A D | pv88090.txt | 4 - compatible: "pvs,pv88090". 19 compatible = "pvs,pv88090";
|
H A D | pv88060.txt | 4 - compatible: "pvs,pv88060". 20 compatible = "pvs,pv88060";
|