Home
last modified time | relevance | path

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

/arch/frv/kernel/
Dgdb-io.c36 #define LSR_WAIT_FOR(STATE) \ argument
39 } while (!(__UART(LSR) & UART_LSR_##STATE))
Ddebug-stub.c29 #define LSR_WAIT_FOR0(STATE) \ argument
31 } while (!(__UART0(LSR) & UART_LSR_##STATE))
/arch/mn10300/boot/compressed/
Dmisc.c36 #define LSR_WAIT_FOR(STATE) \ argument
37 do { while (!(CYG_DEV_LSR & SIO_LSR_##STATE)) {} } while (0)
/arch/powerpc/boot/dtc-src/
Ddtc-parser.tab.c_shipped534 /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
535 STATE-NUM when YYTABLE doesn't specify something else to do. Zero
556 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
557 STATE-NUM. */
578 /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If
607 /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
608 symbol of state STATE-NUM. */
/arch/sparc/kernel/
Dldc.c195 ldcdbg(STATE, "STATE (%s) --> (%s)\n", in ldc_set_state()
517 ldcdbg(STATE, "ABORT\n"); in ldc_abort()