Searched refs:v24OpSts (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | farsync.h | 107 unsigned int v24OpSts; /* V.24 control output status */ member 147 * v24OpSts 213 /* "v24OpSts" bitmask */
|
H A D | farsync.c | 302 u32 v24OpSts[FST_MAX_PORTS]; /* V.24 control output status */ member 984 outputs |= FST_RDL(port->card, v24OpSts[port->index]); in fst_op_raise() 985 FST_WRL(port->card, v24OpSts[port->index], outputs); in fst_op_raise() 994 outputs = ~outputs & FST_RDL(port->card, v24OpSts[port->index]); in fst_op_lower() 995 FST_WRL(port->card, v24OpSts[port->index], outputs); in fst_op_lower() 1784 info->v24OpSts = FST_RDL(card, v24OpSts[i]); in gather_conf_info()
|
/kernel/linux/linux-6.6/drivers/net/wan/ |
H A D | farsync.h | 107 unsigned int v24OpSts; /* V.24 control output status */ member 147 * v24OpSts 213 /* "v24OpSts" bitmask */
|
H A D | farsync.c | 304 u32 v24OpSts[FST_MAX_PORTS]; /* V.24 control output status */ member 953 outputs |= FST_RDL(port->card, v24OpSts[port->index]); in fst_op_raise() 954 FST_WRL(port->card, v24OpSts[port->index], outputs); in fst_op_raise() 963 outputs = ~outputs & FST_RDL(port->card, v24OpSts[port->index]); in fst_op_lower() 964 FST_WRL(port->card, v24OpSts[port->index], outputs); in fst_op_lower() 1726 info->v24OpSts = FST_RDL(card, v24OpSts[i]); in gather_conf_info()
|
Completed in 9 milliseconds