Home
last modified time | relevance | path

Searched refs:early_txx9_sio_port (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/mips/txx9/generic/
Dsetup.c479 static void __iomem *early_txx9_sio_port; variable
486 while (!(__raw_readl(early_txx9_sio_port + TXX9_SICISR) & in early_txx9_sio_putchar()
489 __raw_writel(c, early_txx9_sio_port + TXX9_SITFIFO); in early_txx9_sio_putchar()
494 early_txx9_sio_port = ioremap(baseaddr, 0x24); in txx9_sio_putchar_init()