Searched full:speedbin (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/cpufreq/ |
| H A D | sun50i-cpufreq-nvmem.c | 31 u32 (*efuse_xlate)(u32 speedbin); 34 static u32 sun50i_h6_efuse_xlate(u32 speedbin) in sun50i_h6_efuse_xlate() argument 38 efuse_value = (speedbin >> NVMEM_SHIFT) & NVMEM_MASK; in sun50i_h6_efuse_xlate() 51 static u32 sun50i_a100_efuse_xlate(u32 speedbin) in sun50i_a100_efuse_xlate() argument 55 efuse_value = (speedbin >> SUN50I_A100_NVMEM_SHIFT) & in sun50i_a100_efuse_xlate() 79 * returned speedbin index is 4 -> 0/2 -> 3 -> 1, from worst to best. 82 static u32 sun50i_h616_efuse_xlate(u32 speedbin) in sun50i_h616_efuse_xlate() argument 87 switch (speedbin & 0xffff) { in sun50i_h616_efuse_xlate() 119 speedbin & 0xffff); in sun50i_h616_efuse_xlate() 198 u32 speedbin = 0; in sun50i_cpufreq_get_efuse() local [all …]
|
| /linux/Documentation/devicetree/bindings/opp/ |
| H A D | opp-v2-kryo-cpu.yaml | 20 defines the voltage and frequency value based on the speedbin blown in 37 speedbin that is used to select the right frequency/voltage 58 0: MSM8996, speedbin 0 59 1: MSM8996, speedbin 1 60 2: MSM8996, speedbin 2 61 3: MSM8996, speedbin 3 64 Bitmap for MSM8996SG format (speedbin shifted of 4 left): 66 4: MSM8996SG, speedbin 0 67 5: MSM8996SG, speedbin 1 68 6: MSM8996SG, speedbin 2 [all …]
|
| /linux/drivers/nvmem/ |
| H A D | mtk-efuse.c | 54 * On some SoCs, the GPU speedbin is not read as bitmask but as in mtk_efuse_fixup_dt_cell_info() 59 strncmp(cell->name, "gpu-speedbin", min(sz, strlen("gpu-speedbin"))) == 0) in mtk_efuse_fixup_dt_cell_info()
|
| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | a6xx_catalog.c | 1089 { 172, 2 }, /* Called speedbin 1 downstream, but let's not break things! */
|