Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/txx9/generic/
H A Dsetup_tx4939.c36 if (____raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_WDRST) in tx4939_wdr_init()
54 (____raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_WDREXEN) ? in tx4939_machine_restart()
59 while (!(____raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_WDRST)) in tx4939_machine_restart()
62 if (____raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_WDREXEN) { in tx4939_machine_restart()
79 (unsigned long long)____raw_readq(&tx4939_ccfgptr->ccfg), in tx4939_be_handler()
80 (unsigned long long)____raw_readq(&tx4939_ccfgptr->toea)); in tx4939_be_handler()
120 divmode = (__u32)____raw_readq(&tx4939_ccfgptr->ccfg) & in tx4939_setup()
147 divmode = (__u32)____raw_readq(&tx4939_ccfgptr->ccfg) & in tx4939_setup()
170 divmode = (__u32)____raw_readq(&tx4939_ccfgptr->ccfg) & in tx4939_setup()
195 txx9_clear64(&tx4939_ccfgptr in tx4939_setup()
[all...]
/kernel/linux/linux-5.10/arch/mips/pci/
H A 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()
/kernel/linux/linux-5.10/arch/mips/txx9/rbtx4939/
H A 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()
/kernel/linux/linux-5.10/arch/mips/include/asm/txx9/
H A Dtx4939.h471 #define tx4939_ccfgptr \ macro
479 ((__u32)__raw_readq(&tx4939_ccfgptr->crir) & 0x00ff)
481 ((__u32)__raw_readq(&tx4939_ccfgptr->crir) >> 16)
483 ((__u32)((__raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_BCFG_MASK) \

Completed in 4 milliseconds