Home
last modified time | relevance | path

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

/drivers/tty/serial/
A Dsh-sci.h34 SEMR, /* Serial extended mode register */ enumerator
A Dsh-sci.c269 [SEMR] = { 0x14, 8 },
302 [SEMR] = { 0x14, 8 },
2623 if (sci_getreg(port, SEMR)->size) in sci_set_termios()
2624 sci_serial_out(port, SEMR, 0); in sci_set_termios()
2902 if (sci_getreg(port, SEMR)->size) in sci_console_save()
2903 regs->semr = sci_serial_in(port, SEMR); in sci_console_save()
2931 if (sci_getreg(port, SEMR)->size) in sci_console_restore()
2932 sci_serial_out(port, SEMR, regs->semr); in sci_console_restore()

Completed in 11 milliseconds