Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/txx9/generic/
H A Dsetup.c405 static void __iomem *early_txx9_sio_port; variable
412 while (!(__raw_readl(early_txx9_sio_port + TXX9_SICISR) & in early_txx9_sio_putchar()
415 __raw_writel(c, early_txx9_sio_port + TXX9_SITFIFO); in early_txx9_sio_putchar()
420 early_txx9_sio_port = ioremap(baseaddr, 0x24); in txx9_sio_putchar_init()