Searched refs:status_b (Results 1 – 1 of 1) sorted by relevance
1185 unsigned char control, status_a, status_b; in get_modem_info() local1194 status_b = read_zsreg(info->zs_channel, 0); in get_modem_info()1198 | ((status_b & DCD) ? TIOCM_CAR: 0) in get_modem_info()1201 | ((status_b & CTS) ? TIOCM_CTS: 0); in get_modem_info()