Searched refs:sprd_port (Results 1 – 1 of 1) sorted by relevance
131 static struct sprd_uart_port *sprd_port[UART_NR_MAX]; variable996 struct uart_port *port = &sprd_port[co->index]->port; in sprd_console_write()1027 sprd_uart_port = sprd_port[co->index]; in sprd_console_setup()1111 sprd_port[sup->port.line] = NULL; in sprd_remove()1136 struct sprd_uart_port *u = sprd_port[uport->line]; in sprd_clk_init()1184 if (index < 0 || index >= ARRAY_SIZE(sprd_port)) { in sprd_probe()1189 sprd_port[index] = devm_kzalloc(&pdev->dev, sizeof(*sprd_port[index]), in sprd_probe()1191 if (!sprd_port[index]) in sprd_probe()1194 up = &sprd_port[index]->port; in sprd_probe()1225 ret = sprd_rx_alloc_buf(sprd_port[index]); in sprd_probe()