Home
last modified time | relevance | path

Searched refs:PL_STATUS_A (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/fddi/skfp/
Dpcmplc.c427 rev = inpw(PLC(p,PL_STATUS_A)) & PLC_REV_MASK ; in plc_init()
499 state = inpw(PLC(phy,PL_STATUS_A)) & PL_LINE_ST ; in sm_pm_get_ls()
773 plc_rev = inpw(PLC(np,PL_STATUS_A)) & PLC_REV_MASK ; in pcm_fsm()
810 if (((inpw(PLC(np,PL_STATUS_A)) & PLC_REV_MASK) != in pcm_fsm()
1666 ((inpw(PLC(np,PL_STATUS_A)) & PLC_REV_MASK) == in plc_irq()
1908 switch (inpw(PLC(np,PL_STATUS_A)) & PL_LINE_ST) { in get_linestate()
/linux-5.19.10/drivers/net/fddi/skfp/h/
Dsupern_2.h724 #define PL_STATUS_A 0x10 /* status register A (read only) */ macro