Searched refs:CONFIG_BAUDRATE (Results 1 – 25 of 121) sorted by relevance
12345
/openbmc/u-boot/include/ |
H A D | env_default.h | 46 #if defined(CONFIG_BAUDRATE) && (CONFIG_BAUDRATE >= 0) 47 "baudrate=" __stringify(CONFIG_BAUDRATE) "\0"
|
/openbmc/u-boot/tools/env/ |
H A D | fw_env_private.h | 40 #ifndef CONFIG_BAUDRATE 41 #define CONFIG_BAUDRATE 115200 macro
|
/openbmc/u-boot/drivers/serial/ |
H A D | serial_pic32.c | 158 return pic32_serial_init(priv->base, priv->uartclk, CONFIG_BAUDRATE); in pic32_uart_probe() 189 pic32_serial_init(base, CONFIG_DEBUG_UART_CLOCK, CONFIG_BAUDRATE); in _debug_uart_init()
|
H A D | serial_linflexuart.c | 43 baudrate = CONFIG_BAUDRATE; in _linflex_serial_setbrg() 165 _linflex_serial_setbrg(lfuart, CONFIG_BAUDRATE); in linflex_serial_init_internal()
|
/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/ |
H A D | debug-uart-sld8.c | 19 return DIV_ROUND_CLOSEST(UNIPHIER_SLD8_UART_CLK, 16 * CONFIG_BAUDRATE); in uniphier_sld8_debug_uart_init()
|
H A D | debug-uart-ld4.c | 19 return DIV_ROUND_CLOSEST(UNIPHIER_LD4_UART_CLK, 16 * CONFIG_BAUDRATE); in uniphier_ld4_debug_uart_init()
|
H A D | debug-uart-pro4.c | 29 return DIV_ROUND_CLOSEST(UNIPHIER_PRO4_UART_CLK, 16 * CONFIG_BAUDRATE); in uniphier_pro4_debug_uart_init()
|
H A D | debug-uart-ld6b.c | 29 return DIV_ROUND_CLOSEST(UNIPHIER_LD6B_UART_CLK, 16 * CONFIG_BAUDRATE); in uniphier_ld6b_debug_uart_init()
|
H A D | debug-uart-pxs2.c | 30 return DIV_ROUND_CLOSEST(UNIPHIER_PXS2_UART_CLK, 16 * CONFIG_BAUDRATE); in uniphier_pxs2_debug_uart_init()
|
H A D | debug-uart-pro5.c | 32 return DIV_ROUND_CLOSEST(UNIPHIER_PRO5_UART_CLK, 16 * CONFIG_BAUDRATE); in uniphier_pro5_debug_uart_init()
|
H A D | debug-uart-ld20.c | 33 return DIV_ROUND_CLOSEST(UNIPHIER_LD20_UART_CLK, 16 * CONFIG_BAUDRATE); in uniphier_ld20_debug_uart_init()
|
/openbmc/openbmc/meta-facebook/meta-minerva/recipes-bsp/u-boot/u-boot-aspeed-sdk/ |
H A D | minerva.cfg | 3 CONFIG_BAUDRATE=57600
|
/openbmc/openbmc/meta-facebook/recipes-bsp/uboot/files/ |
H A D | yosemite4-common.cfg | 3 CONFIG_BAUDRATE=57600
|
/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-bsp/u-boot/u-boot-aspeed-sdk/ |
H A D | greatlakes.cfg | 3 CONFIG_BAUDRATE=57600
|
/openbmc/openbmc/meta-facebook/meta-harma/recipes-bsp/u-boot/u-boot-aspeed-sdk/ |
H A D | harma.cfg | 3 CONFIG_BAUDRATE=57600
|
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-bsp/u-boot/u-boot-aspeed-sdk/ |
H A D | catalina.cfg | 3 CONFIG_BAUDRATE=57600
|
/openbmc/openbmc/meta-facebook/meta-ventura/recipes-bsp/u-boot/u-boot-aspeed-sdk/ |
H A D | ventura.cfg | 3 CONFIG_BAUDRATE=57600
|
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bsp/u-boot/u-boot-aspeed-sdk/ |
H A D | bletchley.cfg | 3 CONFIG_BAUDRATE=57600
|
/openbmc/openbmc/meta-facebook/meta-yosemitev2/recipes-bsp/u-boot/u-boot-aspeed-sdk/ |
H A D | yosemitev2.cfg | 5 CONFIG_BAUDRATE=57600
|
/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-bsp/u-boot/u-boot-aspeed-sdk/ |
H A D | tiogapass.cfg | 5 CONFIG_BAUDRATE=57600
|
/openbmc/u-boot/include/configs/ |
H A D | bubblegum_96.h | 33 #define CONFIG_BAUDRATE 115200 macro
|
H A D | rk3368_common.h | 18 #define CONFIG_BAUDRATE 115200 macro
|
H A D | rk3128_common.h | 12 #define CONFIG_BAUDRATE 115200 macro
|
H A D | bcm_northstar2.h | 34 #define CONFIG_BAUDRATE 115200 macro
|
H A D | rsk7269.h | 16 #define CONFIG_SYS_BAUDRATE_TABLE { CONFIG_BAUDRATE }
|
12345