Home
last modified time | relevance | path

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

1234

/Linux-v5.15/Documentation/devicetree/bindings/mfd/
Dmax77693.txt112 15625 - 250000, step by 15625 (rounded down)
114 15625 - 500000, step by 15625 (rounded down)
118 15625 - 1000000, step by 15625 (rounded down)
120 15625 - 1250000, step by 15625 (rounded down)
122 15625 - 625000, step by 15625 (rounded down)
/Linux-v5.15/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-v5.15/include/drm/
Ddrm_rect.h72 drm_rect_width(r) >> 16, ((drm_rect_width(r) & 0xffff) * 15625) >> 10, \
73 drm_rect_height(r) >> 16, ((drm_rect_height(r) & 0xffff) * 15625) >> 10, \
74 (r)->x1 >> 16, (((r)->x1 & 0xffff) * 15625) >> 10, \
75 (r)->y1 >> 16, (((r)->y1 & 0xffff) * 15625) >> 10
/Linux-v5.15/Documentation/devicetree/bindings/power/reset/
Dqcom,pon.yaml65 debounce = <15625>;
73 debounce = <15625>;
/Linux-v5.15/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-v5.15/arch/arm64/boot/dts/qcom/
Dpm8150.dtsi59 debounce = <15625>;
69 debounce = <15625>;
Dpm8994.dtsi55 debounce = <15625>;
63 debounce = <15625>;
Dpm8916.dtsi24 debounce = <15625>;
32 debounce = <15625>;
Dpm6150.dtsi50 debounce = <15625>;
Dpm8998.dtsi51 debounce = <15625>;
Dpmm8155au_1.dtsi55 debounce = <15625>;
Dpms405.dtsi68 debounce = <15625>;
Dpm660.dtsi59 debounce = <15625>;
/Linux-v5.15/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-v5.15/Documentation/devicetree/bindings/input/
Dqcom,pm8xxx-pwrkey.txt44 debounce = <15625>;
/Linux-v5.15/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-v5.15/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-v5.15/arch/arm/boot/dts/
Dqcom-pma8084.dtsi26 debounce = <15625>;
Dqcom-pm8941.dtsi26 debounce = <15625>;
/Linux-v5.15/drivers/iio/adc/
Dmcp3422.c62 { 62500, 31250, 15625, 7812 },
63 { 15625, 7812, 3906, 1953 } };
Dqcom-spmi-iadc.c72 #define IADC_INT_RSENSE_DEVIATION 15625 /* nano Ohms per bit */
451 * the sign, the remaining bits have an LSB of 15625 nano Ohms. in iadc_rsense_read()
/Linux-v5.15/drivers/ptp/
Dptp_vclock.c13 #define PTP_VCLOCK_FADJ_DENOMINATOR 15625ULL
/Linux-v5.15/Documentation/devicetree/bindings/sound/
Dcs35l33.txt36 with a step size of 15625uA. The default is 2500000uA.
/Linux-v5.15/drivers/iio/accel/
Ddmard06.c29 #define DMARD05_AXIS_SCALE_VAL 15625

1234