Searched refs:SERIAL_8_BITS (Results 1 - 6 of 6) sorted by path

/u-boot/drivers/serial/
H A Dns16550.c449 if (bits != SERIAL_8_BITS || stop != SERIAL_ONE_STOP)
H A Dsandbox.c199 if (bits != SERIAL_8_BITS || stop != SERIAL_ONE_STOP ||
H A Dserial_stm32.c88 if (bits != SERIAL_8_BITS || stop != SERIAL_ONE_STOP || stm32f4)
H A Dserial_zynq.c169 case SERIAL_8_BITS:
/u-boot/include/
H A Dserial.h90 SERIAL_8_BITS enumerator in enum:serial_bits
121 SERIAL_8_BITS << SERIAL_BITS_SHIFT | \
/u-boot/test/dm/
H A Dserial.c55 SERIAL_8_BITS,
74 SERIAL_8_BITS,

Completed in 77 milliseconds