Searched refs:uart_xfer_ctrl (Results 1 – 1 of 1) sorted by relevance
128 static uart_xfer_ctrl_t uart_xfer_ctrl[SEDI_UART_NUM]; variable405 return uart_xfer_ctrl[uart].tx_disable; in is_tx_disabled()410 return uart_xfer_ctrl[uart].rx_disable; in is_rx_disabled()650 uart_xfer_ctrl[uart].tx_disable = false; in sedi_uart_set_config()651 uart_xfer_ctrl[uart].rx_disable = false; in sedi_uart_set_config()2110 uart_xfer_ctrl[uart].tx_disable = false; in sedi_uart_set_tx_only_mode()2111 uart_xfer_ctrl[uart].rx_disable = true; in sedi_uart_set_tx_only_mode()2118 uart_xfer_ctrl[uart].tx_disable = false; in sedi_uart_set_tx_only_mode()2119 uart_xfer_ctrl[uart].rx_disable = false; in sedi_uart_set_tx_only_mode()2138 uart_xfer_ctrl[uart].tx_disable = true; in sedi_uart_set_rx_only_mode()[all …]