/linux/arch/powerpc/platforms/pasemi/ |
H A D | gpio_mdio.c | 25 #define DELAY 1 macro 78 udelay(DELAY); in clock_out() 80 udelay(DELAY); in clock_out() 126 udelay(DELAY); in gpio_mdio_read() 128 udelay(DELAY); in gpio_mdio_read() 135 udelay(DELAY); in gpio_mdio_read() 137 udelay(DELAY); in gpio_mdio_read() 139 udelay(DELAY); in gpio_mdio_read() 145 udelay(DELAY); in gpio_mdio_read() 147 udelay(DELAY); in gpio_mdio_read() [all...] |
/linux/tools/testing/selftests/net/ |
H A D | fq_band_pktlimit.sh | 32 DELAY=400000 34 ./cmsg_sender -6 -p u -d "${DELAY}" -n 20 fdaa::2 8000 37 ./cmsg_sender -6 -p u -d "${DELAY}" -n 20 fdaa::2 8000 40 ./cmsg_sender -6 -p u -d "${DELAY}" -n 20 -P 7 fdaa::2 8000
|
/linux/samples/pktgen/ |
H A D | parameters.sh | 23 echo " -w : (\$DELAY) Tx Delay value (ns)" 73 export DELAY=$OPTARG 74 info "DELAY=$DELAY" 118 # default DELAY 119 [ -z "$DELAY" ] && export DELAY=0 # Zero means max speed
|
H A D | pktgen_sample01_simple.sh | 62 pg_set $DEV "delay $DELAY"
|
H A D | pktgen_bench_xmit_mode_netif_receive.sh | 74 pg_set $dev "delay $DELAY"
|
H A D | pktgen_bench_xmit_mode_queue_xmit.sh | 57 pg_set $dev "delay $DELAY"
|
H A D | pktgen_sample03_burst_single_flow.sh | 65 pg_set $dev "delay $DELAY"
|
H A D | pktgen_sample02_multiqueue.sh | 64 pg_set $dev "delay $DELAY"
|
H A D | pktgen_sample05_flow_per_thread.sh | 56 pg_set $dev "delay $DELAY"
|
H A D | pktgen_sample04_many_flows.sh | 66 pg_set $dev "delay $DELAY"
|
H A D | pktgen_sample06_numa_awared_queue_irq_affinity.sh | 81 pg_set $dev "delay $DELAY"
|
H A D | README.rst | 32 -w : ($DELAY) Tx Delay value (ns)
|
/linux/Documentation/i2c/ |
H A D | slave-testunit-backend.rst | 49 0x03, DELAY, delay in n * 10ms until test is started 53 # i2cset -y <bus_num> <testunit_address> <CMD> <DATAL> <DATAH> <DELAY> i 55 DELAY is a generic parameter which will delay the execution of the test in CMD. 79 - DELAY 103 - DELAY 130 - DELAY 160 - DELAY 198 - DELAY
|
/linux/drivers/media/usb/gspca/ |
H A D | sonixj.c | 354 #define DELAY 0xdd macro 359 {DELAY, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, 361 {DELAY, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, 367 {DELAY, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, 369 {DELAY, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, 413 {DELAY, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*delay 10ms*/ 534 {DELAY, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*delay 20ms*/ 536 {DELAY, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*delay 20ms*/ 612 {DELAY, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* delay 20ms */ 685 {DELAY, [all...] |
/linux/Documentation/scsi/ |
H A D | aha152x.rst | 32 DELAY: bus reset delay (default 100) 48 - DSETUP0="{ IOPORT, IRQ, SCSI_ID, RECONNECT, PARITY, SYNCHRONOUS, DELAY, EXT_TRANS }" 51 - DSETUP1="{ IOPORT, IRQ, SCSI_ID, RECONNECT, PARITY, SYNCHRONOUS, DELAY, EXT_TRANS }" 66 aha152x=<IOPORT>[,<IRQ>[,<SCSI-ID>[,<RECONNECT>[,<PARITY>[,<SYNCHRONOUS>[,<DELAY> [,<EXT_TRANS]]]]]]] 82 aha152x=IOPORT,IRQ,SCSI_ID,RECONNECT,PARITY,SYNCHRONOUS,DELAY,EXT_TRANS 88 aha152x1=IOPORT,IRQ,SCSI_ID,RECONNECT,PARITY,SYNCHRONOUS,DELAY,EXT_TRANS 113 reset DELAY for first and second controller
|
/linux/drivers/soc/qcom/ |
H A D | qcom-pbs.c | 24 #define DELAY 1100 macro 41 val, val & BIT(bit_pos), DELAY, DELAY * RETRIES); in qcom_pbs_wait_for_ack()
|
/linux/tools/testing/selftests/timers/ |
H A D | posix_timers.c | 24 #define DELAY 2 macro 91 if (llabs(diff - DELAY * USEC_PER_SEC) > USEC_PER_SEC / 2) { in check_diff() 103 .it_value.tv_sec = DELAY, in check_itimer() 138 .it_value.tv_sec = DELAY, in check_timer_create() 689 * on DELAY * nr_threads, with nr_threads busy looping, then wait in main() 690 * the normal DELAY since the time is elapsing nr_threads faster. in main()
|
/linux/drivers/media/pci/bt8xx/ |
H A D | dst_common.h | 25 #define DELAY 1 macro
|
/linux/drivers/accessibility/speakup/ |
H A D | spk_types.h | 44 DELAY, TRIGGER, JIFFY, FULL, /* all timers must be together */ enumerator
|
H A D | speakup_apollo.c | 151 delay_time = spk_get_var(DELAY); in do_catch_up()
|
H A D | speakup_decext.c | 165 delay_time = spk_get_var(DELAY); in do_catch_up()
|
H A D | speakup_keypc.c | 187 delay_time = spk_get_var(DELAY); in do_catch_up()
|
H A D | speakup_acntpc.c | 185 delay_time = spk_get_var(DELAY); in do_catch_up()
|
H A D | varhandlers.c | 22 { "delay_time", DELAY, VAR_TIME, NULL, NULL },
|
/linux/tools/testing/selftests/cgroup/ |
H A D | test_cpuset_prs.sh | 124 DELAY=$1 128 sleep $DELAY
|