Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/hvc/
H A Dhvsi.c1006 uint16_t new_mctrl; in hvsi_tiocmset() local
1014 new_mctrl = (hp->mctrl & ~clear) | set; in hvsi_tiocmset()
1016 if (hp->mctrl != new_mctrl) { in hvsi_tiocmset()
1017 hvsi_set_mctrl(hp, new_mctrl); in hvsi_tiocmset()
1018 hp->mctrl = new_mctrl; in hvsi_tiocmset()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds