Searched refs:SEMR (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/tty/serial/ |
| H A D | sh-sci.h | 34 SEMR, /* Serial extended mode register */ enumerator
|
| H A D | sh-sci.c | 330 [SEMR] = { 0x14, 8 }, 361 [SEMR] = { 0x14, 8 }, 2640 if (sci_getreg(port, SEMR)->size) in sci_set_termios() 2641 sci_serial_out(port, SEMR, 0); in sci_set_termios() 3591 if (sci_getreg(port, SEMR)->size) in sci_console_save() 3592 regs->semr = sci_serial_in(port, SEMR); in sci_console_save() 3620 if (sci_getreg(port, SEMR)->size) in sci_console_restore() 3621 sci_serial_out(port, SEMR, regs->semr); in sci_console_restore()
|