Home
last modified time | relevance | path

Searched refs:SERIAL_GET_STOP (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/
H A Dserial.h108 #define SERIAL_GET_STOP(config) \ macro
/openbmc/u-boot/drivers/serial/
H A Dsandbox.c182 u8 stop = SERIAL_GET_STOP(serial_config); in sandbox_serial_setconfig()
H A Dserial_stm32.c60 uint stop = SERIAL_GET_STOP(serial_config); in stm32_serial_setconfig()
H A Dns16550.c364 uint stop = SERIAL_GET_STOP(serial_config); in ns16550_serial_setconfig()
/openbmc/u-boot/arch/x86/lib/
H A Dacpi_table.c443 spcr->stop_bits = SERIAL_GET_STOP(serial_config); in acpi_create_spcr()