Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/hvc/
Dhvsi.c1111 uint16_t new_mctrl; in hvsi_tiocmset() local
1119 new_mctrl = (hp->mctrl & ~clear) | set; in hvsi_tiocmset()
1121 if (hp->mctrl != new_mctrl) { in hvsi_tiocmset()
1122 hvsi_set_mctrl(hp, new_mctrl); in hvsi_tiocmset()
1123 hp->mctrl = new_mctrl; in hvsi_tiocmset()