Home
last modified time | relevance | path

Searched refs:UART_MCR (Results 1 – 6 of 6) sorted by relevance

/arch/powerpc/boot/
Dvirtex.c19 #define UART_MCR 4 /* Out: Modem Control Register */ macro
65 out_8(reg_base + (UART_MCR << reg_shift), UART_MCR_RTS | UART_MCR_DTR); in virtex_ns16550_console_init()
Dns16550.c23 #define UART_MCR 4 /* Out: Modem Control Register */ macro
/arch/powerpc/kernel/
Dudbg_16550.c21 #define UART_MCR 4 macro
119 udbg_uart_out(UART_MCR, 0x3); in udbg_uart_setup()
140 if (udbg_uart_in(UART_MCR) & 0x80) in udbg_probe_uart_speed()
/arch/mips/netlogic/xlr/
Dplatform.c38 else if (offset == UART_MCR) in nlm_xlr_uart_in()
54 else if (offset == UART_MCR) in nlm_xlr_uart_out()
/arch/sh/include/asm/
Dsmc37c93x.h63 #define UART_MCR 0x8 /* MODEM Control Register */ macro
/arch/powerpc/platforms/embedded6xx/
Dls_uart.c67 out_8(avr_addr + UART_MCR, 0); in avr_uart_configure()