Searched refs:IFLUSH (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-common/
H A Darch_checks.c66 # error You need IFLUSH in L1 inst while Anomaly 05000491 applies
H A Dcache.S20 /* 05000443 - IFLUSH cannot be last instruction in hardware loop */
22 # define BROK_FLUSH_INST "IFLUSH"
71 do_flush IFLUSH
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Dppp_ahdlc.c197 #define IFLUSH 0x200 /* flushing input due to error */ macro
556 state->flags = IFLUSH;
768 if ((state->flags & IFLUSH) ||
772 state->flags &= ~IFLUSH;
791 state->flags &= ~(IFLUSH | ESCAPED);
800 if (state->flags & IFLUSH) {
819 state->flags |= IFLUSH;
822 state->flags &= ~(IFLUSH | ESCAPED);
854 state->flags |= IFLUSH;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/solaris/
H A Dppp_ahdlc.c199 #define IFLUSH 0x200 /* flushing input due to error */ macro
529 state->flags = IFLUSH;
730 if ((state->flags & IFLUSH) ||
734 state->flags &= ~IFLUSH;
753 state->flags &= ~(IFLUSH | ESCAPED);
762 if (state->flags & IFLUSH) {
781 state->flags |= IFLUSH;
784 state->flags &= ~(IFLUSH | ESCAPED);
816 state->flags |= IFLUSH;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dppp_ahdlc.c182 #define IFLUSH 0x200 /* flushing input due to error */ macro
541 state->flags = IFLUSH;
772 if ((state->flags & IFLUSH) ||
776 state->flags &= ~IFLUSH;
795 state->flags &= ~(IFLUSH | ESCAPED);
804 if (state->flags & IFLUSH) {
823 state->flags |= IFLUSH;
826 state->flags &= ~(IFLUSH | ESCAPED);
858 state->flags |= IFLUSH;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/solaris/
H A Dppp_ahdlc.c182 #define IFLUSH 0x200 /* flushing input due to error */ macro
541 state->flags = IFLUSH;
772 if ((state->flags & IFLUSH) ||
776 state->flags &= ~IFLUSH;
795 state->flags &= ~(IFLUSH | ESCAPED);
804 if (state->flags & IFLUSH) {
823 state->flags |= IFLUSH;
826 state->flags &= ~(IFLUSH | ESCAPED);
858 state->flags |= IFLUSH;

Completed in 112 milliseconds