Home
last modified time | relevance | path

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

/linux-4.1.27/arch/tile/include/arch/
Duart_def.h19 #define UART_DIVISOR 0x0158 macro
/linux-4.1.27/drivers/tty/serial/
Dtilegx.c475 divisor.word = gxio_uart_read(context, UART_DIVISOR); in tilegx_set_termios()
510 gxio_uart_write(context, UART_DIVISOR, divisor.word); in tilegx_set_termios()
/linux-4.1.27/arch/openrisc/kernel/
Dhead.S1548 #define UART_DIVISOR SYS_CLK/(16*OR32_CONSOLE_BAUD) macro
1565 l.addi r4,r0,((UART_DIVISOR>>8) & 0x000000ff)
1567 l.addi r4,r0,((UART_DIVISOR) & 0x000000ff)