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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/tc/
H A Dzs.c1099 unsigned char control, status_a, status_b; local
1117 status_b = read_zsreg(info->zs_channel, 0);
1121 | ((status_b & DCD) ? TIOCM_CAR: 0)
1124 | ((status_b & CTS) ? TIOCM_CTS: 0);

Completed in 89 milliseconds