Home
last modified time | relevance | path

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

/drivers/tty/hvc/
Dhvsi.c1017 uint16_t new_mctrl; in hvsi_tiocmset() local
1025 new_mctrl = (hp->mctrl & ~clear) | set; in hvsi_tiocmset()
1027 if (hp->mctrl != new_mctrl) { in hvsi_tiocmset()
1028 hvsi_set_mctrl(hp, new_mctrl); in hvsi_tiocmset()
1029 hp->mctrl = new_mctrl; in hvsi_tiocmset()