/arch/mips/pci/ |
D | pci-tx4938.c | 25 (__raw_readq(&tx4938_ccfgptr->ccfg) & TX4938_CCFG_PCI66) ? in tx4938_report_pciclk() 28 u64 ccfg = __raw_readq(&tx4938_ccfgptr->ccfg); in tx4938_report_pciclk() local 29 switch ((unsigned long)ccfg & in tx4938_report_pciclk() 61 __u64 ccfg = __raw_readq(&tx4938_ccfgptr->ccfg); in tx4938_report_pci1clk() local 63 txx9_gbus_clock / ((ccfg & TX4938_CCFG_PCI1DMD) ? 4 : 2); in tx4938_report_pci1clk() 66 (ccfg & TX4938_CCFG_PCI1_66) ? "PCI66 " : "", in tx4938_report_pci1clk() 80 u64 ccfg = __raw_readq(&tx4938_ccfgptr->ccfg); in tx4938_pciclk66_setup() local 81 pcidivmode = (unsigned long)ccfg & in tx4938_pciclk66_setup() 109 (unsigned long)__raw_readq(&tx4938_ccfgptr->ccfg)); in tx4938_pciclk66_setup()
|
D | pci-tx4927.c | 25 (__raw_readq(&tx4927_ccfgptr->ccfg) & TX4927_CCFG_PCI66) ? in tx4927_report_pciclk() 28 u64 ccfg = __raw_readq(&tx4927_ccfgptr->ccfg); in tx4927_report_pciclk() local 29 switch ((unsigned long)ccfg & in tx4927_report_pciclk() 60 u64 ccfg = __raw_readq(&tx4927_ccfgptr->ccfg); in tx4927_pciclk66_setup() local 61 pcidivmode = (unsigned long)ccfg & in tx4927_pciclk66_setup() 78 (unsigned long)__raw_readq(&tx4927_ccfgptr->ccfg)); in tx4927_pciclk66_setup()
|
D | pci-tx4939.c | 25 (__raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_PCI66) ? in tx4939_report_pciclk() 29 if (!(__raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_PCI66)) in tx4939_report_pciclk()
|
/arch/mips/txx9/generic/ |
D | setup_tx4927.c | 31 if (____raw_readq(&tx4927_ccfgptr->ccfg) & TX4927_CCFG_WDRST) in tx4927_wdr_init() 49 (____raw_readq(&tx4927_ccfgptr->ccfg) & TX4927_CCFG_WDREXEN) ? in tx4927_machine_restart() 54 while (!(____raw_readq(&tx4927_ccfgptr->ccfg) & TX4927_CCFG_WDRST)) in tx4927_machine_restart() 57 if (____raw_readq(&tx4927_ccfgptr->ccfg) & TX4927_CCFG_WDREXEN) { in tx4927_machine_restart() 73 (unsigned long long)____raw_readq(&tx4927_ccfgptr->ccfg), in tx4927_be_handler() 93 u64 ccfg; in tx4927_setup() local 110 ccfg = ____raw_readq(&tx4927_ccfgptr->ccfg); in tx4927_setup() 113 divmode = (__u32)ccfg & TX4927_CCFG_DIVMODE_MASK; in tx4927_setup() 143 divmode = (__u32)ccfg & TX4927_CCFG_DIVMODE_MASK; in tx4927_setup() 183 if (!(____raw_readq(&tx4927_ccfgptr->ccfg) & TX4927_CCFG_PCIARB)) in tx4927_setup() [all …]
|
D | setup_tx3927.c | 57 tx3927_ccfgptr->ccfg |= TX3927_CCFG_TOE; in tx3927_setup() 60 tx3927_ccfgptr->ccfg &= ~TX3927_CCFG_BEOW; in tx3927_setup() 63 tx3927_ccfgptr->ccfg &= ~TX3927_CCFG_PSNP; in tx3927_setup() 66 tx3927_ccfgptr->ccfg |= TX3927_CCFG_PSNP; in tx3927_setup() 68 tx3927_ccfgptr->ccfg |= TX3927_CCFG_WR; in tx3927_setup() 72 tx3927_ccfgptr->ccfg, tx3927_ccfgptr->pcfg); in tx3927_setup()
|
D | setup_tx4938.c | 33 if (____raw_readq(&tx4938_ccfgptr->ccfg) & TX4938_CCFG_WDRST) in tx4938_wdr_init() 51 (____raw_readq(&tx4938_ccfgptr->ccfg) & TX4938_CCFG_WDREXEN) ? in tx4938_machine_restart() 56 while (!(____raw_readq(&tx4938_ccfgptr->ccfg) & TX4938_CCFG_WDRST)) in tx4938_machine_restart() 59 if (____raw_readq(&tx4938_ccfgptr->ccfg) & TX4938_CCFG_WDREXEN) { in tx4938_machine_restart() 75 (unsigned long long)____raw_readq(&tx4938_ccfgptr->ccfg), in tx4938_be_handler() 98 u64 ccfg; in tx4938_setup() local 115 ccfg = ____raw_readq(&tx4938_ccfgptr->ccfg); in tx4938_setup() 118 divmode = (__u32)ccfg & TX4938_CCFG_DIVMODE_MASK; in tx4938_setup() 152 divmode = (__u32)ccfg & TX4938_CCFG_DIVMODE_MASK; in tx4938_setup() 196 if (!(____raw_readq(&tx4938_ccfgptr->ccfg) & TX4938_CCFG_PCIARB)) in tx4938_setup() [all …]
|
D | setup_tx4939.c | 37 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() 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() 215 if (!(____raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_PCIARB)) in tx4939_setup() 224 (unsigned long long)____raw_readq(&tx4939_ccfgptr->ccfg), in tx4939_setup() [all …]
|
/arch/mips/include/asm/txx9/ |
D | tx4927.h | 91 u64 ccfg; member 242 ____raw_writeq(____raw_readq(&tx4927_ccfgptr->ccfg) in tx4927_ccfg_clear() 244 &tx4927_ccfgptr->ccfg); in tx4927_ccfg_clear() 248 ____raw_writeq((____raw_readq(&tx4927_ccfgptr->ccfg) in tx4927_ccfg_set() 250 &tx4927_ccfgptr->ccfg); in tx4927_ccfg_set() 254 ____raw_writeq((____raw_readq(&tx4927_ccfgptr->ccfg) in tx4927_ccfg_change() 257 &tx4927_ccfgptr->ccfg); in tx4927_ccfg_change()
|
D | tx4939.h | 63 __u64 ccfg; member 512 ((__u32)((__raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_BCFG_MASK) \
|
D | tx4938.h | 48 u64 ccfg; member
|
D | tx3927.h | 143 volatile unsigned long ccfg; member
|
/arch/mips/txx9/rbtx4927/ |
D | setup.c | 63 int extarb = !(__raw_readq(&tx4927_ccfgptr->ccfg) & TX4927_CCFG_PCIARB); in tx4927_pci_setup() 68 if (__raw_readq(&tx4927_ccfgptr->ccfg) & TX4927_CCFG_PCI66) in tx4927_pci_setup() 110 int extarb = !(__raw_readq(&tx4938_ccfgptr->ccfg) & TX4938_CCFG_PCIARB); in tx4937_pci_setup() 115 if (__raw_readq(&tx4938_ccfgptr->ccfg) & TX4938_CCFG_PCI66) in tx4937_pci_setup() 229 switch ((unsigned long)__raw_readq(&tx4927_ccfgptr->ccfg) & in rbtx4927_clock_init() 255 switch ((unsigned long)__raw_readq(&tx4938_ccfgptr->ccfg) & in rbtx4937_clock_init()
|
/arch/c6x/platforms/ |
D | cache.c | 293 unsigned int ccfg = imcr_get(IMCR_CCFG); in L2_cache_set_mode() local 296 ccfg &= ~7; in L2_cache_set_mode() 297 ccfg |= (mode & 7); in L2_cache_set_mode() 298 imcr_set(IMCR_CCFG, ccfg); in L2_cache_set_mode() 299 ccfg = imcr_get(IMCR_CCFG); in L2_cache_set_mode()
|
/arch/mips/txx9/jmr3927/ |
D | prom.c | 47 if ((tx3927_ccfgptr->ccfg & TX3927_CCFG_TLBOFF) == 0) in jmr3927_prom_init()
|
D | setup.c | 103 int extarb = !(tx3927_ccfgptr->ccfg & TX3927_CCFG_PCIXARB); in jmr3927_pci_setup()
|
/arch/mips/txx9/rbtx4938/ |
D | setup.c | 42 int extarb = !(__raw_readq(&tx4938_ccfgptr->ccfg) & TX4938_CCFG_PCIARB); in rbtx4938_pci_setup() 47 if (__raw_readq(&tx4938_ccfgptr->ccfg) & TX4938_CCFG_PCI66) in rbtx4938_pci_setup() 90 if (!(__raw_readq(&tx4938_ccfgptr->ccfg) in rbtx4938_pci_setup()
|
/arch/mips/txx9/rbtx4939/ |
D | setup.c | 60 int extarb = !(__raw_readq(&tx4939_ccfgptr->ccfg) & TX4939_CCFG_PCIARB); in rbtx4939_pci_setup() 114 __u64 ccfg = ____raw_readq(&tx4939_ccfgptr->ccfg); in rbtx4939_update_ioc_pen() local 136 if (ccfg & TX4939_CCFG_PTSEL) in rbtx4939_update_ioc_pen()
|