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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dfarsync.h111 unsigned int v24OpSts; /* V.24 control output status */ member in struct:fstioc_info
151 * v24OpSts
217 /* "v24OpSts" bitmask */
H A Dfarsync.c304 u32 v24OpSts[FST_MAX_PORTS]; /* V.24 control output status */ member in struct:fst_shared
994 outputs |= FST_RDL(port->card, v24OpSts[port->index]);
995 FST_WRL(port->card, v24OpSts[port->index], outputs);
1004 outputs = ~outputs & FST_RDL(port->card, v24OpSts[port->index]);
1005 FST_WRL(port->card, v24OpSts[port->index], outputs);
1797 info->v24OpSts = FST_RDL(card, v24OpSts[i]);

Completed in 217 milliseconds