Searched refs:PL_STATUS_A (Results 1 – 2 of 2) sorted by relevance
438 rev = inpw(PLC(p,PL_STATUS_A)) & PLC_REV_MASK ; in plc_init()510 state = inpw(PLC(phy,PL_STATUS_A)) & PL_LINE_ST ; in sm_pm_get_ls()785 plc_rev = inpw(PLC(np,PL_STATUS_A)) & PLC_REV_MASK ; in pcm_fsm()822 if (((inpw(PLC(np,PL_STATUS_A)) & PLC_REV_MASK) != in pcm_fsm()1688 ((inpw(PLC(np,PL_STATUS_A)) & PLC_REV_MASK) == in plc_irq()1927 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