Searched refs:tx4939_ccfgptr (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pci/
H A Dpci-tx4939.c25 (__raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_PCI66) ?
27 if (__raw_readq(&tx4939_ccfgptr->pcfg) & TX4939_PCFG_PCICLKEN_ALL) {
29 if (!(__raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_PCI66))
56 if (__raw_readq(&tx4939_ccfgptr->pcfg) &
61 if (__raw_readq(&tx4939_ccfgptr->pcfg) &
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/txx9/generic/
H A Dsetup_tx4939.c37 if (____raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_WDRST)
55 (____raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_WDREXEN) ?
60 while (!(____raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_WDRST))
63 if (____raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_WDREXEN) {
80 (unsigned long long)____raw_readq(&tx4939_ccfgptr->ccfg),
81 (unsigned long long)____raw_readq(&tx4939_ccfgptr->toea));
137 divmode = (__u32)____raw_readq(&tx4939_ccfgptr->ccfg) &
164 divmode = (__u32)____raw_readq(&tx4939_ccfgptr->ccfg) &
187 divmode = (__u32)____raw_readq(&tx4939_ccfgptr->ccfg) &
212 txx9_clear64(&tx4939_ccfgptr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/txx9/rbtx4939/
H A Dsetup.c59 int extarb = !(__raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_PCIARB);
66 if (!(__raw_readq(&tx4939_ccfgptr->pcfg) & TX4939_PCFG_ATA1MODE) &&
67 (__raw_readq(&tx4939_ccfgptr->pcfg) &
112 __u64 pcfg = ____raw_readq(&tx4939_ccfgptr->pcfg);
113 __u64 ccfg = ____raw_readq(&tx4939_ccfgptr->ccfg);
514 txx9_set64(&tx4939_ccfgptr->pcfg, TX4939_PCFG_ATA0MODE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/txx9/
H A Dtx4939.h498 #define tx4939_ccfgptr \ macro
508 ((__u32)__raw_readq(&tx4939_ccfgptr->crir) & 0x00ff)
510 ((__u32)__raw_readq(&tx4939_ccfgptr->crir) >> 16)
512 ((__u32)((__raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_BCFG_MASK) \

Completed in 46 milliseconds