/Linux-v6.1/drivers/regulator/ |
D | mt6358-regulator.c | 230 REGULATOR_LINEAR_RANGE(500000, 0, 0x7f, 6250), 234 REGULATOR_LINEAR_RANGE(500000, 0, 0x7f, 12500), 238 REGULATOR_LINEAR_RANGE(500000, 0, 0x3f, 50000), 502 MT6358_BUCK("buck_vdram1", VDRAM1, 500000, 2087500, 12500, 505 MT6358_BUCK("buck_vcore", VCORE, 500000, 1293750, 6250, 508 MT6358_BUCK("buck_vcore_sshub", VCORE_SSHUB, 500000, 1293750, 6250, 511 MT6358_BUCK("buck_vpa", VPA, 500000, 3650000, 50000, 514 MT6358_BUCK("buck_vproc11", VPROC11, 500000, 1293750, 6250, 517 MT6358_BUCK("buck_vproc12", VPROC12, 500000, 1293750, 6250, 520 MT6358_BUCK("buck_vgpu", VGPU, 500000, 1293750, 6250, [all …]
|
D | mt6359-regulator.c | 517 MT6359_BUCK("buck_vpa", VPA, 500000, 3650000, 50000, 567 MT6359_LDO_LINEAR("ldo_vsram_proc2", VSRAM_PROC2, 500000, 1293750, 6250, 606 MT6359_LDO_LINEAR("ldo_vsram_others", VSRAM_OTHERS, 500000, 1293750, 667 MT6359_LDO_LINEAR("ldo_vsram_md", VSRAM_MD, 500000, 1100000, 6250, 688 MT6359_LDO_LINEAR("ldo_vsram_proc1", VSRAM_PROC1, 500000, 1293750, 6250, 700 500000, 1293750, 6250, 753 MT6359_BUCK("buck_vpa", VPA, 500000, 3650000, 50000, 804 MT6359_LDO_LINEAR("ldo_vsram_proc2", VSRAM_PROC2, 500000, 1293750, 6250, 844 MT6359_LDO_LINEAR("ldo_vsram_others", VSRAM_OTHERS, 500000, 1293750, 907 MT6359_LDO_LINEAR("ldo_vsram_md", VSRAM_MD, 500000, 1293750, 6250, [all …]
|
D | 88pm8607.c | 34 400000, 425000, 450000, 475000, 500000, 525000, 550000, 575000, 41 400000, 425000, 450000, 475000, 500000, 525000, 550000, 575000, 51 400000, 450000, 500000, 550000, 600000, 650000, 700000, 750000, 62 400000, 450000, 500000, 550000, 600000, 650000, 700000, 750000, 74 400000, 425000, 450000, 475000, 500000, 525000, 550000, 575000, 85 400000, 425000, 450000, 475000, 500000, 525000, 550000, 575000,
|
/Linux-v6.1/tools/testing/selftests/ftrace/test.d/preemptirq/ |
D | irqsoff_tracer.tc | 36 modprobe $MOD test_mode=preempt delay=500000 || fail 38 modprobe $MOD test_mode=preempt delay=500000 || fail 40 modprobe $MOD test_mode=preempt delay=500000 || fail 59 modprobe $MOD test_mode=irq delay=500000 || fail 61 modprobe $MOD test_mode=irq delay=500000 || fail 63 modprobe $MOD test_mode=irq delay=500000 || fail
|
/Linux-v6.1/Documentation/devicetree/bindings/regulator/ |
D | mt6358-regulator.txt | 32 regulator-min-microvolt = <500000>; 41 regulator-min-microvolt = <500000>; 50 regulator-min-microvolt = <500000>; 58 regulator-min-microvolt = <500000>; 67 regulator-min-microvolt = <500000>; 76 regulator-min-microvolt = <500000>; 84 regulator-min-microvolt = <500000>; 93 regulator-min-microvolt = <500000>; 188 regulator-min-microvolt = <500000>; 205 regulator-min-microvolt = <500000>; [all …]
|
D | mt6359-regulator.yaml | 154 regulator-min-microvolt = <500000>; 214 regulator-min-microvolt = <500000>; 268 regulator-min-microvolt = <500000>; 344 regulator-min-microvolt = <500000>; 367 regulator-min-microvolt = <500000>; 380 regulator-min-microvolt = <500000>;
|
/Linux-v6.1/tools/testing/selftests/futex/functional/ |
D | run.sh | 46 ./futex_requeue_pi $COLOR -b -l -t 500000 47 ./futex_requeue_pi $COLOR -l -t 500000 50 ./futex_requeue_pi $COLOR -b -t 500000 51 ./futex_requeue_pi $COLOR -t 500000 54 ./futex_requeue_pi $COLOR -b -o -t 500000 55 ./futex_requeue_pi $COLOR -l -t 500000
|
/Linux-v6.1/arch/arm64/boot/dts/mediatek/ |
D | mt6358.dtsi | 25 regulator-min-microvolt = <500000>; 35 regulator-min-microvolt = <500000>; 45 regulator-min-microvolt = <500000>; 54 regulator-min-microvolt = <500000>; 64 regulator-min-microvolt = <500000>; 74 regulator-min-microvolt = <500000>; 83 regulator-min-microvolt = <500000>; 92 regulator-min-microvolt = <500000>; 188 regulator-min-microvolt = <500000>; 205 regulator-min-microvolt = <500000>; [all …]
|
D | mt6359.dtsi | 63 regulator-min-microvolt = <500000>; 123 regulator-min-microvolt = <500000>; 177 regulator-min-microvolt = <500000>; 253 regulator-min-microvolt = <500000>; 276 regulator-min-microvolt = <500000>; 289 regulator-min-microvolt = <500000>;
|
/Linux-v6.1/arch/mips/sni/ |
D | time.c | 106 /*return (ct1 - ct0 + (500000/HZ/2)) / (500000/HZ) * (500000/HZ);*/ in dosample() 107 return (ct1 - ct0) / (500000/HZ) * (500000/HZ); in dosample() 153 (int) (r4k_tick / (500000 / HZ)), in plat_time_init() 154 (int) (r4k_tick % (500000 / HZ))); in plat_time_init()
|
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | qcom,wcd938x.yaml | 125 … qcom,mbhc-buttons-vthreshold-microvolt = <75000 150000 237000 500000 500000 500000 500000 500000>;
|
D | qcom,wcd934x.yaml | 189 … qcom,mbhc-buttons-vthreshold-microvolt = <75000 150000 237000 500000 500000 500000 500000 500000>;
|
/Linux-v6.1/Documentation/devicetree/bindings/power/supply/ |
D | summit,smb347-charger.yaml | 107 enum: [ 300000, 500000, 700000, 1000000, 111 enum: [ 300000, 500000, 700000, 1000000, 120 enum: [ 300000, 500000, 700000, 900000, 1200000, 124 enum: [ 300000, 500000, 700000, 900000, 1200000, 160 summit,usb-current-limit-microamp = <500000>;
|
D | richtek,rt9455.yaml | 55 Defaults to 500000 uA (500mA). 82 richtek,output-charge-current = <500000>; 88 richtek,avg-input-current-regulation = <500000>;
|
/Linux-v6.1/drivers/mtd/nand/raw/ |
D | nand_timings.c | 28 .tCCS_min = 500000, 73 .tCCS_min = 500000, 118 .tCCS_min = 500000, 163 .tCCS_min = 500000, 208 .tCCS_min = 500000, 253 .tCCS_min = 500000, 301 .tCCS_min = 500000, 343 .tCCS_min = 500000, 385 .tCCS_min = 500000, 427 .tCCS_min = 500000, [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/leds/ |
D | leds-mt6360.yaml | 93 flash-max-microamp = <500000>; 102 flash-max-microamp = <500000>; 144 flash-max-microamp = <500000>; 153 flash-max-microamp = <500000>;
|
/Linux-v6.1/Documentation/devicetree/bindings/interrupt-controller/ |
D | csky,apb-intc.txt | 43 intc: interrupt-controller@500000 { 50 intc: interrupt-controller@500000 { 57 intc: interrupt-controller@500000 {
|
/Linux-v6.1/arch/mips/sgi-ip22/ |
D | ip22-time.c | 63 return (ct1 - ct0) / (500000/HZ) * (500000/HZ); in dosample() 109 (int) (r4k_tick / (500000 / HZ)), in plat_time_init() 110 (int) (r4k_tick % (500000 / HZ))); in plat_time_init()
|
/Linux-v6.1/Documentation/devicetree/bindings/mfd/ |
D | rohm,bd71828-pmic.yaml | 115 regulator-min-microvolt = <500000>; 121 regulator-min-microvolt = <500000>; 142 regulator-min-microvolt = <500000>; 148 regulator-min-microvolt = <500000>;
|
D | mediatek,mt6360.yaml | 130 flash-max-microamp = <500000>; 139 flash-max-microamp = <500000>; 168 regulator-min-microvolt = <500000>; 176 regulator-min-microvolt = <500000>;
|
D | da9052-i2c.txt | 47 regulator-min-microvolt = <500000>; 52 regulator-min-microvolt = <500000>;
|
/Linux-v6.1/arch/arm64/boot/dts/exynos/ |
D | exynos7-espresso.dts | 109 regulator-min-microvolt = <500000>; 273 regulator-min-microvolt = <500000>; 283 regulator-min-microvolt = <500000>; 293 regulator-min-microvolt = <500000>; 303 regulator-min-microvolt = <500000>; 311 regulator-min-microvolt = <500000>;
|
/Linux-v6.1/tools/power/cpupower/bench/ |
D | parse.c | 126 config->sleep = 500000; in prepare_default_config() 127 config->load = 500000; in prepare_default_config() 128 config->sleep_step = 500000; in prepare_default_config() 129 config->load_step = 500000; in prepare_default_config()
|
/Linux-v6.1/arch/arm64/boot/dts/marvell/ |
D | armada-7040-db.dts | 35 regulator-min-microamp = <500000>; 38 states = <500000 0x0 48 regulator-min-microamp = <500000>; 51 states = <500000 0x0
|
/Linux-v6.1/tools/testing/selftests/bpf/benchs/ |
D | run_bench_bloom_filter_map.sh | 13 for e in 10000 50000 75000 100000 250000 500000 750000 1000000 2500000 5000000; do 34 for e in 10000 50000 75000 100000 250000 500000 750000 1000000 2500000 5000000; do
|