PIC32_UART_TX
pic32_uart_writel(sport, PIC32_UART_TX, port->x_char);
pic32_uart_writel(sport, PIC32_UART_TX, c);
pic32_uart_writel(sport, PIC32_UART_TX, ch & 0xff);