Lines Matching refs:p_state
382 phy->plc.p_state = PS_OFF ; in pcm_init()
826 plc->p_state = PS_BIT3 ; in pcm_fsm()
850 switch (plc->p_state) { in pcm_fsm()
855 plc->p_state = PS_BIT4 ; in pcm_fsm()
867 plc->p_state = PS_BIT7 ; in pcm_fsm()
878 plc->p_state = PS_LCT ; in pcm_fsm()
894 plc->p_state = PS_BIT8 ; in pcm_fsm()
912 plc->p_state = PS_JOIN ; in pcm_fsm()
923 plc->p_state = PS_ACTIVE ; in pcm_fsm()
947 switch (plc->p_state) { in pcm_fsm()
1733 if (plc->p_state == PS_LCT) { in plc_irq()