Searched refs:fddiSMTECMState (Results 1 – 4 of 4) sorted by relevance
51 #define GO_STATE(x) (smc->mib.fddiSMTECMState = (x)|AFLAG)52 #define ACTIONS_DONE() (smc->mib.fddiSMTECMState &= ~AFLAG)104 smc->mib.fddiSMTECMState = ACTIONS(EC0_OUT) ; in ecm_init()123 smc->mib.fddiSMTECMState & AFLAG ? "ACTIONS " : "", in ecm()124 ecm_states[smc->mib.fddiSMTECMState & ~AFLAG], in ecm()126 state = smc->mib.fddiSMTECMState ; in ecm()129 } while (state != smc->mib.fddiSMTECMState) ; in ecm()130 ecm_state_change(smc,(int)smc->mib.fddiSMTECMState) ; in ecm()163 switch(smc->mib.fddiSMTECMState) { in ecm_fsm()
101 { SMT_P1029,AC_G, MOFFSS(fddiSMTECMState), "E" } ,
1797 np, smc->mib.fddiSMTECMState); in plc_irq()
140 SMTEnum fddiSMTECMState ; member