Searched refs:owl_port (Results 1 – 1 of 1) sorted by relevance
546 struct owl_uart_port *owl_port; in owl_uart_console_write() local549 if (!owl_port) in owl_uart_console_write()557 struct owl_uart_port *owl_port; in owl_uart_console_setup() local567 if (!owl_port || !owl_port->port.membase) in owl_uart_console_setup()649 struct owl_uart_port *owl_port; in owl_uart_probe() local679 owl_port = devm_kzalloc(&pdev->dev, sizeof(*owl_port), GFP_KERNEL); in owl_uart_probe()680 if (!owl_port) in owl_uart_probe()684 if (IS_ERR(owl_port->clk)) { in owl_uart_probe()700 owl_port->port.irq = irq; in owl_uart_probe()701 owl_port->port.uartclk = clk_get_rate(owl_port->clk); in owl_uart_probe()[all …]