Home
last modified time | relevance | path

Searched refs:STATE (Results 1 – 22 of 22) sorted by relevance

/linux-3.4.99/drivers/scsi/arm/
Dfas216.c1385 #define STATE(st,ph) ((ph) << 3 | (st)) in fas216_busservice_intr() macro
1389 switch (STATE(stat & STAT_BUSMASK, info->scsi.phase)) { in fas216_busservice_intr()
1390 case STATE(STAT_DATAIN, PHASE_SELSTEPS):/* Sel w/ steps -> Data In */ in fas216_busservice_intr()
1391 case STATE(STAT_DATAIN, PHASE_MSGOUT): /* Message Out -> Data In */ in fas216_busservice_intr()
1392 case STATE(STAT_DATAIN, PHASE_COMMAND): /* Command -> Data In */ in fas216_busservice_intr()
1393 case STATE(STAT_DATAIN, PHASE_MSGIN): /* Message In -> Data In */ in fas216_busservice_intr()
1398 case STATE(STAT_DATAIN, PHASE_DATAIN): /* Data In -> Data In */ in fas216_busservice_intr()
1399 case STATE(STAT_DATAOUT, PHASE_DATAOUT):/* Data Out -> Data Out */ in fas216_busservice_intr()
1404 case STATE(STAT_DATAOUT, PHASE_SELSTEPS):/* Sel w/ steps-> Data Out */ in fas216_busservice_intr()
1405 case STATE(STAT_DATAOUT, PHASE_MSGOUT): /* Message Out -> Data Out */ in fas216_busservice_intr()
[all …]
/linux-3.4.99/arch/x86/crypto/
Daesni-intel_asm.S95 #define STATE STATE1 macro
1898 movups (INP), STATE # input
1900 movups STATE, (OUTP) # output
1923 pxor KEY, STATE # round 0
1931 AESENC KEY STATE
1933 AESENC KEY STATE
1937 AESENC KEY STATE
1939 AESENC KEY STATE
1943 AESENC KEY STATE
1945 AESENC KEY STATE
[all …]
/linux-3.4.99/drivers/scsi/
Daha152x.c588 #define STATE (HOSTDATA(shpnt)->state) macro
960 } else if(STATE==seldi) { in setup_expected_interrupts()
2416 PREVSTATE = STATE; in update_state()
2417 STATE=unknown; in update_state()
2420 STATE=rsti; in update_state()
2424 STATE=seldi; in update_state()
2426 STATE=seldo; in update_state()
2428 STATE=selto; in update_state()
2430 STATE=busfree; in update_state()
2433 STATE=parerr; in update_state()
[all …]
/linux-3.4.99/arch/mn10300/unit-asb2364/include/unit/
Dserial.h86 #define LSR_WAIT_FOR(STATE) \ in __debug_to_serial() argument
87 do {} while (!(GDBPORT_SERIAL_LSR & UART_LSR_##STATE)) in __debug_to_serial()
/linux-3.4.99/arch/mn10300/unit-asb2305/include/unit/
Dserial.h81 #define LSR_WAIT_FOR(STATE) \ argument
83 while (!(TTYS0_LSR & UART_LSR_##STATE)) {} \
/linux-3.4.99/arch/mn10300/unit-asb2303/include/unit/
Dserial.h97 #define LSR_WAIT_FOR(STATE) \ argument
99 while (!(GDBPORT_SERIAL_LSR & UART_LSR_##STATE)) {} \
/linux-3.4.99/arch/frv/kernel/
Dgdb-io.c35 #define LSR_WAIT_FOR(STATE) \ argument
38 } while (!(__UART(LSR) & UART_LSR_##STATE))
Ddebug-stub.c29 #define LSR_WAIT_FOR0(STATE) \ argument
31 } while (!(__UART0(LSR) & UART_LSR_##STATE))
/linux-3.4.99/sound/core/
Dpcm.c228 #define STATE(v) [SNDRV_PCM_STATE_##v] = #v macro
244 STATE(OPEN),
245 STATE(SETUP),
246 STATE(PREPARED),
247 STATE(RUNNING),
248 STATE(XRUN),
249 STATE(DRAINING),
250 STATE(PAUSED),
251 STATE(SUSPENDED),
/linux-3.4.99/Documentation/
Dlockdep-design.txt32 - 'ever held in STATE context'
33 - 'ever held as readlock in STATE context'
34 - 'ever held with STATE enabled'
35 - 'ever held as readlock with STATE enabled'
37 Where STATE can be either one of (kernel/lockdep_states.h)
54 The bit position indicates STATE, STATE-read, for each of the states listed
/linux-3.4.99/arch/mn10300/boot/compressed/
Dmisc.c36 #define LSR_WAIT_FOR(STATE) \ argument
37 do { while (!(CYG_DEV_LSR & SIO_LSR_##STATE)) {} } while (0)
/linux-3.4.99/include/net/sctp/
Dcommand.h182 SCTP_ARG_CONSTRUCTOR(STATE, sctp_state_t, state)
/linux-3.4.99/kernel/debug/kdb/
Dkdb_private.h37 #define KDB_DEBUG_STATE(text, value) if (KDB_DEBUG(STATE)) \
/linux-3.4.99/scripts/dtc/
Ddtc-parser.tab.c_shipped507 /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
508 STATE-NUM when YYTABLE doesn't specify something else to do. Zero
528 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
529 STATE-NUM. */
549 /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If
574 /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
575 symbol of state STATE-NUM. */
/linux-3.4.99/scripts/genksyms/
Dparse.tab.c_shipped643 /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM.
679 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
680 STATE-NUM. */
715 /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If
841 /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
842 symbol of state STATE-NUM. */
/linux-3.4.99/scripts/kconfig/
Dzconf.tab.c_shipped618 /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
619 STATE-NUM when YYTABLE doesn't specify something else to do. Zero
655 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
656 STATE-NUM. */
692 /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If
765 /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
766 symbol of state STATE-NUM. */
/linux-3.4.99/Documentation/sound/alsa/
DREADME.maya447 STATE OF DEVELOPMENT:
/linux-3.4.99/Documentation/filesystems/
Dafs.txt148 USE ADDR STATE
/linux-3.4.99/Documentation/filesystems/caching/
Dobject.txt93 OBJECT MANAGEMENT STATE MACHINE
/linux-3.4.99/arch/sparc/kernel/
Dldc.c196 ldcdbg(STATE, "STATE (%s) --> (%s)\n", in ldc_set_state()
518 ldcdbg(STATE, "ABORT\n"); in ldc_abort()
/linux-3.4.99/Documentation/telephony/
Dixj.txt30 THE LINUX DRIVERS FOR QUICKNET CARDS ARE PRESENTLY IN A ALPHA STATE
/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnv50_grctx.c204 cp_set (ctx, STATE, RUNNING); in nv50_grctx_init()
273 cp_set (ctx, STATE, STOPPED); in nv50_grctx_init()