txx9_pioptr        17 arch/mips/kernel/gpio_txx9.c static struct txx9_pio_reg __iomem *txx9_pioptr;
txx9_pioptr        21 arch/mips/kernel/gpio_txx9.c 	return !!(__raw_readl(&txx9_pioptr->din) & (1 << offset));
txx9_pioptr        27 arch/mips/kernel/gpio_txx9.c 	val = __raw_readl(&txx9_pioptr->dout);
txx9_pioptr        32 arch/mips/kernel/gpio_txx9.c 	__raw_writel(val, &txx9_pioptr->dout);
txx9_pioptr        49 arch/mips/kernel/gpio_txx9.c 	__raw_writel(__raw_readl(&txx9_pioptr->dir) & ~(1 << offset),
txx9_pioptr        50 arch/mips/kernel/gpio_txx9.c 		     &txx9_pioptr->dir);
txx9_pioptr        62 arch/mips/kernel/gpio_txx9.c 	__raw_writel(__raw_readl(&txx9_pioptr->dir) | (1 << offset),
txx9_pioptr        63 arch/mips/kernel/gpio_txx9.c 		     &txx9_pioptr->dir);
txx9_pioptr        80 arch/mips/kernel/gpio_txx9.c 	txx9_pioptr = ioremap(baseaddr, sizeof(struct txx9_pio_reg));
txx9_pioptr        81 arch/mips/kernel/gpio_txx9.c 	if (!txx9_pioptr)