Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/m68k/include/asm/
H A Duart.h81 #define UART_UMR_SB_STOP_BITS_1 (0x07) macro
/openbmc/u-boot/board/astro/mcf5373l/
H A Dmcf5373l.c122 writeb(UART_UMR_SB_STOP_BITS_1, &uart->umr); in rs_serial_init()
/openbmc/u-boot/drivers/serial/
H A Dmcfuart.c46 writeb(UART_UMR_SB_STOP_BITS_1, &uart->umr); in mcf_serial_init_common()