Home
last modified time | relevance | path

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

/arch/mips/txx9/generic/
Dsetup_tx4939.c37 if (____raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_WDRST) in tx4939_wdr_init()
55 (____raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_WDREXEN) ? in tx4939_machine_restart()
60 while (!(____raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_WDRST)) in tx4939_machine_restart()
63 if (____raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_WDREXEN) { in tx4939_machine_restart()
80 (unsigned long long)____raw_readq(&tx4939_ccfgptr->ccfg), in tx4939_be_handler()
81 (unsigned long long)____raw_readq(&tx4939_ccfgptr->toea)); in tx4939_be_handler()
137 divmode = (__u32)____raw_readq(&tx4939_ccfgptr->ccfg) & in tx4939_setup()
164 divmode = (__u32)____raw_readq(&tx4939_ccfgptr->ccfg) & in tx4939_setup()
187 divmode = (__u32)____raw_readq(&tx4939_ccfgptr->ccfg) & in tx4939_setup()
212 txx9_clear64(&tx4939_ccfgptr->pcfg, TX4939_PCFG_DMASEL_ALL); in tx4939_setup()
[all …]
/arch/mips/pci/
Dpci-tx4939.c25 (__raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_PCI66) ? in tx4939_report_pciclk()
27 if (__raw_readq(&tx4939_ccfgptr->pcfg) & TX4939_PCFG_PCICLKEN_ALL) { in tx4939_report_pciclk()
29 if (!(__raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_PCI66)) in tx4939_report_pciclk()
56 if (__raw_readq(&tx4939_ccfgptr->pcfg) & in tx4939_pcic1_map_irq()
61 if (__raw_readq(&tx4939_ccfgptr->pcfg) & in tx4939_pcic1_map_irq()
/arch/mips/txx9/rbtx4939/
Dsetup.c60 int extarb = !(__raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_PCIARB); in rbtx4939_pci_setup()
67 if (!(__raw_readq(&tx4939_ccfgptr->pcfg) & TX4939_PCFG_ATA1MODE) && in rbtx4939_pci_setup()
68 (__raw_readq(&tx4939_ccfgptr->pcfg) & in rbtx4939_pci_setup()
113 __u64 pcfg = ____raw_readq(&tx4939_ccfgptr->pcfg); in rbtx4939_update_ioc_pen()
114 __u64 ccfg = ____raw_readq(&tx4939_ccfgptr->ccfg); in rbtx4939_update_ioc_pen()
514 txx9_set64(&tx4939_ccfgptr->pcfg, TX4939_PCFG_ATA0MODE); in rbtx4939_setup()
/arch/mips/include/asm/txx9/
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) \