Home
last modified time | relevance | path

Searched defs:stm32f4 (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/serial/
Dserial_stm32.c22 bool stm32f4 = uart_info->stm32f4; in _stm32_serial_setbrg() local
54 bool stm32f4 = plat->uart_info->stm32f4; in stm32_serial_setconfig() local
102 bool stm32f4 = plat->uart_info->stm32f4; in stm32_serial_getc() local
126 bool stm32f4 = uart_info->stm32f4; in _stm32_serial_putc() local
146 bool stm32f4 = plat->uart_info->stm32f4; in stm32_serial_pending() local
160 bool stm32f4 = uart_info->stm32f4; in _stm32_serial_init() local
Dserial_stm32.h27 bool stm32f4; /* true for STM32F4, false otherwise */ member