Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dqcom_geni_serial.c126 struct qcom_geni_serial_port { struct
127 struct uart_port uport;
128 struct geni_se se;
129 const char *name;
130 u32 tx_fifo_depth;
131 u32 tx_fifo_width;
132 u32 rx_fifo_depth;
133 dma_addr_t tx_dma_addr;
134 dma_addr_t rx_dma_addr;
135 bool setup;
[all …]