Searched refs:fddiSMTECMState (Results 1 – 4 of 4) sorted by relevance
56 #define GO_STATE(x) (smc->mib.fddiSMTECMState = (x)|AFLAG)57 #define ACTIONS_DONE() (smc->mib.fddiSMTECMState &= ~AFLAG)109 smc->mib.fddiSMTECMState = ACTIONS(EC0_OUT) ; in ecm_init()128 smc->mib.fddiSMTECMState & AFLAG ? "ACTIONS " : "", in ecm()129 ecm_states[smc->mib.fddiSMTECMState & ~AFLAG], in ecm()131 state = smc->mib.fddiSMTECMState ; in ecm()134 } while (state != smc->mib.fddiSMTECMState) ; in ecm()135 ecm_state_change(smc,(int)smc->mib.fddiSMTECMState) ; in ecm()168 switch(smc->mib.fddiSMTECMState) { in ecm_fsm()
105 { SMT_P1029,AC_G, MOFFSS(fddiSMTECMState), "E" } ,
1811 np, smc->mib.fddiSMTECMState); in plc_irq()
144 SMTEnum fddiSMTECMState ; member