Searched refs:tx3927_romcptr (Results 1 – 3 of 3) sorted by relevance
362 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()
170 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()
354 #define tx3927_romcptr ((struct tx3927_romc_reg *)TX3927_ROMC_REG) macro