cpra               17 arch/mips/include/asm/txx9tmr.h 	u32 cpra;
cpra               67 arch/mips/kernel/cevt-txx9.c 	__raw_writel(1 << TXX9_CLOCKSOURCE_BITS, &tmrptr->cpra);
cpra               99 arch/mips/kernel/cevt-txx9.c 		     &tmrptr->cpra);
cpra              147 arch/mips/kernel/cevt-txx9.c 	__raw_writel(delta, &tmrptr->cpra);
cpra              220 arch/mips/kernel/cevt-txx9.c 	__raw_writel(0xffffffff, &tmrptr->cpra);
cpra              408 arch/mips/txx9/generic/setup.c 	__raw_writel(1, &tmrptr->cpra); /* immediate */
cpra               54 drivers/watchdog/txx9wdt.c 	__raw_writel(WD_TIMER_CLK * wdt_dev->timeout, &txx9wdt_reg->cpra);