/linux-4.1.27/samples/pktgen/ |
H A D | pktgen.conf-1-2 | 42 DELAY="delay 0" 49 pgset "$DELAY" 58 pgset "$DELAY"
|
H A D | pktgen.conf-1-1 | 40 DELAY="delay 0" 47 pgset "$DELAY"
|
H A D | pktgen.conf-1-1-flows | 41 DELAY="delay 0" 48 pgset "$DELAY"
|
H A D | pktgen.conf-1-1-ip6 | 41 DELAY="delay 0" 48 pgset "$DELAY"
|
H A D | pktgen.conf-1-1-ip6-rdos | 43 DELAY="delay 0" 50 pgset "$DELAY"
|
H A D | pktgen.conf-1-1-rdos | 42 DELAY="delay 0" 49 pgset "$DELAY"
|
H A D | pktgen.conf-2-2 | 46 DELAY="delay 0" 53 pgset "$DELAY" 62 pgset "$DELAY"
|
H A D | pktgen.conf-2-1 | 47 DELAY="delay 0" 54 pgset "$DELAY"
|
/linux-4.1.27/arch/powerpc/platforms/pasemi/ |
H A D | gpio_mdio.c | 37 #define DELAY 1 macro 91 udelay(DELAY); clock_out() 93 udelay(DELAY); clock_out() 139 udelay(DELAY); gpio_mdio_read() 141 udelay(DELAY); gpio_mdio_read() 148 udelay(DELAY); gpio_mdio_read() 150 udelay(DELAY); gpio_mdio_read() 152 udelay(DELAY); gpio_mdio_read() 158 udelay(DELAY); gpio_mdio_read() 160 udelay(DELAY); gpio_mdio_read() 180 udelay(DELAY); gpio_mdio_write() 182 udelay(DELAY); gpio_mdio_write() 185 udelay(DELAY); gpio_mdio_write() 187 udelay(DELAY); gpio_mdio_write() 196 udelay(DELAY); gpio_mdio_write() 198 udelay(DELAY); gpio_mdio_write() 207 udelay(DELAY); gpio_mdio_write() 209 udelay(DELAY); gpio_mdio_write()
|
/linux-4.1.27/tools/testing/selftests/timers/ |
H A D | posix_timers.c | 20 #define DELAY 2 macro 70 if (abs(diff - DELAY * USECS_PER_SEC) > USECS_PER_SEC / 2) { check_diff() 83 .it_value.tv_sec = DELAY, check_itimer() 145 .it_value.tv_sec = DELAY, check_timer_create() 212 * on DELAY * nr_threads, with nr_threads busy looping, then wait main() 213 * the normal DELAY since the time is elapsing nr_threads faster. main()
|
/linux-4.1.27/arch/microblaze/lib/ |
H A D | fastcopy.S | 67 addi r4, r4, -1 /* n-- (IN DELAY SLOT) */ 103 addi r5, r5, 32 /* d = d + 32 (IN DELAY SLOT) */ 162 addi r5, r5, 32 /* d = d + 32 (IN DELAY SLOT) */ 211 addi r5, r5, 32 /* d = d + 32 (IN DELAY SLOT) */ 260 addi r5, r5, 32 /* d = d + 32 (IN DELAY SLOT) */ 280 addi r10, r10, 4 /* offset++ (IN DELAY SLOT) */ 304 addi r10, r10, 4 /* offset = ofset + 4 (IN DELAY SLOT) */ 318 addi r10, r10, 4 /* offset = ofset + 4 (IN DELAY SLOT) */ 332 addi r10, r10, 4 /* offset = ofset + 4 (IN DELAY SLOT) */ 347 addi r5, r5, 1 /* d++ (IN DELAY SLOT) */ 389 addi r4, r4, -1 /* n-- (IN DELAY SLOT) */ 425 swi r12, r5, 0 /* *(d + 0) = t4 (IN DELAY SLOT) */ 484 bsrli r11, r12, 8 /* h = v >> 8 (IN DELAY SLOT) */ 533 bsrli r11, r12, 24 /* h = v >> 24 (IN DELAY SLOT) */ 582 bsrli r11, r12, 16 /* h = v >> 16 (IN DELAY SLOT) */ 603 sw r9, r5, r4 /* *(d+n) = t1 (IN DELAY SLOT) */ 625 bsrli r11, r12, 8 /* h = v >> 8 (IN DELAY SLOT) */ 638 bsrli r11, r12, 24 /* h = v >> 24 (IN DELAY SLOT) */ 651 bsrli r11, r12, 16 /* h = v >> 16 (IN DELAY SLOT) */ 663 addi r7, r7, -1 /* c-- (IN DELAY SLOT) */
|
/linux-4.1.27/drivers/block/paride/ |
H A D | ppc6lnx.c | 168 // DELAY ppc6_select() 301 // DELAY ppc6_rd_data_byte() 311 // DELAY ppc6_rd_data_byte() 394 // DELAY ppc6_rd_data_blk() 404 // DELAY ppc6_rd_data_blk() 449 // DELAY ppc6_rd_data_blk() 466 // DELAY ppc6_rd_data_blk() 490 // DELAY ppc6_rd_data_blk()
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
H A D | dst_common.h | 37 #define DELAY 1 macro
|
H A D | dst.c | 156 if (dst_gpio_outb(state, RDC_8820_RESET, RDC_8820_RESET, RDC_8820_RESET, DELAY) < 0) { rdc_8820_reset()
|
/linux-4.1.27/drivers/video/backlight/ |
H A D | lms283gf05.c | 35 /* REG, VALUE, DELAY */
|
/linux-4.1.27/drivers/input/serio/ |
H A D | i8042.c | 1058 * Note that DELAY has a limit of 10ms so we will not get stuck here 1062 #define DELAY do { mdelay(1); if (++delay > 10) return delay; } while(0) macro 1071 DELAY; i8042_panic_blink() 1075 DELAY; i8042_panic_blink() 1077 DELAY; i8042_panic_blink() 1078 DELAY; i8042_panic_blink() 1081 DELAY; i8042_panic_blink() 1085 #undef DELAY macro
|
/linux-4.1.27/drivers/staging/speakup/ |
H A D | spk_types.h | 41 DELAY, TRIGGER, JIFFY, FULL, /* all timers must be together */ enumerator in enum:var_id_t
|
H A D | synth.c | 96 delay_time = spk_get_var(DELAY); spk_do_catch_up() 339 { DELAY, .u.n = {NULL, 100, 100, 2000, 0, 0, NULL } },
|
H A D | speakup_acntpc.c | 188 delay_time = spk_get_var(DELAY); do_catch_up()
|
H A D | speakup_apollo.c | 149 delay_time = spk_get_var(DELAY); do_catch_up()
|
H A D | speakup_decext.c | 167 delay_time = spk_get_var(DELAY); do_catch_up()
|
H A D | speakup_dectlk.c | 220 delay_time = spk_get_var(DELAY); do_catch_up()
|
H A D | speakup_keypc.c | 190 delay_time = spk_get_var(DELAY); do_catch_up()
|
H A D | varhandlers.c | 21 { "delay_time", DELAY, VAR_TIME, NULL, NULL },
|
H A D | speakup_dtlk.c | 203 delay_time = spk_get_var(DELAY); do_catch_up()
|
H A D | speakup_decpc.c | 384 delay_time = spk_get_var(DELAY); do_catch_up()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bus/ |
H A D | hwsq.c | 141 nv_debug(hwsq->pbus, " DELAY = %d ns\n", nsec); nvkm_hwsq_nsec()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
H A D | memx.c | 117 nv_debug(memx->pmu, " DELAY = %d ns\n", nsec); nvkm_memx_nsec()
|
/linux-4.1.27/drivers/net/ethernet/nuvoton/ |
H A D | w90p910_ether.c | 121 #define DELAY 1000 macro 514 for (i = 0; i < DELAY; i++) { w90p910_mdio_write() 519 if (i == DELAY) w90p910_mdio_write() 535 for (i = 0; i < DELAY; i++) { w90p910_mdio_read() 540 if (i == DELAY) { w90p910_mdio_read()
|
/linux-4.1.27/drivers/media/usb/gspca/ |
H A D | sonixj.c | 368 #define DELAY 0xdd macro 373 {DELAY, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, 375 {DELAY, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, 381 {DELAY, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, 383 {DELAY, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, 427 {DELAY, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*delay 10ms*/ 548 {DELAY, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*delay 20ms*/ 550 {DELAY, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /*delay 20ms*/ 626 {DELAY, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* delay 20ms */ 699 {DELAY, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* delay 20ms */ 702 {DELAY, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* delay 20ms */ 756 {DELAY, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* delay 20ms */ 805 {DELAY, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* delay 20ms */ 901 {DELAY, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* delay 20ms */ 955 {DELAY, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* delay 10ms */ 958 {DELAY, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* delay 10ms */ 1007 {DELAY, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* delay 8ms */ 1022 {DELAY, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* delay 96ms */ 1337 if ((*data)[0] != DELAY) i2c_w_seq()
|
/linux-4.1.27/drivers/staging/iio/adc/ |
H A D | mxs-lradc.c | 460 * "The DELAY fields in HW_LRADC_DELAY0, HW_LRADC_DELAY1, mxs_lradc_setup_ts_channel() 480 LRADC_DELAY_TRIGGER_DELAYS(BIT(3)) | /* trigger DELAY unit#3 */ mxs_lradc_setup_ts_channel() 535 LRADC_DELAY_TRIGGER_DELAYS(BIT(3)) | /* trigger DELAY unit#3 */ mxs_lradc_setup_ts_pressure() 1425 /* The ADC always uses DELAY CHANNEL 0. */ mxs_lradc_hw_init() 1435 /* Configure DELAY CHANNEL 0 for generic ADC sampling. */ mxs_lradc_hw_init() 1438 /* Disable remaining DELAY CHANNELs */ mxs_lradc_hw_init()
|
/linux-4.1.27/drivers/net/ethernet/i825xx/ |
H A D | sun3_82586.c | 93 #define DELAY(x) mdelay(32 * x); macro 234 DELAY(1); /* wait a while... */ check586() 250 DELAY(1); alloc586() 268 DELAY(1); alloc586()
|
/linux-4.1.27/drivers/net/wan/lmc/ |
H A D | lmc_var.h | 55 #define DELAY(n) SLOW_DOWN_IO macro
|
/linux-4.1.27/net/rxrpc/ |
H A D | ar-ack.c | 29 * How long to wait before scheduling an ACK with subtype DELAY (in jiffies). 32 * all consumed within this time we will send a DELAY ACK if an ACK was not 111 /* update DELAY, IDLE, REQUESTED and PING_RESPONSE ACK serial __rxrpc_propose_ACK()
|
/linux-4.1.27/drivers/scsi/ |
H A D | aha152x.c | 554 #define DELAY (HOSTDATA(shpnt)->delay) macro 755 DELAY = setup->delay; aha152x_probe_one() 769 mdelay(DELAY); aha152x_probe_one() 792 DELAY, aha152x_probe_one() 1156 mdelay(DELAY); aha152x_bus_reset_host() 3387 "[,<RECONNECT>[,<PARITY>[,<SYNCHRONOUS>[,<DELAY>[,<EXT_TRANS>]]]]]]]\n"); aha152x_setup()
|
H A D | ncr53c8xx.c | 7859 * many loop iterations (if DELAY is ncrgetfreq()
|
/linux-4.1.27/drivers/usb/dwc2/ |
H A D | core_intr.c | 289 * Need to schedule a work, as there are possible DELAY function calls. dwc2_handle_conn_id_status_change_intr()
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
H A D | niu.c | 130 #define niu_set_and_wait_clear_mac(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ 131 ({ BUILD_BUG_ON(LIMIT <= 0 || DELAY < 0); \ 132 __niu_set_and_wait_clear_mac(NP, REG, BITS, LIMIT, DELAY, REG_NAME); \ 169 #define niu_set_and_wait_clear_ipp(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ 170 ({ BUILD_BUG_ON(LIMIT <= 0 || DELAY < 0); \ 171 __niu_set_and_wait_clear_ipp(NP, REG, BITS, LIMIT, DELAY, REG_NAME); \ 189 #define niu_wait_bits_clear(NP, REG, BITS, LIMIT, DELAY) \ 190 ({ BUILD_BUG_ON(LIMIT <= 0 || DELAY < 0); \ 191 __niu_wait_bits_clear(NP, REG, BITS, LIMIT, DELAY); \ 209 #define niu_set_and_wait_clear(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ 210 ({ BUILD_BUG_ON(LIMIT <= 0 || DELAY < 0); \ 211 __niu_set_and_wait_clear(NP, REG, BITS, LIMIT, DELAY, REG_NAME); \
|
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
H A D | sym_nvram.c | 205 printf("%s: HOST ID=%d%s%s%s%s%s%s%s%s%s BOOT DELAY=%d tags=%d\n", sym_display_Tekram_nvram()
|
H A D | sym_hipd.c | 312 * many loop iterations (if DELAY is getfreq()
|
/linux-4.1.27/drivers/video/fbdev/matrox/ |
H A D | matroxfb_Ti3026.c | 419 /* set DELAY */ Ti3026_init()
|
/linux-4.1.27/fs/nfs/ |
H A D | nfs4trace.h | 86 { -NFS4ERR_DELAY, "DELAY" }, \
|
/linux-4.1.27/drivers/misc/ti-st/ |
H A D | st_kim.c | 289 * script file intreprets SEND, DELAY actions only as of now
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
H A D | tx.c | 856 TX_STATUS_POSTPONE(DELAY); iwl_get_tx_fail_reason()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
H A D | tx.c | 545 TX_STATUS_POSTPONE(DELAY); iwl_mvm_get_tx_fail_reason()
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
H A D | rt2400pci.h | 696 * DELAY: RX_PE low width, in units of pci clock cycle.
|
H A D | rt2500pci.h | 830 * DELAY: RX_PE low width, in units of pci clock cycle.
|
/linux-4.1.27/drivers/net/ethernet/smsc/ |
H A D | smc9194.c | 782 /* DELAY HERE! smc_findirq()
|
/linux-4.1.27/arch/blackfin/kernel/ |
H A D | debug-mmrs.c | 405 __PPI(DELAY, delay); bfin_debug_mmrs_ppi()
|
/linux-4.1.27/drivers/isdn/mISDN/ |
H A D | dsp_cmx.c | 1173 printk(KERN_DEBUG "DELAY (%s) %3d >%s\n", dsp->name, delay, showdelay()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_phy.c | 989 hw_dbg(hw, "DELAY: %d MS\n", edata); ixgbe_reset_phy_nl()
|
/linux-4.1.27/drivers/mtd/chips/ |
H A D | cfi_cmdset_0002.c | 496 * The DELAY value must be tuned based on the customer's platform.
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
H A D | s626.c | 1705 * VERSION 2.01 CHANGE: DELAY CHANGED FROM 250NS to 2US. Allow the s626_reset_adc()
|
/linux-4.1.27/net/core/ |
H A D | pktgen.c | 3328 /* This is max DELAY, this has special meaning of pktgen_xmit()
|
/linux-4.1.27/net/ipv6/ |
H A D | route.c | 20 * routers in REACHABLE, STALE, DELAY or PROBE states).
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
H A D | 4965-mac.c | 3009 TX_STATUS_POSTPONE(DELAY); il4965_get_tx_fail_reason()
|
/linux-4.1.27/drivers/video/fbdev/sis/ |
H A D | init301.c | 434 /* HELPER: DELAY FUNCTIONS */
|