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

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

Completed in 478 milliseconds