Lines Matching defs:sci_port
117 struct sci_port { struct
121 const struct sci_port_params *params; argument
122 const struct plat_sci_port *cfg; argument
123 unsigned int sampling_rate_mask;
124 resource_size_t reg_size;
125 struct mctrl_gpios *gpios;
128 struct clk *clks[SCI_NUM_CLKS];
129 unsigned long clk_rates[SCI_NUM_CLKS];
131 int irqs[SCIx_NR_IRQS];
132 char *irqstr[SCIx_NR_IRQS];
134 struct dma_chan *chan_tx;
135 struct dma_chan *chan_rx;
138 struct dma_chan *chan_tx_saved;
139 struct dma_chan *chan_rx_saved;
140 dma_cookie_t cookie_tx;
164 static struct sci_port sci_ports[SCI_NPORTS]; argument
531 static void sci_port_enable(struct sci_port *sci_port) in sci_port_enable()
547 static void sci_port_disable(struct sci_port *sci_port) in sci_port_disable()
2681 struct sci_port *sci_port = to_sci_port(port); in sci_pm() local
2819 static int sci_init_clocks(struct sci_port *sci_port, struct device *dev) in sci_init_clocks()
2903 struct sci_port *sci_port, unsigned int index, in sci_init_single()
3046 struct sci_port *sci_port = &sci_ports[co->index]; in serial_console_write() local
3082 struct sci_port *sci_port; in serial_console_setup() local