Lines Matching full:to
31 /* Change TX Threshold to empty, keep RX Threshold to default. */
38 /* SCR bit to indicate updated status for LSR. */
72 /* Packs the assertion and deassertion time to a uint32_t. */
78 /* Packs the de to re and re to de times to a uint32_t. */
86 * UART context to be saved between sleep/resume.
89 * This structure is only intended to be used by the sedi_uart_save_context and
132 /* Buffer pointers to store transmit / receive data for UART. */
188 /* DMA driver requires to have a callback to be provided during init even
226 /* wait for transfer to complete as data may in sedi_dma_event_cb()
290 /* Set active xfer to false. */ in io_vec_write_callback()
303 /* Wait for last write transfer to finish completely. */ in io_vec_write_callback()
329 /* Set active xfer to false. */ in io_vec_read_callback()
420 * Interrupt ID priority levels (from highest to lowest): in sedi_uart_isr_handler()
440 * we were to read LSR, it would say the device in sedi_uart_isr_handler()
442 * busy. Use the SCR Bit 0 to indicate an irq tx in sedi_uart_isr_handler()
460 * In that case we set 'count' variable to in sedi_uart_isr_handler()
462 * in order to take advantage of the whole FIFO in sedi_uart_isr_handler()
472 * Change the threshold level to trigger an interrupt in sedi_uart_isr_handler()
487 * Copy data from RX FIFO to xfer buffer as long as the in sedi_uart_isr_handler()
495 * interrupt to follow very closely after a in sedi_uart_isr_handler()
702 /* Wait for transaction to complete. */ in sedi_uart_write()
790 /* Wait for transaction to complete. */ in sedi_uart_write_buffer()
890 /* No ongoing write transaction to be terminated. */ in sedi_uart_async_write_terminate()
916 /* No ongoing read transaction to be terminated. */ in sedi_uart_async_read_terminate()
961 /* Setting the bit enable writes to RS485 registers. */ in sedi_uart_rs485_set_config()
1021 /* Reset rx_fifo right after enable to clear any error conditions in sedi_uart_rs485_enable()
1153 /* Wait for address to be sent. */ in sedi_uart_9bit_send_address()
1160 /* Wait for address to be sent. */ in sedi_uart_9bit_send_address()
1314 * Application will need to restore its own parameters. in sedi_uart_restore_context()
1468 /* Restore the lcr to its previous value. */ in sedi_uart_set_baud_rate()
1494 /* Set the given UART port to loopback mode. */
1500 /* Setting to loopback. */ in sedi_uart_set_loopback_mode()
1677 /* Update the read idx to last read location. */ in sedi_uart_get_unsol_data()
1969 /* wait for transfer to complete */ in sedi_uart_dma_io_polled()
2001 /* No ongoing write transaction to be terminated. */ in sedi_uart_dma_write_terminate()
2044 /* No ongoing read transaction to be terminated. */ in sedi_uart_dma_read_terminate()