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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/txx9/jmr3927/
H A Dsetup.c128 tx3927_romcptr->cr[1] = JMR3927_ROMCE1 | 0x00030048;
129 tx3927_romcptr->cr[2] = JMR3927_ROMCE2 | 0x000064c8;
130 tx3927_romcptr->cr[3] = JMR3927_ROMCE3 | 0x0003f698;
131 tx3927_romcptr->cr[5] = JMR3927_ROMCE5 | 0x0000f218;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/txx9/generic/
H A Dsetup_tx3927.c41 if (!(tx3927_romcptr->cr[i] & 0x8))
134 if (!(tx3927_romcptr->cr[ch] & 0x8))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/txx9/
H A Dtx3927.h317 #define tx3927_romcptr ((struct tx3927_romc_reg *)TX3927_ROMC_REG) macro
325 #define TX3927_ROMC_BA(ch) (tx3927_romcptr->cr[(ch)] & 0xfff00000)
327 (0x00100000 << ((tx3927_romcptr->cr[(ch)] >> 8) & 0xf))
328 #define TX3927_ROMC_WIDTH(ch) (32 >> ((tx3927_romcptr->cr[(ch)] >> 7) & 0x1))

Completed in 53 milliseconds