Lines Matching defs:sci_port
79 struct sci_port { struct
83 struct plat_sci_port *cfg; argument
84 int overrun_bit;
85 unsigned int error_mask;
86 unsigned int sampling_rate;
90 struct timer_list break_timer;
91 int break_flag;
94 struct clk *iclk;
96 struct clk *fclk;
98 int irqs[SCIx_NR_IRQS];
99 char *irqstr[SCIx_NR_IRQS];
101 struct dma_chan *chan_tx;
102 struct dma_chan *chan_rx;
105 struct dma_async_tx_descriptor *desc_tx;
106 struct dma_async_tx_descriptor *desc_rx[2];
107 dma_cookie_t cookie_tx;
108 dma_cookie_t cookie_rx[2];
132 static struct sci_port sci_ports[SCI_NPORTS]; argument
438 static void sci_port_enable(struct sci_port *sci_port) in sci_port_enable()
450 static void sci_port_disable(struct sci_port *sci_port) in sci_port_disable()
659 struct sci_port *sci_port = to_sci_port(port); in sci_receive_chars() local
797 struct sci_port *sci_port = to_sci_port(port); in sci_handle_errors() local
1075 struct sci_port *sci_port; in sci_notifier() local
2044 struct sci_port *sci_port = to_sci_port(port); in sci_pm() local
2190 struct sci_port *sci_port, unsigned int index, in sci_init_single()
2363 struct sci_port *sci_port = &sci_ports[co->index]; in serial_console_write() local
2398 struct sci_port *sci_port; in serial_console_setup() local