Home
last modified time | relevance | path

Searched refs:TX4927_CCFG_PCIDIVMODE_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/mips/tx4927/toshiba_rbtx4927/
Dtoshiba_rbtx4927_setup.c280 ccfg & TX4927_CCFG_PCIDIVMODE_MASK; in tx4927_pci66_setup()
291 (tx4927_ccfgptr->ccfg & ~TX4927_CCFG_PCIDIVMODE_MASK) in tx4927_pci66_setup()
688 ccfg & TX4927_CCFG_PCIDIVMODE_MASK) { in tx4927_pci_setup()
1053 ccfg, TX4927_CCFG_PCIDIVMODE_MASK); in toshiba_rbtx4927_setup()
1067 ccfg & TX4927_CCFG_PCIDIVMODE_MASK); in toshiba_rbtx4927_setup()
1070 ccfg & TX4927_CCFG_PCIDIVMODE_MASK) { in toshiba_rbtx4927_setup()
/linux-2.4.37.9/include/asm-mips/tx4927/
Dtx4927_pci.h250 #define TX4927_CCFG_PCIDIVMODE_MASK 0x00001800 macro