Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/jmr3927/rbhma3100/
Dsetup.c370 tx3927_ccfgptr->ccfg |= TX3927_CCFG_TOE; in tx3927_setup()
373 tx3927_ccfgptr->ccfg &= ~TX3927_CCFG_BEOW; in tx3927_setup()
375 tx3927_ccfgptr->ccfg &= ~TX3927_CCFG_PSNP; in tx3927_setup()
379 tx3927_ccfgptr->ccfg |= TX3927_CCFG_PSNP; in tx3927_setup()
383 tx3927_ccfgptr->pcfg &= ~TX3927_PCFG_SELALL; in tx3927_setup()
384 tx3927_ccfgptr->pcfg |= in tx3927_setup()
389 tx3927_ccfgptr->crir, in tx3927_setup()
390 tx3927_ccfgptr->ccfg, tx3927_ccfgptr->pcfg); in tx3927_setup()
435 if (!(tx3927_ccfgptr->ccfg & TX3927_CCFG_PCIXARB)) { in tx3927_setup()
Dinit.c64 if ((tx3927_ccfgptr->ccfg & TX3927_CCFG_TLBOFF) == 0) in prom_init()
/linux-2.4.37.9/include/asm-mips/jmr3927/
Dtx3927.h358 #define tx3927_ccfgptr ((struct tx3927_ccfg_reg *)TX3927_CCFG_REG) macro