diff options
Diffstat (limited to 'include/asm-mips/txx9/tx4927.h')
-rw-r--r-- | include/asm-mips/txx9/tx4927.h | 318 |
1 files changed, 133 insertions, 185 deletions
diff --git a/include/asm-mips/txx9/tx4927.h b/include/asm-mips/txx9/tx4927.h index f21a7b1831e5..c0382fd2ae7f 100644 --- a/include/asm-mips/txx9/tx4927.h +++ b/include/asm-mips/txx9/tx4927.h | |||
@@ -27,7 +27,10 @@ | |||
27 | #ifndef __ASM_TXX9_TX4927_H | 27 | #ifndef __ASM_TXX9_TX4927_H |
28 | #define __ASM_TXX9_TX4927_H | 28 | #define __ASM_TXX9_TX4927_H |
29 | 29 | ||
30 | #include <linux/types.h> | ||
31 | #include <linux/io.h> | ||
30 | #include <asm/txx9irq.h> | 32 | #include <asm/txx9irq.h> |
33 | #include <asm/txx9/tx4927pcic.h> | ||
31 | 34 | ||
32 | #define TX4927_IRQ_CP0_BEG MIPS_CPU_IRQ_BASE | 35 | #define TX4927_IRQ_CP0_BEG MIPS_CPU_IRQ_BASE |
33 | #define TX4927_IRQ_CP0_END (MIPS_CPU_IRQ_BASE + 8 - 1) | 36 | #define TX4927_IRQ_CP0_END (MIPS_CPU_IRQ_BASE + 8 - 1) |
@@ -43,15 +46,6 @@ | |||
43 | 46 | ||
44 | #define TX4927_IRQ_NEST_EXT_ON_PIC (TX4927_IRQ_PIC_BEG+3) | 47 | #define TX4927_IRQ_NEST_EXT_ON_PIC (TX4927_IRQ_PIC_BEG+3) |
45 | 48 | ||
46 | #define TX4927_CCFG_TOE 0x00004000 | ||
47 | #define TX4927_CCFG_WR 0x00008000 | ||
48 | #define TX4927_CCFG_TINTDIS 0x01000000 | ||
49 | |||
50 | #define TX4927_PCIMEM 0x08000000 | ||
51 | #define TX4927_PCIMEM_SIZE 0x08000000 | ||
52 | #define TX4927_PCIIO 0x16000000 | ||
53 | #define TX4927_PCIIO_SIZE 0x01000000 | ||
54 | |||
55 | #define TX4927_SDRAMC_REG 0xff1f8000 | 49 | #define TX4927_SDRAMC_REG 0xff1f8000 |
56 | #define TX4927_EBUSC_REG 0xff1f9000 | 50 | #define TX4927_EBUSC_REG 0xff1f9000 |
57 | #define TX4927_PCIC_REG 0xff1fd000 | 51 | #define TX4927_PCIC_REG 0xff1fd000 |
@@ -60,36 +54,9 @@ | |||
60 | #define TX4927_NR_TMR 3 | 54 | #define TX4927_NR_TMR 3 |
61 | #define TX4927_TMR_REG(ch) (0xff1ff000 + (ch) * 0x100) | 55 | #define TX4927_TMR_REG(ch) (0xff1ff000 + (ch) * 0x100) |
62 | 56 | ||
63 | /* bits for ISTAT3/IMASK3/IMSTAT3 */ | ||
64 | #define TX4927_INT3B_PCID 0 | ||
65 | #define TX4927_INT3B_PCIC 1 | ||
66 | #define TX4927_INT3B_PCIB 2 | ||
67 | #define TX4927_INT3B_PCIA 3 | ||
68 | #define TX4927_INT3F_PCID (1 << TX4927_INT3B_PCID) | ||
69 | #define TX4927_INT3F_PCIC (1 << TX4927_INT3B_PCIC) | ||
70 | #define TX4927_INT3F_PCIB (1 << TX4927_INT3B_PCIB) | ||
71 | #define TX4927_INT3F_PCIA (1 << TX4927_INT3B_PCIA) | ||
72 | |||
73 | #define TX4927_NR_IRQ_LOCAL TX4927_IRQ_PIC_BEG | ||
74 | #define TX4927_NR_IRQ_IRC 32 /* On-Chip IRC */ | ||
75 | |||
76 | #define TX4927_IR_PCIC 16 | 57 | #define TX4927_IR_PCIC 16 |
77 | #define TX4927_IR_PCIERR 22 | 58 | #define TX4927_IR_PCIERR 22 |
78 | #define TX4927_IR_PCIPMA 23 | 59 | #define TX4927_NUM_IR 32 |
79 | #define TX4927_IRQ_IRC_PCIC (TX4927_NR_IRQ_LOCAL + TX4927_IR_PCIC) | ||
80 | #define TX4927_IRQ_IRC_PCIERR (TX4927_NR_IRQ_LOCAL + TX4927_IR_PCIERR) | ||
81 | #define TX4927_IRQ_IOC1 (TX4927_NR_IRQ_LOCAL + TX4927_NR_IRQ_IRC) | ||
82 | #define TX4927_IRQ_IOC_PCID (TX4927_IRQ_IOC1 + TX4927_INT3B_PCID) | ||
83 | #define TX4927_IRQ_IOC_PCIC (TX4927_IRQ_IOC1 + TX4927_INT3B_PCIC) | ||
84 | #define TX4927_IRQ_IOC_PCIB (TX4927_IRQ_IOC1 + TX4927_INT3B_PCIB) | ||
85 | #define TX4927_IRQ_IOC_PCIA (TX4927_IRQ_IOC1 + TX4927_INT3B_PCIA) | ||
86 | |||
87 | #ifdef _LANGUAGE_ASSEMBLY | ||
88 | #define _CONST64(c) c | ||
89 | #else | ||
90 | #define _CONST64(c) c##ull | ||
91 | |||
92 | #include <asm/byteorder.h> | ||
93 | 60 | ||
94 | struct tx4927_sdramc_reg { | 61 | struct tx4927_sdramc_reg { |
95 | volatile unsigned long long cr[4]; | 62 | volatile unsigned long long cr[4]; |
@@ -104,177 +71,158 @@ struct tx4927_ebusc_reg { | |||
104 | }; | 71 | }; |
105 | 72 | ||
106 | struct tx4927_ccfg_reg { | 73 | struct tx4927_ccfg_reg { |
107 | volatile unsigned long long ccfg; | 74 | u64 ccfg; |
108 | volatile unsigned long long crir; | 75 | u64 crir; |
109 | volatile unsigned long long pcfg; | 76 | u64 pcfg; |
110 | volatile unsigned long long tear; | 77 | u64 toea; |
111 | volatile unsigned long long clkctr; | 78 | u64 clkctr; |
112 | volatile unsigned long long unused0; | 79 | u64 unused0; |
113 | volatile unsigned long long garbc; | 80 | u64 garbc; |
114 | volatile unsigned long long unused1; | 81 | u64 unused1; |
115 | volatile unsigned long long unused2; | 82 | u64 unused2; |
116 | volatile unsigned long long ramp; | 83 | u64 ramp; |
117 | }; | ||
118 | |||
119 | struct tx4927_pcic_reg { | ||
120 | volatile unsigned long pciid; | ||
121 | volatile unsigned long pcistatus; | ||
122 | volatile unsigned long pciccrev; | ||
123 | volatile unsigned long pcicfg1; | ||
124 | volatile unsigned long p2gm0plbase; /* +10 */ | ||
125 | volatile unsigned long p2gm0pubase; | ||
126 | volatile unsigned long p2gm1plbase; | ||
127 | volatile unsigned long p2gm1pubase; | ||
128 | volatile unsigned long p2gm2pbase; /* +20 */ | ||
129 | volatile unsigned long p2giopbase; | ||
130 | volatile unsigned long unused0; | ||
131 | volatile unsigned long pcisid; | ||
132 | volatile unsigned long unused1; /* +30 */ | ||
133 | volatile unsigned long pcicapptr; | ||
134 | volatile unsigned long unused2; | ||
135 | volatile unsigned long pcicfg2; | ||
136 | volatile unsigned long g2ptocnt; /* +40 */ | ||
137 | volatile unsigned long unused3[15]; | ||
138 | volatile unsigned long g2pstatus; /* +80 */ | ||
139 | volatile unsigned long g2pmask; | ||
140 | volatile unsigned long pcisstatus; | ||
141 | volatile unsigned long pcimask; | ||
142 | volatile unsigned long p2gcfg; /* +90 */ | ||
143 | volatile unsigned long p2gstatus; | ||
144 | volatile unsigned long p2gmask; | ||
145 | volatile unsigned long p2gccmd; | ||
146 | volatile unsigned long unused4[24]; /* +a0 */ | ||
147 | volatile unsigned long pbareqport; /* +100 */ | ||
148 | volatile unsigned long pbacfg; | ||
149 | volatile unsigned long pbastatus; | ||
150 | volatile unsigned long pbamask; | ||
151 | volatile unsigned long pbabm; /* +110 */ | ||
152 | volatile unsigned long pbacreq; | ||
153 | volatile unsigned long pbacgnt; | ||
154 | volatile unsigned long pbacstate; | ||
155 | volatile unsigned long long g2pmgbase[3]; /* +120 */ | ||
156 | volatile unsigned long long g2piogbase; | ||
157 | volatile unsigned long g2pmmask[3]; /* +140 */ | ||
158 | volatile unsigned long g2piomask; | ||
159 | volatile unsigned long long g2pmpbase[3]; /* +150 */ | ||
160 | volatile unsigned long long g2piopbase; | ||
161 | volatile unsigned long pciccfg; /* +170 */ | ||
162 | volatile unsigned long pcicstatus; | ||
163 | volatile unsigned long pcicmask; | ||
164 | volatile unsigned long unused5; | ||
165 | volatile unsigned long long p2gmgbase[3]; /* +180 */ | ||
166 | volatile unsigned long long p2giogbase; | ||
167 | volatile unsigned long g2pcfgadrs; /* +1a0 */ | ||
168 | volatile unsigned long g2pcfgdata; | ||
169 | volatile unsigned long unused6[8]; | ||
170 | volatile unsigned long g2pintack; | ||
171 | volatile unsigned long g2pspc; | ||
172 | volatile unsigned long unused7[12]; /* +1d0 */ | ||
173 | volatile unsigned long long pdmca; /* +200 */ | ||
174 | volatile unsigned long long pdmga; | ||
175 | volatile unsigned long long pdmpa; | ||
176 | volatile unsigned long long pdmcut; | ||
177 | volatile unsigned long long pdmcnt; /* +220 */ | ||
178 | volatile unsigned long long pdmsts; | ||
179 | volatile unsigned long long unused8[2]; | ||
180 | volatile unsigned long long pdmdb[4]; /* +240 */ | ||
181 | volatile unsigned long long pdmtdh; /* +260 */ | ||
182 | volatile unsigned long long pdmdms; | ||
183 | }; | 84 | }; |
184 | 85 | ||
185 | #endif /* _LANGUAGE_ASSEMBLY */ | ||
186 | |||
187 | /* | ||
188 | * PCIC | ||
189 | */ | ||
190 | |||
191 | /* bits for G2PSTATUS/G2PMASK */ | ||
192 | #define TX4927_PCIC_G2PSTATUS_ALL 0x00000003 | ||
193 | #define TX4927_PCIC_G2PSTATUS_TTOE 0x00000002 | ||
194 | #define TX4927_PCIC_G2PSTATUS_RTOE 0x00000001 | ||
195 | |||
196 | /* bits for PCIMASK (see also PCI_STATUS_XXX in linux/pci.h */ | ||
197 | #define TX4927_PCIC_PCISTATUS_ALL 0x0000f900 | ||
198 | |||
199 | /* bits for PBACFG */ | ||
200 | #define TX4927_PCIC_PBACFG_RPBA 0x00000004 | ||
201 | #define TX4927_PCIC_PBACFG_PBAEN 0x00000002 | ||
202 | #define TX4927_PCIC_PBACFG_BMCEN 0x00000001 | ||
203 | |||
204 | /* bits for G2PMnGBASE */ | ||
205 | #define TX4927_PCIC_G2PMnGBASE_BSDIS _CONST64(0x0000002000000000) | ||
206 | #define TX4927_PCIC_G2PMnGBASE_ECHG _CONST64(0x0000001000000000) | ||
207 | |||
208 | /* bits for G2PIOGBASE */ | ||
209 | #define TX4927_PCIC_G2PIOGBASE_BSDIS _CONST64(0x0000002000000000) | ||
210 | #define TX4927_PCIC_G2PIOGBASE_ECHG _CONST64(0x0000001000000000) | ||
211 | |||
212 | /* bits for PCICSTATUS/PCICMASK */ | ||
213 | #define TX4927_PCIC_PCICSTATUS_ALL 0x000007dc | ||
214 | |||
215 | /* bits for PCICCFG */ | ||
216 | #define TX4927_PCIC_PCICCFG_LBWC_MASK 0x0fff0000 | ||
217 | #define TX4927_PCIC_PCICCFG_HRST 0x00000800 | ||
218 | #define TX4927_PCIC_PCICCFG_SRST 0x00000400 | ||
219 | #define TX4927_PCIC_PCICCFG_IRBER 0x00000200 | ||
220 | #define TX4927_PCIC_PCICCFG_IMSE0 0x00000100 | ||
221 | #define TX4927_PCIC_PCICCFG_IMSE1 0x00000080 | ||
222 | #define TX4927_PCIC_PCICCFG_IMSE2 0x00000040 | ||
223 | #define TX4927_PCIC_PCICCFG_IISE 0x00000020 | ||
224 | #define TX4927_PCIC_PCICCFG_ATR 0x00000010 | ||
225 | #define TX4927_PCIC_PCICCFG_ICAE 0x00000008 | ||
226 | |||
227 | /* bits for P2GMnGBASE */ | ||
228 | #define TX4927_PCIC_P2GMnGBASE_TMEMEN _CONST64(0x0000004000000000) | ||
229 | #define TX4927_PCIC_P2GMnGBASE_TBSDIS _CONST64(0x0000002000000000) | ||
230 | #define TX4927_PCIC_P2GMnGBASE_TECHG _CONST64(0x0000001000000000) | ||
231 | |||
232 | /* bits for P2GIOGBASE */ | ||
233 | #define TX4927_PCIC_P2GIOGBASE_TIOEN _CONST64(0x0000004000000000) | ||
234 | #define TX4927_PCIC_P2GIOGBASE_TBSDIS _CONST64(0x0000002000000000) | ||
235 | #define TX4927_PCIC_P2GIOGBASE_TECHG _CONST64(0x0000001000000000) | ||
236 | |||
237 | #define TX4927_PCIC_IDSEL_AD_TO_SLOT(ad) ((ad) - 11) | ||
238 | #define TX4927_PCIC_MAX_DEVNU TX4927_PCIC_IDSEL_AD_TO_SLOT(32) | ||
239 | |||
240 | /* | 86 | /* |
241 | * CCFG | 87 | * CCFG |
242 | */ | 88 | */ |
243 | /* CCFG : Chip Configuration */ | 89 | /* CCFG : Chip Configuration */ |
90 | #define TX4927_CCFG_WDRST 0x0000020000000000ULL | ||
91 | #define TX4927_CCFG_WDREXEN 0x0000010000000000ULL | ||
92 | #define TX4927_CCFG_BCFG_MASK 0x000000ff00000000ULL | ||
93 | #define TX4927_CCFG_TINTDIS 0x01000000 | ||
244 | #define TX4927_CCFG_PCI66 0x00800000 | 94 | #define TX4927_CCFG_PCI66 0x00800000 |
245 | #define TX4927_CCFG_PCIMIDE 0x00400000 | 95 | #define TX4927_CCFG_PCIMODE 0x00400000 |
246 | #define TX4927_CCFG_PCIXARB 0x00002000 | 96 | #define TX4927_CCFG_DIVMODE_MASK 0x000e0000 |
97 | #define TX4927_CCFG_DIVMODE_8 (0x0 << 17) | ||
98 | #define TX4927_CCFG_DIVMODE_12 (0x1 << 17) | ||
99 | #define TX4927_CCFG_DIVMODE_16 (0x2 << 17) | ||
100 | #define TX4927_CCFG_DIVMODE_10 (0x3 << 17) | ||
101 | #define TX4927_CCFG_DIVMODE_2 (0x4 << 17) | ||
102 | #define TX4927_CCFG_DIVMODE_3 (0x5 << 17) | ||
103 | #define TX4927_CCFG_DIVMODE_4 (0x6 << 17) | ||
104 | #define TX4927_CCFG_DIVMODE_2_5 (0x7 << 17) | ||
105 | #define TX4927_CCFG_BEOW 0x00010000 | ||
106 | #define TX4927_CCFG_WR 0x00008000 | ||
107 | #define TX4927_CCFG_TOE 0x00004000 | ||
108 | #define TX4927_CCFG_PCIARB 0x00002000 | ||
247 | #define TX4927_CCFG_PCIDIVMODE_MASK 0x00001800 | 109 | #define TX4927_CCFG_PCIDIVMODE_MASK 0x00001800 |
248 | #define TX4927_CCFG_PCIDIVMODE_2_5 0x00000000 | 110 | #define TX4927_CCFG_PCIDIVMODE_2_5 0x00000000 |
249 | #define TX4927_CCFG_PCIDIVMODE_3 0x00000800 | 111 | #define TX4927_CCFG_PCIDIVMODE_3 0x00000800 |
250 | #define TX4927_CCFG_PCIDIVMODE_5 0x00001000 | 112 | #define TX4927_CCFG_PCIDIVMODE_5 0x00001000 |
251 | #define TX4927_CCFG_PCIDIVMODE_6 0x00001800 | 113 | #define TX4927_CCFG_PCIDIVMODE_6 0x00001800 |
252 | 114 | #define TX4927_CCFG_SYSSP_MASK 0x000000c0 | |
253 | #define TX4937_CCFG_PCIDIVMODE_MASK 0x00001c00 | 115 | #define TX4927_CCFG_ENDIAN 0x00000004 |
254 | #define TX4937_CCFG_PCIDIVMODE_8 0x00000000 | 116 | #define TX4927_CCFG_HALT 0x00000002 |
255 | #define TX4937_CCFG_PCIDIVMODE_4 0x00000400 | 117 | #define TX4927_CCFG_ACEHOLD 0x00000001 |
256 | #define TX4937_CCFG_PCIDIVMODE_9 0x00000800 | 118 | #define TX4927_CCFG_W1CBITS (TX4927_CCFG_WDRST | TX4927_CCFG_BEOW) |
257 | #define TX4937_CCFG_PCIDIVMODE_4_5 0x00000c00 | ||
258 | #define TX4937_CCFG_PCIDIVMODE_10 0x00001000 | ||
259 | #define TX4937_CCFG_PCIDIVMODE_5 0x00001400 | ||
260 | #define TX4937_CCFG_PCIDIVMODE_11 0x00001800 | ||
261 | #define TX4937_CCFG_PCIDIVMODE_5_5 0x00001c00 | ||
262 | 119 | ||
263 | /* PCFG : Pin Configuration */ | 120 | /* PCFG : Pin Configuration */ |
121 | #define TX4927_PCFG_SDCLKDLY_MASK 0x30000000 | ||
122 | #define TX4927_PCFG_SDCLKDLY(d) ((d)<<28) | ||
123 | #define TX4927_PCFG_SYSCLKEN 0x08000000 | ||
124 | #define TX4927_PCFG_SDCLKEN_ALL 0x07800000 | ||
125 | #define TX4927_PCFG_SDCLKEN(ch) (0x00800000<<(ch)) | ||
264 | #define TX4927_PCFG_PCICLKEN_ALL 0x003f0000 | 126 | #define TX4927_PCFG_PCICLKEN_ALL 0x003f0000 |
265 | #define TX4927_PCFG_PCICLKEN(ch) (0x00010000<<(ch)) | 127 | #define TX4927_PCFG_PCICLKEN(ch) (0x00010000<<(ch)) |
128 | #define TX4927_PCFG_SEL2 0x00000200 | ||
129 | #define TX4927_PCFG_SEL1 0x00000100 | ||
130 | #define TX4927_PCFG_DMASEL_ALL 0x000000ff | ||
131 | #define TX4927_PCFG_DMASEL0_MASK 0x00000003 | ||
132 | #define TX4927_PCFG_DMASEL1_MASK 0x0000000c | ||
133 | #define TX4927_PCFG_DMASEL2_MASK 0x00000030 | ||
134 | #define TX4927_PCFG_DMASEL3_MASK 0x000000c0 | ||
135 | #define TX4927_PCFG_DMASEL0_DRQ0 0x00000000 | ||
136 | #define TX4927_PCFG_DMASEL0_SIO1 0x00000001 | ||
137 | #define TX4927_PCFG_DMASEL0_ACL0 0x00000002 | ||
138 | #define TX4927_PCFG_DMASEL0_ACL2 0x00000003 | ||
139 | #define TX4927_PCFG_DMASEL1_DRQ1 0x00000000 | ||
140 | #define TX4927_PCFG_DMASEL1_SIO1 0x00000004 | ||
141 | #define TX4927_PCFG_DMASEL1_ACL1 0x00000008 | ||
142 | #define TX4927_PCFG_DMASEL1_ACL3 0x0000000c | ||
143 | #define TX4927_PCFG_DMASEL2_DRQ2 0x00000000 /* SEL2=0 */ | ||
144 | #define TX4927_PCFG_DMASEL2_SIO0 0x00000010 /* SEL2=0 */ | ||
145 | #define TX4927_PCFG_DMASEL2_ACL1 0x00000000 /* SEL2=1 */ | ||
146 | #define TX4927_PCFG_DMASEL2_ACL2 0x00000020 /* SEL2=1 */ | ||
147 | #define TX4927_PCFG_DMASEL2_ACL0 0x00000030 /* SEL2=1 */ | ||
148 | #define TX4927_PCFG_DMASEL3_DRQ3 0x00000000 | ||
149 | #define TX4927_PCFG_DMASEL3_SIO0 0x00000040 | ||
150 | #define TX4927_PCFG_DMASEL3_ACL3 0x00000080 | ||
151 | #define TX4927_PCFG_DMASEL3_ACL1 0x000000c0 | ||
266 | 152 | ||
267 | /* CLKCTR : Clock Control */ | 153 | /* CLKCTR : Clock Control */ |
154 | #define TX4927_CLKCTR_ACLCKD 0x02000000 | ||
155 | #define TX4927_CLKCTR_PIOCKD 0x01000000 | ||
156 | #define TX4927_CLKCTR_DMACKD 0x00800000 | ||
268 | #define TX4927_CLKCTR_PCICKD 0x00400000 | 157 | #define TX4927_CLKCTR_PCICKD 0x00400000 |
158 | #define TX4927_CLKCTR_TM0CKD 0x00100000 | ||
159 | #define TX4927_CLKCTR_TM1CKD 0x00080000 | ||
160 | #define TX4927_CLKCTR_TM2CKD 0x00040000 | ||
161 | #define TX4927_CLKCTR_SIO0CKD 0x00020000 | ||
162 | #define TX4927_CLKCTR_SIO1CKD 0x00010000 | ||
163 | #define TX4927_CLKCTR_ACLRST 0x00000200 | ||
164 | #define TX4927_CLKCTR_PIORST 0x00000100 | ||
165 | #define TX4927_CLKCTR_DMARST 0x00000080 | ||
269 | #define TX4927_CLKCTR_PCIRST 0x00000040 | 166 | #define TX4927_CLKCTR_PCIRST 0x00000040 |
270 | 167 | #define TX4927_CLKCTR_TM0RST 0x00000010 | |
271 | #ifndef _LANGUAGE_ASSEMBLY | 168 | #define TX4927_CLKCTR_TM1RST 0x00000008 |
169 | #define TX4927_CLKCTR_TM2RST 0x00000004 | ||
170 | #define TX4927_CLKCTR_SIO0RST 0x00000002 | ||
171 | #define TX4927_CLKCTR_SIO1RST 0x00000001 | ||
272 | 172 | ||
273 | #define tx4927_sdramcptr ((struct tx4927_sdramc_reg *)TX4927_SDRAMC_REG) | 173 | #define tx4927_sdramcptr ((struct tx4927_sdramc_reg *)TX4927_SDRAMC_REG) |
274 | #define tx4927_pcicptr ((struct tx4927_pcic_reg *)TX4927_PCIC_REG) | 174 | #define tx4927_pcicptr \ |
275 | #define tx4927_ccfgptr ((struct tx4927_ccfg_reg *)TX4927_CCFG_REG) | 175 | ((struct tx4927_pcic_reg __iomem *)TX4927_PCIC_REG) |
176 | #define tx4927_ccfgptr \ | ||
177 | ((struct tx4927_ccfg_reg __iomem *)TX4927_CCFG_REG) | ||
276 | #define tx4927_ebuscptr ((struct tx4927_ebusc_reg *)TX4927_EBUSC_REG) | 178 | #define tx4927_ebuscptr ((struct tx4927_ebusc_reg *)TX4927_EBUSC_REG) |
277 | 179 | ||
278 | #endif /* _LANGUAGE_ASSEMBLY */ | 180 | /* utilities */ |
181 | static inline void txx9_clear64(__u64 __iomem *adr, __u64 bits) | ||
182 | { | ||
183 | #ifdef CONFIG_32BIT | ||
184 | unsigned long flags; | ||
185 | local_irq_save(flags); | ||
186 | #endif | ||
187 | ____raw_writeq(____raw_readq(adr) & ~bits, adr); | ||
188 | #ifdef CONFIG_32BIT | ||
189 | local_irq_restore(flags); | ||
190 | #endif | ||
191 | } | ||
192 | static inline void txx9_set64(__u64 __iomem *adr, __u64 bits) | ||
193 | { | ||
194 | #ifdef CONFIG_32BIT | ||
195 | unsigned long flags; | ||
196 | local_irq_save(flags); | ||
197 | #endif | ||
198 | ____raw_writeq(____raw_readq(adr) | bits, adr); | ||
199 | #ifdef CONFIG_32BIT | ||
200 | local_irq_restore(flags); | ||
201 | #endif | ||
202 | } | ||
203 | |||
204 | /* These functions are not interrupt safe. */ | ||
205 | static inline void tx4927_ccfg_clear(__u64 bits) | ||
206 | { | ||
207 | ____raw_writeq(____raw_readq(&tx4927_ccfgptr->ccfg) | ||
208 | & ~(TX4927_CCFG_W1CBITS | bits), | ||
209 | &tx4927_ccfgptr->ccfg); | ||
210 | } | ||
211 | static inline void tx4927_ccfg_set(__u64 bits) | ||
212 | { | ||
213 | ____raw_writeq((____raw_readq(&tx4927_ccfgptr->ccfg) | ||
214 | & ~TX4927_CCFG_W1CBITS) | bits, | ||
215 | &tx4927_ccfgptr->ccfg); | ||
216 | } | ||
217 | static inline void tx4927_ccfg_change(__u64 change, __u64 new) | ||
218 | { | ||
219 | ____raw_writeq((____raw_readq(&tx4927_ccfgptr->ccfg) | ||
220 | & ~(TX4927_CCFG_W1CBITS | change)) | | ||
221 | new, | ||
222 | &tx4927_ccfgptr->ccfg); | ||
223 | } | ||
224 | |||
225 | int tx4927_report_pciclk(void); | ||
226 | int tx4927_pciclk66_setup(void); | ||
279 | 227 | ||
280 | #endif /* __ASM_TXX9_TX4927_H */ | 228 | #endif /* __ASM_TXX9_TX4927_H */ |