Searched refs:UTCR0_SBS (Results 1 – 3 of 3) sorted by relevance
319 #define UTCR0_SBS 0x00000004 /* Stop Bit Select */ macro320 #define UTCR0_1StpBit (UTCR0_SBS*0) /* 1 Stop Bit per frame */321 #define UTCR0_2StpBit (UTCR0_SBS*1) /* 2 Stop Bits per frame */
533 #define UTCR0_SBS 0x00000004 /* Stop Bit Select */ macro534 #define UTCR0_1StpBit (UTCR0_SBS*0) /* 1 Stop Bit per frame */535 #define UTCR0_2StpBit (UTCR0_SBS*1) /* 2 Stop Bits per frame */
438 utcr0 |= UTCR0_SBS; in sa1100_set_termios()