Searched refs:STATE (Results 1 – 5 of 5) sorted by relevance
36 #define LSR_WAIT_FOR(STATE) \ argument39 } while (!(__UART(LSR) & UART_LSR_##STATE))
29 #define LSR_WAIT_FOR0(STATE) \ argument31 } while (!(__UART0(LSR) & UART_LSR_##STATE))
36 #define LSR_WAIT_FOR(STATE) \ argument37 do { while (!(CYG_DEV_LSR & SIO_LSR_##STATE)) {} } while (0)
534 /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state535 STATE-NUM when YYTABLE doesn't specify something else to do. Zero556 /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing557 STATE-NUM. */578 /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If607 /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing608 symbol of state STATE-NUM. */
195 ldcdbg(STATE, "STATE (%s) --> (%s)\n", in ldc_set_state()517 ldcdbg(STATE, "ABORT\n"); in ldc_abort()