• Home
  • Raw
  • Download

Lines Matching refs:pcfg

100 	__u64 pcfg;  in tx4939_setup()  local
195 txx9_clear64(&tx4939_ccfgptr->pcfg, TX4939_PCFG_DMASEL_ALL); in tx4939_setup()
199 txx9_clear64(&tx4939_ccfgptr->pcfg, TX4939_PCFG_PCICLKEN_ALL); in tx4939_setup()
208 ____raw_readq(&tx4939_ccfgptr->pcfg)); in tx4939_setup()
248 pcfg = ____raw_readq(&tx4939_ccfgptr->pcfg); in tx4939_setup()
249 if (pcfg & (TX4939_PCFG_ET0MODE | TX4939_PCFG_ET1MODE)) { in tx4939_setup()
258 if (!(pcfg & TX4939_PCFG_ET0MODE)) { in tx4939_setup()
263 if (!(pcfg & TX4939_PCFG_ET1MODE)) { in tx4939_setup()
285 __u64 pcfg = __raw_readq(&tx4939_ccfgptr->pcfg); in tx4939_sio_init() local
288 if ((pcfg & TX4939_PCFG_SIO2MODE_MASK) != TX4939_PCFG_SIO2MODE_SIO0) in tx4939_sio_init()
290 if ((pcfg & TX4939_PCFG_SIO2MODE_MASK) != TX4939_PCFG_SIO2MODE_SIO2) in tx4939_sio_init()
292 if (pcfg & TX4939_PCFG_SIO3MODE) in tx4939_sio_init()
328 txx9_set64(&tx4939_ccfgptr->pcfg, bit); in tx4939_netdev_event()
330 txx9_clear64(&tx4939_ccfgptr->pcfg, bit); in tx4939_netdev_event()
343 u64 pcfg = __raw_readq(&tx4939_ccfgptr->pcfg); in tx4939_ethaddr_init() local
345 if (addr0 && (pcfg & TX4939_PCFG_ET0MODE)) in tx4939_ethaddr_init()
347 if (addr1 && (pcfg & TX4939_PCFG_ET1MODE)) in tx4939_ethaddr_init()
405 __u64 pcfg = __raw_readq(&tx4939_ccfgptr->pcfg); in tx4939_ata_init() local
407 if (pcfg & TX4939_PCFG_ATA0MODE) in tx4939_ata_init()
409 if ((pcfg & (TX4939_PCFG_ATA1MODE | in tx4939_ata_init()
470 u64 pcfg = __raw_readq(&tx4939_ccfgptr->pcfg); in tx4939_aclc_init() local
472 if ((pcfg & TX4939_PCFG_I2SMODE_MASK) == TX4939_PCFG_I2SMODE_ACLC) in tx4939_aclc_init()
502 __u64 pcfg, rst = 0, ckd = 0; in tx4939_stop_unused_modules() local
507 pcfg = ____raw_readq(&tx4939_ccfgptr->pcfg); in tx4939_stop_unused_modules()
508 if ((pcfg & TX4939_PCFG_I2SMODE_MASK) != in tx4939_stop_unused_modules()
514 if ((pcfg & TX4939_PCFG_I2SMODE_MASK) != in tx4939_stop_unused_modules()
516 (pcfg & TX4939_PCFG_I2SMODE_MASK) != in tx4939_stop_unused_modules()
522 if (!(pcfg & TX4939_PCFG_ATA0MODE)) { in tx4939_stop_unused_modules()
527 if (!(pcfg & TX4939_PCFG_ATA1MODE)) { in tx4939_stop_unused_modules()
532 if (pcfg & TX4939_PCFG_SPIMODE) { in tx4939_stop_unused_modules()
537 if (!(pcfg & (TX4939_PCFG_VSSMODE | TX4939_PCFG_VPSMODE))) { in tx4939_stop_unused_modules()
542 if ((pcfg & TX4939_PCFG_SIO2MODE_MASK) != TX4939_PCFG_SIO2MODE_SIO2) { in tx4939_stop_unused_modules()
547 if (pcfg & TX4939_PCFG_SIO3MODE) { in tx4939_stop_unused_modules()