Lines Matching refs:p_state
386 phy->plc.p_state = PS_OFF ; in pcm_init()
830 plc->p_state = PS_BIT3 ; in pcm_fsm()
854 switch (plc->p_state) { in pcm_fsm()
859 plc->p_state = PS_BIT4 ; in pcm_fsm()
871 plc->p_state = PS_BIT7 ; in pcm_fsm()
882 plc->p_state = PS_LCT ; in pcm_fsm()
898 plc->p_state = PS_BIT8 ; in pcm_fsm()
916 plc->p_state = PS_JOIN ; in pcm_fsm()
927 plc->p_state = PS_ACTIVE ; in pcm_fsm()
951 switch (plc->p_state) { in pcm_fsm()
1737 if (plc->p_state == PS_LCT) { in plc_irq()