Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/jmr3927/rbhma3100/
Dsetup.c362 tx3927_romcptr->cr[1] = JMR3927_ROMCE1 | 0x00030048; in tx3927_setup()
363 tx3927_romcptr->cr[2] = JMR3927_ROMCE2 | 0x000064c8; in tx3927_setup()
364 tx3927_romcptr->cr[3] = JMR3927_ROMCE3 | 0x0003f698; in tx3927_setup()
365 tx3927_romcptr->cr[5] = JMR3927_ROMCE5 | 0x0000f218; in tx3927_setup()
/linux-2.4.37.9/include/asm-mips/jmr3927/
Djmr3927.h170 romcr3 = tx3927_romcptr->cr[3]; in jmr3927_have_isac()
171 tx3927_romcptr->cr[3] &= 0xffffefff; /* do not wait infinitely */ in jmr3927_have_isac()
173 tx3927_romcptr->cr[3] = romcr3; in jmr3927_have_isac()
Dtx3927.h354 #define tx3927_romcptr ((struct tx3927_romc_reg *)TX3927_ROMC_REG) macro