Searched refs:tx3927_ccfgptr (Results 1 – 3 of 3) sorted by relevance
370 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()
64 if ((tx3927_ccfgptr->ccfg & TX3927_CCFG_TLBOFF) == 0) in prom_init()
358 #define tx3927_ccfgptr ((struct tx3927_ccfg_reg *)TX3927_CCFG_REG) macro