| /kernel/linux/linux-4.19/drivers/mtd/nand/raw/ |
| D | nand_timings.c | 41 .tIR_min = 10000, 68 .tALH_min = 10000, 70 .tAR_min = 10000, 73 .tCH_min = 10000, 75 .tCLH_min = 10000, 76 .tCLR_min = 10000, 80 .tDH_min = 10000, 110 .tALH_min = 10000, 112 .tAR_min = 10000, 115 .tCH_min = 10000, [all …]
|
| /kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
| D | nand_timings.c | 48 .tIR_min = 10000, 78 .tALH_min = 10000, 80 .tAR_min = 10000, 83 .tCH_min = 10000, 85 .tCLH_min = 10000, 86 .tCLR_min = 10000, 90 .tDH_min = 10000, 123 .tALH_min = 10000, 125 .tAR_min = 10000, 128 .tCH_min = 10000, [all …]
|
| /kernel/linux/linux-5.10/drivers/regulator/ |
| D | mt6360-regulator.c | 132 REGULATOR_LINEAR_RANGE(500000, 0x00, 0x09, 10000), 134 REGULATOR_LINEAR_RANGE(610000, 0x11, 0x19, 10000), 136 REGULATOR_LINEAR_RANGE(710000, 0x21, 0x29, 10000), 138 REGULATOR_LINEAR_RANGE(810000, 0x31, 0x39, 10000), 140 REGULATOR_LINEAR_RANGE(910000, 0x41, 0x49, 10000), 142 REGULATOR_LINEAR_RANGE(1010000, 0x51, 0x59, 10000), 144 REGULATOR_LINEAR_RANGE(1110000, 0x61, 0x69, 10000), 146 REGULATOR_LINEAR_RANGE(1210000, 0x71, 0x79, 10000), 148 REGULATOR_LINEAR_RANGE(1310000, 0x81, 0x89, 10000), 150 REGULATOR_LINEAR_RANGE(1410000, 0x91, 0x99, 10000), [all …]
|
| D | sc2731-regulator.c | 161 SC2731_LDO_CAMA0_VOL_MASK, 10000, 1200000, 3750000), 164 SC2731_LDO_CAMA1_VOL_MASK, 10000, 1200000, 3750000), 167 SC2731_LDO_CAMMOT_VOL_MASK, 10000, 1200000, 3750000), 170 SC2731_LDO_VLDO_VOL_MASK, 10000, 1200000, 3750000), 173 SC2731_LDO_EMMCCORE_VOL_MASK, 10000, 1200000, 177 SC2731_LDO_SDCORE_VOL_MASK, 10000, 1200000, 3750000), 180 SC2731_LDO_SDIO_VOL_MASK, 10000, 1200000, 3750000), 183 SC2731_LDO_WIFIPA_VOL_MASK, 10000, 1200000, 3750000), 186 SC2731_LDO_USB33_VOL_MASK, 10000, 1200000, 3750000),
|
| /kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/netdevsim/ |
| D | udp_tunnel_nic.sh | 357 new_vxlan vxlan0 10000 $NSIM_NETDEV 368 new_vxlan vxlan0 10000 $NSIM_NETDEV 381 exp0=( `mke 10000 1` 0 0 0 ) 382 new_vxlan vxlan0 10000 $NSIM_NETDEV 385 exp0=( `mke 10000 1` `mke 10001 1` 0 0 ) 389 exp0=( `mke 10000 1` `mke 10001 1` `mke 10002 1` 0 ) 393 exp0=( `mke 10000 1` `mke 10001 1` `mke 10002 1` `mke 10003 1` ) 439 exp0=( `mke 10000 1` `mke 10004 1` `mke 10002 1` `mke 10003 1` ) 443 exp0=( `mke 10000 1` `mke 10004 1` 0 `mke 10003 1` ) 496 exp0=( `mke 10000 1` `mke 10004 1` `mke 10002 1` `mke 10003 1` ) [all …]
|
| /kernel/linux/linux-4.19/arch/arm64/boot/dts/exynos/ |
| D | exynos7-trip-points.dtsi | 12 hysteresis = <10000>; /* millicelsius */ 17 hysteresis = <10000>; /* millicelsius */ 22 hysteresis = <10000>; /* millicelsius */ 27 hysteresis = <10000>; /* millicelsius */ 32 hysteresis = <10000>; /* millicelsius */ 37 hysteresis = <10000>; /* millicelsius */ 42 hysteresis = <10000>; /* millicelsius */
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/exynos/ |
| D | exynos7-trip-points.dtsi | 12 hysteresis = <10000>; /* millicelsius */ 17 hysteresis = <10000>; /* millicelsius */ 22 hysteresis = <10000>; /* millicelsius */ 27 hysteresis = <10000>; /* millicelsius */ 32 hysteresis = <10000>; /* millicelsius */ 37 hysteresis = <10000>; /* millicelsius */ 42 hysteresis = <10000>; /* millicelsius */
|
| /kernel/linux/linux-5.10/drivers/clk/spear/ |
| D | clk-frac-synth.c | 34 * Fout = ((Fin / 10000)/(2 * div)) * 10000 35 * Fout = (2^14 * (Fin / 10000)/(2^14 * (2 * div))) * 10000 36 * Fout = (((Fin / 10000) << 14)/(2 * (div << 14))) * 10000 39 * Max error due to scaling down by 10000 is 10 KHz 50 prate /= 10000; in frac_calc_rate() 53 prate *= 10000; in frac_calc_rate() 88 parent_rate = parent_rate / 10000; in clk_frac_recalc_rate() 91 return parent_rate * 10000; in clk_frac_recalc_rate()
|
| /kernel/linux/linux-4.19/drivers/clk/spear/ |
| D | clk-frac-synth.c | 34 * Fout = ((Fin / 10000)/(2 * div)) * 10000 35 * Fout = (2^14 * (Fin / 10000)/(2^14 * (2 * div))) * 10000 36 * Fout = (((Fin / 10000) << 14)/(2 * (div << 14))) * 10000 39 * Max error due to scaling down by 10000 is 10 KHz 50 prate /= 10000; in frac_calc_rate() 53 prate *= 10000; in frac_calc_rate() 88 parent_rate = parent_rate / 10000; in clk_frac_recalc_rate() 91 return parent_rate * 10000; in clk_frac_recalc_rate()
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | exynos5422-odroidhc1.dts | 36 hysteresis = <10000>; /* millicelsius */ 41 hysteresis = <10000>; /* millicelsius */ 91 hysteresis = <10000>; 96 hysteresis = <10000>; 135 hysteresis = <10000>; 140 hysteresis = <10000>; 179 hysteresis = <10000>; 184 hysteresis = <10000>; 223 hysteresis = <10000>; 228 hysteresis = <10000>;
|
| D | exynos5422-odroidxu3.dts | 27 shunt-resistor = <10000>; 34 shunt-resistor = <10000>; 41 shunt-resistor = <10000>; 48 shunt-resistor = <10000>;
|
| D | imx6qdl-gw5913.dtsi | 177 gw,voltage-divider-ohms = <22100 10000>; 184 gw,voltage-divider-ohms = <10000 10000>; 191 gw,voltage-divider-ohms = <10000 10000>; 228 gw,voltage-divider-ohms = <10000 10000>; 235 gw,voltage-divider-ohms = <10000 10000>;
|
| D | imx6qdl-gw5910.dtsi | 201 gw,voltage-divider-ohms = <22100 10000>; 208 gw,voltage-divider-ohms = <10000 10000>; 215 gw,voltage-divider-ohms = <10000 10000>; 252 gw,voltage-divider-ohms = <10000 10000>; 259 gw,voltage-divider-ohms = <10000 10000>; 266 gw,voltage-divider-ohms = <10000 10000>;
|
| D | exynos5420-trip-points.dtsi | 13 hysteresis = <10000>; /* millicelsius */ 18 hysteresis = <10000>; /* millicelsius */ 23 hysteresis = <10000>; /* millicelsius */
|
| /kernel/linux/linux-4.19/arch/arm/boot/dts/ |
| D | exynos5422-odroidhc1.dts | 36 hysteresis = <10000>; /* millicelsius */ 41 hysteresis = <10000>; /* millicelsius */ 85 hysteresis = <10000>; 90 hysteresis = <10000>; 123 hysteresis = <10000>; 128 hysteresis = <10000>; 161 hysteresis = <10000>; 166 hysteresis = <10000>;
|
| D | exynos5422-odroidxu3.dts | 27 shunt-resistor = <10000>; 34 shunt-resistor = <10000>; 41 shunt-resistor = <10000>; 48 shunt-resistor = <10000>;
|
| D | exynos5420-trip-points.dtsi | 13 hysteresis = <10000>; /* millicelsius */ 18 hysteresis = <10000>; /* millicelsius */ 23 hysteresis = <10000>; /* millicelsius */
|
| /kernel/linux/linux-4.19/drivers/regulator/ |
| D | sc2731-regulator.c | 161 SC2731_LDO_CAMA0_VOL_MASK, 10000, 1200000, 3750000), 164 SC2731_LDO_CAMA1_VOL_MASK, 10000, 1200000, 3750000), 167 SC2731_LDO_CAMMOT_VOL_MASK, 10000, 1200000, 3750000), 170 SC2731_LDO_VLDO_VOL_MASK, 10000, 1200000, 3750000), 173 SC2731_LDO_EMMCCORE_VOL_MASK, 10000, 1200000, 177 SC2731_LDO_SDCORE_VOL_MASK, 10000, 1200000, 3750000), 180 SC2731_LDO_SDIO_VOL_MASK, 10000, 1200000, 3750000), 183 SC2731_LDO_WIFIPA_VOL_MASK, 10000, 1200000, 3750000), 186 SC2731_LDO_USB33_VOL_MASK, 10000, 1200000, 3750000),
|
| /kernel/linux/linux-5.10/kernel/irq/ |
| D | timings.c | 646 10000, 50000, 200000, 500000, 647 10000, 50000, 200000, 500000, 648 10000, 50000, 200000, 500000, 649 10000, 50000, 200000, 500000, 650 10000, 50000, 200000, 500000, 651 10000, 50000, 200000, 500000, 652 10000, 50000, 200000, 500000, 653 10000, 50000, 200000, 500000, 654 10000, 50000, 200000, 693 10000, 50000, 10000, 50000, [all …]
|
| /kernel/linux/linux-5.10/drivers/mmc/host/ |
| D | tmio_mmc.c | 34 usleep_range(10000, 11000); in tmio_mmc_clk_start() 36 usleep_range(10000, 11000); in tmio_mmc_clk_start() 42 usleep_range(10000, 11000); in tmio_mmc_clk_stop() 47 usleep_range(10000, 11000); in tmio_mmc_clk_stop() 73 usleep_range(10000, 11000); in tmio_mmc_set_clock() 81 usleep_range(10000, 11000); in tmio_mmc_reset() 83 usleep_range(10000, 11000); in tmio_mmc_reset()
|
| /kernel/linux/linux-5.10/drivers/remoteproc/ |
| D | qcom_wcnss_iris.c | 37 { "vddxo", 1800000, 1800000, 10000 }, 40 { "vdddig", 1800000, 1800000, 10000 }, 48 { "vddxo", 1800000, 1800000, 10000 }, 51 { "vdddig", 1200000, 1225000, 10000 }, 59 { "vddxo", 1800000, 1800000, 10000 }, 62 { "vdddig", 1800000, 1800000, 10000 },
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| D | port.c | 39 [MLX5E_10GBASE_CX4] = 10000, 40 [MLX5E_10GBASE_KX4] = 10000, 41 [MLX5E_10GBASE_KR] = 10000, 46 [MLX5E_10GBASE_CR] = 10000, 47 [MLX5E_10GBASE_SR] = 10000, 48 [MLX5E_10GBASE_ER] = 10000, 58 [MLX5E_10GBASE_T] = 10000,
|
| /kernel/linux/linux-5.10/drivers/memory/ |
| D | jedec_ddr_data.c | 41 .tRRD = 10000, 42 .tWTR = 10000, 62 .tRRD = 10000, 83 .tRRD = 10000, 104 .tRRD = 10000,
|
| /kernel/linux/linux-4.19/drivers/remoteproc/ |
| D | qcom_wcnss_iris.c | 45 { "vddxo", 1800000, 1800000, 10000 }, 48 { "vdddig", 1800000, 1800000, 10000 }, 56 { "vddxo", 1800000, 1800000, 10000 }, 59 { "vdddig", 1200000, 1225000, 10000 }, 67 { "vddxo", 1800000, 1800000, 10000 }, 70 { "vdddig", 1800000, 1800000, 10000 },
|
| /kernel/linux/linux-4.19/lib/ |
| D | jedec_ddr_data.c | 43 .tRRD = 10000, 44 .tWTR = 10000, 64 .tRRD = 10000, 85 .tRRD = 10000, 106 .tRRD = 10000,
|