Searched refs:bfin_earlyprintk_port (Results 1 – 1 of 1) sorted by relevance
1155 static struct bfin_serial_port bfin_earlyprintk_port; variable1166 if (bfin_earlyprintk_port.port.line != co->index) in bfin_earlyprintk_console_write()1169 spin_lock_irqsave(&bfin_earlyprintk_port.port.lock, flags); in bfin_earlyprintk_console_write()1170 uart_console_write(&bfin_earlyprintk_port.port, s, count, in bfin_earlyprintk_console_write()1172 spin_unlock_irqrestore(&bfin_earlyprintk_port.port.lock, flags); in bfin_earlyprintk_console_write()1237 if (!(bfin_earlyprintk_port.port.membase in bfin_serial_probe()1238 && bfin_earlyprintk_port.port.line == pdev->id)) { in bfin_serial_probe()1445 bfin_earlyprintk_port.port.membase = ioremap(res->start, in bfin_earlyprintk_probe()1447 if (!bfin_earlyprintk_port.port.membase) { in bfin_earlyprintk_probe()1452 bfin_earlyprintk_port.port.mapbase = res->start; in bfin_earlyprintk_probe()[all …]