Home
last modified time | relevance | path

Searched refs:UTCR0_DSS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
H A 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 */
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/include/mach/
H A 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 */
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dsa1100.c433 utcr0 = UTCR0_DSS; in sa1100_set_termios()
763 if (utcr0 & UTCR0_DSS) in sa1100_console_get_options()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dsa1100.c406 utcr0 = UTCR0_DSS; in sa1100_set_termios()
736 if (utcr0 & UTCR0_DSS) in sa1100_console_get_options()

Completed in 12 milliseconds