Home
last modified time | relevance | path

Searched refs:PARENB (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtty.py23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB)
/device/google/contexthub/util/stm32_flash/
Duart.c109 tio.c_cflag = CS8 | CLOCAL | CREAD | PARENB; in uart_init()
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dtermios.h128 #define PARENB 0x1000 /* parity enable */ macro