Home
last modified time | relevance | path

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

/arch/mips/txx9/generic/
Dsetup.c511 static void __iomem *early_txx9_sio_port; variable
518 while (!(__raw_readl(early_txx9_sio_port + TXX9_SICISR) & in early_txx9_sio_putchar()
521 __raw_writel(c, early_txx9_sio_port + TXX9_SITFIFO); in early_txx9_sio_putchar()
526 early_txx9_sio_port = ioremap(baseaddr, 0x24); in txx9_sio_putchar_init()