Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wan/
Dfarsync.h111 unsigned int v24OpSts; /* V.24 control output status */ member
Dfarsync.c305 u32 v24OpSts[FST_MAX_PORTS]; /* V.24 control output status */ member
995 outputs |= FST_RDL(port->card, v24OpSts[port->index]); in fst_op_raise()
996 FST_WRL(port->card, v24OpSts[port->index], outputs); in fst_op_raise()
1005 outputs = ~outputs & FST_RDL(port->card, v24OpSts[port->index]); in fst_op_lower()
1006 FST_WRL(port->card, v24OpSts[port->index], outputs); in fst_op_lower()
1797 info->v24OpSts = FST_RDL(card, v24OpSts[i]); in gather_conf_info()