Searched refs:PL_STATUS_A (Results 1 – 2 of 2) sorted by relevance
436 rev = inpw(PLC(p,PL_STATUS_A)) & PLC_REV_MASK ; in plc_init()508 state = inpw(PLC(phy,PL_STATUS_A)) & PL_LINE_ST ; in sm_pm_get_ls()782 plc_rev = inpw(PLC(np,PL_STATUS_A)) & PLC_REV_MASK ; in pcm_fsm()819 if (((inpw(PLC(np,PL_STATUS_A)) & PLC_REV_MASK) != in pcm_fsm()1684 ((inpw(PLC(np,PL_STATUS_A)) & PLC_REV_MASK) == in plc_irq()1926 switch (inpw(PLC(np,PL_STATUS_A)) & PL_LINE_ST) { in get_linestate()
728 #define PL_STATUS_A 0x10 /* status register A (read only) */ macro