Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mn10300/include/asm/
Dserial-regs.h52 #define SC01CTR_CLN_7BIT 0x0000 /* - 7 bit chars */ macro
/linux-4.1.27/arch/mn10300/kernel/
Dmn10300-serial.c1075 case CS7: scxctr = SC01CTR_CLN_7BIT; bits = 9; break; in mn10300_serial_change_speed()