• 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 defs:pcfg

117 	__u64 pcfg;
212 txx9_clear64(&tx4939_ccfgptr->pcfg, TX4939_PCFG_DMASEL_ALL);
216 txx9_clear64(&tx4939_ccfgptr->pcfg, TX4939_PCFG_PCICLKEN_ALL);
225 (unsigned long long)____raw_readq(&tx4939_ccfgptr->pcfg));
265 pcfg = ____raw_readq(&tx4939_ccfgptr->pcfg);
266 if (pcfg & (TX4939_PCFG_ET0MODE | TX4939_PCFG_ET1MODE)) {
275 if (!(pcfg & TX4939_PCFG_ET0MODE)) {
280 if (!(pcfg & TX4939_PCFG_ET1MODE)) {
302 __u64 pcfg = __raw_readq(&tx4939_ccfgptr->pcfg);
305 if ((pcfg & TX4939_PCFG_SIO2MODE_MASK) != TX4939_PCFG_SIO2MODE_SIO0)
307 if ((pcfg & TX4939_PCFG_SIO2MODE_MASK) != TX4939_PCFG_SIO2MODE_SIO2)
309 if (pcfg & TX4939_PCFG_SIO3MODE)
348 txx9_set64(&tx4939_ccfgptr->pcfg, bit);
350 txx9_clear64(&tx4939_ccfgptr->pcfg, bit);
363 u64 pcfg = __raw_readq(&tx4939_ccfgptr->pcfg);
365 if (addr0 && (pcfg & TX4939_PCFG_ET0MODE))
367 if (addr1 && (pcfg & TX4939_PCFG_ET1MODE))
425 __u64 pcfg = __raw_readq(&tx4939_ccfgptr->pcfg);
427 if (pcfg & TX4939_PCFG_ATA0MODE)
429 if ((pcfg & (TX4939_PCFG_ATA1MODE |
490 u64 pcfg = __raw_readq(&tx4939_ccfgptr->pcfg);
492 if ((pcfg & TX4939_PCFG_I2SMODE_MASK) == TX4939_PCFG_I2SMODE_ACLC)
522 __u64 pcfg, rst = 0, ckd = 0;
527 pcfg = ____raw_readq(&tx4939_ccfgptr->pcfg);
528 if ((pcfg & TX4939_PCFG_I2SMODE_MASK) !=
534 if ((pcfg & TX4939_PCFG_I2SMODE_MASK) !=
536 (pcfg & TX4939_PCFG_I2SMODE_MASK) !=
542 if (!(pcfg & TX4939_PCFG_ATA0MODE)) {
547 if (!(pcfg & TX4939_PCFG_ATA1MODE)) {
552 if (pcfg & TX4939_PCFG_SPIMODE) {
557 if (!(pcfg & (TX4939_PCFG_VSSMODE | TX4939_PCFG_VPSMODE))) {
562 if ((pcfg & TX4939_PCFG_SIO2MODE_MASK) != TX4939_PCFG_SIO2MODE_SIO2) {
567 if (pcfg & TX4939_PCFG_SIO3MODE) {