Searched refs:speedo (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/drivers/soc/tegra/fuse/ |
A D | Makefile | 6 obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += speedo-tegra20.o 7 obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += speedo-tegra30.o 8 obj-$(CONFIG_ARCH_TEGRA_114_SOC) += speedo-tegra114.o 9 obj-$(CONFIG_ARCH_TEGRA_124_SOC) += speedo-tegra124.o 10 obj-$(CONFIG_ARCH_TEGRA_132_SOC) += speedo-tegra124.o 11 obj-$(CONFIG_ARCH_TEGRA_210_SOC) += speedo-tegra210.o
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/volt/ |
A D | gk20a.c | 52 gk20a_volt_get_cvb_voltage(int speedo, int s_scale, const struct cvb_coef *coef) in gk20a_volt_get_cvb_voltage() argument 56 mv = DIV_ROUND_CLOSEST(coef->c2 * speedo, s_scale); in gk20a_volt_get_cvb_voltage() 57 mv = DIV_ROUND_CLOSEST((mv + coef->c1) * speedo, s_scale) + coef->c0; in gk20a_volt_get_cvb_voltage() 67 gk20a_volt_get_cvb_t_voltage(int speedo, int temp, int s_scale, int t_scale, in gk20a_volt_get_cvb_t_voltage() argument 72 cvb_mv = gk20a_volt_get_cvb_voltage(speedo, s_scale, coef); in gk20a_volt_get_cvb_t_voltage() 74 mv = DIV_ROUND_CLOSEST(coef->c3 * speedo, s_scale) + coef->c4 + in gk20a_volt_get_cvb_t_voltage() 81 gk20a_volt_calc_voltage(const struct cvb_coef *coef, int speedo) in gk20a_volt_calc_voltage() argument 86 mv = gk20a_volt_get_cvb_t_voltage(speedo, -10, 100, 10, coef); in gk20a_volt_calc_voltage()
|
A D | base.c | 115 if (volt->speedo < 0) in nvkm_volt_map() 116 return volt->speedo; in nvkm_volt_map() 120 result += div64_s64((s64)info.arg[1] * volt->speedo, 10); in nvkm_volt_map() 121 result += div64_s64((s64)info.arg[2] * volt->speedo * volt->speedo, 100000); in nvkm_volt_map() 127 result += ((s64)info.arg[1] * volt->speedo * 15625) >> 18; in nvkm_volt_map() 129 result += ((s64)info.arg[3] * volt->speedo * temp * 15625) >> 18; in nvkm_volt_map() 130 result += ((s64)info.arg[4] * volt->speedo * volt->speedo * 15625) >> 30; in nvkm_volt_map() 259 volt->speedo = nvkm_volt_speedo_read(volt); in nvkm_volt_oneinit() 260 if (volt->speedo > 0) in nvkm_volt_oneinit() 261 nvkm_debug(&volt->subdev, "speedo %x\n", volt->speedo); in nvkm_volt_oneinit()
|
A D | gf100.c | 44 if (volt->speedo <= 0) in gf100_volt_oneinit()
|
/linux-6.3-rc2/drivers/clk/tegra/ |
A D | cvb.c | 14 static inline int get_cvb_voltage(int speedo, int s_scale, in get_cvb_voltage() argument 20 mv = DIV_ROUND_CLOSEST(cvb->c2 * speedo, s_scale); in get_cvb_voltage() 21 mv = DIV_ROUND_CLOSEST((mv + cvb->c1) * speedo, s_scale) + cvb->c0; in get_cvb_voltage()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/cpufreq/ |
A D | nvidia,tegra20-cpufreq.txt | 14 2. SoC speedo ID mask 18 2. CPU speedo ID mask
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
A D | volt.h | 30 int speedo; member
|
/linux-6.3-rc2/Documentation/devicetree/bindings/devfreq/ |
A D | nvidia,tegra30-actmon.yaml | 64 is a bitfield indicating SoC speedo ID mask.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/media/ |
A D | nvidia,tegra-vde.yaml | 74 which is a bitfield indicating SoC speedo or process ID mask.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/memory-controllers/ |
A D | nvidia,tegra30-emc.yaml | 50 is a bitfield indicating SoC speedo ID mask.
|
A D | nvidia,tegra124-emc.yaml | 48 is a bitfield indicating SoC speedo ID mask.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/arm/tegra/ |
A D | nvidia,tegra20-pmc.yaml | 141 The supported-hw is a bitfield indicating SoC speedo or process
|
Completed in 15 milliseconds