UART_IERX_SLEEP
serial_out(up, UART_IER, (state != 0) ? UART_IERX_SLEEP : 0);
serial_out(p, UART_IER, sleep ? UART_IERX_SLEEP : 0);