Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/txx9/rbtx4938/
Dsetup.c174 TX4938_PCFG_NDF_SEL | TX4938_PCFG_ATA_SEL); in rbtx4938_mem_setup()
179 txx9_set64(&tx4938_ccfgptr->pcfg, TX4938_PCFG_NDF_SEL); in rbtx4938_mem_setup()
186 txx9_clear64(&tx4938_ccfgptr->pcfg, TX4938_PCFG_NDF_SEL); in rbtx4938_mem_setup()
192 (pcfg & TX4938_PCFG_NDF_SEL) ? "enabled" : "disabled", in rbtx4938_mem_setup()
199 if ((pcfg & (TX4938_PCFG_ATA_SEL | TX4938_PCFG_NDF_SEL)) == in rbtx4938_mem_setup()
203 else if ((pcfg & (TX4938_PCFG_ATA_SEL | TX4938_PCFG_NDF_SEL)) == in rbtx4938_mem_setup()
204 TX4938_PCFG_NDF_SEL) in rbtx4938_mem_setup()
/linux-3.4.99/arch/mips/txx9/generic/
Dsetup_tx4938.c360 (TX4938_PCFG_ATA_SEL | TX4938_PCFG_NDF_SEL)) in tx4938_ata_init()
397 (TX4938_PCFG_ATA_SEL|TX4938_PCFG_ISA_SEL|TX4938_PCFG_NDF_SEL)) == in tx4938_ndfmc_init()
398 TX4938_PCFG_NDF_SEL) in tx4938_ndfmc_init()
459 TX4938_PCFG_NDF_SEL)) in tx4938_stop_unused_modules()
460 != TX4938_PCFG_NDF_SEL) { in tx4938_stop_unused_modules()
/linux-3.4.99/arch/mips/include/asm/txx9/
Dtx4938.h142 #define TX4938_PCFG_NDF_SEL 0x0400000000000000ULL macro