Symbol: tx4927_ccfgptr
arch/mips/include/asm/txx9/tx4927.h
201
((__u32)__raw_readq(&tx4927_ccfgptr->crir) >> 16)
arch/mips/include/asm/txx9/tx4927.h
242
____raw_writeq(____raw_readq(&tx4927_ccfgptr->ccfg)
arch/mips/include/asm/txx9/tx4927.h
244
&tx4927_ccfgptr->ccfg);
arch/mips/include/asm/txx9/tx4927.h
248
____raw_writeq((____raw_readq(&tx4927_ccfgptr->ccfg)
arch/mips/include/asm/txx9/tx4927.h
250
&tx4927_ccfgptr->ccfg);
arch/mips/include/asm/txx9/tx4927.h
254
____raw_writeq((____raw_readq(&tx4927_ccfgptr->ccfg)
arch/mips/include/asm/txx9/tx4927.h
257
&tx4927_ccfgptr->ccfg);
arch/mips/pci/pci-tx4927.c
25
(__raw_readq(&tx4927_ccfgptr->ccfg) & TX4927_CCFG_PCI66) ?
arch/mips/pci/pci-tx4927.c
27
if (__raw_readq(&tx4927_ccfgptr->pcfg) & TX4927_PCFG_PCICLKEN_ALL) {
arch/mips/pci/pci-tx4927.c
28
u64 ccfg = __raw_readq(&tx4927_ccfgptr->ccfg);
arch/mips/pci/pci-tx4927.c
58
if (__raw_readq(&tx4927_ccfgptr->pcfg) & TX4927_PCFG_PCICLKEN_ALL) {
arch/mips/pci/pci-tx4927.c
60
u64 ccfg = __raw_readq(&tx4927_ccfgptr->ccfg);
arch/mips/pci/pci-tx4927.c
78
(unsigned long)__raw_readq(&tx4927_ccfgptr->ccfg));
arch/mips/txx9/generic/setup_tx4927.c
110
ccfg = ____raw_readq(&tx4927_ccfgptr->ccfg);
arch/mips/txx9/generic/setup_tx4927.c
180
txx9_clear64(&tx4927_ccfgptr->pcfg, TX4927_PCFG_DMASEL_ALL);
arch/mips/txx9/generic/setup_tx4927.c
183
if (!(____raw_readq(&tx4927_ccfgptr->ccfg) & TX4927_CCFG_PCIARB))
arch/mips/txx9/generic/setup_tx4927.c
184
txx9_clear64(&tx4927_ccfgptr->pcfg, TX4927_PCFG_PCICLKEN_ALL);
arch/mips/txx9/generic/setup_tx4927.c
189
(__u32)____raw_readq(&tx4927_ccfgptr->crir),
arch/mips/txx9/generic/setup_tx4927.c
190
____raw_readq(&tx4927_ccfgptr->ccfg),
arch/mips/txx9/generic/setup_tx4927.c
191
____raw_readq(&tx4927_ccfgptr->pcfg));
arch/mips/txx9/generic/setup_tx4927.c
225
if (____raw_readq(&tx4927_ccfgptr->ccfg) & TX4927_CCFG_TINTDIS)
arch/mips/txx9/generic/setup_tx4927.c
268
u64 pcfg = __raw_readq(&tx4927_ccfgptr->pcfg);
arch/mips/txx9/generic/setup_tx4927.c
300
txx9_clear64(&tx4927_ccfgptr->pcfg, dmasel_mask);
arch/mips/txx9/generic/setup_tx4927.c
301
txx9_set64(&tx4927_ccfgptr->pcfg, dmasel);
arch/mips/txx9/generic/setup_tx4927.c
31
if (____raw_readq(&tx4927_ccfgptr->ccfg) & TX4927_CCFG_WDRST)
arch/mips/txx9/generic/setup_tx4927.c
315
pcfg = ____raw_readq(&tx4927_ccfgptr->pcfg);
arch/mips/txx9/generic/setup_tx4927.c
322
txx9_set64(&tx4927_ccfgptr->clkctr, rst);
arch/mips/txx9/generic/setup_tx4927.c
323
txx9_set64(&tx4927_ccfgptr->clkctr, ckd);
arch/mips/txx9/generic/setup_tx4927.c
49
(____raw_readq(&tx4927_ccfgptr->ccfg) & TX4927_CCFG_WDREXEN) ?
arch/mips/txx9/generic/setup_tx4927.c
54
while (!(____raw_readq(&tx4927_ccfgptr->ccfg) & TX4927_CCFG_WDRST))
arch/mips/txx9/generic/setup_tx4927.c
57
if (____raw_readq(&tx4927_ccfgptr->ccfg) & TX4927_CCFG_WDREXEN) {
arch/mips/txx9/generic/setup_tx4927.c
73
(unsigned long long)____raw_readq(&tx4927_ccfgptr->ccfg),
arch/mips/txx9/generic/setup_tx4927.c
74
(unsigned long long)____raw_readq(&tx4927_ccfgptr->toea));
arch/mips/txx9/rbtx4927/setup.c
241
switch ((unsigned long)__raw_readq(&tx4927_ccfgptr->ccfg) &
arch/mips/txx9/rbtx4927/setup.c
64
int extarb = !(__raw_readq(&tx4927_ccfgptr->ccfg) & TX4927_CCFG_PCIARB);
arch/mips/txx9/rbtx4927/setup.c
69
if (__raw_readq(&tx4927_ccfgptr->ccfg) & TX4927_CCFG_PCI66)
arch/mips/txx9/rbtx4927/setup.c
77
txx9_set64(&tx4927_ccfgptr->clkctr, TX4927_CLKCTR_PCIRST);
arch/mips/txx9/rbtx4927/setup.c
83
txx9_clear64(&tx4927_ccfgptr->clkctr, TX4927_CLKCTR_PCIRST);
arch/mips/txx9/rbtx4927/setup.c
95
txx9_set64(&tx4927_ccfgptr->clkctr, TX4927_CLKCTR_PCIRST);
arch/mips/txx9/rbtx4927/setup.c
99
txx9_clear64(&tx4927_ccfgptr->clkctr, TX4927_CLKCTR_PCIRST);