Lines Matching defs:sci_port
61 struct sci_port { struct
65 struct plat_sci_port *cfg; argument
68 struct timer_list break_timer;
69 int break_flag;
72 struct clk *iclk;
74 struct clk *fclk;
76 char *irqstr[SCIx_NR_IRQS];
77 char *gpiostr[SCIx_NR_FNS];
79 struct dma_chan *chan_tx;
80 struct dma_chan *chan_rx;
83 struct dma_async_tx_descriptor *desc_tx;
84 struct dma_async_tx_descriptor *desc_rx[2];
85 dma_cookie_t cookie_tx;
86 dma_cookie_t cookie_rx[2];
87 dma_cookie_t active_rx;
88 struct scatterlist sg_tx;
89 unsigned int sg_len_tx;
90 struct scatterlist sg_rx[2];
91 size_t buf_len_rx;
92 struct sh_dmae_slave param_tx;
116 static struct sci_port sci_ports[SCI_NPORTS]; argument
393 static void sci_port_enable(struct sci_port *sci_port) in sci_port_enable()
405 static void sci_port_disable(struct sci_port *sci_port) in sci_port_disable()
605 struct sci_port *sci_port = to_sci_port(port); in sci_receive_chars() local
751 struct sci_port *sci_port = to_sci_port(port); in sci_handle_errors() local
993 struct sci_port *sci_port; in sci_notifier() local
2025 struct sci_port *sci_port, in sci_init_single()
2154 struct sci_port *sci_port = &sci_ports[co->index]; in serial_console_write() local
2172 struct sci_port *sci_port; in serial_console_setup() local
2252 struct sci_port *sci_port = dev_get_drvdata(dev); in sci_runtime_suspend() local
2272 struct sci_port *sci_port = dev_get_drvdata(dev); in sci_runtime_resume() local