Home
last modified time | relevance | path

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

/openbmc/u-boot/test/dm/
H A Dserial.c44 SERIAL_8_BITS, in dm_test_serial()
63 SERIAL_8_BITS, in dm_test_serial()
/openbmc/u-boot/include/
H A Dserial.h87 SERIAL_8_BITS enumerator
118 SERIAL_8_BITS << SERIAL_BITS_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()