Searched refs:uart_tx_hword_index (Results 1 – 1 of 1) sorted by relevance
326 static unsigned char uart_tx_hword_index[2]={0}; in uart_send_hword() local330 reg_uart_data_hword_buf(uart_num, uart_tx_hword_index[uart_num]) = data; in uart_send_hword()331 uart_tx_hword_index[uart_num]++ ; in uart_send_hword()332 uart_tx_hword_index[uart_num] &= 0x01 ; in uart_send_hword()