| /linux/drivers/media/pci/tw5864/ |
| H A D | tw5864-util.c | 1 // SPDX-License-Identifier: GPL-2.0 6 int retries = 30000; in tw5864_indir_writeb() 8 while (tw_readl(TW5864_IND_CTL) & BIT(31) && --retries) in tw5864_indir_writeb() 11 dev_err(&dev->pci->dev, in tw5864_indir_writeb() 20 int retries = 30000; in tw5864_indir_readb() 22 while (tw_readl(TW5864_IND_CTL) & BIT(31) && --retries) in tw5864_indir_readb() 25 dev_err(&dev->pci->dev, in tw5864_indir_readb() 30 retries = 30000; in tw5864_indir_readb() 31 while (tw_readl(TW5864_IND_CTL) & BIT(31) && --retries) in tw5864_indir_readb() 34 dev_err(&dev->pci->dev, in tw5864_indir_readb()
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | nand_timings.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Author: Boris BREZILLON <boris.brezillon@free-electrons.com> 16 * For non-ONFI chips we use the highest possible value for tPROG and tBERS. 52 .tREH_min = 30000, 62 .tWH_min = 30000, 96 .tREA_max = 30000, 126 .tCEA_max = 30000, 185 .tRC_min = 30000, 196 .tWC_min = 30000, 219 .tCHZ_max = 30000, [all …]
|
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | custom_multipath_hash.sh | 2 # SPDX-License-Identifier: GPL-2.0 6 # +------- [all...] |
| H A D | gre_custom_multipath_hash.sh | 2 # SPDX-License-Identifier: GPL-2.0 10 # +------- [all...] |
| H A D | ip6gre_custom_multipath_hash.sh | 2 # SPDX-License-Identifier: GPL-2.0 10 # +------- [all...] |
| /linux/arch/xtensa/include/asm/ |
| H A D | delay.h | 2 * include/asm-xtensa/delay.h 8 * Copyright (C) 2001 - 2005 Tensilica Inc. 26 __asm__ __volatile__ ("1: addi %0, %0, -2; bgeui %0, 2, 1b" in __delay() 30 /* Undefined function to get compile-time error */ 34 #define __MAX_UDELAY 30000 35 #define __MAX_NDELAY 30000 43 while (((unsigned long)get_ccount()) - start < cycles) in __udelay()
|
| /linux/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_slow_start_slow-start-ack-per-4pkt.pkt | 1 // SPDX-License-Identifier: GPL-2.0 2 // Test of slow start when not application-limited, so that 9 sysctl -q net.ipv4.tcp_tso_win_divisor=100` 22 +0 write(4, ..., 30000) = 30000
|
| H A D | tcp_slow_start_slow-start-ack-per-2pkt.pkt | 1 // SPDX-License-Identifier: GPL-2.0 2 // Test of slow start when not application-limited, so that 10 sysctl -q net.ipv4.tcp_tso_win_divisor=100` 23 +0 write(4, ..., 30000) = 30000
|
| H A D | tcp_slow_start_slow-start-ack-per-1pkt.pkt | 1 // SPDX-License-Identifier: GPL-2.0 2 // Test of slow start when not application-limited, so that 9 sysctl -q net.ipv4.tcp_tso_win_divisor=100` 22 +0 write(4, ..., 30000) = 30000
|
| /linux/drivers/thermal/ti-soc-thermal/ |
| H A D | omap3-thermal-data.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2011-2012 Texas Instruments Inc. 21 #include "ti-thermal.h" 22 #include "ti-bandgap.h" 50 -40000, -40000, -40000, -40000, -40000, -39000, -38000, -36000, 51 -34000, -32000, -31000, -29000, -28000, -26000, -25000, -24000, 52 -22000, -21000, -19000, -18000, -17000, -15000, -14000, -12000, 53 -11000, -9000, -8000, -7000, -5000, -4000, -2000, -1000, 0000, 56 28000, 30000, 31000, 32000, 34000, 35000, 37000, 38000, 39000, 118 -40000, -40000, -40000, -40000, -40000, -40000, -40000, -40000, [all …]
|
| H A D | omap4-thermal-data.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2011-2012 Texas Instruments Inc. 10 #include "ti-thermal.h" 11 #include "ti-bandgap.h" 12 #include "omap4xxx-bandgap.h" 44 omap4430_adc_to_temp[OMAP4430_ADC_END_VALUE - OMAP4430_ADC_START_VALUE + 1] = { 45 -40000, -38000, -35000, -34000, -32000, -30000, -28000, -26000, -24000, 46 -22000, -20000, -18500, -17000, -15000, -13500, -12000, -10000, -8000, 47 -6500, -5000, -3500, -1500, 0, 2000, 3500, 5000, 6500, 8500, 10000, 49 30000, 32000, 33500, 35000, 37000, 38500, 40000, 42000, 43500, 45000, [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | setget_sockopt.c | 1 // SPDX-License-Identifier: GPL-2.0 64 { .opt = TCP_BPF_DELACK_MAX, .new = 30000, .expected = 30000, }, 65 { .opt = TCP_BPF_RTO_MIN, .new = 30000, .expected = 30000, }, 88 return (sk->__sk_common.skc_family == AF_INET || in bpf_test_sockopt_flip() 89 sk->__sk_common.skc_family == AF_INET6) && in bpf_test_sockopt_flip() 90 sk->sk_typ in bpf_test_sockopt_flip() [all...] |
| /linux/drivers/scsi/snic/ |
| H A D | snic.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 49 #define SNIC_TAG_MASK (BIT(24) - 1) /* Mask for lookup */ 50 #define SNIC_NO_TAG -1 87 #define SNIC_ABTS_TIMEOUT 30000 /* msec */ 88 #define SNIC_LUN_RESET_TIMEOUT 30000 /* msec */ 89 #define SNIC_HOST_RESET_TIMEOUT 30000 /* msec */ 96 (((struct snic_internal_io_state *)scsi_cmd_priv(Cmnd))->rqi) 98 (((struct snic_internal_io_state *)scsi_cmd_priv(Cmnd))->state) 100 (((struct snic_internal_io_state *)scsi_cmd_priv(Cmnd))->abts_status) 102 (((struct snic_internal_io_state *)scsi_cmd_priv(Cmnd))->lr_status) [all …]
|
| /linux/arch/arm64/boot/dts/mediatek/ |
| H A D | mt8186-corsola-starmie.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 6 /dts-v1/; 7 #include "mt8186-corsola.dtsi" 10 en_pp6000_mipi_disp_150ma: en-pp6000-mipi-disp-150ma { 11 compatible = "regulator-fixed"; 12 regulator-name = "en_pp6000_mipi_disp_150ma"; 14 enable-active-high; 15 pinctrl-names = "default"; 16 pinctrl-0 = <&en_pp6000_mipi_disp_150ma_fixed_pins>; 21 * with 6V module for enabling panel, re-using eDP GPIOs. [all …]
|
| /linux/Documentation/admin-guide/laptops/ |
| H A D | disk-shock-protection.rst | 7 Last modified: 2008-10-03 19 -------- 21 ATA/ATAPI-7 specifies the IDLE IMMEDIATE command with unload feature. 37 ---------------- 42 -EOPNOTSUPP if the device does not support the unload feature. 48 timeout is 30000 milliseconds. Exceeding this limit will return 49 -EOVERFLOW, but heads will be parked anyway and the timeout will be 51 value between 0 and 30000 by issuing a subsequent head park request 55 immediately by specifying a timeout of 0. Values below -2 are rejected 56 with -EINVAL (see below for the special meaning of -1 and -2). If the [all …]
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | core_extern.c | 1 // SPDX-License-Identifier: GPL-2.0 36 "CONFIG_USHORT=30000\n" 47 .ushort_val = 30000, 90 "CONFIG_INT=-100\n" 95 .int_val = -100, 105 { .name = "int (min)", .cfg = CFG"CONFIG_INT=-2147483648", 106 .data = { .int_val = -2147483648 } }, 108 { .name = "int (min-1)", .fails = 1, .cfg = CFG"CONFIG_INT=-2147483649" }, 114 { .name = "ushort (min-1)", .fails = 1, .cfg = CFG"CONFIG_USHORT=-1" }, 128 int n = sizeof(*skel->data) / sizeof(uint64_t); in test_core_extern() [all …]
|
| /linux/arch/mips/boot/dts/ralink/ |
| H A D | rt3052_eval.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 7 compatible = "ralink,rt3052-eval-board", "ralink,rt3052-soc"; 20 compatible = "cfi-flash"; 23 bank-width = <2>; 24 device-width = <2>; 25 #address-cells = <1>; 26 #size-cells = <1>; 31 read-only; 33 partition@30000 { [all …]
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | torture.sh | 2 # SPDX-License-Identifier: GPL-2.0+ 23 if test "$SCALE_ALLOTED_CPUS" -lt 1 28 if test "$VERBOSE_BATCH_CPUS" -lt 2 33 # Machine architecture? ("uname -p" is said to be less portable.)1 34 thisarch="`uname -m`" 69 do_rcutasksflavors="${ifnotaarch64}" # FIXME: Back to "yes" when SMP=n auto-avoided 73 # doyesno - Helper function for yes/no arguments 85 echo " - [all...] |
| /linux/drivers/iio/adc/ |
| H A D | qcom-vadc-common.c | 1 // SPDX-License-Identifier: GPL-2.0 5 #include <linux/fixp-arith.h> 6 #include <linux/iio/adc/qcom-vadc-common.h> 14 * struct vadc_map_pt - Map the graph representation for ADC channel 26 {1758, -40000 }, 27 {1742, -35000 }, 28 {1719, -30000 }, 29 {1691, -25000 }, 30 {1654, -20000 }, 31 {1608, -15000 }, [all …]
|
| /linux/drivers/char/tpm/ |
| H A D | tpm2-cmd.c | 1 // SPDX-License-Identifier: GPL-2.0-only 8 * Maintained by: <tpmdd-devel@lists.sourceforge.net> 31 chip->timeout_a = msecs_to_jiffies(TPM2_TIMEOUT_A); in tpm2_get_timeouts() 32 chip->timeout_b = msecs_to_jiffies(TPM2_TIMEOUT_B); in tpm2_get_timeouts() 33 chip->timeout_c = msecs_to_jiffies(TPM2_TIMEOUT_C); in tpm2_get_timeouts() 34 chip->timeout_d = msecs_to_jiffies(TPM2_TIMEOUT_D); in tpm2_get_timeouts() 35 chip->flags |= TPM_CHIP_FLAG_HAVE_TIMEOUTS; in tpm2_get_timeouts() 53 {TPM2_CC_VERIFY_SIGNATURE, 30000}, 59 {TPM2_CC_CREATE_PRIMARY, 30000}, 60 {TPM2_CC_CREATE, 30000}, [all …]
|
| /linux/arch/arm64/boot/dts/apple/ |
| H A D | s5l8965x-opp.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 5 * target-type: J71, J72, J73 11 cyclone_opp: opp-table { 12 compatible = "operating-points-v2"; 15 opp-hz = /bits/ 64 <300000000>; 16 opp-level = <1>; 17 clock-latency-ns = <10000>; 20 opp-hz = /bits/ 64 <600000000>; 21 opp-level = <2>; 22 clock-latency-ns = <49000>; [all …]
|
| H A D | s5l8960x-opp.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 5 * target-type: N51, N53, J85, J86. J87, J85m, J86m, J87m 11 cyclone_opp: opp-table { 12 compatible = "operating-points-v2"; 15 opp-hz = /bits/ 64 <300000000>; 16 opp-level = <1>; 17 clock-latency-ns = <15500>; 20 opp-hz = /bits/ 64 <396000000>; 21 opp-level = <2>; 22 clock-latency-ns = <43000>; [all …]
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx8-ss-security.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 6 #include <dt-bindings/firmware/imx/rsrc.h> 9 compatible = "simple-bus"; 10 #address-cells = <1>; 11 #size-cells = <1>; 15 compatible = "fsl,imx8qm-caam", "fsl,sec-v4.0"; 18 #address-cells = <1>; 19 #size-cells = <1>; 21 power-domains = <&pd IMX_SC_R_CAAM_JR2>; 22 fsl,sec-era = <9>; [all …]
|
| /linux/arch/arm/boot/dts/alphascale/ |
| H A D | alphascale-asm9260.dtsi | 2 * Copyright 2014 Oleksij Rempel <linux@rempel-privat.de> 7 #include <dt-bindings/clock/alphascale,asm9260.h> 10 #address-cells = <1>; 11 #size-cells = <1>; 12 interrupt-parent = <&icoll>; 20 #address-cells = <0>; 21 #size-cells = <0>; 24 compatible = "arm,arm926ej-s"; 31 compatible = "fixed-clock"; 32 #clock-cells = <0>; [all …]
|
| /linux/include/linux/regulator/ |
| H A D | lp872x.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 18 #define LP8725_ENABLE_DELAY 30000
|