Searched refs:ns16550_calc_divisor (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/serial/ |
| H A D | ns16550.c | 141 int ns16550_calc_divisor(NS16550_t port, int clock, int baudrate) in ns16550_calc_divisor() function 261 baud_divisor = ns16550_calc_divisor(com_port, CONFIG_DEBUG_UART_CLOCK, in _debug_uart_init() 379 baud_divisor = ns16550_calc_divisor(com_port, in _debug_uart_setbrg() 383 baud_divisor = ns16550_calc_divisor(com_port, in _debug_uart_setbrg() 408 baud_divisor = ns16550_calc_divisor(com_port, CONFIG_DEBUG_UART_CLOCK, in _debug_uart_init() 489 clock_divisor = ns16550_calc_divisor(com_port, plat->clock, baudrate); in ns16550_serial_setbrg()
|
| H A D | serial_ns16550.c | 84 clock_divisor = ns16550_calc_divisor(serial_ports[port-1], \ 151 clock_divisor = ns16550_calc_divisor(PORT, CONFIG_SYS_NS16550_CLK, in _serial_setbrg()
|
| H A D | ns16550.su | |
| /OK3568_Linux_fs/u-boot/tpl/drivers/serial/ |
| H A D | ns16550.su | |
| /OK3568_Linux_fs/u-boot/spl/drivers/serial/ |
| H A D | ns16550.su | |
| /OK3568_Linux_fs/u-boot/board/Synology/ds109/ |
| H A D | ds109.c | 107 b_d = ns16550_calc_divisor((NS16550_t)CONFIG_SYS_NS16550_COM2, in reset_misc()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ns16550.h | 221 int ns16550_calc_divisor(NS16550_t port, int clock, int baudrate);
|
| /OK3568_Linux_fs/u-boot/tpl/ |
| H A D | u-boot-tpl.map | |
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.map | |
| /OK3568_Linux_fs/u-boot/ |
| H A D | u-boot.map | |