Home
last modified time | relevance | path

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

/openbmc/u-boot/test/dm/
H A Dserial.c45 SERIAL_ONE_STOP))); in dm_test_serial()
54 SERIAL_ONE_STOP))); in dm_test_serial()
/openbmc/u-boot/include/
H A Dserial.h99 SERIAL_ONE_STOP, /* 1 stop bit */ enumerator
119 SERIAL_ONE_STOP << SERIAL_STOP_SHIFT)
/openbmc/u-boot/drivers/serial/
H A Dsandbox.c184 if (bits != SERIAL_8_BITS || stop != SERIAL_ONE_STOP || in sandbox_serial_setconfig()
H A Dserial_stm32.c67 if (bits != SERIAL_8_BITS || stop != SERIAL_ONE_STOP || stm32f4) in stm32_serial_setconfig()
H A Dns16550.c370 if (bits != SERIAL_8_BITS || stop != SERIAL_ONE_STOP) in ns16550_serial_setconfig()