Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/txx9/generic/
Dsetup.c526 static void __iomem *early_txx9_sio_port; variable
533 while (!(__raw_readl(early_txx9_sio_port + TXX9_SICISR) & in early_txx9_sio_putchar()
536 __raw_writel(c, early_txx9_sio_port + TXX9_SITFIFO); in early_txx9_sio_putchar()
541 early_txx9_sio_port = ioremap(baseaddr, 0x24); in txx9_sio_putchar_init()