Home
last modified time | relevance | path

Searched refs:UTCR0_OES (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/arm/mach-sa1100/include/mach/
DSA-1100.h316 #define UTCR0_OES 0x00000002 /* Odd/Even parity Select */ macro
317 #define UTCR0_OddPar (UTCR0_OES*0) /* Odd Parity */
318 #define UTCR0_EvenPar (UTCR0_OES*1) /* Even Parity */
/linux-5.19.10/drivers/tty/serial/
Dsa1100.c440 utcr0 |= UTCR0_OES; in sa1100_set_termios()
755 if (utcr0 & UTCR0_OES) in sa1100_console_get_options()