Lines Matching refs:p_state
393 phy->plc.p_state = PS_OFF ; in pcm_init()
838 plc->p_state = PS_BIT3 ; in pcm_fsm()
861 switch (plc->p_state) { in pcm_fsm()
866 plc->p_state = PS_BIT4 ; in pcm_fsm()
878 plc->p_state = PS_BIT7 ; in pcm_fsm()
889 plc->p_state = PS_LCT ; in pcm_fsm()
905 plc->p_state = PS_BIT8 ; in pcm_fsm()
923 plc->p_state = PS_JOIN ; in pcm_fsm()
934 plc->p_state = PS_ACTIVE ; in pcm_fsm()
958 switch (plc->p_state) { in pcm_fsm()
1755 if (plc->p_state == PS_LCT) { in plc_irq()