Searched refs:TX4938_PCFG_ATA_SEL (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/rbtx4938/
H A Dsetup.c174 TX4938_PCFG_NDF_SEL | TX4938_PCFG_ATA_SEL);
180 txx9_clear64(&tx4938_ccfgptr->pcfg, TX4938_PCFG_ATA_SEL);
185 txx9_set64(&tx4938_ccfgptr->pcfg, TX4938_PCFG_ATA_SEL);
193 (pcfg & TX4938_PCFG_ATA_SEL) ? "enabled" : "disabled");
199 if ((pcfg & (TX4938_PCFG_ATA_SEL | TX4938_PCFG_NDF_SEL)) ==
200 TX4938_PCFG_ATA_SEL)
203 else if ((pcfg & (TX4938_PCFG_ATA_SEL | TX4938_PCFG_NDF_SEL)) ==
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/txx9/generic/
H A Dsetup_tx4938.c360 (TX4938_PCFG_ATA_SEL | TX4938_PCFG_NDF_SEL))
361 != TX4938_PCFG_ATA_SEL)
397 (TX4938_PCFG_ATA_SEL|TX4938_PCFG_ISA_SEL|TX4938_PCFG_NDF_SEL)) ==
458 (TX4938_PCFG_ATA_SEL | TX4938_PCFG_ISA_SEL |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/txx9/
H A Dtx4938.h139 #define TX4938_PCFG_ATA_SEL 0x2000000000000000ULL macro

Completed in 109 milliseconds