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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/tc/
H A Dzs.c1185 unsigned char control, status_a, status_b; local
1194 status_b = read_zsreg(info->zs_channel, 0);
1198 | ((status_b & DCD) ? TIOCM_CAR: 0)
1201 | ((status_b & CTS) ? TIOCM_CTS: 0);

Completed in 104 milliseconds