Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mach-sa1100/include/mach/
DSA-1100.h322 #define UTCR0_DSS 0x00000008 /* Data Size Select */ macro
323 #define UTCR0_7BitData (UTCR0_DSS*0) /* 7-Bit Data */
324 #define UTCR0_8BitData (UTCR0_DSS*1) /* 8-Bit Data */
/linux-6.1.9/drivers/tty/serial/
Dsa1100.c431 utcr0 = UTCR0_DSS; in sa1100_set_termios()
761 if (utcr0 & UTCR0_DSS) in sa1100_console_get_options()