Searched refs:sci_port (Results 1 – 1 of 1) sorted by relevance
78 struct sci_port { struct122 static struct sci_port sci_ports[SCI_NPORTS]; argument125 static inline struct sci_port *128 return container_of(uart, struct sci_port, port); in to_sci_port()450 static void sci_port_enable(struct sci_port *sci_port) in sci_port_enable() argument452 if (!sci_port->port.dev) in sci_port_enable()455 pm_runtime_get_sync(sci_port->port.dev); in sci_port_enable()457 clk_prepare_enable(sci_port->iclk); in sci_port_enable()458 sci_port->port.uartclk = clk_get_rate(sci_port->iclk); in sci_port_enable()459 clk_prepare_enable(sci_port->fclk); in sci_port_enable()[all …]