Home
last modified time | relevance | path

Searched defs:uart_cpm_port (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/tty/serial/
Dcpm_uart.h48 struct uart_cpm_port { struct
49 struct uart_port port;
50 u16 rx_nrfifos;
51 u16 rx_fifosize;
52 u16 tx_nrfifos;
53 u16 tx_fifosize;
54 smc_t __iomem *smcp;
55 smc_uart_t __iomem *smcup;
56 scc_t __iomem *sccp;
57 scc_uart_t __iomem *sccup;
[all …]
/kernel/linux/linux-5.10/drivers/tty/serial/cpm_uart/
Dcpm_uart.h58 struct uart_cpm_port { struct
59 struct uart_port port;
60 u16 rx_nrfifos;
61 u16 rx_fifosize;
62 u16 tx_nrfifos;
63 u16 tx_fifosize;
64 smc_t __iomem *smcp;
65 smc_uart_t __iomem *smcup;
89 extern struct uart_cpm_port cpm_uart_ports[UART_NR]; argument