Home
last modified time | relevance | path

Searched refs:WAIT (Results 1 – 25 of 25) sorted by relevance

/linux-4.1.27/arch/sh/include/mach-ecovec24/mach/
Dpartner-jet-setup.txt26 WAIT 1
34 WAIT 1
46 WAIT 1
60 WAIT 1
75 WAIT 1
/linux-4.1.27/arch/sh/boards/mach-kfr2r09/
Dsdram.S47 WAIT 1
69 WAIT 1
/linux-4.1.27/drivers/scsi/
D53c700.scr147 WAIT RESELECT SelectedAsTarget
294 WAIT DISCONNECT
345 WAIT DISCONNECT
358 WAIT DISCONNECT
385 WAIT DISCONNECT
405 WAIT DISCONNECT
Dwd7000.c761 static inline short WAIT(unsigned port, unsigned mask, unsigned allof, unsigned noneof) in WAIT() function
779 if (!WAIT(host->iobase + ASC_STAT, ASC_STATMASK, CMD_RDY, 0)) { in command_out()
783 WAIT(host->iobase + ASC_STAT, ASC_STATMASK, CMD_RDY, 0); in command_out()
1200 if (WAIT(host->iobase + ASC_STAT, ASC_STATMASK, CMD_RDY, 0)) { in wd7000_adapter_reset()
1242 if (WAIT(host->iobase + ASC_STAT, ASC_STATMASK, ASC_INIT, 0)) { in wd7000_adapter_reset()
1462 if (WAIT(iobase + ASC_STAT, ASC_STATMASK, CMD_RDY, 0)) { in wd7000_detect()
D53c700_d.h_shipped162 WAIT RESELECT SelectedAsTarget
549 WAIT DISCONNECT
696 WAIT DISCONNECT
724 WAIT DISCONNECT
796 WAIT DISCONNECT
849 WAIT DISCONNECT
Dscript_asm.pl662 } elsif (/^\s*WAIT\s+(.*)/i) {
/linux-4.1.27/arch/sh/boards/mach-ecovec24/
Dsdram.S47 WAIT 1
/linux-4.1.27/arch/sh/include/mach-kfr2r09/mach/
Dpartner-jet-setup.txt34 WAIT 1
117 WAIT 1
/linux-4.1.27/arch/sh/include/asm/
Dromimage-macros.h48 .macro WAIT, time
/linux-4.1.27/arch/sh/boards/mach-se/7724/
Dsdram.S47 WAIT 1
/linux-4.1.27/arch/arm/mach-shmobile/include/mach/
Dzboot_macros.h42 .macro WAIT, time, reg
/linux-4.1.27/drivers/net/hamradio/
Ddmascc.c150 #define WAIT 6 macro
1379 case WAIT: in es_isr()
1425 priv->state = WAIT; in tm_isr()
1429 case WAIT: in tm_isr()
1451 priv->state = WAIT; in tm_isr()
/linux-4.1.27/Documentation/devicetree/bindings/mips/cavium/
Dbootbus.txt46 - cavium,t-wait: A cell specifying the WAIT timing (in nS).
/linux-4.1.27/Documentation/networking/
DPLIP.txt213 WAIT FOR IN.4 = 1
215 WAIT FOR IN.4 = 0
Dip-sysctl.txt588 Enable fast recycling TIME-WAIT sockets. Default value is 0.
593 Allow to reuse TIME-WAIT sockets for new connections when it is
/linux-4.1.27/fs/reiserfs/
Djournal.c84 #define WAIT 4 /* wait for the log blocks to hit the disk */ macro
3532 return do_journal_end(th, COMMIT_NOW | WAIT); in journal_end_sync()
3591 do_journal_end(&th, COMMIT_NOW | WAIT); in reiserfs_flush_old_commits()
3617 int wait_on_commit = flags & WAIT; in check_journal_end()
4011 flags |= FLUSH_ALL | COMMIT_NOW | WAIT; in do_journal_end()
4013 wait_on_commit = flags & WAIT; in do_journal_end()
4029 flags |= COMMIT_NOW | WAIT; in do_journal_end()
/linux-4.1.27/drivers/pinctrl/sh-pfc/
Dpfc-sh7722.c202 LCDRD, CS6B_CE1B_LCDCS2, WAIT, LCDDCK_LCDWR, LCDVEPWC_LCDVEPWC2, enumerator
584 PINMUX_DATA(WAIT_MARK, WAIT),
1070 GPIO_FN(WAIT),
1385 WAIT, 0, 0, PTR2_IN,
Dpfc-sh7203.c941 GPIO_FN(WAIT),
Dpfc-sh7264.c1329 GPIO_FN(WAIT),
Dpfc-sh7723.c1466 GPIO_FN(WAIT),
Dpfc-sh7724.c1424 GPIO_FN(WAIT),
Dpfc-sh7269.c1750 GPIO_FN(WAIT),
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dmemx.fuc50 handler(WAIT , 0x0004, 0x0000, #memx_func_wait)
/linux-4.1.27/arch/x86/lib/
Dx86-opcode-map.txt200 9b: FWAIT/WAIT
/linux-4.1.27/tools/perf/
Dbuiltin-trace.c522 P_FUTEX_OP(WAIT); arg->mask |= SCF_VAL3|SCF_UADDR2; break; in syscall_arg__scnprintf_futex_op()