Lines Matching defs:sci_port
105 struct sci_port { struct
109 const struct sci_port_params *params; argument
110 const struct plat_sci_port *cfg; argument
112 unsigned int sampling_rate_mask;
113 resource_size_t reg_size;
114 struct mctrl_gpios *gpios;
117 struct clk *clks[SCI_NUM_CLKS];
118 unsigned long clk_rates[SCI_NUM_CLKS];
120 int irqs[SCIx_NR_IRQS];
121 char *irqstr[SCIx_NR_IRQS];
123 struct dma_chan *chan_tx;
124 struct dma_chan *chan_rx;
126 struct reset_control *rstc;
127 struct sci_suspend_regs *suspend_regs;
153 const struct sci_port_ops *ops; argument
160 #define to_sci_port(uart) container_of((uart), struct sci_port, port) argument