Searched refs:uart_xfer_ctrl (Results 1 – 1 of 1) sorted by relevance
130 static uart_xfer_ctrl_t uart_xfer_ctrl[SEDI_UART_NUM]; variable403 return uart_xfer_ctrl[uart].tx_disable; in is_tx_disabled()408 return uart_xfer_ctrl[uart].rx_disable; in is_rx_disabled()648 uart_xfer_ctrl[uart].tx_disable = false; in sedi_uart_set_config()649 uart_xfer_ctrl[uart].rx_disable = false; in sedi_uart_set_config()2108 uart_xfer_ctrl[uart].tx_disable = false; in sedi_uart_set_tx_only_mode()2109 uart_xfer_ctrl[uart].rx_disable = true; in sedi_uart_set_tx_only_mode()2116 uart_xfer_ctrl[uart].tx_disable = false; in sedi_uart_set_tx_only_mode()2117 uart_xfer_ctrl[uart].rx_disable = false; in sedi_uart_set_tx_only_mode()2136 uart_xfer_ctrl[uart].tx_disable = true; in sedi_uart_set_rx_only_mode()[all …]