Searched refs:tx4938_ccfgptr (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/arch/mips/txx9/generic/ |
A D | setup_tx4938.c | 115 ccfg = ____raw_readq(&tx4938_ccfgptr->ccfg); in tx4938_setup() 203 ____raw_readq(&tx4938_ccfgptr->ccfg), in tx4938_setup() 204 ____raw_readq(&tx4938_ccfgptr->pcfg)); in tx4938_setup() 252 txx9_clear64(&tx4938_ccfgptr->clkctr, in tx4938_setup() 257 txx9_set64(&tx4938_ccfgptr->clkctr, in tx4938_setup() 262 txx9_set64(&tx4938_ccfgptr->clkctr, in tx4938_setup() 264 txx9_set64(&tx4938_ccfgptr->clkctr, in tx4938_setup() 269 txx9_set64(&tx4938_ccfgptr->clkctr, in tx4938_setup() 271 txx9_set64(&tx4938_ccfgptr->clkctr, in tx4938_setup() 356 if ((__raw_readq(&tx4938_ccfgptr->pcfg) & in tx4938_ata_init() [all …]
|
/linux-6.3-rc2/arch/mips/pci/ |
A D | pci-tx4938.c | 25 (__raw_readq(&tx4938_ccfgptr->ccfg) & TX4938_CCFG_PCI66) ? in tx4938_report_pciclk() 27 if (__raw_readq(&tx4938_ccfgptr->pcfg) & TX4938_PCFG_PCICLKEN_ALL) { in tx4938_report_pciclk() 28 u64 ccfg = __raw_readq(&tx4938_ccfgptr->ccfg); in tx4938_report_pciclk() 61 __u64 ccfg = __raw_readq(&tx4938_ccfgptr->ccfg); in tx4938_report_pci1clk() 78 if (__raw_readq(&tx4938_ccfgptr->pcfg) & TX4938_PCFG_PCICLKEN_ALL) { in tx4938_pciclk66_setup() 80 u64 ccfg = __raw_readq(&tx4938_ccfgptr->ccfg); in tx4938_pciclk66_setup() 109 (unsigned long)__raw_readq(&tx4938_ccfgptr->ccfg)); in tx4938_pciclk66_setup() 120 if (__raw_readq(&tx4938_ccfgptr->pcfg) & in tx4938_pcic1_map_irq() 125 if (__raw_readq(&tx4938_ccfgptr->pcfg) & in tx4938_pcic1_map_irq()
|
/linux-6.3-rc2/arch/mips/txx9/rbtx4927/ |
A D | setup.c | 111 int extarb = !(__raw_readq(&tx4938_ccfgptr->ccfg) & TX4938_CCFG_PCIARB); in tx4937_pci_setup() 116 if (__raw_readq(&tx4938_ccfgptr->ccfg) & TX4938_CCFG_PCI66) in tx4937_pci_setup() 124 txx9_set64(&tx4938_ccfgptr->clkctr, TX4938_CLKCTR_PCIRST); in tx4937_pci_setup() 130 txx9_clear64(&tx4938_ccfgptr->clkctr, TX4938_CLKCTR_PCIRST); in tx4937_pci_setup() 142 txx9_set64(&tx4938_ccfgptr->clkctr, TX4938_CLKCTR_PCIRST); in tx4937_pci_setup() 146 txx9_clear64(&tx4938_ccfgptr->clkctr, TX4938_CLKCTR_PCIRST); in tx4937_pci_setup() 267 switch ((unsigned long)__raw_readq(&tx4938_ccfgptr->ccfg) & in rbtx4937_clock_init()
|
/linux-6.3-rc2/arch/mips/include/asm/txx9/ |
A D | tx4938.h | 256 #define tx4938_ccfgptr \ macro 264 ((__u32)__raw_readq(&tx4938_ccfgptr->crir) >> 16)
|
Completed in 8 milliseconds