Home
last modified time | relevance | path

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

12345678910

/OK3568_Linux_fs/kernel/arch/mips/crypto/
H A Dchacha-core.S34 #define STATE $a0 macro
130 lw T0, (x*4)(STATE); \
147 lw T0, (x*4)(STATE); \
216 lw NONCE_0, 48(STATE)
243 lw X0, 0(STATE)
244 lw X1, 4(STATE)
245 lw X2, 8(STATE)
246 lw X3, 12(STATE)
248 lw X4, 16(STATE)
249 lw X5, 20(STATE)
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/arm/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Daha152x.c521 #define STATE (HOSTDATA(shpnt)->state) macro
888 } else if(STATE==seldi) { in setup_expected_interrupts()
2183 PREVSTATE = STATE; in update_state()
2184 STATE=unknown; in update_state()
2187 STATE=rsti; in update_state()
2191 STATE=seldi; in update_state()
2193 STATE=seldo; in update_state()
2195 STATE=selto; in update_state()
2197 STATE=busfree; in update_state()
2200 STATE=parerr; in update_state()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Daesni-intel_asm.S136 #define STATE STATE1 macro
1956 movups (INP), STATE # input
1958 movups STATE, (OUTP) # output
1982 pxor KEY, STATE # round 0
1990 aesenc KEY, STATE
1992 aesenc KEY, STATE
1996 aesenc KEY, STATE
1998 aesenc KEY, STATE
2002 aesenc KEY, STATE
2004 aesenc KEY, STATE
[all …]
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Dblake2b-neon-core.S16 STATE .req r0
258 mov ip, STATE
290 mov ip, STATE
322 mov ip, STATE
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm.c230 #define STATE(v) [SNDRV_PCM_STATE_##v] = #v macro
246 STATE(OPEN),
247 STATE(SETUP),
248 STATE(PREPARED),
249 STATE(RUNNING),
250 STATE(XRUN),
251 STATE(DRAINING),
252 STATE(PAUSED),
253 STATE(SUSPENDED),
/OK3568_Linux_fs/kernel/fs/fscache/
H A Dobject.c32 #define STATE(n) (&__STATE_NAME(n)) macro
51 #define transit_to(state) ({ prefetch(&STATE(state)->work); STATE(state); })
71 { .events = (emask), .transit_to = STATE(state) }
238 if (unlikely(state == STATE(OBJECT_DEAD))) { in fscache_object_sm_dispatcher()
252 if (unlikely(state == STATE(OBJECT_DEAD))) { in fscache_object_sm_dispatcher()
309 object->state = STATE(WAIT_FOR_INIT); in fscache_object_init()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/
H A Dcec-ioc-dqevent.rst43 two :ref:`CEC_EVENT_STATE_CHANGE <CEC-EVENT-STATE-CHANGE>` events with
122 - The new adapter state as sent by the :ref:`CEC_EVENT_STATE_CHANGE <CEC-EVENT-STATE-CHANGE>`
140 * .. _`CEC-EVENT-STATE-CHANGE`:
213 * .. _`CEC-EVENT-FL-INITIAL-STATE`:
H A Dcec-ioc-adap-g-phys-addr.rst60 A :ref:`CEC_EVENT_STATE_CHANGE <CEC-EVENT-STATE-CHANGE>` event is sent when the physical address
/OK3568_Linux_fs/kernel/Documentation/driver-api/soundwire/
H A Dstream.rst241 | STATE | | STATE | | STATE | | STATE |
250 | STATE | | STATE | | STATE |
/OK3568_Linux_fs/u-boot/include/
H A Dppc_defs.h12 #define STATE 0 macro
H A Dlattice.h122 #define STATE 0x10 /* Move to the next stable state. */ macro
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dusb338x.h202 #define STATE 16 macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/
H A Ddpmac.c141 dpmac_set_field(cmd_params->state, STATE, link_state->up); in dpmac_set_link_state()
/OK3568_Linux_fs/kernel/kernel/debug/kdb/
H A Dkdb_private.h36 #define KDB_DEBUG_STATE(text, value) if (KDB_DEBUG(STATE)) \
/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dcommand.h155 SCTP_ARG_CONSTRUCTOR(STATE, enum sctp_state, state) in SCTP_ARG_CONSTRUCTOR()
/OK3568_Linux_fs/kernel/Documentation/s390/
H A Dqeth.rst27 STATE={active|standby|inactive}
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DDSDP18 …EOF. THE VIEW AND OPINIONS OF AUTHORS EXPRESSED HEREIN DO NOT NECESSARILY STATE OR REFLECT THOSE O…
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dlockdep-design.rst46 - 'ever held in STATE context'
47 - 'ever held as readlock in STATE context'
48 - 'ever held with STATE enabled'
49 - 'ever held as readlock with STATE enabled'
94 For a given STATE, whether the lock is ever acquired in that STATE
95 context and whether that STATE is enabled yields four possible cases as
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dzconf.tab.c_shipped574 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
575 STATE-NUM. */
601 /* YYDEFACT[STATE-NUM] -- Default reduction number in state STATE-NUM.
651 /* YYTABLE[YYPACT[STATE-NUM]] -- What to do in state STATE-NUM. If
728 /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
729 symbol of state STATE-NUM. */
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.tab.c_shipped581 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
582 STATE-NUM. */
608 /* YYDEFACT[STATE-NUM] -- Default reduction number in state STATE-NUM.
656 /* YYTABLE[YYPACT[STATE-NUM]] -- What to do in state STATE-NUM. If
729 /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
730 symbol of state STATE-NUM. */
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-parser.tab.c_shipped558 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
559 STATE-NUM. */
579 /* YYDEFACT[STATE-NUM] -- Default reduction number in state STATE-NUM.
617 /* YYTABLE[YYPACT[STATE-NUM]] -- What to do in state STATE-NUM. If
656 /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
657 symbol of state STATE-NUM. */
/OK3568_Linux_fs/u-boot/board/Barix/ipam390/
H A Dipam390-ais-uart.cfg135 ; LPSCCFG: | PSCNUM | MODULE | PD | STATE |
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-114708 void PRINT-VERSION (FILE *STREAM, struct argp_state *STATE)
4710 *Note Argp Parsing State::, for an explanation of STATE.
4936 error_t PARSER (int KEY, char *ARG, struct argp_state *STATE)
4958 STATE
4959 STATE points to a ‘struct argp_state’, containing useful
4994 * State: Argp Parsing State. What the STATE argument refers to.
5005 values. In the following example ARG and STATE refer to parser function
5023 decrements the ‘next’ field of its STATE argument, the option won’t
5033 argument vector may be found at ‘STATE->argv + STATE->next’. If
5034 success is returned for this key, and ‘STATE->next’ is unchanged,
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-114708 void PRINT-VERSION (FILE *STREAM, struct argp_state *STATE)
4710 *Note Argp Parsing State::, for an explanation of STATE.
4936 error_t PARSER (int KEY, char *ARG, struct argp_state *STATE)
4958 STATE
4959 STATE points to a ‘struct argp_state’, containing useful
4994 * State: Argp Parsing State. What the STATE argument refers to.
5005 values. In the following example ARG and STATE refer to parser function
5023 decrements the ‘next’ field of its STATE argument, the option won’t
5033 argument vector may be found at ‘STATE->argv + STATE->next’. If
5034 success is returned for this key, and ‘STATE->next’ is unchanged,
[all …]

12345678910