UTCR0_SBS         320 arch/arm/mach-sa1100/include/mach/SA-1100.h #define UTCR0_1StpBit	(UTCR0_SBS*0)	/*  1 Stop Bit per frame           */
UTCR0_SBS         321 arch/arm/mach-sa1100/include/mach/SA-1100.h #define UTCR0_2StpBit	(UTCR0_SBS*1)	/*  2 Stop Bits per frame          */
UTCR0_SBS         444 drivers/tty/serial/sa1100.c 		utcr0 |= UTCR0_SBS;