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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dmcs7780.c144 static int mcs_get_reg(struct mcs_cb *mcs, __u16 reg, __u16 * val) function
166 /* mcs_get_reg should read exactly two bytes from the dongle */
167 ret = mcs_get_reg(mcs, MCS_XCVR_REG, &rval);
226 ret = mcs_get_reg(mcs, MCS_MODE_REG, &rval);
239 ret = mcs_get_reg(mcs, MCS_MODE_REG, &rval);
294 ret = mcs_get_reg(mcs, MCS_XCVR_REG, &rval);
308 ret = mcs_get_reg(mcs, MCS_MODE_REG, &rval);
586 mcs_get_reg(mcs, MCS_RESV_REG, &rval);
595 mcs_get_reg(mcs, MCS_MODE_REG, &rval);
647 mcs_get_reg(mc
[all...]
H A Dmcs7780.h136 static int mcs_get_reg(struct mcs_cb *mcs, __u16 reg, __u16 * val);

Completed in 49 milliseconds