OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UART_BAUD_REG
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/drivers/serial/
serial_mvebu_a3700.c
22
#define
UART_BAUD_REG
0x10
77
writel(CONFIG_UART_BASE_CLOCK / baudrate / 16, base +
UART_BAUD_REG
);
154
writel(CONFIG_UART_BASE_CLOCK / 115200 / 16, base +
UART_BAUD_REG
);
serial_bcm6345.c
53
#define
UART_BAUD_REG
0x4
164
writel_be(val, base +
UART_BAUD_REG
);
Completed in 819 milliseconds