Home
last modified time | relevance | path

Searched full:15625 (Results 1 – 25 of 115) sorted by relevance

12345

/Linux-v6.6/Documentation/devicetree/bindings/leds/
Dmaxim,max77693.yaml76 15625 - 250000, step by 15625 (rounded down)
78 15625 - 500000, step by 15625 (rounded down)
84 15625 - 1000000, step by 15625 (rounded down)
86 15625 - 1250000, step by 15625 (rounded down)
88 15625 - 625000, step by 15625 (rounded down)
/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/subdev/volt/
Dbase.c126 result = ((s64)info.arg[0] * 15625) >> 18; in nvkm_volt_map()
127 result += ((s64)info.arg[1] * volt->speedo * 15625) >> 18; in nvkm_volt_map()
128 result += ((s64)info.arg[2] * temp * 15625) >> 10; 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()
131 result += ((s64)info.arg[5] * temp * temp * 15625) >> 18; in nvkm_volt_map()
/Linux-v6.6/arch/arm64/boot/dts/qcom/
Dpm2250.dtsi26 debounce = <15625>;
33 debounce = <15625>;
Dpm6350.dtsi56 debounce = <15625>;
64 debounce = <15625>;
Dpm8998.dtsi51 debounce = <15625>;
59 debounce = <15625>;
Dpm8953.dtsi56 debounce = <15625>;
64 debounce = <15625>;
Dpm8150.dtsi59 debounce = <15625>;
69 debounce = <15625>;
Dpm6125.dtsi56 debounce = <15625>;
65 debounce = <15625>;
Dpm8994.dtsi55 debounce = <15625>;
63 debounce = <15625>;
Dpm660.dtsi60 debounce = <15625>;
70 debounce = <15625>;
Dpm8916.dtsi24 debounce = <15625>;
32 debounce = <15625>;
Dsa8775p-pmics.dtsi124 debounce = <15625>;
130 debounce = <15625>;
Dpm6150.dtsi52 debounce = <15625>;
/Linux-v6.6/include/drm/
Ddrm_rect.h88 drm_rect_width(r) >> 16, ((drm_rect_width(r) & 0xffff) * 15625) >> 10, \
89 drm_rect_height(r) >> 16, ((drm_rect_height(r) & 0xffff) * 15625) >> 10, \
90 (r)->x1 >> 16, (((r)->x1 & 0xffff) * 15625) >> 10, \
91 (r)->y1 >> 16, (((r)->y1 & 0xffff) * 15625) >> 10
/Linux-v6.6/Documentation/devicetree/bindings/power/reset/
Dqcom,pon.yaml129 debounce = <15625>;
137 debounce = <15625>;
/Linux-v6.6/include/linux/mfd/
Dmax77693-private.h78 #define TORCH_IOUT_MIN 15625
80 #define TORCH_IOUT_STEP 15625
83 #define FLASH_IOUT_MIN 15625
86 #define FLASH_IOUT_STEP 15625
/Linux-v6.6/arch/arm/boot/dts/qcom/
Dqcom-pm8226.dtsi51 debounce = <15625>;
59 debounce = <15625>;
Dqcom-pm8941.dtsi60 debounce = <15625>;
67 debounce = <15625>;
Dqcom-pma8084.dtsi26 debounce = <15625>;
/Linux-v6.6/drivers/media/i2c/ccs/
Dccs-reg-access.c148 if (val >> 10 > U32_MAX / 15625) { in ireal32_to_u32_mul_1000000()
153 return ((val >> 10) * 15625) + in ireal32_to_u32_mul_1000000()
154 (val & GENMASK(9, 0)) * 15625 / 1024; in ireal32_to_u32_mul_1000000()
/Linux-v6.6/drivers/net/ethernet/engleder/
Dtsnep_ptp.c90 * simplify calculation because 15625 * 8 = 1000000 / 8 in tsnep_ptp_adjfine()
94 rate_offset = div_u64(rate_offset, 15625); in tsnep_ptp_adjfine()
/Linux-v6.6/Documentation/networking/
Dtls-offload-reorder-bad.svg115625 0 1.953125 -0.796875q0.796875 -0.796875 0.796875 -1.984375q0 -1.125 -0.734375 -1.859375q-0.7…
Dtls-offload-reorder-good.svg115625 0 1.953125 -0.796875q0.796875 -0.796875 0.796875 -1.984375q0 -1.125 -0.734375 -1.859375q-0.7…
/Linux-v6.6/drivers/hwmon/
Dfam15h_power.c118 * (10^6)/(2^16) = 15625/(2^10) in power1_input_show()
120 curr_pwr_watts = (curr_pwr_watts * 15625) >> (10 + running_avg_range); in power1_input_show()
410 data->processor_pwr_watts = (tmp * 15625) >> 10; in fam15h_power_init_data()
/Linux-v6.6/Documentation/devicetree/bindings/input/
Dqcom,pm8921-pwrkey.yaml70 debounce = <15625>;

12345