Home
last modified time | relevance | path

Searched refs:qe_port (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/tty/serial/
H A Ducc_uart.c221 (addr < (qe_port->bd_virt + qe_port->bd_size))) in cpu2qe_addr()
222 return qe_port->bd_dma_addr + (addr - qe_port->bd_virt); in cpu2qe_addr()
240 (addr < (qe_port->bd_dma_addr + qe_port->bd_size)))) in qe2cpu_addr()
241 return qe_port->bd_virt + (addr - qe_port->bd_dma_addr); in qe2cpu_addr()
594 qe_port->rx_cur = qe_port->rx_bd_base; in qe_uart_initbd()
614 qe_port->tx_cur = qe_port->tx_bd_base; in qe_uart_initbd()
782 qe_port); in qe_uart_startup()
1003 qe_port->tx_buf = qe_port->rx_buf + rx_size; in qe_uart_request_port()
1416 qe_port->us_info.ucc_num = qe_port->ucc_num; in ucc_uart_probe()
1418 qe_port->us_info.irq = qe_port->port.irq; in ucc_uart_probe()
[all …]