Searched refs:pvs (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/cpufreq/ |
D | qcom-cpufreq-nvmem.c | 52 int *speed, int *pvs, int *pvs_ver, in get_krait_bin_format_a() argument 70 *pvs = (pte_efuse >> 10) & 0x7; in get_krait_bin_format_a() 71 if (*pvs == 0x7) in get_krait_bin_format_a() 72 *pvs = (pte_efuse >> 13) & 0x7; in get_krait_bin_format_a() 74 if (*pvs == 0x7) { in get_krait_bin_format_a() 75 *pvs = 0; in get_krait_bin_format_a() 76 dev_warn(cpu_dev, "PVS bin: Defaulting to %d\n", *pvs); in get_krait_bin_format_a() 78 dev_dbg(cpu_dev, "PVS bin: %d\n", *pvs); in get_krait_bin_format_a() 83 int *speed, int *pvs, int *pvs_ver, in get_krait_bin_format_b() argument 95 *pvs = ((pte_efuse >> 28) & 0x8) | ((pte_efuse >> 6) & 0x7); in get_krait_bin_format_b() [all …]
|
/Linux-v6.6/Documentation/devicetree/bindings/regulator/ |
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";
|
D | pv88090.txt | 4 - compatible: "pvs,pv88090". 19 compatible = "pvs,pv88090";
|
D | pv88060.txt | 4 - compatible: "pvs,pv88060". 20 compatible = "pvs,pv88060";
|