init_uart
static void init_uart(unsigned, unsigned, uint8_t);
init_uart(uart2base, 9600, LCR_8BITS | LCR_PEVEN);
init_uart(uart2base, 9600, LCR_8BITS | LCR_PNONE);
init_uart(uart2base, 19200, LCR_8BITS | LCR_PNONE);
init_uart(uart2base, 9600, LCR_8BITS | LCR_PNONE);
init_uart(uart2base, 9600, LCR_8BITS | LCR_PNONE);
init_uart(uart2base, 38400, LCR_8BITS | LCR_PEVEN);