Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/include/asm/
H A Dmcfuart.h51 #define MCFUART_UIPR 0x34 /* Input Port (r) */ macro
/openbmc/linux/drivers/tty/serial/
H A Dmcf.c73 sigs = (readb(port->membase + MCFUART_UIPR) & MCFUART_UIPR_CTS) ? in mcf_get_mctrl()