Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A 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 */
/openbmc/linux/drivers/tty/serial/
H A Dsa1100.c415 utcr0 |= UTCR0_OES; in sa1100_set_termios()
730 if (utcr0 & UTCR0_OES) in sa1100_console_get_options()
/openbmc/u-boot/include/
H A DSA-1100.h530 #define UTCR0_OES 0x00000002 /* Odd/Even parity Select */ macro
531 #define UTCR0_OddPar (UTCR0_OES*0) /* Odd Parity */
532 #define UTCR0_EvenPar (UTCR0_OES*1) /* Even Parity */
/openbmc/qemu/hw/arm/
H A Dstrongarm.c894 #define UTCR0_OES (1 << 1) /* Even parity */ macro
1015 if (s->utcr0 & UTCR0_OES) { in strongarm_uart_update_parameters()