Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dm32r_sio_reg.h25 #define SIOTRCR 0x008 macro
68 #define SIOTRCR 0x010 macro
Dm32r_sio.c595 sio_out(up, SIOTRCR, up->ier); in m32r_sio_startup()
614 sio_out(up, SIOTRCR, 0); in m32r_sio_shutdown()
967 ier = sio_in(up, SIOTRCR); in m32r_sio_console_write()
968 sio_out(up, SIOTRCR, 0); in m32r_sio_console_write()
977 sio_out(up, SIOTRCR, ier); in m32r_sio_console_write()