Lines Matching defs:sci_port
78 struct sci_port { struct
82 struct plat_sci_port *cfg; argument
83 unsigned int overrun_reg;
84 unsigned int overrun_mask;
85 unsigned int error_mask;
86 unsigned int error_clear;
87 unsigned int sampling_rate;
88 resource_size_t reg_size;
91 struct timer_list break_timer;
92 int break_flag;
95 struct clk *iclk;
97 struct clk *fclk;
122 static struct sci_port sci_ports[SCI_NPORTS]; argument
450 static void sci_port_enable(struct sci_port *sci_port) in sci_port_enable()
462 static void sci_port_disable(struct sci_port *sci_port) in sci_port_disable()
770 struct sci_port *sci_port = to_sci_port(port); in sci_receive_chars() local
908 struct sci_port *sci_port = to_sci_port(port); in sci_handle_errors() local
2082 struct sci_port *sci_port = to_sci_port(port); in sci_pm() local
2219 struct sci_port *sci_port, unsigned int index, in sci_init_single()
2401 struct sci_port *sci_port = &sci_ports[co->index]; in serial_console_write() local
2436 struct sci_port *sci_port; in serial_console_setup() local