• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/txx9/generic/

Lines Matching refs:tx4939_ccfgptr

37 	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->pcfg, TX4939_PCFG_DMASEL_ALL);
215 if (!(____raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_PCIARB))
216 txx9_clear64(&tx4939_ccfgptr->pcfg, TX4939_PCFG_PCICLKEN_ALL);
223 (__u32)____raw_readq(&tx4939_ccfgptr->crir),
224 (unsigned long long)____raw_readq(&tx4939_ccfgptr->ccfg),
225 (unsigned long long)____raw_readq(&tx4939_ccfgptr->pcfg));
264 txx9_set64(&tx4939_ccfgptr->clkctr, TX4939_CLKCTR_PCI1RST);
265 pcfg = ____raw_readq(&tx4939_ccfgptr->pcfg);
269 txx9_clear64(&tx4939_ccfgptr->clkctr, TX4939_CLKCTR_PCI1RST);
273 txx9_set64(&tx4939_ccfgptr->clkctr, TX4939_CLKCTR_PCI1CKD);
277 txx9_set64(&tx4939_ccfgptr->clkctr, TX4939_CLKCTR_ETH0RST);
278 txx9_set64(&tx4939_ccfgptr->clkctr, TX4939_CLKCTR_ETH0CKD);
282 txx9_set64(&tx4939_ccfgptr->clkctr, TX4939_CLKCTR_ETH1RST);
283 txx9_set64(&tx4939_ccfgptr->clkctr, TX4939_CLKCTR_ETH1CKD);
292 if (____raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_TINTDIS)
302 __u64 pcfg = __raw_readq(&tx4939_ccfgptr->pcfg);
348 txx9_set64(&tx4939_ccfgptr->pcfg, bit);
350 txx9_clear64(&tx4939_ccfgptr->pcfg, bit);
363 u64 pcfg = __raw_readq(&tx4939_ccfgptr->pcfg);
425 __u64 pcfg = __raw_readq(&tx4939_ccfgptr->pcfg);
490 u64 pcfg = __raw_readq(&tx4939_ccfgptr->pcfg);
527 pcfg = ____raw_readq(&tx4939_ccfgptr->pcfg);
573 txx9_set64(&tx4939_ccfgptr->clkctr, rst);
574 txx9_set64(&tx4939_ccfgptr->clkctr, ckd);