Searched refs:rbr_thr_dll (Results 1 – 2 of 2) sorted by relevance
382 unsol_rx->buffer[write_idx] = regs->rbr_thr_dll; in handle_unsol_rx_data()470 regs->rbr_thr_dll = write_transfer->data[write_pos[uart]++]; in sedi_uart_isr_handler()519 read_transfer->data[read_pos[uart]++] = regs->rbr_thr_dll; in sedi_uart_isr_handler()579 regs->rbr_thr_dll; in sedi_uart_isr_handler()699 regs->rbr_thr_dll = data; in sedi_uart_write()730 *data = regs->rbr_thr_dll; in sedi_uart_read()745 regs->rbr_thr_dll = data; in sedi_uart_write_non_block()761 *data = regs->rbr_thr_dll; in sedi_uart_read_non_block()787 regs->rbr_thr_dll = *d; in sedi_uart_write_buffer()824 *d = regs->rbr_thr_dll; in sedi_uart_read_buffer()[all …]
1466 __IO_RW uint32_t rbr_thr_dll; member