Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/tc/
Dzs.c1185 unsigned char control, status_a, status_b; in get_modem_info() local
1194 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()