Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mn10300/kernel/
Dmn10300-serial.c181 ._tmxbr = &TM8BR,
188 ._tmxbr = (volatile u16 *)&TM0BR,
195 ._tmxbr = (volatile u16 *)&TM2BR,
243 ._tmxbr = &TM9BR,
250 ._tmxbr = (volatile u16 *)&TM3BR,
257 ._tmxbr = &TM12BR,
309 ._tmxbr = &TM10BR,
316 ._tmxbr = &TM9BR,
323 ._tmxbr = (volatile u16 *)&TM1BR,
330 ._tmxbr = (volatile u16 *)&TM3BR,
[all …]
Dgdb-io-ttysm.c164 *gdbstub_port->_tmxbr = tmxbr; in gdbstub_io_set_baud()
171 *(volatile u8 *) gdbstub_port->_tmxbr = (u8)tmxbr; in gdbstub_io_set_baud()
Dmn10300-serial.h65 volatile u16 *_tmxbr; /* baud rate timer base register */ member