Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/hvc/
H A Dhvsi.c1005 uint16_t new_mctrl; in hvsi_tiocmset() local
1013 new_mctrl = (hp->mctrl & ~clear) | set; in hvsi_tiocmset()
1015 if (hp->mctrl != new_mctrl) { in hvsi_tiocmset()
1016 hvsi_set_mctrl(hp, new_mctrl); in hvsi_tiocmset()
1017 hp->mctrl = new_mctrl; in hvsi_tiocmset()