diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-18 16:00:54 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-18 16:00:54 -0400 |
commit | bb2c018b09b681d43f5e08124b83e362647ea82b (patch) | |
tree | d794902c78f9fdd04ed88a4b8d451ed6f9292ec0 /include | |
parent | 82638844d9a8581bbf33201cc209a14876eca167 (diff) | |
parent | 5b664cb235e97afbf34db9c4d77f08ebd725335e (diff) |
Merge branch 'linus' into cpus4096
Conflicts:
drivers/acpi/processor_throttling.c
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include')
254 files changed, 3391 insertions, 19098 deletions
diff --git a/include/acpi/acconfig.h b/include/acpi/acconfig.h index 28fe8bae1037..4eb75a88795a 100644 --- a/include/acpi/acconfig.h +++ b/include/acpi/acconfig.h | |||
@@ -63,7 +63,7 @@ | |||
63 | 63 | ||
64 | /* Current ACPICA subsystem version in YYYYMMDD format */ | 64 | /* Current ACPICA subsystem version in YYYYMMDD format */ |
65 | 65 | ||
66 | #define ACPI_CA_VERSION 0x20080321 | 66 | #define ACPI_CA_VERSION 0x20080609 |
67 | 67 | ||
68 | /* | 68 | /* |
69 | * OS name, used for the _OS object. The _OS object is essentially obsolete, | 69 | * OS name, used for the _OS object. The _OS object is essentially obsolete, |
diff --git a/include/acpi/acdisasm.h b/include/acpi/acdisasm.h index 788f88782012..f53faca8ec80 100644 --- a/include/acpi/acdisasm.h +++ b/include/acpi/acdisasm.h | |||
@@ -162,6 +162,7 @@ extern struct acpi_dmtable_info acpi_dm_table_info_dmar_hdr[]; | |||
162 | extern struct acpi_dmtable_info acpi_dm_table_info_dmar_scope[]; | 162 | extern struct acpi_dmtable_info acpi_dm_table_info_dmar_scope[]; |
163 | extern struct acpi_dmtable_info acpi_dm_table_info_dmar0[]; | 163 | extern struct acpi_dmtable_info acpi_dm_table_info_dmar0[]; |
164 | extern struct acpi_dmtable_info acpi_dm_table_info_dmar1[]; | 164 | extern struct acpi_dmtable_info acpi_dm_table_info_dmar1[]; |
165 | extern struct acpi_dmtable_info acpi_dm_table_info_dmar2[]; | ||
165 | extern struct acpi_dmtable_info acpi_dm_table_info_ecdt[]; | 166 | extern struct acpi_dmtable_info acpi_dm_table_info_ecdt[]; |
166 | extern struct acpi_dmtable_info acpi_dm_table_info_einj[]; | 167 | extern struct acpi_dmtable_info acpi_dm_table_info_einj[]; |
167 | extern struct acpi_dmtable_info acpi_dm_table_info_einj0[]; | 168 | extern struct acpi_dmtable_info acpi_dm_table_info_einj0[]; |
diff --git a/include/acpi/acdispat.h b/include/acpi/acdispat.h index 910f018d92c7..21a73a105d0a 100644 --- a/include/acpi/acdispat.h +++ b/include/acpi/acdispat.h | |||
@@ -221,7 +221,7 @@ acpi_ds_method_error(acpi_status status, struct acpi_walk_state *walk_state); | |||
221 | * dsinit | 221 | * dsinit |
222 | */ | 222 | */ |
223 | acpi_status | 223 | acpi_status |
224 | acpi_ds_initialize_objects(acpi_native_uint table_index, | 224 | acpi_ds_initialize_objects(u32 table_index, |
225 | struct acpi_namespace_node *start_node); | 225 | struct acpi_namespace_node *start_node); |
226 | 226 | ||
227 | /* | 227 | /* |
diff --git a/include/acpi/acexcep.h b/include/acpi/acexcep.h index 1f591171bf31..e5a890ffeb02 100644 --- a/include/acpi/acexcep.h +++ b/include/acpi/acexcep.h | |||
@@ -108,8 +108,9 @@ | |||
108 | #define AE_BAD_HEX_CONSTANT (acpi_status) (0x0007 | AE_CODE_PROGRAMMER) | 108 | #define AE_BAD_HEX_CONSTANT (acpi_status) (0x0007 | AE_CODE_PROGRAMMER) |
109 | #define AE_BAD_OCTAL_CONSTANT (acpi_status) (0x0008 | AE_CODE_PROGRAMMER) | 109 | #define AE_BAD_OCTAL_CONSTANT (acpi_status) (0x0008 | AE_CODE_PROGRAMMER) |
110 | #define AE_BAD_DECIMAL_CONSTANT (acpi_status) (0x0009 | AE_CODE_PROGRAMMER) | 110 | #define AE_BAD_DECIMAL_CONSTANT (acpi_status) (0x0009 | AE_CODE_PROGRAMMER) |
111 | #define AE_MISSING_ARGUMENTS (acpi_status) (0x000A | AE_CODE_PROGRAMMER) | ||
111 | 112 | ||
112 | #define AE_CODE_PGM_MAX 0x0009 | 113 | #define AE_CODE_PGM_MAX 0x000A |
113 | 114 | ||
114 | /* | 115 | /* |
115 | * Acpi table exceptions | 116 | * Acpi table exceptions |
@@ -225,6 +226,7 @@ char const *acpi_gbl_exception_names_env[] = { | |||
225 | }; | 226 | }; |
226 | 227 | ||
227 | char const *acpi_gbl_exception_names_pgm[] = { | 228 | char const *acpi_gbl_exception_names_pgm[] = { |
229 | NULL, | ||
228 | "AE_BAD_PARAMETER", | 230 | "AE_BAD_PARAMETER", |
229 | "AE_BAD_CHARACTER", | 231 | "AE_BAD_CHARACTER", |
230 | "AE_BAD_PATHNAME", | 232 | "AE_BAD_PATHNAME", |
@@ -233,10 +235,12 @@ char const *acpi_gbl_exception_names_pgm[] = { | |||
233 | "AE_ALIGNMENT", | 235 | "AE_ALIGNMENT", |
234 | "AE_BAD_HEX_CONSTANT", | 236 | "AE_BAD_HEX_CONSTANT", |
235 | "AE_BAD_OCTAL_CONSTANT", | 237 | "AE_BAD_OCTAL_CONSTANT", |
236 | "AE_BAD_DECIMAL_CONSTANT" | 238 | "AE_BAD_DECIMAL_CONSTANT", |
239 | "AE_MISSING_ARGUMENTS" | ||
237 | }; | 240 | }; |
238 | 241 | ||
239 | char const *acpi_gbl_exception_names_tbl[] = { | 242 | char const *acpi_gbl_exception_names_tbl[] = { |
243 | NULL, | ||
240 | "AE_BAD_SIGNATURE", | 244 | "AE_BAD_SIGNATURE", |
241 | "AE_BAD_HEADER", | 245 | "AE_BAD_HEADER", |
242 | "AE_BAD_CHECKSUM", | 246 | "AE_BAD_CHECKSUM", |
@@ -246,6 +250,7 @@ char const *acpi_gbl_exception_names_tbl[] = { | |||
246 | }; | 250 | }; |
247 | 251 | ||
248 | char const *acpi_gbl_exception_names_aml[] = { | 252 | char const *acpi_gbl_exception_names_aml[] = { |
253 | NULL, | ||
249 | "AE_AML_ERROR", | 254 | "AE_AML_ERROR", |
250 | "AE_AML_PARSE", | 255 | "AE_AML_PARSE", |
251 | "AE_AML_BAD_OPCODE", | 256 | "AE_AML_BAD_OPCODE", |
@@ -283,6 +288,7 @@ char const *acpi_gbl_exception_names_aml[] = { | |||
283 | }; | 288 | }; |
284 | 289 | ||
285 | char const *acpi_gbl_exception_names_ctrl[] = { | 290 | char const *acpi_gbl_exception_names_ctrl[] = { |
291 | NULL, | ||
286 | "AE_CTRL_RETURN_VALUE", | 292 | "AE_CTRL_RETURN_VALUE", |
287 | "AE_CTRL_PENDING", | 293 | "AE_CTRL_PENDING", |
288 | "AE_CTRL_TERMINATE", | 294 | "AE_CTRL_TERMINATE", |
diff --git a/include/acpi/acglobal.h b/include/acpi/acglobal.h index 74ad971241db..15dda46b70d1 100644 --- a/include/acpi/acglobal.h +++ b/include/acpi/acglobal.h | |||
@@ -140,7 +140,7 @@ ACPI_EXTERN u32 acpi_gbl_trace_flags; | |||
140 | */ | 140 | */ |
141 | ACPI_EXTERN struct acpi_internal_rsdt acpi_gbl_root_table_list; | 141 | ACPI_EXTERN struct acpi_internal_rsdt acpi_gbl_root_table_list; |
142 | ACPI_EXTERN struct acpi_table_fadt acpi_gbl_FADT; | 142 | ACPI_EXTERN struct acpi_table_fadt acpi_gbl_FADT; |
143 | extern acpi_native_uint acpi_gbl_permanent_mmap; | 143 | extern u8 acpi_gbl_permanent_mmap; |
144 | 144 | ||
145 | /* These addresses are calculated from FADT address values */ | 145 | /* These addresses are calculated from FADT address values */ |
146 | 146 | ||
diff --git a/include/acpi/achware.h b/include/acpi/achware.h index d4fb9bbc903c..97a72b193276 100644 --- a/include/acpi/achware.h +++ b/include/acpi/achware.h | |||
@@ -87,6 +87,8 @@ acpi_status acpi_hw_clear_acpi_status(void); | |||
87 | /* | 87 | /* |
88 | * hwgpe - GPE support | 88 | * hwgpe - GPE support |
89 | */ | 89 | */ |
90 | acpi_status acpi_hw_low_disable_gpe(struct acpi_gpe_event_info *gpe_event_info); | ||
91 | |||
90 | acpi_status | 92 | acpi_status |
91 | acpi_hw_write_gpe_enable_reg(struct acpi_gpe_event_info *gpe_event_info); | 93 | acpi_hw_write_gpe_enable_reg(struct acpi_gpe_event_info *gpe_event_info); |
92 | 94 | ||
@@ -100,11 +102,9 @@ acpi_status | |||
100 | acpi_hw_clear_gpe_block(struct acpi_gpe_xrupt_info *gpe_xrupt_info, | 102 | acpi_hw_clear_gpe_block(struct acpi_gpe_xrupt_info *gpe_xrupt_info, |
101 | struct acpi_gpe_block_info *gpe_block); | 103 | struct acpi_gpe_block_info *gpe_block); |
102 | 104 | ||
103 | #ifdef ACPI_FUTURE_USAGE | ||
104 | acpi_status | 105 | acpi_status |
105 | acpi_hw_get_gpe_status(struct acpi_gpe_event_info *gpe_event_info, | 106 | acpi_hw_get_gpe_status(struct acpi_gpe_event_info *gpe_event_info, |
106 | acpi_event_status * event_status); | 107 | acpi_event_status * event_status); |
107 | #endif /* ACPI_FUTURE_USAGE */ | ||
108 | 108 | ||
109 | acpi_status acpi_hw_disable_all_gpes(void); | 109 | acpi_status acpi_hw_disable_all_gpes(void); |
110 | 110 | ||
diff --git a/include/acpi/acinterp.h b/include/acpi/acinterp.h index e249ce5d3300..e8db7a3143a5 100644 --- a/include/acpi/acinterp.h +++ b/include/acpi/acinterp.h | |||
@@ -366,10 +366,7 @@ void acpi_ex_dump_operand(union acpi_operand_object *obj_desc, u32 depth); | |||
366 | 366 | ||
367 | void | 367 | void |
368 | acpi_ex_dump_operands(union acpi_operand_object **operands, | 368 | acpi_ex_dump_operands(union acpi_operand_object **operands, |
369 | acpi_interpreter_mode interpreter_mode, | 369 | const char *opcode_name, u32 num_opcodes); |
370 | char *ident, | ||
371 | u32 num_levels, | ||
372 | char *note, char *module_name, u32 line_number); | ||
373 | 370 | ||
374 | #ifdef ACPI_FUTURE_USAGE | 371 | #ifdef ACPI_FUTURE_USAGE |
375 | void | 372 | void |
diff --git a/include/acpi/aclocal.h b/include/acpi/aclocal.h index c5cdc32ac2f8..b221c8583ddd 100644 --- a/include/acpi/aclocal.h +++ b/include/acpi/aclocal.h | |||
@@ -98,8 +98,8 @@ union acpi_parse_object; | |||
98 | 98 | ||
99 | static char *acpi_gbl_mutex_names[ACPI_NUM_MUTEX] = { | 99 | static char *acpi_gbl_mutex_names[ACPI_NUM_MUTEX] = { |
100 | "ACPI_MTX_Interpreter", | 100 | "ACPI_MTX_Interpreter", |
101 | "ACPI_MTX_Tables", | ||
102 | "ACPI_MTX_Namespace", | 101 | "ACPI_MTX_Namespace", |
102 | "ACPI_MTX_Tables", | ||
103 | "ACPI_MTX_Events", | 103 | "ACPI_MTX_Events", |
104 | "ACPI_MTX_Caches", | 104 | "ACPI_MTX_Caches", |
105 | "ACPI_MTX_Memory", | 105 | "ACPI_MTX_Memory", |
@@ -282,8 +282,8 @@ struct acpi_predefined_names { | |||
282 | /* Info structure used to convert external<->internal namestrings */ | 282 | /* Info structure used to convert external<->internal namestrings */ |
283 | 283 | ||
284 | struct acpi_namestring_info { | 284 | struct acpi_namestring_info { |
285 | char *external_name; | 285 | const char *external_name; |
286 | char *next_external_char; | 286 | const char *next_external_char; |
287 | char *internal_name; | 287 | char *internal_name; |
288 | u32 length; | 288 | u32 length; |
289 | u32 num_segments; | 289 | u32 num_segments; |
diff --git a/include/acpi/acmacros.h b/include/acpi/acmacros.h index fb41a3b802fc..57ab9e9d7593 100644 --- a/include/acpi/acmacros.h +++ b/include/acpi/acmacros.h | |||
@@ -80,12 +80,12 @@ | |||
80 | */ | 80 | */ |
81 | #define ACPI_CAST_PTR(t, p) ((t *) (acpi_uintptr_t) (p)) | 81 | #define ACPI_CAST_PTR(t, p) ((t *) (acpi_uintptr_t) (p)) |
82 | #define ACPI_CAST_INDIRECT_PTR(t, p) ((t **) (acpi_uintptr_t) (p)) | 82 | #define ACPI_CAST_INDIRECT_PTR(t, p) ((t **) (acpi_uintptr_t) (p)) |
83 | #define ACPI_ADD_PTR(t,a,b) ACPI_CAST_PTR (t, (ACPI_CAST_PTR (u8,(a)) + (acpi_native_uint)(b))) | 83 | #define ACPI_ADD_PTR(t, a, b) ACPI_CAST_PTR (t, (ACPI_CAST_PTR (u8,(a)) + (acpi_size)(b))) |
84 | #define ACPI_PTR_DIFF(a,b) (acpi_native_uint) (ACPI_CAST_PTR (u8,(a)) - ACPI_CAST_PTR (u8,(b))) | 84 | #define ACPI_PTR_DIFF(a, b) (acpi_size) (ACPI_CAST_PTR (u8,(a)) - ACPI_CAST_PTR (u8,(b))) |
85 | 85 | ||
86 | /* Pointer/Integer type conversions */ | 86 | /* Pointer/Integer type conversions */ |
87 | 87 | ||
88 | #define ACPI_TO_POINTER(i) ACPI_ADD_PTR (void,(void *) NULL,(acpi_native_uint) i) | 88 | #define ACPI_TO_POINTER(i) ACPI_ADD_PTR (void, (void *) NULL, (acpi_size) i) |
89 | #define ACPI_TO_INTEGER(p) ACPI_PTR_DIFF (p,(void *) NULL) | 89 | #define ACPI_TO_INTEGER(p) ACPI_PTR_DIFF (p,(void *) NULL) |
90 | #define ACPI_OFFSET(d,f) (acpi_size) ACPI_PTR_DIFF (&(((d *)0)->f),(void *) NULL) | 90 | #define ACPI_OFFSET(d,f) (acpi_size) ACPI_PTR_DIFF (&(((d *)0)->f),(void *) NULL) |
91 | #define ACPI_PHYSADDR_TO_PTR(i) ACPI_TO_POINTER(i) | 91 | #define ACPI_PHYSADDR_TO_PTR(i) ACPI_TO_POINTER(i) |
@@ -296,22 +296,22 @@ struct acpi_integer_overlay { | |||
296 | /* | 296 | /* |
297 | * Rounding macros (Power of two boundaries only) | 297 | * Rounding macros (Power of two boundaries only) |
298 | */ | 298 | */ |
299 | #define ACPI_ROUND_DOWN(value,boundary) (((acpi_native_uint)(value)) & \ | 299 | #define ACPI_ROUND_DOWN(value, boundary) (((acpi_size)(value)) & \ |
300 | (~(((acpi_native_uint) boundary)-1))) | 300 | (~(((acpi_size) boundary)-1))) |
301 | 301 | ||
302 | #define ACPI_ROUND_UP(value,boundary) ((((acpi_native_uint)(value)) + \ | 302 | #define ACPI_ROUND_UP(value, boundary) ((((acpi_size)(value)) + \ |
303 | (((acpi_native_uint) boundary)-1)) & \ | 303 | (((acpi_size) boundary)-1)) & \ |
304 | (~(((acpi_native_uint) boundary)-1))) | 304 | (~(((acpi_size) boundary)-1))) |
305 | 305 | ||
306 | /* Note: sizeof(acpi_native_uint) evaluates to either 2, 4, or 8 */ | 306 | /* Note: sizeof(acpi_size) evaluates to either 4 or 8 (32- vs 64-bit mode) */ |
307 | 307 | ||
308 | #define ACPI_ROUND_DOWN_TO_32BIT(a) ACPI_ROUND_DOWN(a,4) | 308 | #define ACPI_ROUND_DOWN_TO_32BIT(a) ACPI_ROUND_DOWN(a,4) |
309 | #define ACPI_ROUND_DOWN_TO_64BIT(a) ACPI_ROUND_DOWN(a,8) | 309 | #define ACPI_ROUND_DOWN_TO_64BIT(a) ACPI_ROUND_DOWN(a,8) |
310 | #define ACPI_ROUND_DOWN_TO_NATIVE_WORD(a) ACPI_ROUND_DOWN(a,sizeof(acpi_native_uint)) | 310 | #define ACPI_ROUND_DOWN_TO_NATIVE_WORD(a) ACPI_ROUND_DOWN(a,sizeof(acpi_size)) |
311 | 311 | ||
312 | #define ACPI_ROUND_UP_TO_32BIT(a) ACPI_ROUND_UP(a,4) | 312 | #define ACPI_ROUND_UP_TO_32BIT(a) ACPI_ROUND_UP(a,4) |
313 | #define ACPI_ROUND_UP_TO_64BIT(a) ACPI_ROUND_UP(a,8) | 313 | #define ACPI_ROUND_UP_TO_64BIT(a) ACPI_ROUND_UP(a,8) |
314 | #define ACPI_ROUND_UP_TO_NATIVE_WORD(a) ACPI_ROUND_UP(a,sizeof(acpi_native_uint)) | 314 | #define ACPI_ROUND_UP_TO_NATIVE_WORD(a) ACPI_ROUND_UP(a,sizeof(acpi_size)) |
315 | 315 | ||
316 | #define ACPI_ROUND_BITS_UP_TO_BYTES(a) ACPI_DIV_8((a) + 7) | 316 | #define ACPI_ROUND_BITS_UP_TO_BYTES(a) ACPI_DIV_8((a) + 7) |
317 | #define ACPI_ROUND_BITS_DOWN_TO_BYTES(a) ACPI_DIV_8((a)) | 317 | #define ACPI_ROUND_BITS_DOWN_TO_BYTES(a) ACPI_DIV_8((a)) |
@@ -322,7 +322,7 @@ struct acpi_integer_overlay { | |||
322 | 322 | ||
323 | #define ACPI_ROUND_UP_TO(value,boundary) (((value) + ((boundary)-1)) / (boundary)) | 323 | #define ACPI_ROUND_UP_TO(value,boundary) (((value) + ((boundary)-1)) / (boundary)) |
324 | 324 | ||
325 | #define ACPI_IS_MISALIGNED(value) (((acpi_native_uint)value) & (sizeof(acpi_native_uint)-1)) | 325 | #define ACPI_IS_MISALIGNED(value) (((acpi_size)value) & (sizeof(acpi_size)-1)) |
326 | 326 | ||
327 | /* | 327 | /* |
328 | * Bitmask creation | 328 | * Bitmask creation |
@@ -414,7 +414,7 @@ struct acpi_integer_overlay { | |||
414 | * error messages. The __FILE__ macro is not very useful for this, because it | 414 | * error messages. The __FILE__ macro is not very useful for this, because it |
415 | * often includes the entire pathname to the module | 415 | * often includes the entire pathname to the module |
416 | */ | 416 | */ |
417 | #define ACPI_MODULE_NAME(name) static char ACPI_UNUSED_VAR *_acpi_module_name = name; | 417 | #define ACPI_MODULE_NAME(name) static const char ACPI_UNUSED_VAR _acpi_module_name[] = name; |
418 | #else | 418 | #else |
419 | #define ACPI_MODULE_NAME(name) | 419 | #define ACPI_MODULE_NAME(name) |
420 | #endif | 420 | #endif |
@@ -467,19 +467,17 @@ struct acpi_integer_overlay { | |||
467 | /* | 467 | /* |
468 | * If ACPI_GET_FUNCTION_NAME was not defined in the compiler-dependent header, | 468 | * If ACPI_GET_FUNCTION_NAME was not defined in the compiler-dependent header, |
469 | * define it now. This is the case where there the compiler does not support | 469 | * define it now. This is the case where there the compiler does not support |
470 | * a __FUNCTION__ macro or equivalent. We save the function name on the | 470 | * a __FUNCTION__ macro or equivalent. |
471 | * local stack. | ||
472 | */ | 471 | */ |
473 | #ifndef ACPI_GET_FUNCTION_NAME | 472 | #ifndef ACPI_GET_FUNCTION_NAME |
474 | #define ACPI_GET_FUNCTION_NAME _acpi_function_name | 473 | #define ACPI_GET_FUNCTION_NAME _acpi_function_name |
475 | /* | 474 | /* |
476 | * The Name parameter should be the procedure name as a quoted string. | 475 | * The Name parameter should be the procedure name as a quoted string. |
477 | * This is declared as a local string ("MyFunctionName") so that it can | 476 | * The function name is also used by the function exit macros below. |
478 | * be also used by the function exit macros below. | ||
479 | * Note: (const char) is used to be compatible with the debug interfaces | 477 | * Note: (const char) is used to be compatible with the debug interfaces |
480 | * and macros such as __FUNCTION__. | 478 | * and macros such as __FUNCTION__. |
481 | */ | 479 | */ |
482 | #define ACPI_FUNCTION_NAME(name) const char *_acpi_function_name = #name; | 480 | #define ACPI_FUNCTION_NAME(name) static const char _acpi_function_name[] = #name; |
483 | 481 | ||
484 | #else | 482 | #else |
485 | /* Compiler supports __FUNCTION__ (or equivalent) -- Ignore this macro */ | 483 | /* Compiler supports __FUNCTION__ (or equivalent) -- Ignore this macro */ |
@@ -599,7 +597,7 @@ struct acpi_integer_overlay { | |||
599 | /* Stack and buffer dumping */ | 597 | /* Stack and buffer dumping */ |
600 | 598 | ||
601 | #define ACPI_DUMP_STACK_ENTRY(a) acpi_ex_dump_operand((a),0) | 599 | #define ACPI_DUMP_STACK_ENTRY(a) acpi_ex_dump_operand((a),0) |
602 | #define ACPI_DUMP_OPERANDS(a,b,c,d,e) acpi_ex_dump_operands(a,b,c,d,e,_acpi_module_name,__LINE__) | 600 | #define ACPI_DUMP_OPERANDS(a,b,c) acpi_ex_dump_operands(a,b,c) |
603 | 601 | ||
604 | #define ACPI_DUMP_ENTRY(a,b) acpi_ns_dump_entry (a,b) | 602 | #define ACPI_DUMP_ENTRY(a,b) acpi_ns_dump_entry (a,b) |
605 | #define ACPI_DUMP_PATHNAME(a,b,c,d) acpi_ns_dump_pathname(a,b,c,d) | 603 | #define ACPI_DUMP_PATHNAME(a,b,c,d) acpi_ns_dump_pathname(a,b,c,d) |
@@ -635,7 +633,7 @@ struct acpi_integer_overlay { | |||
635 | #define ACPI_FUNCTION_VALUE_EXIT(s) do { } while(0) | 633 | #define ACPI_FUNCTION_VALUE_EXIT(s) do { } while(0) |
636 | #define ACPI_FUNCTION_ENTRY() do { } while(0) | 634 | #define ACPI_FUNCTION_ENTRY() do { } while(0) |
637 | #define ACPI_DUMP_STACK_ENTRY(a) do { } while(0) | 635 | #define ACPI_DUMP_STACK_ENTRY(a) do { } while(0) |
638 | #define ACPI_DUMP_OPERANDS(a,b,c,d,e) do { } while(0) | 636 | #define ACPI_DUMP_OPERANDS(a,b,c) do { } while(0) |
639 | #define ACPI_DUMP_ENTRY(a,b) do { } while(0) | 637 | #define ACPI_DUMP_ENTRY(a,b) do { } while(0) |
640 | #define ACPI_DUMP_TABLES(a,b) do { } while(0) | 638 | #define ACPI_DUMP_TABLES(a,b) do { } while(0) |
641 | #define ACPI_DUMP_PATHNAME(a,b,c,d) do { } while(0) | 639 | #define ACPI_DUMP_PATHNAME(a,b,c,d) do { } while(0) |
diff --git a/include/acpi/acnamesp.h b/include/acpi/acnamesp.h index 713b30903fe5..9ed70a050580 100644 --- a/include/acpi/acnamesp.h +++ b/include/acpi/acnamesp.h | |||
@@ -86,8 +86,7 @@ acpi_status acpi_ns_initialize_devices(void); | |||
86 | acpi_status acpi_ns_load_namespace(void); | 86 | acpi_status acpi_ns_load_namespace(void); |
87 | 87 | ||
88 | acpi_status | 88 | acpi_status |
89 | acpi_ns_load_table(acpi_native_uint table_index, | 89 | acpi_ns_load_table(u32 table_index, struct acpi_namespace_node *node); |
90 | struct acpi_namespace_node *node); | ||
91 | 90 | ||
92 | /* | 91 | /* |
93 | * nswalk - walk the namespace | 92 | * nswalk - walk the namespace |
@@ -108,12 +107,11 @@ struct acpi_namespace_node *acpi_ns_get_next_node(acpi_object_type type, struct | |||
108 | * nsparse - table parsing | 107 | * nsparse - table parsing |
109 | */ | 108 | */ |
110 | acpi_status | 109 | acpi_status |
111 | acpi_ns_parse_table(acpi_native_uint table_index, | 110 | acpi_ns_parse_table(u32 table_index, struct acpi_namespace_node *start_node); |
112 | struct acpi_namespace_node *start_node); | ||
113 | 111 | ||
114 | acpi_status | 112 | acpi_status |
115 | acpi_ns_one_complete_parse(acpi_native_uint pass_number, | 113 | acpi_ns_one_complete_parse(u32 pass_number, |
116 | acpi_native_uint table_index, | 114 | u32 table_index, |
117 | struct acpi_namespace_node *start_node); | 115 | struct acpi_namespace_node *start_node); |
118 | 116 | ||
119 | /* | 117 | /* |
@@ -201,7 +199,7 @@ acpi_ns_pattern_match(struct acpi_namespace_node *obj_node, char *search_for); | |||
201 | 199 | ||
202 | acpi_status | 200 | acpi_status |
203 | acpi_ns_get_node(struct acpi_namespace_node *prefix_node, | 201 | acpi_ns_get_node(struct acpi_namespace_node *prefix_node, |
204 | char *external_pathname, | 202 | const char *external_pathname, |
205 | u32 flags, struct acpi_namespace_node **out_node); | 203 | u32 flags, struct acpi_namespace_node **out_node); |
206 | 204 | ||
207 | acpi_size acpi_ns_get_pathname_length(struct acpi_namespace_node *node); | 205 | acpi_size acpi_ns_get_pathname_length(struct acpi_namespace_node *node); |
@@ -265,28 +263,30 @@ acpi_object_type acpi_ns_get_type(struct acpi_namespace_node *node); | |||
265 | u32 acpi_ns_local(acpi_object_type type); | 263 | u32 acpi_ns_local(acpi_object_type type); |
266 | 264 | ||
267 | void | 265 | void |
268 | acpi_ns_report_error(char *module_name, | 266 | acpi_ns_report_error(const char *module_name, |
269 | u32 line_number, | 267 | u32 line_number, |
270 | char *internal_name, acpi_status lookup_status); | 268 | const char *internal_name, acpi_status lookup_status); |
271 | 269 | ||
272 | void | 270 | void |
273 | acpi_ns_report_method_error(char *module_name, | 271 | acpi_ns_report_method_error(const char *module_name, |
274 | u32 line_number, | 272 | u32 line_number, |
275 | char *message, | 273 | const char *message, |
276 | struct acpi_namespace_node *node, | 274 | struct acpi_namespace_node *node, |
277 | char *path, acpi_status lookup_status); | 275 | const char *path, acpi_status lookup_status); |
278 | 276 | ||
279 | void acpi_ns_print_node_pathname(struct acpi_namespace_node *node, char *msg); | 277 | void |
278 | acpi_ns_print_node_pathname(struct acpi_namespace_node *node, const char *msg); | ||
280 | 279 | ||
281 | acpi_status acpi_ns_build_internal_name(struct acpi_namestring_info *info); | 280 | acpi_status acpi_ns_build_internal_name(struct acpi_namestring_info *info); |
282 | 281 | ||
283 | void acpi_ns_get_internal_name_length(struct acpi_namestring_info *info); | 282 | void acpi_ns_get_internal_name_length(struct acpi_namestring_info *info); |
284 | 283 | ||
285 | acpi_status acpi_ns_internalize_name(char *dotted_name, char **converted_name); | 284 | acpi_status |
285 | acpi_ns_internalize_name(const char *dotted_name, char **converted_name); | ||
286 | 286 | ||
287 | acpi_status | 287 | acpi_status |
288 | acpi_ns_externalize_name(u32 internal_name_length, | 288 | acpi_ns_externalize_name(u32 internal_name_length, |
289 | char *internal_name, | 289 | const char *internal_name, |
290 | u32 * converted_name_length, char **converted_name); | 290 | u32 * converted_name_length, char **converted_name); |
291 | 291 | ||
292 | struct acpi_namespace_node *acpi_ns_map_handle_to_node(acpi_handle handle); | 292 | struct acpi_namespace_node *acpi_ns_map_handle_to_node(acpi_handle handle); |
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index 2f1c68c7a727..a5ac0bc7f52e 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h | |||
@@ -259,6 +259,7 @@ struct acpi_device_perf { | |||
259 | /* Wakeup Management */ | 259 | /* Wakeup Management */ |
260 | struct acpi_device_wakeup_flags { | 260 | struct acpi_device_wakeup_flags { |
261 | u8 valid:1; /* Can successfully enable wakeup? */ | 261 | u8 valid:1; /* Can successfully enable wakeup? */ |
262 | u8 prepared:1; /* Has the wake-up capability been enabled? */ | ||
262 | u8 run_wake:1; /* Run-Wake GPE devices */ | 263 | u8 run_wake:1; /* Run-Wake GPE devices */ |
263 | }; | 264 | }; |
264 | 265 | ||
@@ -335,6 +336,8 @@ void acpi_bus_data_handler(acpi_handle handle, u32 function, void *context); | |||
335 | int acpi_bus_get_status(struct acpi_device *device); | 336 | int acpi_bus_get_status(struct acpi_device *device); |
336 | int acpi_bus_get_power(acpi_handle handle, int *state); | 337 | int acpi_bus_get_power(acpi_handle handle, int *state); |
337 | int acpi_bus_set_power(acpi_handle handle, int state); | 338 | int acpi_bus_set_power(acpi_handle handle, int state); |
339 | bool acpi_bus_power_manageable(acpi_handle handle); | ||
340 | bool acpi_bus_can_wakeup(acpi_handle handle); | ||
338 | #ifdef CONFIG_ACPI_PROC_EVENT | 341 | #ifdef CONFIG_ACPI_PROC_EVENT |
339 | int acpi_bus_generate_proc_event(struct acpi_device *device, u8 type, int data); | 342 | int acpi_bus_generate_proc_event(struct acpi_device *device, u8 type, int data); |
340 | int acpi_bus_generate_proc_event4(const char *class, const char *bid, u8 type, int data); | 343 | int acpi_bus_generate_proc_event4(const char *class, const char *bid, u8 type, int data); |
@@ -376,14 +379,19 @@ acpi_handle acpi_get_pci_rootbridge_handle(unsigned int, unsigned int); | |||
376 | #define DEVICE_ACPI_HANDLE(dev) ((acpi_handle)((dev)->archdata.acpi_handle)) | 379 | #define DEVICE_ACPI_HANDLE(dev) ((acpi_handle)((dev)->archdata.acpi_handle)) |
377 | 380 | ||
378 | #ifdef CONFIG_PM_SLEEP | 381 | #ifdef CONFIG_PM_SLEEP |
379 | int acpi_pm_device_sleep_state(struct device *, int, int *); | 382 | int acpi_pm_device_sleep_state(struct device *, int *); |
383 | int acpi_pm_device_sleep_wake(struct device *, bool); | ||
380 | #else /* !CONFIG_PM_SLEEP */ | 384 | #else /* !CONFIG_PM_SLEEP */ |
381 | static inline int acpi_pm_device_sleep_state(struct device *d, int w, int *p) | 385 | static inline int acpi_pm_device_sleep_state(struct device *d, int *p) |
382 | { | 386 | { |
383 | if (p) | 387 | if (p) |
384 | *p = ACPI_STATE_D0; | 388 | *p = ACPI_STATE_D0; |
385 | return ACPI_STATE_D3; | 389 | return ACPI_STATE_D3; |
386 | } | 390 | } |
391 | static inline int acpi_pm_device_sleep_wake(struct device *dev, bool enable) | ||
392 | { | ||
393 | return -ENODEV; | ||
394 | } | ||
387 | #endif /* !CONFIG_PM_SLEEP */ | 395 | #endif /* !CONFIG_PM_SLEEP */ |
388 | 396 | ||
389 | #endif /* CONFIG_ACPI */ | 397 | #endif /* CONFIG_ACPI */ |
diff --git a/include/acpi/acpi_drivers.h b/include/acpi/acpi_drivers.h index 9757a040a505..e5f38e5ce86f 100644 --- a/include/acpi/acpi_drivers.h +++ b/include/acpi/acpi_drivers.h | |||
@@ -87,7 +87,9 @@ struct pci_bus *pci_acpi_scan_root(struct acpi_device *device, int domain, | |||
87 | -------------------------------------------------------------------------- */ | 87 | -------------------------------------------------------------------------- */ |
88 | 88 | ||
89 | #ifdef CONFIG_ACPI_POWER | 89 | #ifdef CONFIG_ACPI_POWER |
90 | int acpi_enable_wakeup_device_power(struct acpi_device *dev); | 90 | int acpi_device_sleep_wake(struct acpi_device *dev, |
91 | int enable, int sleep_state, int dev_state); | ||
92 | int acpi_enable_wakeup_device_power(struct acpi_device *dev, int sleep_state); | ||
91 | int acpi_disable_wakeup_device_power(struct acpi_device *dev); | 93 | int acpi_disable_wakeup_device_power(struct acpi_device *dev); |
92 | int acpi_power_get_inferred_state(struct acpi_device *device); | 94 | int acpi_power_get_inferred_state(struct acpi_device *device); |
93 | int acpi_power_transition(struct acpi_device *device, int state); | 95 | int acpi_power_transition(struct acpi_device *device, int state); |
diff --git a/include/acpi/acpiosxf.h b/include/acpi/acpiosxf.h index d4a560d2deb6..3f93a6b4e17f 100644 --- a/include/acpi/acpiosxf.h +++ b/include/acpi/acpiosxf.h | |||
@@ -144,7 +144,7 @@ void acpi_os_release_mutex(acpi_mutex handle); | |||
144 | void *acpi_os_allocate(acpi_size size); | 144 | void *acpi_os_allocate(acpi_size size); |
145 | 145 | ||
146 | void __iomem *acpi_os_map_memory(acpi_physical_address where, | 146 | void __iomem *acpi_os_map_memory(acpi_physical_address where, |
147 | acpi_native_uint length); | 147 | acpi_size length); |
148 | 148 | ||
149 | void acpi_os_unmap_memory(void __iomem * logical_address, acpi_size size); | 149 | void acpi_os_unmap_memory(void __iomem * logical_address, acpi_size size); |
150 | 150 | ||
diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h index 2c3806e6546f..94d94e126e9f 100644 --- a/include/acpi/acpixf.h +++ b/include/acpi/acpixf.h | |||
@@ -98,7 +98,7 @@ void acpi_free(void *address); | |||
98 | */ | 98 | */ |
99 | acpi_status acpi_reallocate_root_table(void); | 99 | acpi_status acpi_reallocate_root_table(void); |
100 | 100 | ||
101 | acpi_status acpi_find_root_pointer(acpi_native_uint * rsdp_address); | 101 | acpi_status acpi_find_root_pointer(acpi_size *rsdp_address); |
102 | 102 | ||
103 | acpi_status acpi_load_tables(void); | 103 | acpi_status acpi_load_tables(void); |
104 | 104 | ||
@@ -108,15 +108,15 @@ acpi_status acpi_unload_table_id(acpi_owner_id id); | |||
108 | 108 | ||
109 | acpi_status | 109 | acpi_status |
110 | acpi_get_table_header(acpi_string signature, | 110 | acpi_get_table_header(acpi_string signature, |
111 | acpi_native_uint instance, | 111 | u32 instance, |
112 | struct acpi_table_header *out_table_header); | 112 | struct acpi_table_header *out_table_header); |
113 | 113 | ||
114 | acpi_status | 114 | acpi_status |
115 | acpi_get_table(acpi_string signature, | 115 | acpi_get_table(acpi_string signature, |
116 | acpi_native_uint instance, struct acpi_table_header **out_table); | 116 | u32 instance, struct acpi_table_header **out_table); |
117 | 117 | ||
118 | acpi_status | 118 | acpi_status |
119 | acpi_get_table_by_index(acpi_native_uint table_index, | 119 | acpi_get_table_by_index(u32 table_index, |
120 | struct acpi_table_header **out_table); | 120 | struct acpi_table_header **out_table); |
121 | 121 | ||
122 | acpi_status | 122 | acpi_status |
@@ -248,9 +248,7 @@ acpi_status acpi_disable_event(u32 event, u32 flags); | |||
248 | 248 | ||
249 | acpi_status acpi_clear_event(u32 event); | 249 | acpi_status acpi_clear_event(u32 event); |
250 | 250 | ||
251 | #ifdef ACPI_FUTURE_USAGE | ||
252 | acpi_status acpi_get_event_status(u32 event, acpi_event_status * event_status); | 251 | acpi_status acpi_get_event_status(u32 event, acpi_event_status * event_status); |
253 | #endif /* ACPI_FUTURE_USAGE */ | ||
254 | 252 | ||
255 | acpi_status acpi_set_gpe_type(acpi_handle gpe_device, u32 gpe_number, u8 type); | 253 | acpi_status acpi_set_gpe_type(acpi_handle gpe_device, u32 gpe_number, u8 type); |
256 | 254 | ||
@@ -260,12 +258,10 @@ acpi_status acpi_disable_gpe(acpi_handle gpe_device, u32 gpe_number, u32 flags); | |||
260 | 258 | ||
261 | acpi_status acpi_clear_gpe(acpi_handle gpe_device, u32 gpe_number, u32 flags); | 259 | acpi_status acpi_clear_gpe(acpi_handle gpe_device, u32 gpe_number, u32 flags); |
262 | 260 | ||
263 | #ifdef ACPI_FUTURE_USAGE | ||
264 | acpi_status | 261 | acpi_status |
265 | acpi_get_gpe_status(acpi_handle gpe_device, | 262 | acpi_get_gpe_status(acpi_handle gpe_device, |
266 | u32 gpe_number, | 263 | u32 gpe_number, |
267 | u32 flags, acpi_event_status * event_status); | 264 | u32 flags, acpi_event_status * event_status); |
268 | #endif /* ACPI_FUTURE_USAGE */ | ||
269 | 265 | ||
270 | acpi_status | 266 | acpi_status |
271 | acpi_install_gpe_block(acpi_handle gpe_device, | 267 | acpi_install_gpe_block(acpi_handle gpe_device, |
diff --git a/include/acpi/acstruct.h b/include/acpi/acstruct.h index a907c67d651e..7980a26bad35 100644 --- a/include/acpi/acstruct.h +++ b/include/acpi/acstruct.h | |||
@@ -108,7 +108,6 @@ struct acpi_walk_state { | |||
108 | union acpi_operand_object **caller_return_desc; | 108 | union acpi_operand_object **caller_return_desc; |
109 | union acpi_generic_state *control_state; /* List of control states (nested IFs) */ | 109 | union acpi_generic_state *control_state; /* List of control states (nested IFs) */ |
110 | struct acpi_namespace_node *deferred_node; /* Used when executing deferred opcodes */ | 110 | struct acpi_namespace_node *deferred_node; /* Used when executing deferred opcodes */ |
111 | struct acpi_gpe_event_info *gpe_event_info; /* Info for GPE (_Lxx/_Exx methods only */ | ||
112 | union acpi_operand_object *implicit_return_obj; | 111 | union acpi_operand_object *implicit_return_obj; |
113 | struct acpi_namespace_node *method_call_node; /* Called method Node */ | 112 | struct acpi_namespace_node *method_call_node; /* Called method Node */ |
114 | union acpi_parse_object *method_call_op; /* method_call Op if running a method */ | 113 | union acpi_parse_object *method_call_op; /* method_call Op if running a method */ |
@@ -143,7 +142,7 @@ struct acpi_init_walk_info { | |||
143 | u16 package_init; | 142 | u16 package_init; |
144 | u16 object_count; | 143 | u16 object_count; |
145 | acpi_owner_id owner_id; | 144 | acpi_owner_id owner_id; |
146 | acpi_native_uint table_index; | 145 | u32 table_index; |
147 | }; | 146 | }; |
148 | 147 | ||
149 | struct acpi_get_devices_info { | 148 | struct acpi_get_devices_info { |
@@ -189,17 +188,12 @@ struct acpi_evaluate_info { | |||
189 | union acpi_operand_object **parameters; | 188 | union acpi_operand_object **parameters; |
190 | struct acpi_namespace_node *resolved_node; | 189 | struct acpi_namespace_node *resolved_node; |
191 | union acpi_operand_object *return_object; | 190 | union acpi_operand_object *return_object; |
191 | u8 param_count; | ||
192 | u8 pass_number; | 192 | u8 pass_number; |
193 | u8 parameter_type; | ||
194 | u8 return_object_type; | 193 | u8 return_object_type; |
195 | u8 flags; | 194 | u8 flags; |
196 | }; | 195 | }; |
197 | 196 | ||
198 | /* Types for parameter_type above */ | ||
199 | |||
200 | #define ACPI_PARAM_ARGS 0 | ||
201 | #define ACPI_PARAM_GPE 1 | ||
202 | |||
203 | /* Values for Flags above */ | 197 | /* Values for Flags above */ |
204 | 198 | ||
205 | #define ACPI_IGNORE_RETURN_VALUE 1 | 199 | #define ACPI_IGNORE_RETURN_VALUE 1 |
diff --git a/include/acpi/actables.h b/include/acpi/actables.h index 4b36a55b0b3b..0cbe1b9ab522 100644 --- a/include/acpi/actables.h +++ b/include/acpi/actables.h | |||
@@ -49,7 +49,7 @@ acpi_status acpi_allocate_root_table(u32 initial_table_count); | |||
49 | /* | 49 | /* |
50 | * tbfadt - FADT parse/convert/validate | 50 | * tbfadt - FADT parse/convert/validate |
51 | */ | 51 | */ |
52 | void acpi_tb_parse_fadt(acpi_native_uint table_index, u8 flags); | 52 | void acpi_tb_parse_fadt(u32 table_index, u8 flags); |
53 | 53 | ||
54 | void acpi_tb_create_local_fadt(struct acpi_table_header *table, u32 length); | 54 | void acpi_tb_create_local_fadt(struct acpi_table_header *table, u32 length); |
55 | 55 | ||
@@ -58,8 +58,7 @@ void acpi_tb_create_local_fadt(struct acpi_table_header *table, u32 length); | |||
58 | */ | 58 | */ |
59 | acpi_status | 59 | acpi_status |
60 | acpi_tb_find_table(char *signature, | 60 | acpi_tb_find_table(char *signature, |
61 | char *oem_id, | 61 | char *oem_id, char *oem_table_id, u32 *table_index); |
62 | char *oem_table_id, acpi_native_uint * table_index); | ||
63 | 62 | ||
64 | /* | 63 | /* |
65 | * tbinstal - Table removal and deletion | 64 | * tbinstal - Table removal and deletion |
@@ -69,30 +68,28 @@ acpi_status acpi_tb_resize_root_table_list(void); | |||
69 | acpi_status acpi_tb_verify_table(struct acpi_table_desc *table_desc); | 68 | acpi_status acpi_tb_verify_table(struct acpi_table_desc *table_desc); |
70 | 69 | ||
71 | acpi_status | 70 | acpi_status |
72 | acpi_tb_add_table(struct acpi_table_desc *table_desc, | 71 | acpi_tb_add_table(struct acpi_table_desc *table_desc, u32 *table_index); |
73 | acpi_native_uint * table_index); | ||
74 | 72 | ||
75 | acpi_status | 73 | acpi_status |
76 | acpi_tb_store_table(acpi_physical_address address, | 74 | acpi_tb_store_table(acpi_physical_address address, |
77 | struct acpi_table_header *table, | 75 | struct acpi_table_header *table, |
78 | u32 length, u8 flags, acpi_native_uint * table_index); | 76 | u32 length, u8 flags, u32 *table_index); |
79 | 77 | ||
80 | void acpi_tb_delete_table(struct acpi_table_desc *table_desc); | 78 | void acpi_tb_delete_table(struct acpi_table_desc *table_desc); |
81 | 79 | ||
82 | void acpi_tb_terminate(void); | 80 | void acpi_tb_terminate(void); |
83 | 81 | ||
84 | void acpi_tb_delete_namespace_by_owner(acpi_native_uint table_index); | 82 | void acpi_tb_delete_namespace_by_owner(u32 table_index); |
85 | 83 | ||
86 | acpi_status acpi_tb_allocate_owner_id(acpi_native_uint table_index); | 84 | acpi_status acpi_tb_allocate_owner_id(u32 table_index); |
87 | 85 | ||
88 | acpi_status acpi_tb_release_owner_id(acpi_native_uint table_index); | 86 | acpi_status acpi_tb_release_owner_id(u32 table_index); |
89 | 87 | ||
90 | acpi_status | 88 | acpi_status acpi_tb_get_owner_id(u32 table_index, acpi_owner_id *owner_id); |
91 | acpi_tb_get_owner_id(acpi_native_uint table_index, acpi_owner_id * owner_id); | ||
92 | 89 | ||
93 | u8 acpi_tb_is_table_loaded(acpi_native_uint table_index); | 90 | u8 acpi_tb_is_table_loaded(u32 table_index); |
94 | 91 | ||
95 | void acpi_tb_set_table_loaded_flag(acpi_native_uint table_index, u8 is_loaded); | 92 | void acpi_tb_set_table_loaded_flag(u32 table_index, u8 is_loaded); |
96 | 93 | ||
97 | /* | 94 | /* |
98 | * tbutils - table manager utilities | 95 | * tbutils - table manager utilities |
@@ -103,14 +100,14 @@ void | |||
103 | acpi_tb_print_table_header(acpi_physical_address address, | 100 | acpi_tb_print_table_header(acpi_physical_address address, |
104 | struct acpi_table_header *header); | 101 | struct acpi_table_header *header); |
105 | 102 | ||
106 | u8 acpi_tb_checksum(u8 * buffer, acpi_native_uint length); | 103 | u8 acpi_tb_checksum(u8 *buffer, u32 length); |
107 | 104 | ||
108 | acpi_status | 105 | acpi_status |
109 | acpi_tb_verify_checksum(struct acpi_table_header *table, u32 length); | 106 | acpi_tb_verify_checksum(struct acpi_table_header *table, u32 length); |
110 | 107 | ||
111 | void | 108 | void |
112 | acpi_tb_install_table(acpi_physical_address address, | 109 | acpi_tb_install_table(acpi_physical_address address, |
113 | u8 flags, char *signature, acpi_native_uint table_index); | 110 | u8 flags, char *signature, u32 table_index); |
114 | 111 | ||
115 | acpi_status | 112 | acpi_status |
116 | acpi_tb_parse_root_table(acpi_physical_address rsdp_address, u8 flags); | 113 | acpi_tb_parse_root_table(acpi_physical_address rsdp_address, u8 flags); |
diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h index 9af239bd1153..d38f9be2f6ee 100644 --- a/include/acpi/actbl1.h +++ b/include/acpi/actbl1.h | |||
@@ -300,6 +300,7 @@ struct acpi_table_dbgp { | |||
300 | /******************************************************************************* | 300 | /******************************************************************************* |
301 | * | 301 | * |
302 | * DMAR - DMA Remapping table | 302 | * DMAR - DMA Remapping table |
303 | * From "Intel Virtualization Technology for Directed I/O", Sept. 2007 | ||
303 | * | 304 | * |
304 | ******************************************************************************/ | 305 | ******************************************************************************/ |
305 | 306 | ||
@@ -310,6 +311,10 @@ struct acpi_table_dmar { | |||
310 | u8 reserved[10]; | 311 | u8 reserved[10]; |
311 | }; | 312 | }; |
312 | 313 | ||
314 | /* Flags */ | ||
315 | |||
316 | #define ACPI_DMAR_INTR_REMAP (1) | ||
317 | |||
313 | /* DMAR subtable header */ | 318 | /* DMAR subtable header */ |
314 | 319 | ||
315 | struct acpi_dmar_header { | 320 | struct acpi_dmar_header { |
@@ -382,6 +387,20 @@ struct acpi_dmar_reserved_memory { | |||
382 | 387 | ||
383 | #define ACPI_DMAR_ALLOW_ALL (1) | 388 | #define ACPI_DMAR_ALLOW_ALL (1) |
384 | 389 | ||
390 | |||
391 | /* 2: Root Port ATS Capability Reporting Structure */ | ||
392 | |||
393 | struct acpi_dmar_atsr { | ||
394 | struct acpi_dmar_header header; | ||
395 | u8 flags; | ||
396 | u8 reserved; | ||
397 | u16 segment; | ||
398 | }; | ||
399 | |||
400 | /* Flags */ | ||
401 | |||
402 | #define ACPI_DMAR_ALL_PORTS (1) | ||
403 | |||
385 | /******************************************************************************* | 404 | /******************************************************************************* |
386 | * | 405 | * |
387 | * ECDT - Embedded Controller Boot Resources Table | 406 | * ECDT - Embedded Controller Boot Resources Table |
@@ -1156,9 +1175,9 @@ struct acpi_srat_mem_affinity { | |||
1156 | u16 reserved; /* Reserved, must be zero */ | 1175 | u16 reserved; /* Reserved, must be zero */ |
1157 | u64 base_address; | 1176 | u64 base_address; |
1158 | u64 length; | 1177 | u64 length; |
1159 | u32 memory_type; /* See acpi_address_range_id */ | 1178 | u32 reserved1; |
1160 | u32 flags; | 1179 | u32 flags; |
1161 | u64 reserved1; /* Reserved, must be zero */ | 1180 | u64 reserved2; /* Reserved, must be zero */ |
1162 | }; | 1181 | }; |
1163 | 1182 | ||
1164 | /* Flags */ | 1183 | /* Flags */ |
diff --git a/include/acpi/actypes.h b/include/acpi/actypes.h index dfea2d440488..4ea4f40bf894 100644 --- a/include/acpi/actypes.h +++ b/include/acpi/actypes.h | |||
@@ -110,10 +110,10 @@ | |||
110 | * usually used for memory allocation, efficient loop counters, and array | 110 | * usually used for memory allocation, efficient loop counters, and array |
111 | * indexes. The types are similar to the size_t type in the C library and are | 111 | * indexes. The types are similar to the size_t type in the C library and are |
112 | * required because there is no C type that consistently represents the native | 112 | * required because there is no C type that consistently represents the native |
113 | * data width. | 113 | * data width. ACPI_SIZE is needed because there is no guarantee that a |
114 | * kernel-level C library is present. | ||
114 | * | 115 | * |
115 | * ACPI_SIZE 16/32/64-bit unsigned value | 116 | * ACPI_SIZE 16/32/64-bit unsigned value |
116 | * ACPI_NATIVE_UINT 16/32/64-bit unsigned value | ||
117 | * ACPI_NATIVE_INT 16/32/64-bit signed value | 117 | * ACPI_NATIVE_INT 16/32/64-bit signed value |
118 | * | 118 | * |
119 | */ | 119 | */ |
@@ -147,9 +147,9 @@ typedef int INT32; | |||
147 | 147 | ||
148 | /*! [End] no source code translation !*/ | 148 | /*! [End] no source code translation !*/ |
149 | 149 | ||
150 | typedef u64 acpi_native_uint; | ||
151 | typedef s64 acpi_native_int; | 150 | typedef s64 acpi_native_int; |
152 | 151 | ||
152 | typedef u64 acpi_size; | ||
153 | typedef u64 acpi_io_address; | 153 | typedef u64 acpi_io_address; |
154 | typedef u64 acpi_physical_address; | 154 | typedef u64 acpi_physical_address; |
155 | 155 | ||
@@ -186,9 +186,9 @@ typedef int INT32; | |||
186 | 186 | ||
187 | /*! [End] no source code translation !*/ | 187 | /*! [End] no source code translation !*/ |
188 | 188 | ||
189 | typedef u32 acpi_native_uint; | ||
190 | typedef s32 acpi_native_int; | 189 | typedef s32 acpi_native_int; |
191 | 190 | ||
191 | typedef u32 acpi_size; | ||
192 | typedef u32 acpi_io_address; | 192 | typedef u32 acpi_io_address; |
193 | typedef u32 acpi_physical_address; | 193 | typedef u32 acpi_physical_address; |
194 | 194 | ||
@@ -202,10 +202,6 @@ typedef u32 acpi_physical_address; | |||
202 | #error unknown ACPI_MACHINE_WIDTH | 202 | #error unknown ACPI_MACHINE_WIDTH |
203 | #endif | 203 | #endif |
204 | 204 | ||
205 | /* Variable-width type, used instead of clib size_t */ | ||
206 | |||
207 | typedef acpi_native_uint acpi_size; | ||
208 | |||
209 | /******************************************************************************* | 205 | /******************************************************************************* |
210 | * | 206 | * |
211 | * OS-dependent and compiler-dependent types | 207 | * OS-dependent and compiler-dependent types |
@@ -219,7 +215,7 @@ typedef acpi_native_uint acpi_size; | |||
219 | /* Value returned by acpi_os_get_thread_id */ | 215 | /* Value returned by acpi_os_get_thread_id */ |
220 | 216 | ||
221 | #ifndef acpi_thread_id | 217 | #ifndef acpi_thread_id |
222 | #define acpi_thread_id acpi_native_uint | 218 | #define acpi_thread_id acpi_size |
223 | #endif | 219 | #endif |
224 | 220 | ||
225 | /* Object returned from acpi_os_create_lock */ | 221 | /* Object returned from acpi_os_create_lock */ |
@@ -231,7 +227,7 @@ typedef acpi_native_uint acpi_size; | |||
231 | /* Flags for acpi_os_acquire_lock/acpi_os_release_lock */ | 227 | /* Flags for acpi_os_acquire_lock/acpi_os_release_lock */ |
232 | 228 | ||
233 | #ifndef acpi_cpu_flags | 229 | #ifndef acpi_cpu_flags |
234 | #define acpi_cpu_flags acpi_native_uint | 230 | #define acpi_cpu_flags acpi_size |
235 | #endif | 231 | #endif |
236 | 232 | ||
237 | /* Object returned from acpi_os_create_cache */ | 233 | /* Object returned from acpi_os_create_cache */ |
diff --git a/include/acpi/acutils.h b/include/acpi/acutils.h index b42cadf07302..69f8888771ff 100644 --- a/include/acpi/acutils.h +++ b/include/acpi/acutils.h | |||
@@ -172,7 +172,7 @@ char *acpi_ut_strstr(char *string1, char *string2); | |||
172 | 172 | ||
173 | void *acpi_ut_memcpy(void *dest, const void *src, acpi_size count); | 173 | void *acpi_ut_memcpy(void *dest, const void *src, acpi_size count); |
174 | 174 | ||
175 | void *acpi_ut_memset(void *dest, acpi_native_uint value, acpi_size count); | 175 | void *acpi_ut_memset(void *dest, u8 value, acpi_size count); |
176 | 176 | ||
177 | int acpi_ut_to_upper(int c); | 177 | int acpi_ut_to_upper(int c); |
178 | 178 | ||
@@ -245,41 +245,45 @@ void acpi_ut_track_stack_ptr(void); | |||
245 | 245 | ||
246 | void | 246 | void |
247 | acpi_ut_trace(u32 line_number, | 247 | acpi_ut_trace(u32 line_number, |
248 | const char *function_name, char *module_name, u32 component_id); | 248 | const char *function_name, |
249 | const char *module_name, u32 component_id); | ||
249 | 250 | ||
250 | void | 251 | void |
251 | acpi_ut_trace_ptr(u32 line_number, | 252 | acpi_ut_trace_ptr(u32 line_number, |
252 | const char *function_name, | 253 | const char *function_name, |
253 | char *module_name, u32 component_id, void *pointer); | 254 | const char *module_name, u32 component_id, void *pointer); |
254 | 255 | ||
255 | void | 256 | void |
256 | acpi_ut_trace_u32(u32 line_number, | 257 | acpi_ut_trace_u32(u32 line_number, |
257 | const char *function_name, | 258 | const char *function_name, |
258 | char *module_name, u32 component_id, u32 integer); | 259 | const char *module_name, u32 component_id, u32 integer); |
259 | 260 | ||
260 | void | 261 | void |
261 | acpi_ut_trace_str(u32 line_number, | 262 | acpi_ut_trace_str(u32 line_number, |
262 | const char *function_name, | 263 | const char *function_name, |
263 | char *module_name, u32 component_id, char *string); | 264 | const char *module_name, u32 component_id, char *string); |
264 | 265 | ||
265 | void | 266 | void |
266 | acpi_ut_exit(u32 line_number, | 267 | acpi_ut_exit(u32 line_number, |
267 | const char *function_name, char *module_name, u32 component_id); | 268 | const char *function_name, |
269 | const char *module_name, u32 component_id); | ||
268 | 270 | ||
269 | void | 271 | void |
270 | acpi_ut_status_exit(u32 line_number, | 272 | acpi_ut_status_exit(u32 line_number, |
271 | const char *function_name, | 273 | const char *function_name, |
272 | char *module_name, u32 component_id, acpi_status status); | 274 | const char *module_name, |
275 | u32 component_id, acpi_status status); | ||
273 | 276 | ||
274 | void | 277 | void |
275 | acpi_ut_value_exit(u32 line_number, | 278 | acpi_ut_value_exit(u32 line_number, |
276 | const char *function_name, | 279 | const char *function_name, |
277 | char *module_name, u32 component_id, acpi_integer value); | 280 | const char *module_name, |
281 | u32 component_id, acpi_integer value); | ||
278 | 282 | ||
279 | void | 283 | void |
280 | acpi_ut_ptr_exit(u32 line_number, | 284 | acpi_ut_ptr_exit(u32 line_number, |
281 | const char *function_name, | 285 | const char *function_name, |
282 | char *module_name, u32 component_id, u8 * ptr); | 286 | const char *module_name, u32 component_id, u8 *ptr); |
283 | 287 | ||
284 | void acpi_ut_dump_buffer(u8 * buffer, u32 count, u32 display, u32 component_id); | 288 | void acpi_ut_dump_buffer(u8 * buffer, u32 count, u32 display, u32 component_id); |
285 | 289 | ||
@@ -297,33 +301,35 @@ void ACPI_INTERNAL_VAR_XFACE | |||
297 | acpi_ut_debug_print(u32 requested_debug_level, | 301 | acpi_ut_debug_print(u32 requested_debug_level, |
298 | u32 line_number, | 302 | u32 line_number, |
299 | const char *function_name, | 303 | const char *function_name, |
300 | char *module_name, | 304 | const char *module_name, |
301 | u32 component_id, char *format, ...) ACPI_PRINTF_LIKE(6); | 305 | u32 component_id, |
306 | const char *format, ...) ACPI_PRINTF_LIKE(6); | ||
302 | 307 | ||
303 | void ACPI_INTERNAL_VAR_XFACE | 308 | void ACPI_INTERNAL_VAR_XFACE |
304 | acpi_ut_debug_print_raw(u32 requested_debug_level, | 309 | acpi_ut_debug_print_raw(u32 requested_debug_level, |
305 | u32 line_number, | 310 | u32 line_number, |
306 | const char *function_name, | 311 | const char *function_name, |
307 | char *module_name, | 312 | const char *module_name, |
308 | u32 component_id, | 313 | u32 component_id, |
309 | char *format, ...) ACPI_PRINTF_LIKE(6); | 314 | const char *format, ...) ACPI_PRINTF_LIKE(6); |
310 | 315 | ||
311 | void ACPI_INTERNAL_VAR_XFACE | 316 | void ACPI_INTERNAL_VAR_XFACE |
312 | acpi_ut_error(char *module_name, | 317 | acpi_ut_error(const char *module_name, |
313 | u32 line_number, char *format, ...) ACPI_PRINTF_LIKE(3); | 318 | u32 line_number, const char *format, ...) ACPI_PRINTF_LIKE(3); |
314 | 319 | ||
315 | void ACPI_INTERNAL_VAR_XFACE | 320 | void ACPI_INTERNAL_VAR_XFACE |
316 | acpi_ut_exception(char *module_name, | 321 | acpi_ut_exception(const char *module_name, |
317 | u32 line_number, | 322 | u32 line_number, |
318 | acpi_status status, char *format, ...) ACPI_PRINTF_LIKE(4); | 323 | acpi_status status, |
324 | const char *format, ...) ACPI_PRINTF_LIKE(4); | ||
319 | 325 | ||
320 | void ACPI_INTERNAL_VAR_XFACE | 326 | void ACPI_INTERNAL_VAR_XFACE |
321 | acpi_ut_warning(char *module_name, | 327 | acpi_ut_warning(const char *module_name, |
322 | u32 line_number, char *format, ...) ACPI_PRINTF_LIKE(3); | 328 | u32 line_number, const char *format, ...) ACPI_PRINTF_LIKE(3); |
323 | 329 | ||
324 | void ACPI_INTERNAL_VAR_XFACE | 330 | void ACPI_INTERNAL_VAR_XFACE |
325 | acpi_ut_info(char *module_name, | 331 | acpi_ut_info(const char *module_name, |
326 | u32 line_number, char *format, ...) ACPI_PRINTF_LIKE(3); | 332 | u32 line_number, const char *format, ...) ACPI_PRINTF_LIKE(3); |
327 | 333 | ||
328 | /* | 334 | /* |
329 | * utdelete - Object deletion and reference counts | 335 | * utdelete - Object deletion and reference counts |
@@ -376,13 +382,14 @@ acpi_ut_execute_sxds(struct acpi_namespace_node *device_node, u8 * highest); | |||
376 | /* | 382 | /* |
377 | * utobject - internal object create/delete/cache routines | 383 | * utobject - internal object create/delete/cache routines |
378 | */ | 384 | */ |
379 | union acpi_operand_object *acpi_ut_create_internal_object_dbg(char *module_name, | 385 | union acpi_operand_object *acpi_ut_create_internal_object_dbg(const char |
386 | *module_name, | ||
380 | u32 line_number, | 387 | u32 line_number, |
381 | u32 component_id, | 388 | u32 component_id, |
382 | acpi_object_type | 389 | acpi_object_type |
383 | type); | 390 | type); |
384 | 391 | ||
385 | void *acpi_ut_allocate_object_desc_dbg(char *module_name, | 392 | void *acpi_ut_allocate_object_desc_dbg(const char *module_name, |
386 | u32 line_number, u32 component_id); | 393 | u32 line_number, u32 component_id); |
387 | 394 | ||
388 | #define acpi_ut_create_internal_object(t) acpi_ut_create_internal_object_dbg (_acpi_module_name,__LINE__,_COMPONENT,t) | 395 | #define acpi_ut_create_internal_object(t) acpi_ut_create_internal_object_dbg (_acpi_module_name,__LINE__,_COMPONENT,t) |
@@ -476,7 +483,7 @@ u8 acpi_ut_valid_acpi_name(u32 name); | |||
476 | 483 | ||
477 | acpi_name acpi_ut_repair_name(char *name); | 484 | acpi_name acpi_ut_repair_name(char *name); |
478 | 485 | ||
479 | u8 acpi_ut_valid_acpi_char(char character, acpi_native_uint position); | 486 | u8 acpi_ut_valid_acpi_char(char character, u32 position); |
480 | 487 | ||
481 | acpi_status | 488 | acpi_status |
482 | acpi_ut_strtoul64(char *string, u32 base, acpi_integer * ret_integer); | 489 | acpi_ut_strtoul64(char *string, u32 base, acpi_integer * ret_integer); |
@@ -543,26 +550,29 @@ acpi_status | |||
543 | acpi_ut_initialize_buffer(struct acpi_buffer *buffer, | 550 | acpi_ut_initialize_buffer(struct acpi_buffer *buffer, |
544 | acpi_size required_length); | 551 | acpi_size required_length); |
545 | 552 | ||
546 | void *acpi_ut_allocate(acpi_size size, u32 component, char *module, u32 line); | 553 | void *acpi_ut_allocate(acpi_size size, |
554 | u32 component, const char *module, u32 line); | ||
547 | 555 | ||
548 | void *acpi_ut_allocate_zeroed(acpi_size size, | 556 | void *acpi_ut_allocate_zeroed(acpi_size size, |
549 | u32 component, char *module, u32 line); | 557 | u32 component, const char *module, u32 line); |
550 | 558 | ||
551 | #ifdef ACPI_DBG_TRACK_ALLOCATIONS | 559 | #ifdef ACPI_DBG_TRACK_ALLOCATIONS |
552 | void *acpi_ut_allocate_and_track(acpi_size size, | 560 | void *acpi_ut_allocate_and_track(acpi_size size, |
553 | u32 component, char *module, u32 line); | 561 | u32 component, const char *module, u32 line); |
554 | 562 | ||
555 | void *acpi_ut_allocate_zeroed_and_track(acpi_size size, | 563 | void *acpi_ut_allocate_zeroed_and_track(acpi_size size, |
556 | u32 component, char *module, u32 line); | 564 | u32 component, |
565 | const char *module, u32 line); | ||
557 | 566 | ||
558 | void | 567 | void |
559 | acpi_ut_free_and_track(void *address, u32 component, char *module, u32 line); | 568 | acpi_ut_free_and_track(void *address, |
569 | u32 component, const char *module, u32 line); | ||
560 | 570 | ||
561 | #ifdef ACPI_FUTURE_USAGE | 571 | #ifdef ACPI_FUTURE_USAGE |
562 | void acpi_ut_dump_allocation_info(void); | 572 | void acpi_ut_dump_allocation_info(void); |
563 | #endif /* ACPI_FUTURE_USAGE */ | 573 | #endif /* ACPI_FUTURE_USAGE */ |
564 | 574 | ||
565 | void acpi_ut_dump_allocations(u32 component, char *module); | 575 | void acpi_ut_dump_allocations(u32 component, const char *module); |
566 | 576 | ||
567 | acpi_status | 577 | acpi_status |
568 | acpi_ut_create_list(char *list_name, | 578 | acpi_ut_create_list(char *list_name, |
diff --git a/include/acpi/processor.h b/include/acpi/processor.h index 06ebb6ef72aa..3795590e152a 100644 --- a/include/acpi/processor.h +++ b/include/acpi/processor.h | |||
@@ -255,7 +255,7 @@ extern void acpi_processor_unregister_performance(struct | |||
255 | int acpi_processor_notify_smm(struct module *calling_module); | 255 | int acpi_processor_notify_smm(struct module *calling_module); |
256 | 256 | ||
257 | /* for communication between multiple parts of the processor kernel module */ | 257 | /* for communication between multiple parts of the processor kernel module */ |
258 | extern struct acpi_processor *processors[NR_CPUS]; | 258 | DECLARE_PER_CPU(struct acpi_processor *, processors); |
259 | extern struct acpi_processor_errata errata; | 259 | extern struct acpi_processor_errata errata; |
260 | 260 | ||
261 | void arch_acpi_processor_init_pdc(struct acpi_processor *pr); | 261 | void arch_acpi_processor_init_pdc(struct acpi_processor *pr); |
diff --git a/include/acpi/reboot.h b/include/acpi/reboot.h index 8857f57e0b78..0419184ce886 100644 --- a/include/acpi/reboot.h +++ b/include/acpi/reboot.h | |||
@@ -1,9 +1,11 @@ | |||
1 | #ifndef __ACPI_REBOOT_H | ||
2 | #define __ACPI_REBOOT_H | ||
3 | |||
4 | #ifdef CONFIG_ACPI | ||
5 | extern void acpi_reboot(void); | ||
6 | #else | ||
7 | static inline void acpi_reboot(void) { } | ||
8 | #endif | ||
1 | 9 | ||
2 | /* | ||
3 | * Dummy placeholder to make the EFI patches apply to the x86 tree. | ||
4 | * Andrew/Len, please just kill this file if you encounter it. | ||
5 | */ | ||
6 | #ifndef acpi_reboot | ||
7 | # define acpi_reboot() do { } while (0) | ||
8 | #endif | 10 | #endif |
9 | 11 | ||
diff --git a/include/asm-arm/arch-at91/at91_mci.h b/include/asm-arm/arch-at91/at91_mci.h index 1551fc24eb43..400ec10014b4 100644 --- a/include/asm-arm/arch-at91/at91_mci.h +++ b/include/asm-arm/arch-at91/at91_mci.h | |||
@@ -75,6 +75,10 @@ | |||
75 | #define AT91_MCI_TRTYP_MULTIPLE (1 << 19) | 75 | #define AT91_MCI_TRTYP_MULTIPLE (1 << 19) |
76 | #define AT91_MCI_TRTYP_STREAM (2 << 19) | 76 | #define AT91_MCI_TRTYP_STREAM (2 << 19) |
77 | 77 | ||
78 | #define AT91_MCI_BLKR 0x18 /* Block Register */ | ||
79 | #define AT91_MCI_BLKR_BCNT(n) ((0xffff & (n)) << 0) /* Block count */ | ||
80 | #define AT91_MCI_BLKR_BLKLEN(n) ((0xffff & (n)) << 16) /* Block lenght */ | ||
81 | |||
78 | #define AT91_MCI_RSPR(n) (0x20 + ((n) * 4)) /* Response Registers 0-3 */ | 82 | #define AT91_MCI_RSPR(n) (0x20 + ((n) * 4)) /* Response Registers 0-3 */ |
79 | #define AT91_MCR_RDR 0x30 /* Receive Data Register */ | 83 | #define AT91_MCR_RDR 0x30 /* Receive Data Register */ |
80 | #define AT91_MCR_TDR 0x34 /* Transmit Data Register */ | 84 | #define AT91_MCR_TDR 0x34 /* Transmit Data Register */ |
diff --git a/include/asm-arm/arch-s3c2410/regs-sdi.h b/include/asm-arm/arch-s3c2410/regs-sdi.h index bb9d30b72952..bfb222fa4abb 100644 --- a/include/asm-arm/arch-s3c2410/regs-sdi.h +++ b/include/asm-arm/arch-s3c2410/regs-sdi.h | |||
@@ -28,9 +28,15 @@ | |||
28 | #define S3C2410_SDIDCNT (0x30) | 28 | #define S3C2410_SDIDCNT (0x30) |
29 | #define S3C2410_SDIDSTA (0x34) | 29 | #define S3C2410_SDIDSTA (0x34) |
30 | #define S3C2410_SDIFSTA (0x38) | 30 | #define S3C2410_SDIFSTA (0x38) |
31 | |||
31 | #define S3C2410_SDIDATA (0x3C) | 32 | #define S3C2410_SDIDATA (0x3C) |
32 | #define S3C2410_SDIIMSK (0x40) | 33 | #define S3C2410_SDIIMSK (0x40) |
33 | 34 | ||
35 | #define S3C2440_SDIDATA (0x40) | ||
36 | #define S3C2440_SDIIMSK (0x3C) | ||
37 | |||
38 | #define S3C2440_SDICON_SDRESET (1<<8) | ||
39 | #define S3C2440_SDICON_MMCCLOCK (1<<5) | ||
34 | #define S3C2410_SDICON_BYTEORDER (1<<4) | 40 | #define S3C2410_SDICON_BYTEORDER (1<<4) |
35 | #define S3C2410_SDICON_SDIOIRQ (1<<3) | 41 | #define S3C2410_SDICON_SDIOIRQ (1<<3) |
36 | #define S3C2410_SDICON_RWAITEN (1<<2) | 42 | #define S3C2410_SDICON_RWAITEN (1<<2) |
@@ -42,7 +48,8 @@ | |||
42 | #define S3C2410_SDICMDCON_LONGRSP (1<<10) | 48 | #define S3C2410_SDICMDCON_LONGRSP (1<<10) |
43 | #define S3C2410_SDICMDCON_WAITRSP (1<<9) | 49 | #define S3C2410_SDICMDCON_WAITRSP (1<<9) |
44 | #define S3C2410_SDICMDCON_CMDSTART (1<<8) | 50 | #define S3C2410_SDICMDCON_CMDSTART (1<<8) |
45 | #define S3C2410_SDICMDCON_INDEX (0xff) | 51 | #define S3C2410_SDICMDCON_SENDERHOST (1<<6) |
52 | #define S3C2410_SDICMDCON_INDEX (0x3f) | ||
46 | 53 | ||
47 | #define S3C2410_SDICMDSTAT_CRCFAIL (1<<12) | 54 | #define S3C2410_SDICMDSTAT_CRCFAIL (1<<12) |
48 | #define S3C2410_SDICMDSTAT_CMDSENT (1<<11) | 55 | #define S3C2410_SDICMDSTAT_CMDSENT (1<<11) |
@@ -51,6 +58,9 @@ | |||
51 | #define S3C2410_SDICMDSTAT_XFERING (1<<8) | 58 | #define S3C2410_SDICMDSTAT_XFERING (1<<8) |
52 | #define S3C2410_SDICMDSTAT_INDEX (0xff) | 59 | #define S3C2410_SDICMDSTAT_INDEX (0xff) |
53 | 60 | ||
61 | #define S3C2440_SDIDCON_DS_BYTE (0<<22) | ||
62 | #define S3C2440_SDIDCON_DS_HALFWORD (1<<22) | ||
63 | #define S3C2440_SDIDCON_DS_WORD (2<<22) | ||
54 | #define S3C2410_SDIDCON_IRQPERIOD (1<<21) | 64 | #define S3C2410_SDIDCON_IRQPERIOD (1<<21) |
55 | #define S3C2410_SDIDCON_TXAFTERRESP (1<<20) | 65 | #define S3C2410_SDIDCON_TXAFTERRESP (1<<20) |
56 | #define S3C2410_SDIDCON_RXAFTERCMD (1<<19) | 66 | #define S3C2410_SDIDCON_RXAFTERCMD (1<<19) |
@@ -59,6 +69,7 @@ | |||
59 | #define S3C2410_SDIDCON_WIDEBUS (1<<16) | 69 | #define S3C2410_SDIDCON_WIDEBUS (1<<16) |
60 | #define S3C2410_SDIDCON_DMAEN (1<<15) | 70 | #define S3C2410_SDIDCON_DMAEN (1<<15) |
61 | #define S3C2410_SDIDCON_STOP (1<<14) | 71 | #define S3C2410_SDIDCON_STOP (1<<14) |
72 | #define S3C2440_SDIDCON_DATSTART (1<<14) | ||
62 | #define S3C2410_SDIDCON_DATMODE (3<<12) | 73 | #define S3C2410_SDIDCON_DATMODE (3<<12) |
63 | #define S3C2410_SDIDCON_BLKNUM (0x7ff) | 74 | #define S3C2410_SDIDCON_BLKNUM (0x7ff) |
64 | 75 | ||
@@ -68,6 +79,7 @@ | |||
68 | #define S3C2410_SDIDCON_XFER_RXSTART (2<<12) | 79 | #define S3C2410_SDIDCON_XFER_RXSTART (2<<12) |
69 | #define S3C2410_SDIDCON_XFER_TXSTART (3<<12) | 80 | #define S3C2410_SDIDCON_XFER_TXSTART (3<<12) |
70 | 81 | ||
82 | #define S3C2410_SDIDCON_BLKNUM_MASK (0xFFF) | ||
71 | #define S3C2410_SDIDCNT_BLKNUM_SHIFT (12) | 83 | #define S3C2410_SDIDCNT_BLKNUM_SHIFT (12) |
72 | 84 | ||
73 | #define S3C2410_SDIDSTA_RDYWAITREQ (1<<10) | 85 | #define S3C2410_SDIDSTA_RDYWAITREQ (1<<10) |
@@ -82,10 +94,12 @@ | |||
82 | #define S3C2410_SDIDSTA_TXDATAON (1<<1) | 94 | #define S3C2410_SDIDSTA_TXDATAON (1<<1) |
83 | #define S3C2410_SDIDSTA_RXDATAON (1<<0) | 95 | #define S3C2410_SDIDSTA_RXDATAON (1<<0) |
84 | 96 | ||
97 | #define S3C2440_SDIFSTA_FIFORESET (1<<16) | ||
98 | #define S3C2440_SDIFSTA_FIFOFAIL (3<<14) /* 3 is correct (2 bits) */ | ||
85 | #define S3C2410_SDIFSTA_TFDET (1<<13) | 99 | #define S3C2410_SDIFSTA_TFDET (1<<13) |
86 | #define S3C2410_SDIFSTA_RFDET (1<<12) | 100 | #define S3C2410_SDIFSTA_RFDET (1<<12) |
87 | #define S3C2410_SDIFSTA_TXHALF (1<<11) | 101 | #define S3C2410_SDIFSTA_TFHALF (1<<11) |
88 | #define S3C2410_SDIFSTA_TXEMPTY (1<<10) | 102 | #define S3C2410_SDIFSTA_TFEMPTY (1<<10) |
89 | #define S3C2410_SDIFSTA_RFLAST (1<<9) | 103 | #define S3C2410_SDIFSTA_RFLAST (1<<9) |
90 | #define S3C2410_SDIFSTA_RFFULL (1<<8) | 104 | #define S3C2410_SDIFSTA_RFFULL (1<<8) |
91 | #define S3C2410_SDIFSTA_RFHALF (1<<7) | 105 | #define S3C2410_SDIFSTA_RFHALF (1<<7) |
diff --git a/include/asm-arm/plat-s3c24xx/mci.h b/include/asm-arm/plat-s3c24xx/mci.h new file mode 100644 index 000000000000..2d0852ac3b27 --- /dev/null +++ b/include/asm-arm/plat-s3c24xx/mci.h | |||
@@ -0,0 +1,15 @@ | |||
1 | #ifndef _ARCH_MCI_H | ||
2 | #define _ARCH_MCI_H | ||
3 | |||
4 | struct s3c24xx_mci_pdata { | ||
5 | unsigned int wprotect_invert : 1; | ||
6 | unsigned int detect_invert : 1; /* set => detect active high. */ | ||
7 | |||
8 | unsigned int gpio_detect; | ||
9 | unsigned int gpio_wprotect; | ||
10 | unsigned long ocr_avail; | ||
11 | void (*set_power)(unsigned char power_mode, | ||
12 | unsigned short vdd); | ||
13 | }; | ||
14 | |||
15 | #endif /* _ARCH_NCI_H */ | ||
diff --git a/include/asm-avr32/arch-at32ap/board.h b/include/asm-avr32/arch-at32ap/board.h index b4cddfaca90e..a3783861cdd2 100644 --- a/include/asm-avr32/arch-at32ap/board.h +++ b/include/asm-avr32/arch-at32ap/board.h | |||
@@ -77,7 +77,11 @@ struct i2c_board_info; | |||
77 | struct platform_device *at32_add_device_twi(unsigned int id, | 77 | struct platform_device *at32_add_device_twi(unsigned int id, |
78 | struct i2c_board_info *b, | 78 | struct i2c_board_info *b, |
79 | unsigned int n); | 79 | unsigned int n); |
80 | struct platform_device *at32_add_device_mci(unsigned int id); | 80 | |
81 | struct mci_platform_data; | ||
82 | struct platform_device * | ||
83 | at32_add_device_mci(unsigned int id, struct mci_platform_data *data); | ||
84 | |||
81 | struct platform_device *at32_add_device_ac97c(unsigned int id); | 85 | struct platform_device *at32_add_device_ac97c(unsigned int id); |
82 | struct platform_device *at32_add_device_abdac(unsigned int id); | 86 | struct platform_device *at32_add_device_abdac(unsigned int id); |
83 | struct platform_device *at32_add_device_psif(unsigned int id); | 87 | struct platform_device *at32_add_device_psif(unsigned int id); |
diff --git a/include/asm-avr32/atmel-mci.h b/include/asm-avr32/atmel-mci.h new file mode 100644 index 000000000000..c2ea6e1c9aa1 --- /dev/null +++ b/include/asm-avr32/atmel-mci.h | |||
@@ -0,0 +1,9 @@ | |||
1 | #ifndef __ASM_AVR32_ATMEL_MCI_H | ||
2 | #define __ASM_AVR32_ATMEL_MCI_H | ||
3 | |||
4 | struct mci_platform_data { | ||
5 | int detect_pin; | ||
6 | int wp_pin; | ||
7 | }; | ||
8 | |||
9 | #endif /* __ASM_AVR32_ATMEL_MCI_H */ | ||
diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h index b20409404c7d..729f6b0a60e9 100644 --- a/include/asm-generic/vmlinux.lds.h +++ b/include/asm-generic/vmlinux.lds.h | |||
@@ -86,6 +86,12 @@ | |||
86 | VMLINUX_SYMBOL(__start_pci_fixups_resume) = .; \ | 86 | VMLINUX_SYMBOL(__start_pci_fixups_resume) = .; \ |
87 | *(.pci_fixup_resume) \ | 87 | *(.pci_fixup_resume) \ |
88 | VMLINUX_SYMBOL(__end_pci_fixups_resume) = .; \ | 88 | VMLINUX_SYMBOL(__end_pci_fixups_resume) = .; \ |
89 | VMLINUX_SYMBOL(__start_pci_fixups_resume_early) = .; \ | ||
90 | *(.pci_fixup_resume_early) \ | ||
91 | VMLINUX_SYMBOL(__end_pci_fixups_resume_early) = .; \ | ||
92 | VMLINUX_SYMBOL(__start_pci_fixups_suspend) = .; \ | ||
93 | *(.pci_fixup_suspend) \ | ||
94 | VMLINUX_SYMBOL(__end_pci_fixups_suspend) = .; \ | ||
89 | } \ | 95 | } \ |
90 | \ | 96 | \ |
91 | /* Built-in firmware blobs */ \ | 97 | /* Built-in firmware blobs */ \ |
diff --git a/include/asm-ia64/processor.h b/include/asm-ia64/processor.h index 6aff126fc07e..f88fa054d01d 100644 --- a/include/asm-ia64/processor.h +++ b/include/asm-ia64/processor.h | |||
@@ -763,6 +763,8 @@ prefetchw (const void *x) | |||
763 | #define spin_lock_prefetch(x) prefetchw(x) | 763 | #define spin_lock_prefetch(x) prefetchw(x) |
764 | 764 | ||
765 | extern unsigned long boot_option_idle_override; | 765 | extern unsigned long boot_option_idle_override; |
766 | extern unsigned long idle_halt; | ||
767 | extern unsigned long idle_nomwait; | ||
766 | 768 | ||
767 | #endif /* !__ASSEMBLY__ */ | 769 | #endif /* !__ASSEMBLY__ */ |
768 | 770 | ||
diff --git a/include/asm-mips/barrier.h b/include/asm-mips/barrier.h index 9d8cfbb5e796..8e9ac313ca3b 100644 --- a/include/asm-mips/barrier.h +++ b/include/asm-mips/barrier.h | |||
@@ -92,11 +92,25 @@ | |||
92 | #define fast_wmb() __sync() | 92 | #define fast_wmb() __sync() |
93 | #define fast_rmb() __sync() | 93 | #define fast_rmb() __sync() |
94 | #define fast_mb() __sync() | 94 | #define fast_mb() __sync() |
95 | #ifdef CONFIG_SGI_IP28 | ||
96 | #define fast_iob() \ | ||
97 | __asm__ __volatile__( \ | ||
98 | ".set push\n\t" \ | ||
99 | ".set noreorder\n\t" \ | ||
100 | "lw $0,%0\n\t" \ | ||
101 | "sync\n\t" \ | ||
102 | "lw $0,%0\n\t" \ | ||
103 | ".set pop" \ | ||
104 | : /* no output */ \ | ||
105 | : "m" (*(int *)CKSEG1ADDR(0x1fa00004)) \ | ||
106 | : "memory") | ||
107 | #else | ||
95 | #define fast_iob() \ | 108 | #define fast_iob() \ |
96 | do { \ | 109 | do { \ |
97 | __sync(); \ | 110 | __sync(); \ |
98 | __fast_iob(); \ | 111 | __fast_iob(); \ |
99 | } while (0) | 112 | } while (0) |
113 | #endif | ||
100 | 114 | ||
101 | #ifdef CONFIG_CPU_HAS_WB | 115 | #ifdef CONFIG_CPU_HAS_WB |
102 | 116 | ||
diff --git a/include/asm-mips/bitops.h b/include/asm-mips/bitops.h index 642724734eba..9a7274ba6a0b 100644 --- a/include/asm-mips/bitops.h +++ b/include/asm-mips/bitops.h | |||
@@ -82,7 +82,7 @@ static inline void set_bit(unsigned long nr, volatile unsigned long *addr) | |||
82 | "2: b 1b \n" | 82 | "2: b 1b \n" |
83 | " .previous \n" | 83 | " .previous \n" |
84 | : "=&r" (temp), "=m" (*m) | 84 | : "=&r" (temp), "=m" (*m) |
85 | : "ir" (bit), "m" (*m), "r" (~0)); | 85 | : "i" (bit), "m" (*m), "r" (~0)); |
86 | #endif /* CONFIG_CPU_MIPSR2 */ | 86 | #endif /* CONFIG_CPU_MIPSR2 */ |
87 | } else if (cpu_has_llsc) { | 87 | } else if (cpu_has_llsc) { |
88 | __asm__ __volatile__( | 88 | __asm__ __volatile__( |
@@ -147,7 +147,7 @@ static inline void clear_bit(unsigned long nr, volatile unsigned long *addr) | |||
147 | "2: b 1b \n" | 147 | "2: b 1b \n" |
148 | " .previous \n" | 148 | " .previous \n" |
149 | : "=&r" (temp), "=m" (*m) | 149 | : "=&r" (temp), "=m" (*m) |
150 | : "ir" (bit), "m" (*m)); | 150 | : "i" (bit), "m" (*m)); |
151 | #endif /* CONFIG_CPU_MIPSR2 */ | 151 | #endif /* CONFIG_CPU_MIPSR2 */ |
152 | } else if (cpu_has_llsc) { | 152 | } else if (cpu_has_llsc) { |
153 | __asm__ __volatile__( | 153 | __asm__ __volatile__( |
@@ -428,7 +428,7 @@ static inline int test_and_clear_bit(unsigned long nr, | |||
428 | "2: b 1b \n" | 428 | "2: b 1b \n" |
429 | " .previous \n" | 429 | " .previous \n" |
430 | : "=&r" (temp), "=m" (*m), "=&r" (res) | 430 | : "=&r" (temp), "=m" (*m), "=&r" (res) |
431 | : "ri" (bit), "m" (*m) | 431 | : "i" (bit), "m" (*m) |
432 | : "memory"); | 432 | : "memory"); |
433 | #endif | 433 | #endif |
434 | } else if (cpu_has_llsc) { | 434 | } else if (cpu_has_llsc) { |
diff --git a/include/asm-mips/bootinfo.h b/include/asm-mips/bootinfo.h index e031bdff9920..d39e143b4a3c 100644 --- a/include/asm-mips/bootinfo.h +++ b/include/asm-mips/bootinfo.h | |||
@@ -26,13 +26,6 @@ | |||
26 | #define MACH_UNKNOWN 0 /* whatever... */ | 26 | #define MACH_UNKNOWN 0 /* whatever... */ |
27 | 27 | ||
28 | /* | 28 | /* |
29 | * Valid machtype values for group JAZZ | ||
30 | */ | ||
31 | #define MACH_ACER_PICA_61 0 /* Acer PICA-61 (PICA1) */ | ||
32 | #define MACH_MIPS_MAGNUM_4000 1 /* Mips Magnum 4000 "RC4030" */ | ||
33 | #define MACH_OLIVETTI_M700 2 /* Olivetti M700-10 (-15 ??) */ | ||
34 | |||
35 | /* | ||
36 | * Valid machtype for group DEC | 29 | * Valid machtype for group DEC |
37 | */ | 30 | */ |
38 | #define MACH_DSUNKNOWN 0 | 31 | #define MACH_DSUNKNOWN 0 |
@@ -48,42 +41,6 @@ | |||
48 | #define MACH_DS5900 10 /* DECsystem 5900 */ | 41 | #define MACH_DS5900 10 /* DECsystem 5900 */ |
49 | 42 | ||
50 | /* | 43 | /* |
51 | * Valid machtype for group SNI_RM | ||
52 | */ | ||
53 | #define MACH_SNI_RM200_PCI 0 /* RM200/RM300/RM400 PCI series */ | ||
54 | |||
55 | /* | ||
56 | * Valid machtype for group SGI | ||
57 | */ | ||
58 | #define MACH_SGI_IP22 0 /* Indy, Indigo2, Challenge S */ | ||
59 | #define MACH_SGI_IP27 1 /* Origin 200, Origin 2000, Onyx 2 */ | ||
60 | #define MACH_SGI_IP28 2 /* Indigo2 Impact */ | ||
61 | #define MACH_SGI_IP32 3 /* O2 */ | ||
62 | #define MACH_SGI_IP30 4 /* Octane, Octane2 */ | ||
63 | |||
64 | /* | ||
65 | * Valid machtypes for group Toshiba | ||
66 | */ | ||
67 | #define MACH_PALLAS 0 | ||
68 | #define MACH_TOPAS 1 | ||
69 | #define MACH_JMR 2 | ||
70 | #define MACH_TOSHIBA_JMR3927 3 /* JMR-TX3927 CPU/IO board */ | ||
71 | #define MACH_TOSHIBA_RBTX4927 4 | ||
72 | #define MACH_TOSHIBA_RBTX4937 5 | ||
73 | #define MACH_TOSHIBA_RBTX4938 6 | ||
74 | |||
75 | /* | ||
76 | * Valid machtype for group LASAT | ||
77 | */ | ||
78 | #define MACH_LASAT_100 0 /* Masquerade II/SP100/SP50/SP25 */ | ||
79 | #define MACH_LASAT_200 1 /* Masquerade PRO/SP200 */ | ||
80 | |||
81 | /* | ||
82 | * Valid machtype for group NEC EMMA2RH | ||
83 | */ | ||
84 | #define MACH_NEC_MARKEINS 0 /* NEC EMMA2RH Mark-eins */ | ||
85 | |||
86 | /* | ||
87 | * Valid machtype for group PMC-MSP | 44 | * Valid machtype for group PMC-MSP |
88 | */ | 45 | */ |
89 | #define MACH_MSP4200_EVAL 0 /* PMC-Sierra MSP4200 Evaluation */ | 46 | #define MACH_MSP4200_EVAL 0 /* PMC-Sierra MSP4200 Evaluation */ |
diff --git a/include/asm-mips/cpu.h b/include/asm-mips/cpu.h index 1c35cac6f35b..229a786101d9 100644 --- a/include/asm-mips/cpu.h +++ b/include/asm-mips/cpu.h | |||
@@ -66,8 +66,10 @@ | |||
66 | #define PRID_IMP_RM7000 0x2700 | 66 | #define PRID_IMP_RM7000 0x2700 |
67 | #define PRID_IMP_NEVADA 0x2800 /* RM5260 ??? */ | 67 | #define PRID_IMP_NEVADA 0x2800 /* RM5260 ??? */ |
68 | #define PRID_IMP_RM9000 0x3400 | 68 | #define PRID_IMP_RM9000 0x3400 |
69 | #define PRID_IMP_LOONGSON1 0x4200 | ||
69 | #define PRID_IMP_R5432 0x5400 | 70 | #define PRID_IMP_R5432 0x5400 |
70 | #define PRID_IMP_R5500 0x5500 | 71 | #define PRID_IMP_R5500 0x5500 |
72 | #define PRID_IMP_LOONGSON2 0x6300 | ||
71 | 73 | ||
72 | #define PRID_IMP_UNKNOWN 0xff00 | 74 | #define PRID_IMP_UNKNOWN 0xff00 |
73 | 75 | ||
@@ -90,8 +92,6 @@ | |||
90 | #define PRID_IMP_24KE 0x9600 | 92 | #define PRID_IMP_24KE 0x9600 |
91 | #define PRID_IMP_74K 0x9700 | 93 | #define PRID_IMP_74K 0x9700 |
92 | #define PRID_IMP_1004K 0x9900 | 94 | #define PRID_IMP_1004K 0x9900 |
93 | #define PRID_IMP_LOONGSON1 0x4200 | ||
94 | #define PRID_IMP_LOONGSON2 0x6300 | ||
95 | 95 | ||
96 | /* | 96 | /* |
97 | * These are the PRID's for when 23:16 == PRID_COMP_SIBYTE | 97 | * These are the PRID's for when 23:16 == PRID_COMP_SIBYTE |
diff --git a/include/asm-mips/dec/kn05.h b/include/asm-mips/dec/kn05.h index 15fe8f881e60..56d22dc8803a 100644 --- a/include/asm-mips/dec/kn05.h +++ b/include/asm-mips/dec/kn05.h | |||
@@ -6,7 +6,7 @@ | |||
6 | * KN04-CA) and DECsystem 5900/260 (KN05) R4k CPU card MB ASIC | 6 | * KN04-CA) and DECsystem 5900/260 (KN05) R4k CPU card MB ASIC |
7 | * definitions. | 7 | * definitions. |
8 | * | 8 | * |
9 | * Copyright (C) 2002, 2003, 2005 Maciej W. Rozycki | 9 | * Copyright (C) 2002, 2003, 2005, 2008 Maciej W. Rozycki |
10 | * | 10 | * |
11 | * This program is free software; you can redistribute it and/or | 11 | * This program is free software; you can redistribute it and/or |
12 | * modify it under the terms of the GNU General Public License | 12 | * modify it under the terms of the GNU General Public License |
@@ -54,11 +54,11 @@ | |||
54 | */ | 54 | */ |
55 | #define KN4K_MB_INT_TC (1<<0) /* TURBOchannel? */ | 55 | #define KN4K_MB_INT_TC (1<<0) /* TURBOchannel? */ |
56 | #define KN4K_MB_INT_RTC (1<<1) /* RTC? */ | 56 | #define KN4K_MB_INT_RTC (1<<1) /* RTC? */ |
57 | #define KN4K_MB_INT_MT (1<<3) /* ??? */ | 57 | #define KN4K_MB_INT_MT (1<<3) /* I/O ASIC cascade */ |
58 | 58 | ||
59 | /* | 59 | /* |
60 | * Bits for the MB control & status register. | 60 | * Bits for the MB control & status register. |
61 | * Set to 0x00bf8001 on my system by the ROM. | 61 | * Set to 0x00bf8001 for KN05 and to 0x003f8000 for KN04 by the firmware. |
62 | */ | 62 | */ |
63 | #define KN4K_MB_CSR_PF (1<<0) /* PreFetching enable? */ | 63 | #define KN4K_MB_CSR_PF (1<<0) /* PreFetching enable? */ |
64 | #define KN4K_MB_CSR_F (1<<1) /* ??? */ | 64 | #define KN4K_MB_CSR_F (1<<1) /* ??? */ |
@@ -69,7 +69,8 @@ | |||
69 | #define KN4K_MB_CSR_IM (1<<13) /* ??? */ | 69 | #define KN4K_MB_CSR_IM (1<<13) /* ??? */ |
70 | #define KN4K_MB_CSR_NC (1<<14) /* ??? */ | 70 | #define KN4K_MB_CSR_NC (1<<14) /* ??? */ |
71 | #define KN4K_MB_CSR_EE (1<<15) /* (bus) Exception Enable? */ | 71 | #define KN4K_MB_CSR_EE (1<<15) /* (bus) Exception Enable? */ |
72 | #define KN4K_MB_CSR_MSK (0x1f<<16) /* ??? */ | 72 | #define KN4K_MB_CSR_MSK (0x1f<<16) /* CPU Int[4:0] mask */ |
73 | #define KN4K_MB_CSR_FW (1<<21) /* ??? */ | 73 | #define KN4K_MB_CSR_FW (1<<21) /* ??? */ |
74 | #define KN4K_MB_CSR_W (1<<31) /* ??? */ | ||
74 | 75 | ||
75 | #endif /* __ASM_MIPS_DEC_KN05_H */ | 76 | #endif /* __ASM_MIPS_DEC_KN05_H */ |
diff --git a/include/asm-mips/inventory.h b/include/asm-mips/inventory.h deleted file mode 100644 index cc88aed23f0f..000000000000 --- a/include/asm-mips/inventory.h +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | /* | ||
2 | * Miguel de Icaza | ||
3 | */ | ||
4 | #ifndef __ASM_INVENTORY_H | ||
5 | #define __ASM_INVENTORY_H | ||
6 | |||
7 | #include <linux/compiler.h> | ||
8 | |||
9 | typedef struct inventory_s { | ||
10 | struct inventory_s *inv_next; | ||
11 | int inv_class; | ||
12 | int inv_type; | ||
13 | int inv_controller; | ||
14 | int inv_unit; | ||
15 | int inv_state; | ||
16 | } inventory_t; | ||
17 | |||
18 | extern int inventory_items; | ||
19 | |||
20 | extern void add_to_inventory(int class, int type, int controller, int unit, int state); | ||
21 | extern int dump_inventory_to_user(void __user *userbuf, int size); | ||
22 | extern int __init init_inventory(void); | ||
23 | |||
24 | #endif /* __ASM_INVENTORY_H */ | ||
diff --git a/include/asm-mips/io.h b/include/asm-mips/io.h index f18d2816cbec..501a40b9f18d 100644 --- a/include/asm-mips/io.h +++ b/include/asm-mips/io.h | |||
@@ -161,13 +161,6 @@ static inline void * isa_bus_to_virt(unsigned long address) | |||
161 | #define bus_to_virt phys_to_virt | 161 | #define bus_to_virt phys_to_virt |
162 | 162 | ||
163 | /* | 163 | /* |
164 | * isa_slot_offset is the address where E(ISA) busaddress 0 is mapped | ||
165 | * for the processor. This implies the assumption that there is only | ||
166 | * one of these busses. | ||
167 | */ | ||
168 | extern unsigned long isa_slot_offset; | ||
169 | |||
170 | /* | ||
171 | * Change "struct page" to physical address. | 164 | * Change "struct page" to physical address. |
172 | */ | 165 | */ |
173 | #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) | 166 | #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) |
@@ -528,16 +521,6 @@ static inline void memcpy_toio(volatile void __iomem *dst, const void *src, int | |||
528 | } | 521 | } |
529 | 522 | ||
530 | /* | 523 | /* |
531 | * ISA space is 'always mapped' on currently supported MIPS systems, no need | ||
532 | * to explicitly ioremap() it. The fact that the ISA IO space is mapped | ||
533 | * to PAGE_OFFSET is pure coincidence - it does not mean ISA values | ||
534 | * are physical addresses. The following constant pointer can be | ||
535 | * used as the IO-area pointer (it can be iounmapped as well, so the | ||
536 | * analogy with PCI is quite large): | ||
537 | */ | ||
538 | #define __ISA_IO_base ((char *)(isa_slot_offset)) | ||
539 | |||
540 | /* | ||
541 | * The caches on some architectures aren't dma-coherent and have need to | 524 | * The caches on some architectures aren't dma-coherent and have need to |
542 | * handle this in software. There are three types of operations that | 525 | * handle this in software. There are three types of operations that |
543 | * can be applied to dma buffers. | 526 | * can be applied to dma buffers. |
diff --git a/include/asm-mips/lasat/lasat.h b/include/asm-mips/lasat/lasat.h index ea04d9262edc..caeba1e302a2 100644 --- a/include/asm-mips/lasat/lasat.h +++ b/include/asm-mips/lasat/lasat.h | |||
@@ -240,6 +240,8 @@ static inline void lasat_ndelay(unsigned int ns) | |||
240 | __delay(ns / lasat_ndelay_divider); | 240 | __delay(ns / lasat_ndelay_divider); |
241 | } | 241 | } |
242 | 242 | ||
243 | #define IS_LASAT_200() (current_cpu_data.cputype == CPU_R5000) | ||
244 | |||
243 | #endif /* !defined (_LANGUAGE_ASSEMBLY) */ | 245 | #endif /* !defined (_LANGUAGE_ASSEMBLY) */ |
244 | 246 | ||
245 | #define LASAT_SERVICEMODE_MAGIC_1 0xdeadbeef | 247 | #define LASAT_SERVICEMODE_MAGIC_1 0xdeadbeef |
diff --git a/include/asm-mips/mach-atlas/mc146818rtc.h b/include/asm-mips/mach-atlas/mc146818rtc.h deleted file mode 100644 index 51d337e1bbd1..000000000000 --- a/include/asm-mips/mach-atlas/mc146818rtc.h +++ /dev/null | |||
@@ -1,60 +0,0 @@ | |||
1 | /* | ||
2 | * Copyright (C) 1999, 2000, 2005 MIPS Technologies, Inc. | ||
3 | * All rights reserved. | ||
4 | * Authors: Carsten Langgaard <carstenl@mips.com> | ||
5 | * Maciej W. Rozycki <macro@mips.com> | ||
6 | * Copyright (C) 2003, 05 Ralf Baechle (ralf@linux-mips.org) | ||
7 | * | ||
8 | * This program is free software; you can distribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License (Version 2) as | ||
10 | * published by the Free Software Foundation. | ||
11 | * | ||
12 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
13 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
14 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
15 | * for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License along | ||
18 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
19 | * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. | ||
20 | */ | ||
21 | #ifndef __ASM_MACH_ATLAS_MC146818RTC_H | ||
22 | #define __ASM_MACH_ATLAS_MC146818RTC_H | ||
23 | |||
24 | #include <linux/types.h> | ||
25 | |||
26 | #include <asm/addrspace.h> | ||
27 | |||
28 | #include <asm/mips-boards/atlas.h> | ||
29 | #include <asm/mips-boards/atlasint.h> | ||
30 | |||
31 | #define ARCH_RTC_LOCATION | ||
32 | |||
33 | #define RTC_PORT(x) (ATLAS_RTC_ADR_REG + (x) * 8) | ||
34 | #define RTC_IO_EXTENT 0x100 | ||
35 | #define RTC_IOMAPPED 0 | ||
36 | #define RTC_IRQ ATLAS_INT_RTC | ||
37 | |||
38 | static inline unsigned char CMOS_READ(unsigned long addr) | ||
39 | { | ||
40 | volatile u32 *ireg = (void *)CKSEG1ADDR(RTC_PORT(0)); | ||
41 | volatile u32 *dreg = (void *)CKSEG1ADDR(RTC_PORT(1)); | ||
42 | |||
43 | *ireg = addr; | ||
44 | return *dreg; | ||
45 | } | ||
46 | |||
47 | static inline void CMOS_WRITE(unsigned char data, unsigned long addr) | ||
48 | { | ||
49 | volatile u32 *ireg = (void *)CKSEG1ADDR(RTC_PORT(0)); | ||
50 | volatile u32 *dreg = (void *)CKSEG1ADDR(RTC_PORT(1)); | ||
51 | |||
52 | *ireg = addr; | ||
53 | *dreg = data; | ||
54 | } | ||
55 | |||
56 | #define RTC_ALWAYS_BCD 0 | ||
57 | |||
58 | #define mc146818_decode_year(year) ((year) < 70 ? (year) + 2000 : (year) + 1900) | ||
59 | |||
60 | #endif /* __ASM_MACH_ATLAS_MC146818RTC_H */ | ||
diff --git a/include/asm-mips/mach-au1x00/au1100_mmc.h b/include/asm-mips/mach-au1x00/au1100_mmc.h index 9e0028f60a43..c35e20918490 100644 --- a/include/asm-mips/mach-au1x00/au1100_mmc.h +++ b/include/asm-mips/mach-au1x00/au1100_mmc.h | |||
@@ -38,15 +38,15 @@ | |||
38 | #ifndef __ASM_AU1100_MMC_H | 38 | #ifndef __ASM_AU1100_MMC_H |
39 | #define __ASM_AU1100_MMC_H | 39 | #define __ASM_AU1100_MMC_H |
40 | 40 | ||
41 | 41 | #include <linux/leds.h> | |
42 | #define NUM_AU1100_MMC_CONTROLLERS 2 | 42 | |
43 | 43 | struct au1xmmc_platform_data { | |
44 | #if defined(CONFIG_SOC_AU1100) | 44 | int(*cd_setup)(void *mmc_host, int on); |
45 | #define AU1100_SD_IRQ AU1100_SD_INT | 45 | int(*card_inserted)(void *mmc_host); |
46 | #elif defined(CONFIG_SOC_AU1200) | 46 | int(*card_readonly)(void *mmc_host); |
47 | #define AU1100_SD_IRQ AU1200_SD_INT | 47 | void(*set_power)(void *mmc_host, int state); |
48 | #endif | 48 | struct led_classdev *led; |
49 | 49 | }; | |
50 | 50 | ||
51 | #define SD0_BASE 0xB0600000 | 51 | #define SD0_BASE 0xB0600000 |
52 | #define SD1_BASE 0xB0680000 | 52 | #define SD1_BASE 0xB0680000 |
diff --git a/include/asm-mips/mach-db1x00/db1x00.h b/include/asm-mips/mach-db1x00/db1x00.h index 612ae90dbcb8..1a515b8c870f 100644 --- a/include/asm-mips/mach-db1x00/db1x00.h +++ b/include/asm-mips/mach-db1x00/db1x00.h | |||
@@ -146,51 +146,6 @@ typedef volatile struct | |||
146 | ((((VCC) << 2) | ((VPP) << 0)) << ((SLOT) * 8)) | 146 | ((((VCC) << 2) | ((VPP) << 0)) << ((SLOT) * 8)) |
147 | 147 | ||
148 | /* | 148 | /* |
149 | * SD controller macros | ||
150 | */ | ||
151 | |||
152 | /* Detect card. */ | ||
153 | #define mmc_card_inserted(_n_, _res_) \ | ||
154 | do { \ | ||
155 | BCSR * const bcsr = (BCSR *)0xAE000000; \ | ||
156 | unsigned long mmc_wp, board_specific; \ | ||
157 | if ((_n_)) { \ | ||
158 | mmc_wp = BCSR_BOARD_SD1_WP; \ | ||
159 | } else { \ | ||
160 | mmc_wp = BCSR_BOARD_SD0_WP; \ | ||
161 | } \ | ||
162 | board_specific = au_readl((unsigned long)(&bcsr->specific)); \ | ||
163 | if (!(board_specific & mmc_wp)) {/* low means card present */ \ | ||
164 | *(int *)(_res_) = 1; \ | ||
165 | } else { \ | ||
166 | *(int *)(_res_) = 0; \ | ||
167 | } \ | ||
168 | } while (0) | ||
169 | |||
170 | /* | ||
171 | * Apply power to card slot(s). | ||
172 | */ | ||
173 | #define mmc_power_on(_n_) \ | ||
174 | do { \ | ||
175 | BCSR * const bcsr = (BCSR *)0xAE000000; \ | ||
176 | unsigned long mmc_pwr, mmc_wp, board_specific; \ | ||
177 | if ((_n_)) { \ | ||
178 | mmc_pwr = BCSR_BOARD_SD1_PWR; \ | ||
179 | mmc_wp = BCSR_BOARD_SD1_WP; \ | ||
180 | } else { \ | ||
181 | mmc_pwr = BCSR_BOARD_SD0_PWR; \ | ||
182 | mmc_wp = BCSR_BOARD_SD0_WP; \ | ||
183 | } \ | ||
184 | board_specific = au_readl((unsigned long)(&bcsr->specific)); \ | ||
185 | if (!(board_specific & mmc_wp)) {/* low means card present */ \ | ||
186 | board_specific |= mmc_pwr; \ | ||
187 | au_writel(board_specific, (int)(&bcsr->specific)); \ | ||
188 | au_sync(); \ | ||
189 | } \ | ||
190 | } while (0) | ||
191 | |||
192 | |||
193 | /* | ||
194 | * NAND defines | 149 | * NAND defines |
195 | * | 150 | * |
196 | * Timing values as described in databook, * ns value stripped of the | 151 | * Timing values as described in databook, * ns value stripped of the |
diff --git a/include/asm-mips/mach-mips/cpu-feature-overrides.h b/include/asm-mips/mach-malta/cpu-feature-overrides.h index 7f3e3f9bd23a..7f3e3f9bd23a 100644 --- a/include/asm-mips/mach-mips/cpu-feature-overrides.h +++ b/include/asm-mips/mach-malta/cpu-feature-overrides.h | |||
diff --git a/include/asm-mips/mach-mips/irq.h b/include/asm-mips/mach-malta/irq.h index 9b9da26683c2..9b9da26683c2 100644 --- a/include/asm-mips/mach-mips/irq.h +++ b/include/asm-mips/mach-malta/irq.h | |||
diff --git a/include/asm-mips/mach-mips/kernel-entry-init.h b/include/asm-mips/mach-malta/kernel-entry-init.h index 0b793e7bf67e..0b793e7bf67e 100644 --- a/include/asm-mips/mach-mips/kernel-entry-init.h +++ b/include/asm-mips/mach-malta/kernel-entry-init.h | |||
diff --git a/include/asm-mips/mach-mips/mach-gt64120.h b/include/asm-mips/mach-malta/mach-gt64120.h index 0f863148f3b6..0f863148f3b6 100644 --- a/include/asm-mips/mach-mips/mach-gt64120.h +++ b/include/asm-mips/mach-malta/mach-gt64120.h | |||
diff --git a/include/asm-mips/mach-mips/mc146818rtc.h b/include/asm-mips/mach-malta/mc146818rtc.h index ea612f37f614..ea612f37f614 100644 --- a/include/asm-mips/mach-mips/mc146818rtc.h +++ b/include/asm-mips/mach-malta/mc146818rtc.h | |||
diff --git a/include/asm-mips/mach-mips/war.h b/include/asm-mips/mach-malta/war.h index 7c6931d5f45f..7c6931d5f45f 100644 --- a/include/asm-mips/mach-mips/war.h +++ b/include/asm-mips/mach-malta/war.h | |||
diff --git a/include/asm-mips/mach-jmr3927/ioremap.h b/include/asm-mips/mach-tx39xx/ioremap.h index 29989ff10d66..93c6c04ffda3 100644 --- a/include/asm-mips/mach-jmr3927/ioremap.h +++ b/include/asm-mips/mach-tx39xx/ioremap.h | |||
@@ -1,13 +1,13 @@ | |||
1 | /* | 1 | /* |
2 | * include/asm-mips/mach-jmr3927/ioremap.h | 2 | * include/asm-mips/mach-tx39xx/ioremap.h |
3 | * | 3 | * |
4 | * This program is free software; you can redistribute it and/or | 4 | * This program is free software; you can redistribute it and/or |
5 | * modify it under the terms of the GNU General Public License | 5 | * modify it under the terms of the GNU General Public License |
6 | * as published by the Free Software Foundation; either version | 6 | * as published by the Free Software Foundation; either version |
7 | * 2 of the License, or (at your option) any later version. | 7 | * 2 of the License, or (at your option) any later version. |
8 | */ | 8 | */ |
9 | #ifndef __ASM_MACH_JMR3927_IOREMAP_H | 9 | #ifndef __ASM_MACH_TX39XX_IOREMAP_H |
10 | #define __ASM_MACH_JMR3927_IOREMAP_H | 10 | #define __ASM_MACH_TX39XX_IOREMAP_H |
11 | 11 | ||
12 | #include <linux/types.h> | 12 | #include <linux/types.h> |
13 | 13 | ||
@@ -35,4 +35,4 @@ static inline int plat_iounmap(const volatile void __iomem *addr) | |||
35 | return (unsigned long)addr >= TXX9_DIRECTMAP_BASE; | 35 | return (unsigned long)addr >= TXX9_DIRECTMAP_BASE; |
36 | } | 36 | } |
37 | 37 | ||
38 | #endif /* __ASM_MACH_JMR3927_IOREMAP_H */ | 38 | #endif /* __ASM_MACH_TX39XX_IOREMAP_H */ |
diff --git a/include/asm-mips/mach-jmr3927/mangle-port.h b/include/asm-mips/mach-tx39xx/mangle-port.h index 11bffcd1043b..ef0b502fd8b7 100644 --- a/include/asm-mips/mach-jmr3927/mangle-port.h +++ b/include/asm-mips/mach-tx39xx/mangle-port.h | |||
@@ -1,7 +1,12 @@ | |||
1 | #ifndef __ASM_MACH_JMR3927_MANGLE_PORT_H | 1 | #ifndef __ASM_MACH_TX39XX_MANGLE_PORT_H |
2 | #define __ASM_MACH_JMR3927_MANGLE_PORT_H | 2 | #define __ASM_MACH_TX39XX_MANGLE_PORT_H |
3 | 3 | ||
4 | extern unsigned long __swizzle_addr_b(unsigned long port); | 4 | #if defined(CONFIG_TOSHIBA_JMR3927) |
5 | extern unsigned long (*__swizzle_addr_b)(unsigned long port); | ||
6 | #define NEEDS_TXX9_SWIZZLE_ADDR_B | ||
7 | #else | ||
8 | #define __swizzle_addr_b(port) (port) | ||
9 | #endif | ||
5 | #define __swizzle_addr_w(port) (port) | 10 | #define __swizzle_addr_w(port) (port) |
6 | #define __swizzle_addr_l(port) (port) | 11 | #define __swizzle_addr_l(port) (port) |
7 | #define __swizzle_addr_q(port) (port) | 12 | #define __swizzle_addr_q(port) (port) |
@@ -15,4 +20,4 @@ extern unsigned long __swizzle_addr_b(unsigned long port); | |||
15 | #define ioswabq(a, x) le64_to_cpu(x) | 20 | #define ioswabq(a, x) le64_to_cpu(x) |
16 | #define __mem_ioswabq(a, x) (x) | 21 | #define __mem_ioswabq(a, x) (x) |
17 | 22 | ||
18 | #endif /* __ASM_MACH_JMR3927_MANGLE_PORT_H */ | 23 | #endif /* __ASM_MACH_TX39XX_MANGLE_PORT_H */ |
diff --git a/include/asm-mips/mach-jmr3927/war.h b/include/asm-mips/mach-tx39xx/war.h index 1ff55fb3fbcb..433814616359 100644 --- a/include/asm-mips/mach-jmr3927/war.h +++ b/include/asm-mips/mach-tx39xx/war.h | |||
@@ -5,8 +5,8 @@ | |||
5 | * | 5 | * |
6 | * Copyright (C) 2002, 2004, 2007 by Ralf Baechle <ralf@linux-mips.org> | 6 | * Copyright (C) 2002, 2004, 2007 by Ralf Baechle <ralf@linux-mips.org> |
7 | */ | 7 | */ |
8 | #ifndef __ASM_MIPS_MACH_JMR3927_WAR_H | 8 | #ifndef __ASM_MIPS_MACH_TX39XX_WAR_H |
9 | #define __ASM_MIPS_MACH_JMR3927_WAR_H | 9 | #define __ASM_MIPS_MACH_TX39XX_WAR_H |
10 | 10 | ||
11 | #define R4600_V1_INDEX_ICACHEOP_WAR 0 | 11 | #define R4600_V1_INDEX_ICACHEOP_WAR 0 |
12 | #define R4600_V1_HIT_CACHEOP_WAR 0 | 12 | #define R4600_V1_HIT_CACHEOP_WAR 0 |
@@ -22,4 +22,4 @@ | |||
22 | #define R10000_LLSC_WAR 0 | 22 | #define R10000_LLSC_WAR 0 |
23 | #define MIPS34K_MISSED_ITLB_WAR 0 | 23 | #define MIPS34K_MISSED_ITLB_WAR 0 |
24 | 24 | ||
25 | #endif /* __ASM_MIPS_MACH_JMR3927_WAR_H */ | 25 | #endif /* __ASM_MIPS_MACH_TX39XX_WAR_H */ |
diff --git a/include/asm-mips/mach-vr41xx/irq.h b/include/asm-mips/mach-vr41xx/irq.h index 848812296052..862058d3f81b 100644 --- a/include/asm-mips/mach-vr41xx/irq.h +++ b/include/asm-mips/mach-vr41xx/irq.h | |||
@@ -2,9 +2,6 @@ | |||
2 | #define __ASM_MACH_VR41XX_IRQ_H | 2 | #define __ASM_MACH_VR41XX_IRQ_H |
3 | 3 | ||
4 | #include <asm/vr41xx/irq.h> /* for MIPS_CPU_IRQ_BASE */ | 4 | #include <asm/vr41xx/irq.h> /* for MIPS_CPU_IRQ_BASE */ |
5 | #ifdef CONFIG_NEC_CMBVR4133 | ||
6 | #include <asm/vr41xx/cmbvr4133.h> /* for I8259A_IRQ_BASE */ | ||
7 | #endif | ||
8 | 5 | ||
9 | #include_next <irq.h> | 6 | #include_next <irq.h> |
10 | 7 | ||
diff --git a/include/asm-mips/mips-boards/generic.h b/include/asm-mips/mips-boards/generic.h index 33407bee4e73..7f0b034dd9a5 100644 --- a/include/asm-mips/mips-boards/generic.h +++ b/include/asm-mips/mips-boards/generic.h | |||
@@ -27,12 +27,8 @@ | |||
27 | /* | 27 | /* |
28 | * Display register base. | 28 | * Display register base. |
29 | */ | 29 | */ |
30 | #ifdef CONFIG_MIPS_SEAD | ||
31 | #define ASCII_DISPLAY_POS_BASE 0x1f0005c0 | ||
32 | #else | ||
33 | #define ASCII_DISPLAY_WORD_BASE 0x1f000410 | 30 | #define ASCII_DISPLAY_WORD_BASE 0x1f000410 |
34 | #define ASCII_DISPLAY_POS_BASE 0x1f000418 | 31 | #define ASCII_DISPLAY_POS_BASE 0x1f000418 |
35 | #endif | ||
36 | 32 | ||
37 | 33 | ||
38 | /* | 34 | /* |
@@ -44,13 +40,8 @@ | |||
44 | /* | 40 | /* |
45 | * Reset register. | 41 | * Reset register. |
46 | */ | 42 | */ |
47 | #ifdef CONFIG_MIPS_SEAD | ||
48 | #define SOFTRES_REG 0x1e800050 | ||
49 | #define GORESET 0x4d | ||
50 | #else | ||
51 | #define SOFTRES_REG 0x1f000500 | 43 | #define SOFTRES_REG 0x1f000500 |
52 | #define GORESET 0x42 | 44 | #define GORESET 0x42 |
53 | #endif | ||
54 | 45 | ||
55 | /* | 46 | /* |
56 | * Revision register. | 47 | * Revision register. |
diff --git a/include/asm-mips/namei.h b/include/asm-mips/namei.h index c94d12d1f868..a6605a752469 100644 --- a/include/asm-mips/namei.h +++ b/include/asm-mips/namei.h | |||
@@ -1,26 +1,11 @@ | |||
1 | #ifndef _ASM_NAMEI_H | 1 | #ifndef _ASM_NAMEI_H |
2 | #define _ASM_NAMEI_H | 2 | #define _ASM_NAMEI_H |
3 | 3 | ||
4 | #include <linux/personality.h> | 4 | /* |
5 | #include <linux/stddef.h> | 5 | * This dummy routine maybe changed to something useful |
6 | * for /usr/gnemul/ emulation stuff. | ||
7 | */ | ||
6 | 8 | ||
7 | #define IRIX_EMUL "/usr/gnemul/irix/" | 9 | #define __emul_prefix() NULL |
8 | #define RISCOS_EMUL "/usr/gnemul/riscos/" | ||
9 | |||
10 | static inline char *__emul_prefix(void) | ||
11 | { | ||
12 | switch (current->personality) { | ||
13 | case PER_IRIX32: | ||
14 | case PER_IRIXN32: | ||
15 | case PER_IRIX64: | ||
16 | return IRIX_EMUL; | ||
17 | |||
18 | case PER_RISCOS: | ||
19 | return RISCOS_EMUL; | ||
20 | |||
21 | default: | ||
22 | return NULL; | ||
23 | } | ||
24 | } | ||
25 | 10 | ||
26 | #endif /* _ASM_NAMEI_H */ | 11 | #endif /* _ASM_NAMEI_H */ |
diff --git a/include/asm-mips/pci.h b/include/asm-mips/pci.h index 301ff2f28012..d3be83436070 100644 --- a/include/asm-mips/pci.h +++ b/include/asm-mips/pci.h | |||
@@ -172,4 +172,7 @@ static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel) | |||
172 | return channel ? 15 : 14; | 172 | return channel ? 15 : 14; |
173 | } | 173 | } |
174 | 174 | ||
175 | extern int pci_probe_only; | ||
176 | extern unsigned int pcibios_max_latency; | ||
177 | |||
175 | #endif /* _ASM_PCI_H */ | 178 | #endif /* _ASM_PCI_H */ |
diff --git a/include/asm-mips/prctl.h b/include/asm-mips/prctl.h deleted file mode 100644 index 8121a9a75bfd..000000000000 --- a/include/asm-mips/prctl.h +++ /dev/null | |||
@@ -1,41 +0,0 @@ | |||
1 | /* | ||
2 | * IRIX prctl interface | ||
3 | * | ||
4 | * The IRIX kernel maps a page at PRDA_ADDRESS with the | ||
5 | * contents of prda and fills it the bits on prda_sys. | ||
6 | */ | ||
7 | |||
8 | #ifndef __PRCTL_H__ | ||
9 | #define __PRCTL_H__ | ||
10 | |||
11 | #define PRDA_ADDRESS 0x200000L | ||
12 | #define PRDA ((struct prda *) PRDA_ADDRESS) | ||
13 | |||
14 | struct prda_sys { | ||
15 | pid_t t_pid; | ||
16 | u32 t_hint; | ||
17 | u32 t_dlactseq; | ||
18 | u32 t_fpflags; | ||
19 | u32 t_prid; /* processor type, $prid CP0 register */ | ||
20 | u32 t_dlendseq; | ||
21 | u64 t_unused1[5]; | ||
22 | pid_t t_rpid; | ||
23 | s32 t_resched; | ||
24 | u32 t_unused[8]; | ||
25 | u32 t_cpu; /* current/last cpu */ | ||
26 | |||
27 | /* FIXME: The signal information, not supported by Linux now */ | ||
28 | u32 t_flags; /* if true, then the sigprocmask is in userspace */ | ||
29 | u32 t_sigprocmask [1]; /* the sigprocmask */ | ||
30 | }; | ||
31 | |||
32 | struct prda { | ||
33 | char fill [0xe00]; | ||
34 | struct prda_sys prda_sys; | ||
35 | }; | ||
36 | |||
37 | #define t_sys prda_sys | ||
38 | |||
39 | ptrdiff_t prctl(int op, int v1, int v2); | ||
40 | |||
41 | #endif | ||
diff --git a/include/asm-mips/setup.h b/include/asm-mips/setup.h index 70009a902639..883f59bfa097 100644 --- a/include/asm-mips/setup.h +++ b/include/asm-mips/setup.h | |||
@@ -3,4 +3,6 @@ | |||
3 | 3 | ||
4 | #define COMMAND_LINE_SIZE 256 | 4 | #define COMMAND_LINE_SIZE 256 |
5 | 5 | ||
6 | extern void setup_early_printk(void); | ||
7 | |||
6 | #endif /* __SETUP_H */ | 8 | #endif /* __SETUP_H */ |
diff --git a/include/asm-mips/signal.h b/include/asm-mips/signal.h index 7a28989f7ee3..bee5153aca48 100644 --- a/include/asm-mips/signal.h +++ b/include/asm-mips/signal.h | |||
@@ -119,9 +119,6 @@ struct sigaction { | |||
119 | 119 | ||
120 | struct k_sigaction { | 120 | struct k_sigaction { |
121 | struct sigaction sa; | 121 | struct sigaction sa; |
122 | #ifdef CONFIG_BINFMT_IRIX | ||
123 | void (*sa_restorer)(void); | ||
124 | #endif | ||
125 | }; | 122 | }; |
126 | 123 | ||
127 | /* IRIX compatible stack_t */ | 124 | /* IRIX compatible stack_t */ |
diff --git a/include/asm-mips/traps.h b/include/asm-mips/traps.h index e5dbde625ec2..90ff2f497c50 100644 --- a/include/asm-mips/traps.h +++ b/include/asm-mips/traps.h | |||
@@ -24,6 +24,5 @@ extern int (*board_be_handler)(struct pt_regs *regs, int is_fixup); | |||
24 | extern void (*board_nmi_handler_setup)(void); | 24 | extern void (*board_nmi_handler_setup)(void); |
25 | extern void (*board_ejtag_handler_setup)(void); | 25 | extern void (*board_ejtag_handler_setup)(void); |
26 | extern void (*board_bind_eic_interrupt)(int irq, int regset); | 26 | extern void (*board_bind_eic_interrupt)(int irq, int regset); |
27 | extern void (*board_watchpoint_handler)(struct pt_regs *regs); | ||
28 | 27 | ||
29 | #endif /* _ASM_TRAPS_H */ | 28 | #endif /* _ASM_TRAPS_H */ |
diff --git a/include/asm-mips/tx4927/tx4927.h b/include/asm-mips/tx4927/tx4927.h deleted file mode 100644 index 193e80a17c12..000000000000 --- a/include/asm-mips/tx4927/tx4927.h +++ /dev/null | |||
@@ -1,46 +0,0 @@ | |||
1 | /* | ||
2 | * Author: MontaVista Software, Inc. | ||
3 | * source@mvista.com | ||
4 | * | ||
5 | * Copyright 2001-2006 MontaVista Software Inc. | ||
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published by the | ||
9 | * Free Software Foundation; either version 2 of the License, or (at your | ||
10 | * option) any later version. | ||
11 | * | ||
12 | * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED | ||
13 | * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | ||
14 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | ||
15 | * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, | ||
16 | * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | ||
17 | * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | ||
18 | * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | ||
19 | * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR | ||
20 | * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE | ||
21 | * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
22 | * | ||
23 | * You should have received a copy of the GNU General Public License along | ||
24 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
25 | * 675 Mass Ave, Cambridge, MA 02139, USA. | ||
26 | */ | ||
27 | #ifndef __ASM_TX4927_TX4927_H | ||
28 | #define __ASM_TX4927_TX4927_H | ||
29 | |||
30 | #include <asm/txx9irq.h> | ||
31 | |||
32 | #define TX4927_IRQ_CP0_BEG MIPS_CPU_IRQ_BASE | ||
33 | #define TX4927_IRQ_CP0_END (MIPS_CPU_IRQ_BASE + 8 - 1) | ||
34 | |||
35 | #define TX4927_IRQ_PIC_BEG TXX9_IRQ_BASE | ||
36 | #define TX4927_IRQ_PIC_END (TXX9_IRQ_BASE + TXx9_MAX_IR - 1) | ||
37 | |||
38 | |||
39 | #define TX4927_IRQ_USER0 (TX4927_IRQ_CP0_BEG+0) | ||
40 | #define TX4927_IRQ_USER1 (TX4927_IRQ_CP0_BEG+1) | ||
41 | #define TX4927_IRQ_NEST_PIC_ON_CP0 (TX4927_IRQ_CP0_BEG+2) | ||
42 | #define TX4927_IRQ_CPU_TIMER (TX4927_IRQ_CP0_BEG+7) | ||
43 | |||
44 | #define TX4927_IRQ_NEST_EXT_ON_PIC (TX4927_IRQ_PIC_BEG+3) | ||
45 | |||
46 | #endif /* __ASM_TX4927_TX4927_H */ | ||
diff --git a/include/asm-mips/tx4927/tx4927_pci.h b/include/asm-mips/tx4927/tx4927_pci.h deleted file mode 100644 index 0be77df70f2b..000000000000 --- a/include/asm-mips/tx4927/tx4927_pci.h +++ /dev/null | |||
@@ -1,268 +0,0 @@ | |||
1 | /* | ||
2 | * This file is subject to the terms and conditions of the GNU General Public | ||
3 | * License. See the file "COPYING" in the main directory of this archive | ||
4 | * for more details. | ||
5 | * | ||
6 | * Copyright (C) 2000-2001 Toshiba Corporation | ||
7 | */ | ||
8 | #ifndef __ASM_TX4927_TX4927_PCI_H | ||
9 | #define __ASM_TX4927_TX4927_PCI_H | ||
10 | |||
11 | #define TX4927_CCFG_TOE 0x00004000 | ||
12 | #define TX4927_CCFG_WR 0x00008000 | ||
13 | #define TX4927_CCFG_TINTDIS 0x01000000 | ||
14 | |||
15 | #define TX4927_PCIMEM 0x08000000 | ||
16 | #define TX4927_PCIMEM_SIZE 0x08000000 | ||
17 | #define TX4927_PCIIO 0x16000000 | ||
18 | #define TX4927_PCIIO_SIZE 0x01000000 | ||
19 | |||
20 | #define TX4927_SDRAMC_REG 0xff1f8000 | ||
21 | #define TX4927_EBUSC_REG 0xff1f9000 | ||
22 | #define TX4927_PCIC_REG 0xff1fd000 | ||
23 | #define TX4927_CCFG_REG 0xff1fe000 | ||
24 | #define TX4927_IRC_REG 0xff1ff600 | ||
25 | #define TX4927_NR_TMR 3 | ||
26 | #define TX4927_TMR_REG(ch) (0xff1ff000 + (ch) * 0x100) | ||
27 | #define TX4927_CE3 0x17f00000 /* 1M */ | ||
28 | #define TX4927_PCIRESET_ADDR 0xbc00f006 | ||
29 | #define TX4927_PCI_CLK_ADDR (KSEG1 + TX4927_CE3 + 0x00040020) | ||
30 | |||
31 | #define TX4927_IMSTAT_ADDR(n) (KSEG1 + TX4927_CE3 + 0x0004001a + (n)) | ||
32 | #define tx4927_imstat_ptr(n) \ | ||
33 | ((volatile unsigned char *)TX4927_IMSTAT_ADDR(n)) | ||
34 | |||
35 | /* bits for ISTAT3/IMASK3/IMSTAT3 */ | ||
36 | #define TX4927_INT3B_PCID 0 | ||
37 | #define TX4927_INT3B_PCIC 1 | ||
38 | #define TX4927_INT3B_PCIB 2 | ||
39 | #define TX4927_INT3B_PCIA 3 | ||
40 | #define TX4927_INT3F_PCID (1 << TX4927_INT3B_PCID) | ||
41 | #define TX4927_INT3F_PCIC (1 << TX4927_INT3B_PCIC) | ||
42 | #define TX4927_INT3F_PCIB (1 << TX4927_INT3B_PCIB) | ||
43 | #define TX4927_INT3F_PCIA (1 << TX4927_INT3B_PCIA) | ||
44 | |||
45 | /* bits for PCI_CLK (S6) */ | ||
46 | #define TX4927_PCI_CLK_HOST 0x80 | ||
47 | #define TX4927_PCI_CLK_MASK (0x0f << 3) | ||
48 | #define TX4927_PCI_CLK_33 (0x01 << 3) | ||
49 | #define TX4927_PCI_CLK_25 (0x04 << 3) | ||
50 | #define TX4927_PCI_CLK_66 (0x09 << 3) | ||
51 | #define TX4927_PCI_CLK_50 (0x0c << 3) | ||
52 | #define TX4927_PCI_CLK_ACK 0x04 | ||
53 | #define TX4927_PCI_CLK_ACE 0x02 | ||
54 | #define TX4927_PCI_CLK_ENDIAN 0x01 | ||
55 | #define TX4927_NR_IRQ_LOCAL TX4927_IRQ_PIC_BEG | ||
56 | #define TX4927_NR_IRQ_IRC 32 /* On-Chip IRC */ | ||
57 | |||
58 | #define TX4927_IR_PCIC 16 | ||
59 | #define TX4927_IR_PCIERR 22 | ||
60 | #define TX4927_IR_PCIPMA 23 | ||
61 | #define TX4927_IRQ_IRC_PCIC (TX4927_NR_IRQ_LOCAL + TX4927_IR_PCIC) | ||
62 | #define TX4927_IRQ_IRC_PCIERR (TX4927_NR_IRQ_LOCAL + TX4927_IR_PCIERR) | ||
63 | #define TX4927_IRQ_IOC1 (TX4927_NR_IRQ_LOCAL + TX4927_NR_IRQ_IRC) | ||
64 | #define TX4927_IRQ_IOC_PCID (TX4927_IRQ_IOC1 + TX4927_INT3B_PCID) | ||
65 | #define TX4927_IRQ_IOC_PCIC (TX4927_IRQ_IOC1 + TX4927_INT3B_PCIC) | ||
66 | #define TX4927_IRQ_IOC_PCIB (TX4927_IRQ_IOC1 + TX4927_INT3B_PCIB) | ||
67 | #define TX4927_IRQ_IOC_PCIA (TX4927_IRQ_IOC1 + TX4927_INT3B_PCIA) | ||
68 | |||
69 | #ifdef _LANGUAGE_ASSEMBLY | ||
70 | #define _CONST64(c) c | ||
71 | #else | ||
72 | #define _CONST64(c) c##ull | ||
73 | |||
74 | #include <asm/byteorder.h> | ||
75 | |||
76 | #define tx4927_pcireset_ptr \ | ||
77 | ((volatile unsigned char *)TX4927_PCIRESET_ADDR) | ||
78 | #define tx4927_pci_clk_ptr \ | ||
79 | ((volatile unsigned char *)TX4927_PCI_CLK_ADDR) | ||
80 | |||
81 | struct tx4927_sdramc_reg { | ||
82 | volatile unsigned long long cr[4]; | ||
83 | volatile unsigned long long unused0[4]; | ||
84 | volatile unsigned long long tr; | ||
85 | volatile unsigned long long unused1[2]; | ||
86 | volatile unsigned long long cmd; | ||
87 | }; | ||
88 | |||
89 | struct tx4927_ebusc_reg { | ||
90 | volatile unsigned long long cr[8]; | ||
91 | }; | ||
92 | |||
93 | struct tx4927_ccfg_reg { | ||
94 | volatile unsigned long long ccfg; | ||
95 | volatile unsigned long long crir; | ||
96 | volatile unsigned long long pcfg; | ||
97 | volatile unsigned long long tear; | ||
98 | volatile unsigned long long clkctr; | ||
99 | volatile unsigned long long unused0; | ||
100 | volatile unsigned long long garbc; | ||
101 | volatile unsigned long long unused1; | ||
102 | volatile unsigned long long unused2; | ||
103 | volatile unsigned long long ramp; | ||
104 | }; | ||
105 | |||
106 | struct tx4927_pcic_reg { | ||
107 | volatile unsigned long pciid; | ||
108 | volatile unsigned long pcistatus; | ||
109 | volatile unsigned long pciccrev; | ||
110 | volatile unsigned long pcicfg1; | ||
111 | volatile unsigned long p2gm0plbase; /* +10 */ | ||
112 | volatile unsigned long p2gm0pubase; | ||
113 | volatile unsigned long p2gm1plbase; | ||
114 | volatile unsigned long p2gm1pubase; | ||
115 | volatile unsigned long p2gm2pbase; /* +20 */ | ||
116 | volatile unsigned long p2giopbase; | ||
117 | volatile unsigned long unused0; | ||
118 | volatile unsigned long pcisid; | ||
119 | volatile unsigned long unused1; /* +30 */ | ||
120 | volatile unsigned long pcicapptr; | ||
121 | volatile unsigned long unused2; | ||
122 | volatile unsigned long pcicfg2; | ||
123 | volatile unsigned long g2ptocnt; /* +40 */ | ||
124 | volatile unsigned long unused3[15]; | ||
125 | volatile unsigned long g2pstatus; /* +80 */ | ||
126 | volatile unsigned long g2pmask; | ||
127 | volatile unsigned long pcisstatus; | ||
128 | volatile unsigned long pcimask; | ||
129 | volatile unsigned long p2gcfg; /* +90 */ | ||
130 | volatile unsigned long p2gstatus; | ||
131 | volatile unsigned long p2gmask; | ||
132 | volatile unsigned long p2gccmd; | ||
133 | volatile unsigned long unused4[24]; /* +a0 */ | ||
134 | volatile unsigned long pbareqport; /* +100 */ | ||
135 | volatile unsigned long pbacfg; | ||
136 | volatile unsigned long pbastatus; | ||
137 | volatile unsigned long pbamask; | ||
138 | volatile unsigned long pbabm; /* +110 */ | ||
139 | volatile unsigned long pbacreq; | ||
140 | volatile unsigned long pbacgnt; | ||
141 | volatile unsigned long pbacstate; | ||
142 | volatile unsigned long long g2pmgbase[3]; /* +120 */ | ||
143 | volatile unsigned long long g2piogbase; | ||
144 | volatile unsigned long g2pmmask[3]; /* +140 */ | ||
145 | volatile unsigned long g2piomask; | ||
146 | volatile unsigned long long g2pmpbase[3]; /* +150 */ | ||
147 | volatile unsigned long long g2piopbase; | ||
148 | volatile unsigned long pciccfg; /* +170 */ | ||
149 | volatile unsigned long pcicstatus; | ||
150 | volatile unsigned long pcicmask; | ||
151 | volatile unsigned long unused5; | ||
152 | volatile unsigned long long p2gmgbase[3]; /* +180 */ | ||
153 | volatile unsigned long long p2giogbase; | ||
154 | volatile unsigned long g2pcfgadrs; /* +1a0 */ | ||
155 | volatile unsigned long g2pcfgdata; | ||
156 | volatile unsigned long unused6[8]; | ||
157 | volatile unsigned long g2pintack; | ||
158 | volatile unsigned long g2pspc; | ||
159 | volatile unsigned long unused7[12]; /* +1d0 */ | ||
160 | volatile unsigned long long pdmca; /* +200 */ | ||
161 | volatile unsigned long long pdmga; | ||
162 | volatile unsigned long long pdmpa; | ||
163 | volatile unsigned long long pdmcut; | ||
164 | volatile unsigned long long pdmcnt; /* +220 */ | ||
165 | volatile unsigned long long pdmsts; | ||
166 | volatile unsigned long long unused8[2]; | ||
167 | volatile unsigned long long pdmdb[4]; /* +240 */ | ||
168 | volatile unsigned long long pdmtdh; /* +260 */ | ||
169 | volatile unsigned long long pdmdms; | ||
170 | }; | ||
171 | |||
172 | #endif /* _LANGUAGE_ASSEMBLY */ | ||
173 | |||
174 | /* | ||
175 | * PCIC | ||
176 | */ | ||
177 | |||
178 | /* bits for G2PSTATUS/G2PMASK */ | ||
179 | #define TX4927_PCIC_G2PSTATUS_ALL 0x00000003 | ||
180 | #define TX4927_PCIC_G2PSTATUS_TTOE 0x00000002 | ||
181 | #define TX4927_PCIC_G2PSTATUS_RTOE 0x00000001 | ||
182 | |||
183 | /* bits for PCIMASK (see also PCI_STATUS_XXX in linux/pci.h */ | ||
184 | #define TX4927_PCIC_PCISTATUS_ALL 0x0000f900 | ||
185 | |||
186 | /* bits for PBACFG */ | ||
187 | #define TX4927_PCIC_PBACFG_RPBA 0x00000004 | ||
188 | #define TX4927_PCIC_PBACFG_PBAEN 0x00000002 | ||
189 | #define TX4927_PCIC_PBACFG_BMCEN 0x00000001 | ||
190 | |||
191 | /* bits for G2PMnGBASE */ | ||
192 | #define TX4927_PCIC_G2PMnGBASE_BSDIS _CONST64(0x0000002000000000) | ||
193 | #define TX4927_PCIC_G2PMnGBASE_ECHG _CONST64(0x0000001000000000) | ||
194 | |||
195 | /* bits for G2PIOGBASE */ | ||
196 | #define TX4927_PCIC_G2PIOGBASE_BSDIS _CONST64(0x0000002000000000) | ||
197 | #define TX4927_PCIC_G2PIOGBASE_ECHG _CONST64(0x0000001000000000) | ||
198 | |||
199 | /* bits for PCICSTATUS/PCICMASK */ | ||
200 | #define TX4927_PCIC_PCICSTATUS_ALL 0x000007dc | ||
201 | |||
202 | /* bits for PCICCFG */ | ||
203 | #define TX4927_PCIC_PCICCFG_LBWC_MASK 0x0fff0000 | ||
204 | #define TX4927_PCIC_PCICCFG_HRST 0x00000800 | ||
205 | #define TX4927_PCIC_PCICCFG_SRST 0x00000400 | ||
206 | #define TX4927_PCIC_PCICCFG_IRBER 0x00000200 | ||
207 | #define TX4927_PCIC_PCICCFG_IMSE0 0x00000100 | ||
208 | #define TX4927_PCIC_PCICCFG_IMSE1 0x00000080 | ||
209 | #define TX4927_PCIC_PCICCFG_IMSE2 0x00000040 | ||
210 | #define TX4927_PCIC_PCICCFG_IISE 0x00000020 | ||
211 | #define TX4927_PCIC_PCICCFG_ATR 0x00000010 | ||
212 | #define TX4927_PCIC_PCICCFG_ICAE 0x00000008 | ||
213 | |||
214 | /* bits for P2GMnGBASE */ | ||
215 | #define TX4927_PCIC_P2GMnGBASE_TMEMEN _CONST64(0x0000004000000000) | ||
216 | #define TX4927_PCIC_P2GMnGBASE_TBSDIS _CONST64(0x0000002000000000) | ||
217 | #define TX4927_PCIC_P2GMnGBASE_TECHG _CONST64(0x0000001000000000) | ||
218 | |||
219 | /* bits for P2GIOGBASE */ | ||
220 | #define TX4927_PCIC_P2GIOGBASE_TIOEN _CONST64(0x0000004000000000) | ||
221 | #define TX4927_PCIC_P2GIOGBASE_TBSDIS _CONST64(0x0000002000000000) | ||
222 | #define TX4927_PCIC_P2GIOGBASE_TECHG _CONST64(0x0000001000000000) | ||
223 | |||
224 | #define TX4927_PCIC_IDSEL_AD_TO_SLOT(ad) ((ad) - 11) | ||
225 | #define TX4927_PCIC_MAX_DEVNU TX4927_PCIC_IDSEL_AD_TO_SLOT(32) | ||
226 | |||
227 | /* | ||
228 | * CCFG | ||
229 | */ | ||
230 | /* CCFG : Chip Configuration */ | ||
231 | #define TX4927_CCFG_PCI66 0x00800000 | ||
232 | #define TX4927_CCFG_PCIMIDE 0x00400000 | ||
233 | #define TX4927_CCFG_PCIXARB 0x00002000 | ||
234 | #define TX4927_CCFG_PCIDIVMODE_MASK 0x00001800 | ||
235 | #define TX4927_CCFG_PCIDIVMODE_2_5 0x00000000 | ||
236 | #define TX4927_CCFG_PCIDIVMODE_3 0x00000800 | ||
237 | #define TX4927_CCFG_PCIDIVMODE_5 0x00001000 | ||
238 | #define TX4927_CCFG_PCIDIVMODE_6 0x00001800 | ||
239 | |||
240 | #define TX4937_CCFG_PCIDIVMODE_MASK 0x00001c00 | ||
241 | #define TX4937_CCFG_PCIDIVMODE_8 0x00000000 | ||
242 | #define TX4937_CCFG_PCIDIVMODE_4 0x00000400 | ||
243 | #define TX4937_CCFG_PCIDIVMODE_9 0x00000800 | ||
244 | #define TX4937_CCFG_PCIDIVMODE_4_5 0x00000c00 | ||
245 | #define TX4937_CCFG_PCIDIVMODE_10 0x00001000 | ||
246 | #define TX4937_CCFG_PCIDIVMODE_5 0x00001400 | ||
247 | #define TX4937_CCFG_PCIDIVMODE_11 0x00001800 | ||
248 | #define TX4937_CCFG_PCIDIVMODE_5_5 0x00001c00 | ||
249 | |||
250 | /* PCFG : Pin Configuration */ | ||
251 | #define TX4927_PCFG_PCICLKEN_ALL 0x003f0000 | ||
252 | #define TX4927_PCFG_PCICLKEN(ch) (0x00010000<<(ch)) | ||
253 | |||
254 | /* CLKCTR : Clock Control */ | ||
255 | #define TX4927_CLKCTR_PCICKD 0x00400000 | ||
256 | #define TX4927_CLKCTR_PCIRST 0x00000040 | ||
257 | |||
258 | |||
259 | #ifndef _LANGUAGE_ASSEMBLY | ||
260 | |||
261 | #define tx4927_sdramcptr ((struct tx4927_sdramc_reg *)TX4927_SDRAMC_REG) | ||
262 | #define tx4927_pcicptr ((struct tx4927_pcic_reg *)TX4927_PCIC_REG) | ||
263 | #define tx4927_ccfgptr ((struct tx4927_ccfg_reg *)TX4927_CCFG_REG) | ||
264 | #define tx4927_ebuscptr ((struct tx4927_ebusc_reg *)TX4927_EBUSC_REG) | ||
265 | |||
266 | #endif /* _LANGUAGE_ASSEMBLY */ | ||
267 | |||
268 | #endif /* __ASM_TX4927_TX4927_PCI_H */ | ||
diff --git a/include/asm-mips/txx9/generic.h b/include/asm-mips/txx9/generic.h new file mode 100644 index 000000000000..d8756660523d --- /dev/null +++ b/include/asm-mips/txx9/generic.h | |||
@@ -0,0 +1,41 @@ | |||
1 | /* | ||
2 | * linux/include/asm-mips/txx9/generic.h | ||
3 | * | ||
4 | * This file is subject to the terms and conditions of the GNU General Public | ||
5 | * License. See the file "COPYING" in the main directory of this archive | ||
6 | * for more details. | ||
7 | */ | ||
8 | #ifndef __ASM_TXX9_GENERIC_H | ||
9 | #define __ASM_TXX9_GENERIC_H | ||
10 | |||
11 | #include <linux/init.h> | ||
12 | #include <linux/ioport.h> /* for struct resource */ | ||
13 | |||
14 | extern struct resource txx9_ce_res[]; | ||
15 | extern char txx9_pcode_str[8]; | ||
16 | void txx9_reg_res_init(unsigned int pcode, unsigned long base, | ||
17 | unsigned long size); | ||
18 | |||
19 | extern unsigned int txx9_master_clock; | ||
20 | extern unsigned int txx9_cpu_clock; | ||
21 | extern unsigned int txx9_gbus_clock; | ||
22 | |||
23 | struct pci_dev; | ||
24 | struct txx9_board_vec { | ||
25 | const char *system; | ||
26 | void (*prom_init)(void); | ||
27 | void (*mem_setup)(void); | ||
28 | void (*irq_setup)(void); | ||
29 | void (*time_init)(void); | ||
30 | void (*arch_init)(void); | ||
31 | void (*device_init)(void); | ||
32 | #ifdef CONFIG_PCI | ||
33 | int (*pci_map_irq)(const struct pci_dev *dev, u8 slot, u8 pin); | ||
34 | #endif | ||
35 | }; | ||
36 | extern struct txx9_board_vec *txx9_board_vec; | ||
37 | extern int (*txx9_irq_dispatch)(int pending); | ||
38 | void prom_init_cmdline(void); | ||
39 | char *prom_getcmdline(void); | ||
40 | |||
41 | #endif /* __ASM_TXX9_GENERIC_H */ | ||
diff --git a/include/asm-mips/jmr3927/jmr3927.h b/include/asm-mips/txx9/jmr3927.h index a162268f17df..d6eb1b6a54eb 100644 --- a/include/asm-mips/jmr3927/jmr3927.h +++ b/include/asm-mips/txx9/jmr3927.h | |||
@@ -7,10 +7,10 @@ | |||
7 | * | 7 | * |
8 | * Copyright (C) 2000-2001 Toshiba Corporation | 8 | * Copyright (C) 2000-2001 Toshiba Corporation |
9 | */ | 9 | */ |
10 | #ifndef __ASM_TX3927_JMR3927_H | 10 | #ifndef __ASM_TXX9_JMR3927_H |
11 | #define __ASM_TX3927_JMR3927_H | 11 | #define __ASM_TXX9_JMR3927_H |
12 | 12 | ||
13 | #include <asm/jmr3927/tx3927.h> | 13 | #include <asm/txx9/tx3927.h> |
14 | #include <asm/addrspace.h> | 14 | #include <asm/addrspace.h> |
15 | #include <asm/system.h> | 15 | #include <asm/system.h> |
16 | #include <asm/txx9irq.h> | 16 | #include <asm/txx9irq.h> |
@@ -174,4 +174,9 @@ | |||
174 | * INT[3:0] | 174 | * INT[3:0] |
175 | */ | 175 | */ |
176 | 176 | ||
177 | #endif /* __ASM_TX3927_JMR3927_H */ | 177 | void jmr3927_prom_init(void); |
178 | void jmr3927_irq_setup(void); | ||
179 | struct pci_dev; | ||
180 | int jmr3927_pci_map_irq(const struct pci_dev *dev, u8 slot, u8 pin); | ||
181 | |||
182 | #endif /* __ASM_TXX9_JMR3927_H */ | ||
diff --git a/include/asm-mips/txx9/pci.h b/include/asm-mips/txx9/pci.h new file mode 100644 index 000000000000..d89a45091e24 --- /dev/null +++ b/include/asm-mips/txx9/pci.h | |||
@@ -0,0 +1,36 @@ | |||
1 | /* | ||
2 | * This file is subject to the terms and conditions of the GNU General Public | ||
3 | * License. See the file "COPYING" in the main directory of this archive | ||
4 | * for more details. | ||
5 | */ | ||
6 | #ifndef __ASM_TXX9_PCI_H | ||
7 | #define __ASM_TXX9_PCI_H | ||
8 | |||
9 | #include <linux/pci.h> | ||
10 | |||
11 | extern struct pci_controller txx9_primary_pcic; | ||
12 | struct pci_controller * | ||
13 | txx9_alloc_pci_controller(struct pci_controller *pcic, | ||
14 | unsigned long mem_base, unsigned long mem_size, | ||
15 | unsigned long io_base, unsigned long io_size); | ||
16 | |||
17 | int txx9_pci66_check(struct pci_controller *hose, int top_bus, | ||
18 | int current_bus); | ||
19 | extern int txx9_pci_mem_high __initdata; | ||
20 | |||
21 | extern int txx9_pci_option; | ||
22 | #define TXX9_PCI_OPT_PICMG 0x0002 | ||
23 | #define TXX9_PCI_OPT_CLK_33 0x0008 | ||
24 | #define TXX9_PCI_OPT_CLK_66 0x0010 | ||
25 | #define TXX9_PCI_OPT_CLK_MASK \ | ||
26 | (TXX9_PCI_OPT_CLK_33 | TXX9_PCI_OPT_CLK_66) | ||
27 | #define TXX9_PCI_OPT_CLK_AUTO TXX9_PCI_OPT_CLK_MASK | ||
28 | |||
29 | enum txx9_pci_err_action { | ||
30 | TXX9_PCI_ERR_REPORT, | ||
31 | TXX9_PCI_ERR_IGNORE, | ||
32 | TXX9_PCI_ERR_PANIC, | ||
33 | }; | ||
34 | extern enum txx9_pci_err_action txx9_pci_err_action; | ||
35 | |||
36 | #endif /* __ASM_TXX9_PCI_H */ | ||
diff --git a/include/asm-mips/tx4927/toshiba_rbtx4927.h b/include/asm-mips/txx9/rbtx4927.h index b188a659ce02..bf194589216f 100644 --- a/include/asm-mips/tx4927/toshiba_rbtx4927.h +++ b/include/asm-mips/txx9/rbtx4927.h | |||
@@ -24,18 +24,42 @@ | |||
24 | * with this program; if not, write to the Free Software Foundation, Inc., | 24 | * with this program; if not, write to the Free Software Foundation, Inc., |
25 | * 675 Mass Ave, Cambridge, MA 02139, USA. | 25 | * 675 Mass Ave, Cambridge, MA 02139, USA. |
26 | */ | 26 | */ |
27 | #ifndef __ASM_TX4927_TOSHIBA_RBTX4927_H | 27 | #ifndef __ASM_TXX9_RBTX4927_H |
28 | #define __ASM_TX4927_TOSHIBA_RBTX4927_H | 28 | #define __ASM_TXX9_RBTX4927_H |
29 | 29 | ||
30 | #include <asm/tx4927/tx4927.h> | 30 | #include <asm/txx9/tx4927.h> |
31 | #ifdef CONFIG_PCI | 31 | |
32 | #include <asm/tx4927/tx4927_pci.h> | 32 | #define RBTX4927_PCIMEM 0x08000000 |
33 | #endif | 33 | #define RBTX4927_PCIMEM_SIZE 0x08000000 |
34 | #define RBTX4927_PCIIO 0x16000000 | ||
35 | #define RBTX4927_PCIIO_SIZE 0x01000000 | ||
36 | |||
37 | #define rbtx4927_pcireset_addr ((__u8 __iomem *)0xbc00f006UL) | ||
38 | |||
39 | /* bits for ISTAT/IMASK/IMSTAT */ | ||
40 | #define RBTX4927_INTB_PCID 0 | ||
41 | #define RBTX4927_INTB_PCIC 1 | ||
42 | #define RBTX4927_INTB_PCIB 2 | ||
43 | #define RBTX4927_INTB_PCIA 3 | ||
44 | #define RBTX4927_INTF_PCID (1 << RBTX4927_INTB_PCID) | ||
45 | #define RBTX4927_INTF_PCIC (1 << RBTX4927_INTB_PCIC) | ||
46 | #define RBTX4927_INTF_PCIB (1 << RBTX4927_INTB_PCIB) | ||
47 | #define RBTX4927_INTF_PCIA (1 << RBTX4927_INTB_PCIA) | ||
48 | |||
49 | #define RBTX4927_NR_IRQ_IOC 8 /* IOC */ | ||
50 | |||
51 | #define RBTX4927_IRQ_IOC (TXX9_IRQ_BASE + TX4927_NUM_IR) | ||
52 | #define RBTX4927_IRQ_IOC_PCID (RBTX4927_IRQ_IOC + RBTX4927_INTB_PCID) | ||
53 | #define RBTX4927_IRQ_IOC_PCIC (RBTX4927_IRQ_IOC + RBTX4927_INTB_PCIC) | ||
54 | #define RBTX4927_IRQ_IOC_PCIB (RBTX4927_IRQ_IOC + RBTX4927_INTB_PCIB) | ||
55 | #define RBTX4927_IRQ_IOC_PCIA (RBTX4927_IRQ_IOC + RBTX4927_INTB_PCIA) | ||
56 | |||
57 | #define RBTX4927_IRQ_IOCINT (TXX9_IRQ_BASE + TX4927_IR_INT(1)) | ||
34 | 58 | ||
35 | #ifdef CONFIG_PCI | 59 | #ifdef CONFIG_PCI |
36 | #define TBTX4927_ISA_IO_OFFSET TX4927_PCIIO | 60 | #define RBTX4927_ISA_IO_OFFSET RBTX4927_PCIIO |
37 | #else | 61 | #else |
38 | #define TBTX4927_ISA_IO_OFFSET 0 | 62 | #define RBTX4927_ISA_IO_OFFSET 0 |
39 | #endif | 63 | #endif |
40 | 64 | ||
41 | #define RBTX4927_SW_RESET_DO (void __iomem *)0xbc00f000UL | 65 | #define RBTX4927_SW_RESET_DO (void __iomem *)0xbc00f000UL |
@@ -44,10 +68,12 @@ | |||
44 | #define RBTX4927_SW_RESET_ENABLE (void __iomem *)0xbc00f002UL | 68 | #define RBTX4927_SW_RESET_ENABLE (void __iomem *)0xbc00f002UL |
45 | #define RBTX4927_SW_RESET_ENABLE_SET 0x01 | 69 | #define RBTX4927_SW_RESET_ENABLE_SET 0x01 |
46 | 70 | ||
71 | #define RBTX4927_RTL_8019_BASE (0x1c020280 - RBTX4927_ISA_IO_OFFSET) | ||
72 | #define RBTX4927_RTL_8019_IRQ (TXX9_IRQ_BASE + TX4927_IR_INT(3)) | ||
47 | 73 | ||
48 | #define RBTX4927_RTL_8019_BASE (0x1c020280-TBTX4927_ISA_IO_OFFSET) | 74 | void rbtx4927_prom_init(void); |
49 | #define RBTX4927_RTL_8019_IRQ (TX4927_IRQ_PIC_BEG + 5) | 75 | void rbtx4927_irq_setup(void); |
50 | 76 | struct pci_dev; | |
51 | int toshiba_rbtx4927_irq_nested(int sw_irq); | 77 | int rbtx4927_pci_map_irq(const struct pci_dev *dev, u8 slot, u8 pin); |
52 | 78 | ||
53 | #endif /* __ASM_TX4927_TOSHIBA_RBTX4927_H */ | 79 | #endif /* __ASM_TXX9_RBTX4927_H */ |
diff --git a/include/asm-mips/tx4938/rbtx4938.h b/include/asm-mips/txx9/rbtx4938.h index dfed7beb533f..2f5d5e705a41 100644 --- a/include/asm-mips/tx4938/rbtx4938.h +++ b/include/asm-mips/txx9/rbtx4938.h | |||
@@ -1,5 +1,4 @@ | |||
1 | /* | 1 | /* |
2 | * linux/include/asm-mips/tx4938/rbtx4938.h | ||
3 | * Definitions for TX4937/TX4938 | 2 | * Definitions for TX4937/TX4938 |
4 | * | 3 | * |
5 | * 2003-2005 (c) MontaVista Software, Inc. This file is licensed under the | 4 | * 2003-2005 (c) MontaVista Software, Inc. This file is licensed under the |
@@ -9,12 +8,12 @@ | |||
9 | * | 8 | * |
10 | * Support for TX4938 in 2.6 - Manish Lachwani (mlachwani@mvista.com) | 9 | * Support for TX4938 in 2.6 - Manish Lachwani (mlachwani@mvista.com) |
11 | */ | 10 | */ |
12 | #ifndef __ASM_TX_BOARDS_RBTX4938_H | 11 | #ifndef __ASM_TXX9_RBTX4938_H |
13 | #define __ASM_TX_BOARDS_RBTX4938_H | 12 | #define __ASM_TXX9_RBTX4938_H |
14 | 13 | ||
15 | #include <asm/addrspace.h> | 14 | #include <asm/addrspace.h> |
16 | #include <asm/tx4938/tx4938.h> | ||
17 | #include <asm/txx9irq.h> | 15 | #include <asm/txx9irq.h> |
16 | #include <asm/txx9/tx4938.h> | ||
18 | 17 | ||
19 | /* CS */ | 18 | /* CS */ |
20 | #define RBTX4938_CE0 0x1c000000 /* 64M */ | 19 | #define RBTX4938_CE0 0x1c000000 /* 64M */ |
@@ -102,35 +101,12 @@ | |||
102 | * that particular IRQ on an RBTX4938 machine. Add new 'spaces' as new | 101 | * that particular IRQ on an RBTX4938 machine. Add new 'spaces' as new |
103 | * IRQ hardware is supported. | 102 | * IRQ hardware is supported. |
104 | */ | 103 | */ |
105 | #define RBTX4938_NR_IRQ_LOCAL 8 | ||
106 | #define RBTX4938_NR_IRQ_IRC 32 /* On-Chip IRC */ | ||
107 | #define RBTX4938_NR_IRQ_IOC 8 | 104 | #define RBTX4938_NR_IRQ_IOC 8 |
108 | 105 | ||
109 | #define TX4938_IRQ_CP0_BEG MIPS_CPU_IRQ_BASE | 106 | #define RBTX4938_IRQ_IRC TXX9_IRQ_BASE |
110 | #define TX4938_IRQ_CP0_END (MIPS_CPU_IRQ_BASE + 8 - 1) | 107 | #define RBTX4938_IRQ_IOC (TXX9_IRQ_BASE + TX4938_NUM_IR) |
111 | |||
112 | #define TX4938_IRQ_PIC_BEG TXX9_IRQ_BASE | ||
113 | #define TX4938_IRQ_PIC_END (TXX9_IRQ_BASE + TXx9_MAX_IR - 1) | ||
114 | #define TX4938_IRQ_NEST_EXT_ON_PIC (TX4938_IRQ_PIC_BEG+2) | ||
115 | #define TX4938_IRQ_NEST_PIC_ON_CP0 (TX4938_IRQ_CP0_BEG+2) | ||
116 | #define TX4938_IRQ_USER0 (TX4938_IRQ_CP0_BEG+0) | ||
117 | #define TX4938_IRQ_USER1 (TX4938_IRQ_CP0_BEG+1) | ||
118 | #define TX4938_IRQ_CPU_TIMER (TX4938_IRQ_CP0_BEG+7) | ||
119 | |||
120 | #define TOSHIBA_RBTX4938_IRQ_IOC_RAW_BEG 0 | ||
121 | #define TOSHIBA_RBTX4938_IRQ_IOC_RAW_END 7 | ||
122 | |||
123 | #define TOSHIBA_RBTX4938_IRQ_IOC_BEG ((TX4938_IRQ_PIC_END+1)+TOSHIBA_RBTX4938_IRQ_IOC_RAW_BEG) /* 56 */ | ||
124 | #define TOSHIBA_RBTX4938_IRQ_IOC_END ((TX4938_IRQ_PIC_END+1)+TOSHIBA_RBTX4938_IRQ_IOC_RAW_END) /* 63 */ | ||
125 | #define RBTX4938_IRQ_LOCAL TX4938_IRQ_CP0_BEG | ||
126 | #define RBTX4938_IRQ_IRC (RBTX4938_IRQ_LOCAL + RBTX4938_NR_IRQ_LOCAL) | ||
127 | #define RBTX4938_IRQ_IOC (RBTX4938_IRQ_IRC + RBTX4938_NR_IRQ_IRC) | ||
128 | #define RBTX4938_IRQ_END (RBTX4938_IRQ_IOC + RBTX4938_NR_IRQ_IOC) | 108 | #define RBTX4938_IRQ_END (RBTX4938_IRQ_IOC + RBTX4938_NR_IRQ_IOC) |
129 | 109 | ||
130 | #define RBTX4938_IRQ_LOCAL_SOFT0 (RBTX4938_IRQ_LOCAL + RBTX4938_SOFT_INT0) | ||
131 | #define RBTX4938_IRQ_LOCAL_SOFT1 (RBTX4938_IRQ_LOCAL + RBTX4938_SOFT_INT1) | ||
132 | #define RBTX4938_IRQ_LOCAL_IRC (RBTX4938_IRQ_LOCAL + RBTX4938_IRC_INT) | ||
133 | #define RBTX4938_IRQ_LOCAL_TIMER (RBTX4938_IRQ_LOCAL + RBTX4938_TIMER_INT) | ||
134 | #define RBTX4938_IRQ_IRC_ECCERR (RBTX4938_IRQ_IRC + TX4938_IR_ECCERR) | 110 | #define RBTX4938_IRQ_IRC_ECCERR (RBTX4938_IRQ_IRC + TX4938_IR_ECCERR) |
135 | #define RBTX4938_IRQ_IRC_WTOERR (RBTX4938_IRQ_IRC + TX4938_IR_WTOERR) | 111 | #define RBTX4938_IRQ_IRC_WTOERR (RBTX4938_IRQ_IRC + TX4938_IR_WTOERR) |
136 | #define RBTX4938_IRQ_IRC_INT(n) (RBTX4938_IRQ_IRC + TX4938_IR_INT(n)) | 112 | #define RBTX4938_IRQ_IRC_INT(n) (RBTX4938_IRQ_IRC + TX4938_IR_INT(n)) |
@@ -158,11 +134,16 @@ | |||
158 | 134 | ||
159 | 135 | ||
160 | /* IOC (PCI, etc) */ | 136 | /* IOC (PCI, etc) */ |
161 | #define RBTX4938_IRQ_IOCINT (TX4938_IRQ_NEST_EXT_ON_PIC) | 137 | #define RBTX4938_IRQ_IOCINT (TXX9_IRQ_BASE + TX4938_IR_INT(0)) |
162 | /* Onboard 10M Ether */ | 138 | /* Onboard 10M Ether */ |
163 | #define RBTX4938_IRQ_ETHER (TX4938_IRQ_NEST_EXT_ON_PIC + 1) | 139 | #define RBTX4938_IRQ_ETHER (TXX9_IRQ_BASE + TX4938_IR_INT(1)) |
164 | 140 | ||
165 | #define RBTX4938_RTL_8019_BASE (RBTX4938_ETHER_ADDR - mips_io_port_base) | 141 | #define RBTX4938_RTL_8019_BASE (RBTX4938_ETHER_ADDR - mips_io_port_base) |
166 | #define RBTX4938_RTL_8019_IRQ (RBTX4938_IRQ_ETHER) | 142 | #define RBTX4938_RTL_8019_IRQ (RBTX4938_IRQ_ETHER) |
167 | 143 | ||
168 | #endif /* __ASM_TX_BOARDS_RBTX4938_H */ | 144 | void rbtx4938_prom_init(void); |
145 | void rbtx4938_irq_setup(void); | ||
146 | struct pci_dev; | ||
147 | int rbtx4938_pci_map_irq(const struct pci_dev *dev, u8 slot, u8 pin); | ||
148 | |||
149 | #endif /* __ASM_TXX9_RBTX4938_H */ | ||
diff --git a/include/asm-mips/tx4927/smsc_fdc37m81x.h b/include/asm-mips/txx9/smsc_fdc37m81x.h index 5d93bab51254..9375e4fc2289 100644 --- a/include/asm-mips/tx4927/smsc_fdc37m81x.h +++ b/include/asm-mips/txx9/smsc_fdc37m81x.h | |||
@@ -1,6 +1,4 @@ | |||
1 | /* | 1 | /* |
2 | * linux/include/asm-mips/tx4927/smsc_fdc37m81x.h | ||
3 | * | ||
4 | * Interface for smsc fdc48m81x Super IO chip | 2 | * Interface for smsc fdc48m81x Super IO chip |
5 | * | 3 | * |
6 | * Author: MontaVista Software, Inc. source@mvista.com | 4 | * Author: MontaVista Software, Inc. source@mvista.com |
diff --git a/include/asm-mips/tx4938/spi.h b/include/asm-mips/txx9/spi.h index 6a60c83e152b..ddfb2a0dc432 100644 --- a/include/asm-mips/tx4938/spi.h +++ b/include/asm-mips/txx9/spi.h | |||
@@ -1,5 +1,4 @@ | |||
1 | /* | 1 | /* |
2 | * linux/include/asm-mips/tx4938/spi.h | ||
3 | * Definitions for TX4937/TX4938 SPI | 2 | * Definitions for TX4937/TX4938 SPI |
4 | * | 3 | * |
5 | * Copyright (C) 2000-2001 Toshiba Corporation | 4 | * Copyright (C) 2000-2001 Toshiba Corporation |
@@ -11,10 +10,10 @@ | |||
11 | * | 10 | * |
12 | * Support for TX4938 in 2.6 - Manish Lachwani (mlachwani@mvista.com) | 11 | * Support for TX4938 in 2.6 - Manish Lachwani (mlachwani@mvista.com) |
13 | */ | 12 | */ |
14 | #ifndef __ASM_TX_BOARDS_TX4938_SPI_H | 13 | #ifndef __ASM_TXX9_SPI_H |
15 | #define __ASM_TX_BOARDS_TX4938_SPI_H | 14 | #define __ASM_TXX9_SPI_H |
16 | 15 | ||
17 | extern int spi_eeprom_register(int chipid); | 16 | extern int spi_eeprom_register(int chipid); |
18 | extern int spi_eeprom_read(int chipid, int address, unsigned char *buf, int len); | 17 | extern int spi_eeprom_read(int chipid, int address, unsigned char *buf, int len); |
19 | 18 | ||
20 | #endif /* __ASM_TX_BOARDS_TX4938_SPI_H */ | 19 | #endif /* __ASM_TXX9_SPI_H */ |
diff --git a/include/asm-mips/jmr3927/tx3927.h b/include/asm-mips/txx9/tx3927.h index fb580333c102..ca414c7624e1 100644 --- a/include/asm-mips/jmr3927/tx3927.h +++ b/include/asm-mips/txx9/tx3927.h | |||
@@ -5,10 +5,10 @@ | |||
5 | * | 5 | * |
6 | * Copyright (C) 2000 Toshiba Corporation | 6 | * Copyright (C) 2000 Toshiba Corporation |
7 | */ | 7 | */ |
8 | #ifndef __ASM_TX3927_H | 8 | #ifndef __ASM_TXX9_TX3927_H |
9 | #define __ASM_TX3927_H | 9 | #define __ASM_TXX9_TX3927_H |
10 | 10 | ||
11 | #include <asm/jmr3927/txx927.h> | 11 | #include <asm/txx9/txx927.h> |
12 | 12 | ||
13 | #define TX3927_SDRAMC_REG 0xfffe8000 | 13 | #define TX3927_SDRAMC_REG 0xfffe8000 |
14 | #define TX3927_ROMC_REG 0xfffe9000 | 14 | #define TX3927_ROMC_REG 0xfffe9000 |
@@ -316,4 +316,8 @@ struct tx3927_ccfg_reg { | |||
316 | #define tx3927_sioptr(ch) ((struct txx927_sio_reg *)TX3927_SIO_REG(ch)) | 316 | #define tx3927_sioptr(ch) ((struct txx927_sio_reg *)TX3927_SIO_REG(ch)) |
317 | #define tx3927_pioptr ((struct txx9_pio_reg __iomem *)TX3927_PIO_REG) | 317 | #define tx3927_pioptr ((struct txx9_pio_reg __iomem *)TX3927_PIO_REG) |
318 | 318 | ||
319 | #endif /* __ASM_TX3927_H */ | 319 | struct pci_controller; |
320 | void __init tx3927_pcic_setup(struct pci_controller *channel, | ||
321 | unsigned long sdram_size, int extarb); | ||
322 | |||
323 | #endif /* __ASM_TXX9_TX3927_H */ | ||
diff --git a/include/asm-mips/txx9/tx4927.h b/include/asm-mips/txx9/tx4927.h new file mode 100644 index 000000000000..46d60afc038b --- /dev/null +++ b/include/asm-mips/txx9/tx4927.h | |||
@@ -0,0 +1,219 @@ | |||
1 | /* | ||
2 | * Author: MontaVista Software, Inc. | ||
3 | * source@mvista.com | ||
4 | * | ||
5 | * Copyright 2001-2006 MontaVista Software Inc. | ||
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published by the | ||
9 | * Free Software Foundation; either version 2 of the License, or (at your | ||
10 | * option) any later version. | ||
11 | * | ||
12 | * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED | ||
13 | * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | ||
14 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | ||
15 | * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, | ||
16 | * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | ||
17 | * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | ||
18 | * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | ||
19 | * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR | ||
20 | * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE | ||
21 | * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
22 | * | ||
23 | * You should have received a copy of the GNU General Public License along | ||
24 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
25 | * 675 Mass Ave, Cambridge, MA 02139, USA. | ||
26 | */ | ||
27 | #ifndef __ASM_TXX9_TX4927_H | ||
28 | #define __ASM_TXX9_TX4927_H | ||
29 | |||
30 | #include <linux/types.h> | ||
31 | #include <linux/io.h> | ||
32 | #include <asm/txx9irq.h> | ||
33 | #include <asm/txx9/tx4927pcic.h> | ||
34 | |||
35 | #define TX4927_SDRAMC_REG 0xff1f8000 | ||
36 | #define TX4927_EBUSC_REG 0xff1f9000 | ||
37 | #define TX4927_PCIC_REG 0xff1fd000 | ||
38 | #define TX4927_CCFG_REG 0xff1fe000 | ||
39 | #define TX4927_IRC_REG 0xff1ff600 | ||
40 | #define TX4927_NR_TMR 3 | ||
41 | #define TX4927_TMR_REG(ch) (0xff1ff000 + (ch) * 0x100) | ||
42 | |||
43 | #define TX4927_IR_INT(n) (2 + (n)) | ||
44 | #define TX4927_IR_SIO(n) (8 + (n)) | ||
45 | #define TX4927_IR_PCIC 16 | ||
46 | #define TX4927_IR_PCIERR 22 | ||
47 | #define TX4927_NUM_IR 32 | ||
48 | |||
49 | #define TX4927_IRC_INT 2 /* IP[2] in Status register */ | ||
50 | |||
51 | struct tx4927_sdramc_reg { | ||
52 | volatile unsigned long long cr[4]; | ||
53 | volatile unsigned long long unused0[4]; | ||
54 | volatile unsigned long long tr; | ||
55 | volatile unsigned long long unused1[2]; | ||
56 | volatile unsigned long long cmd; | ||
57 | }; | ||
58 | |||
59 | struct tx4927_ebusc_reg { | ||
60 | volatile unsigned long long cr[8]; | ||
61 | }; | ||
62 | |||
63 | struct tx4927_ccfg_reg { | ||
64 | u64 ccfg; | ||
65 | u64 crir; | ||
66 | u64 pcfg; | ||
67 | u64 toea; | ||
68 | u64 clkctr; | ||
69 | u64 unused0; | ||
70 | u64 garbc; | ||
71 | u64 unused1; | ||
72 | u64 unused2; | ||
73 | u64 ramp; | ||
74 | }; | ||
75 | |||
76 | /* | ||
77 | * CCFG | ||
78 | */ | ||
79 | /* CCFG : Chip Configuration */ | ||
80 | #define TX4927_CCFG_WDRST 0x0000020000000000ULL | ||
81 | #define TX4927_CCFG_WDREXEN 0x0000010000000000ULL | ||
82 | #define TX4927_CCFG_BCFG_MASK 0x000000ff00000000ULL | ||
83 | #define TX4927_CCFG_TINTDIS 0x01000000 | ||
84 | #define TX4927_CCFG_PCI66 0x00800000 | ||
85 | #define TX4927_CCFG_PCIMODE 0x00400000 | ||
86 | #define TX4927_CCFG_DIVMODE_MASK 0x000e0000 | ||
87 | #define TX4927_CCFG_DIVMODE_8 (0x0 << 17) | ||
88 | #define TX4927_CCFG_DIVMODE_12 (0x1 << 17) | ||
89 | #define TX4927_CCFG_DIVMODE_16 (0x2 << 17) | ||
90 | #define TX4927_CCFG_DIVMODE_10 (0x3 << 17) | ||
91 | #define TX4927_CCFG_DIVMODE_2 (0x4 << 17) | ||
92 | #define TX4927_CCFG_DIVMODE_3 (0x5 << 17) | ||
93 | #define TX4927_CCFG_DIVMODE_4 (0x6 << 17) | ||
94 | #define TX4927_CCFG_DIVMODE_2_5 (0x7 << 17) | ||
95 | #define TX4927_CCFG_BEOW 0x00010000 | ||
96 | #define TX4927_CCFG_WR 0x00008000 | ||
97 | #define TX4927_CCFG_TOE 0x00004000 | ||
98 | #define TX4927_CCFG_PCIARB 0x00002000 | ||
99 | #define TX4927_CCFG_PCIDIVMODE_MASK 0x00001800 | ||
100 | #define TX4927_CCFG_PCIDIVMODE_2_5 0x00000000 | ||
101 | #define TX4927_CCFG_PCIDIVMODE_3 0x00000800 | ||
102 | #define TX4927_CCFG_PCIDIVMODE_5 0x00001000 | ||
103 | #define TX4927_CCFG_PCIDIVMODE_6 0x00001800 | ||
104 | #define TX4927_CCFG_SYSSP_MASK 0x000000c0 | ||
105 | #define TX4927_CCFG_ENDIAN 0x00000004 | ||
106 | #define TX4927_CCFG_HALT 0x00000002 | ||
107 | #define TX4927_CCFG_ACEHOLD 0x00000001 | ||
108 | #define TX4927_CCFG_W1CBITS (TX4927_CCFG_WDRST | TX4927_CCFG_BEOW) | ||
109 | |||
110 | /* PCFG : Pin Configuration */ | ||
111 | #define TX4927_PCFG_SDCLKDLY_MASK 0x30000000 | ||
112 | #define TX4927_PCFG_SDCLKDLY(d) ((d)<<28) | ||
113 | #define TX4927_PCFG_SYSCLKEN 0x08000000 | ||
114 | #define TX4927_PCFG_SDCLKEN_ALL 0x07800000 | ||
115 | #define TX4927_PCFG_SDCLKEN(ch) (0x00800000<<(ch)) | ||
116 | #define TX4927_PCFG_PCICLKEN_ALL 0x003f0000 | ||
117 | #define TX4927_PCFG_PCICLKEN(ch) (0x00010000<<(ch)) | ||
118 | #define TX4927_PCFG_SEL2 0x00000200 | ||
119 | #define TX4927_PCFG_SEL1 0x00000100 | ||
120 | #define TX4927_PCFG_DMASEL_ALL 0x000000ff | ||
121 | #define TX4927_PCFG_DMASEL0_MASK 0x00000003 | ||
122 | #define TX4927_PCFG_DMASEL1_MASK 0x0000000c | ||
123 | #define TX4927_PCFG_DMASEL2_MASK 0x00000030 | ||
124 | #define TX4927_PCFG_DMASEL3_MASK 0x000000c0 | ||
125 | #define TX4927_PCFG_DMASEL0_DRQ0 0x00000000 | ||
126 | #define TX4927_PCFG_DMASEL0_SIO1 0x00000001 | ||
127 | #define TX4927_PCFG_DMASEL0_ACL0 0x00000002 | ||
128 | #define TX4927_PCFG_DMASEL0_ACL2 0x00000003 | ||
129 | #define TX4927_PCFG_DMASEL1_DRQ1 0x00000000 | ||
130 | #define TX4927_PCFG_DMASEL1_SIO1 0x00000004 | ||
131 | #define TX4927_PCFG_DMASEL1_ACL1 0x00000008 | ||
132 | #define TX4927_PCFG_DMASEL1_ACL3 0x0000000c | ||
133 | #define TX4927_PCFG_DMASEL2_DRQ2 0x00000000 /* SEL2=0 */ | ||
134 | #define TX4927_PCFG_DMASEL2_SIO0 0x00000010 /* SEL2=0 */ | ||
135 | #define TX4927_PCFG_DMASEL2_ACL1 0x00000000 /* SEL2=1 */ | ||
136 | #define TX4927_PCFG_DMASEL2_ACL2 0x00000020 /* SEL2=1 */ | ||
137 | #define TX4927_PCFG_DMASEL2_ACL0 0x00000030 /* SEL2=1 */ | ||
138 | #define TX4927_PCFG_DMASEL3_DRQ3 0x00000000 | ||
139 | #define TX4927_PCFG_DMASEL3_SIO0 0x00000040 | ||
140 | #define TX4927_PCFG_DMASEL3_ACL3 0x00000080 | ||
141 | #define TX4927_PCFG_DMASEL3_ACL1 0x000000c0 | ||
142 | |||
143 | /* CLKCTR : Clock Control */ | ||
144 | #define TX4927_CLKCTR_ACLCKD 0x02000000 | ||
145 | #define TX4927_CLKCTR_PIOCKD 0x01000000 | ||
146 | #define TX4927_CLKCTR_DMACKD 0x00800000 | ||
147 | #define TX4927_CLKCTR_PCICKD 0x00400000 | ||
148 | #define TX4927_CLKCTR_TM0CKD 0x00100000 | ||
149 | #define TX4927_CLKCTR_TM1CKD 0x00080000 | ||
150 | #define TX4927_CLKCTR_TM2CKD 0x00040000 | ||
151 | #define TX4927_CLKCTR_SIO0CKD 0x00020000 | ||
152 | #define TX4927_CLKCTR_SIO1CKD 0x00010000 | ||
153 | #define TX4927_CLKCTR_ACLRST 0x00000200 | ||
154 | #define TX4927_CLKCTR_PIORST 0x00000100 | ||
155 | #define TX4927_CLKCTR_DMARST 0x00000080 | ||
156 | #define TX4927_CLKCTR_PCIRST 0x00000040 | ||
157 | #define TX4927_CLKCTR_TM0RST 0x00000010 | ||
158 | #define TX4927_CLKCTR_TM1RST 0x00000008 | ||
159 | #define TX4927_CLKCTR_TM2RST 0x00000004 | ||
160 | #define TX4927_CLKCTR_SIO0RST 0x00000002 | ||
161 | #define TX4927_CLKCTR_SIO1RST 0x00000001 | ||
162 | |||
163 | #define tx4927_sdramcptr ((struct tx4927_sdramc_reg *)TX4927_SDRAMC_REG) | ||
164 | #define tx4927_pcicptr \ | ||
165 | ((struct tx4927_pcic_reg __iomem *)TX4927_PCIC_REG) | ||
166 | #define tx4927_ccfgptr \ | ||
167 | ((struct tx4927_ccfg_reg __iomem *)TX4927_CCFG_REG) | ||
168 | #define tx4927_ebuscptr ((struct tx4927_ebusc_reg *)TX4927_EBUSC_REG) | ||
169 | |||
170 | /* utilities */ | ||
171 | static inline void txx9_clear64(__u64 __iomem *adr, __u64 bits) | ||
172 | { | ||
173 | #ifdef CONFIG_32BIT | ||
174 | unsigned long flags; | ||
175 | local_irq_save(flags); | ||
176 | #endif | ||
177 | ____raw_writeq(____raw_readq(adr) & ~bits, adr); | ||
178 | #ifdef CONFIG_32BIT | ||
179 | local_irq_restore(flags); | ||
180 | #endif | ||
181 | } | ||
182 | static inline void txx9_set64(__u64 __iomem *adr, __u64 bits) | ||
183 | { | ||
184 | #ifdef CONFIG_32BIT | ||
185 | unsigned long flags; | ||
186 | local_irq_save(flags); | ||
187 | #endif | ||
188 | ____raw_writeq(____raw_readq(adr) | bits, adr); | ||
189 | #ifdef CONFIG_32BIT | ||
190 | local_irq_restore(flags); | ||
191 | #endif | ||
192 | } | ||
193 | |||
194 | /* These functions are not interrupt safe. */ | ||
195 | static inline void tx4927_ccfg_clear(__u64 bits) | ||
196 | { | ||
197 | ____raw_writeq(____raw_readq(&tx4927_ccfgptr->ccfg) | ||
198 | & ~(TX4927_CCFG_W1CBITS | bits), | ||
199 | &tx4927_ccfgptr->ccfg); | ||
200 | } | ||
201 | static inline void tx4927_ccfg_set(__u64 bits) | ||
202 | { | ||
203 | ____raw_writeq((____raw_readq(&tx4927_ccfgptr->ccfg) | ||
204 | & ~TX4927_CCFG_W1CBITS) | bits, | ||
205 | &tx4927_ccfgptr->ccfg); | ||
206 | } | ||
207 | static inline void tx4927_ccfg_change(__u64 change, __u64 new) | ||
208 | { | ||
209 | ____raw_writeq((____raw_readq(&tx4927_ccfgptr->ccfg) | ||
210 | & ~(TX4927_CCFG_W1CBITS | change)) | | ||
211 | new, | ||
212 | &tx4927_ccfgptr->ccfg); | ||
213 | } | ||
214 | |||
215 | int tx4927_report_pciclk(void); | ||
216 | int tx4927_pciclk66_setup(void); | ||
217 | void tx4927_irq_init(void); | ||
218 | |||
219 | #endif /* __ASM_TXX9_TX4927_H */ | ||
diff --git a/include/asm-mips/txx9/tx4927pcic.h b/include/asm-mips/txx9/tx4927pcic.h new file mode 100644 index 000000000000..d61c3d09c4a2 --- /dev/null +++ b/include/asm-mips/txx9/tx4927pcic.h | |||
@@ -0,0 +1,199 @@ | |||
1 | /* | ||
2 | * include/asm-mips/txx9/tx4927pcic.h | ||
3 | * TX4927 PCI controller definitions. | ||
4 | * | ||
5 | * This file is subject to the terms and conditions of the GNU General Public | ||
6 | * License. See the file "COPYING" in the main directory of this archive | ||
7 | * for more details. | ||
8 | */ | ||
9 | #ifndef __ASM_TXX9_TX4927PCIC_H | ||
10 | #define __ASM_TXX9_TX4927PCIC_H | ||
11 | |||
12 | #include <linux/pci.h> | ||
13 | |||
14 | struct tx4927_pcic_reg { | ||
15 | u32 pciid; | ||
16 | u32 pcistatus; | ||
17 | u32 pciccrev; | ||
18 | u32 pcicfg1; | ||
19 | u32 p2gm0plbase; /* +10 */ | ||
20 | u32 p2gm0pubase; | ||
21 | u32 p2gm1plbase; | ||
22 | u32 p2gm1pubase; | ||
23 | u32 p2gm2pbase; /* +20 */ | ||
24 | u32 p2giopbase; | ||
25 | u32 unused0; | ||
26 | u32 pcisid; | ||
27 | u32 unused1; /* +30 */ | ||
28 | u32 pcicapptr; | ||
29 | u32 unused2; | ||
30 | u32 pcicfg2; | ||
31 | u32 g2ptocnt; /* +40 */ | ||
32 | u32 unused3[15]; | ||
33 | u32 g2pstatus; /* +80 */ | ||
34 | u32 g2pmask; | ||
35 | u32 pcisstatus; | ||
36 | u32 pcimask; | ||
37 | u32 p2gcfg; /* +90 */ | ||
38 | u32 p2gstatus; | ||
39 | u32 p2gmask; | ||
40 | u32 p2gccmd; | ||
41 | u32 unused4[24]; /* +a0 */ | ||
42 | u32 pbareqport; /* +100 */ | ||
43 | u32 pbacfg; | ||
44 | u32 pbastatus; | ||
45 | u32 pbamask; | ||
46 | u32 pbabm; /* +110 */ | ||
47 | u32 pbacreq; | ||
48 | u32 pbacgnt; | ||
49 | u32 pbacstate; | ||
50 | u64 g2pmgbase[3]; /* +120 */ | ||
51 | u64 g2piogbase; | ||
52 | u32 g2pmmask[3]; /* +140 */ | ||
53 | u32 g2piomask; | ||
54 | u64 g2pmpbase[3]; /* +150 */ | ||
55 | u64 g2piopbase; | ||
56 | u32 pciccfg; /* +170 */ | ||
57 | u32 pcicstatus; | ||
58 | u32 pcicmask; | ||
59 | u32 unused5; | ||
60 | u64 p2gmgbase[3]; /* +180 */ | ||
61 | u64 p2giogbase; | ||
62 | u32 g2pcfgadrs; /* +1a0 */ | ||
63 | u32 g2pcfgdata; | ||
64 | u32 unused6[8]; | ||
65 | u32 g2pintack; | ||
66 | u32 g2pspc; | ||
67 | u32 unused7[12]; /* +1d0 */ | ||
68 | u64 pdmca; /* +200 */ | ||
69 | u64 pdmga; | ||
70 | u64 pdmpa; | ||
71 | u64 pdmctr; | ||
72 | u64 pdmcfg; /* +220 */ | ||
73 | u64 pdmsts; | ||
74 | }; | ||
75 | |||
76 | /* bits for PCICMD */ | ||
77 | /* see PCI_COMMAND_XXX in linux/pci_regs.h */ | ||
78 | |||
79 | /* bits for PCISTAT */ | ||
80 | /* see PCI_STATUS_XXX in linux/pci_regs.h */ | ||
81 | |||
82 | /* bits for IOBA/MBA */ | ||
83 | /* see PCI_BASE_ADDRESS_XXX in linux/pci_regs.h */ | ||
84 | |||
85 | /* bits for G2PSTATUS/G2PMASK */ | ||
86 | #define TX4927_PCIC_G2PSTATUS_ALL 0x00000003 | ||
87 | #define TX4927_PCIC_G2PSTATUS_TTOE 0x00000002 | ||
88 | #define TX4927_PCIC_G2PSTATUS_RTOE 0x00000001 | ||
89 | |||
90 | /* bits for PCIMASK (see also PCI_STATUS_XXX in linux/pci_regs.h */ | ||
91 | #define TX4927_PCIC_PCISTATUS_ALL 0x0000f900 | ||
92 | |||
93 | /* bits for PBACFG */ | ||
94 | #define TX4927_PCIC_PBACFG_FIXPA 0x00000008 | ||
95 | #define TX4927_PCIC_PBACFG_RPBA 0x00000004 | ||
96 | #define TX4927_PCIC_PBACFG_PBAEN 0x00000002 | ||
97 | #define TX4927_PCIC_PBACFG_BMCEN 0x00000001 | ||
98 | |||
99 | /* bits for PBASTATUS/PBAMASK */ | ||
100 | #define TX4927_PCIC_PBASTATUS_ALL 0x00000001 | ||
101 | #define TX4927_PCIC_PBASTATUS_BM 0x00000001 | ||
102 | |||
103 | /* bits for G2PMnGBASE */ | ||
104 | #define TX4927_PCIC_G2PMnGBASE_BSDIS 0x0000002000000000ULL | ||
105 | #define TX4927_PCIC_G2PMnGBASE_ECHG 0x0000001000000000ULL | ||
106 | |||
107 | /* bits for G2PIOGBASE */ | ||
108 | #define TX4927_PCIC_G2PIOGBASE_BSDIS 0x0000002000000000ULL | ||
109 | #define TX4927_PCIC_G2PIOGBASE_ECHG 0x0000001000000000ULL | ||
110 | |||
111 | /* bits for PCICSTATUS/PCICMASK */ | ||
112 | #define TX4927_PCIC_PCICSTATUS_ALL 0x000007b8 | ||
113 | #define TX4927_PCIC_PCICSTATUS_PME 0x00000400 | ||
114 | #define TX4927_PCIC_PCICSTATUS_TLB 0x00000200 | ||
115 | #define TX4927_PCIC_PCICSTATUS_NIB 0x00000100 | ||
116 | #define TX4927_PCIC_PCICSTATUS_ZIB 0x00000080 | ||
117 | #define TX4927_PCIC_PCICSTATUS_PERR 0x00000020 | ||
118 | #define TX4927_PCIC_PCICSTATUS_SERR 0x00000010 | ||
119 | #define TX4927_PCIC_PCICSTATUS_GBE 0x00000008 | ||
120 | #define TX4927_PCIC_PCICSTATUS_IWB 0x00000002 | ||
121 | #define TX4927_PCIC_PCICSTATUS_E2PDONE 0x00000001 | ||
122 | |||
123 | /* bits for PCICCFG */ | ||
124 | #define TX4927_PCIC_PCICCFG_GBWC_MASK 0x0fff0000 | ||
125 | #define TX4927_PCIC_PCICCFG_HRST 0x00000800 | ||
126 | #define TX4927_PCIC_PCICCFG_SRST 0x00000400 | ||
127 | #define TX4927_PCIC_PCICCFG_IRBER 0x00000200 | ||
128 | #define TX4927_PCIC_PCICCFG_G2PMEN(ch) (0x00000100>>(ch)) | ||
129 | #define TX4927_PCIC_PCICCFG_G2PM0EN 0x00000100 | ||
130 | #define TX4927_PCIC_PCICCFG_G2PM1EN 0x00000080 | ||
131 | #define TX4927_PCIC_PCICCFG_G2PM2EN 0x00000040 | ||
132 | #define TX4927_PCIC_PCICCFG_G2PIOEN 0x00000020 | ||
133 | #define TX4927_PCIC_PCICCFG_TCAR 0x00000010 | ||
134 | #define TX4927_PCIC_PCICCFG_ICAEN 0x00000008 | ||
135 | |||
136 | /* bits for P2GMnGBASE */ | ||
137 | #define TX4927_PCIC_P2GMnGBASE_TMEMEN 0x0000004000000000ULL | ||
138 | #define TX4927_PCIC_P2GMnGBASE_TBSDIS 0x0000002000000000ULL | ||
139 | #define TX4927_PCIC_P2GMnGBASE_TECHG 0x0000001000000000ULL | ||
140 | |||
141 | /* bits for P2GIOGBASE */ | ||
142 | #define TX4927_PCIC_P2GIOGBASE_TIOEN 0x0000004000000000ULL | ||
143 | #define TX4927_PCIC_P2GIOGBASE_TBSDIS 0x0000002000000000ULL | ||
144 | #define TX4927_PCIC_P2GIOGBASE_TECHG 0x0000001000000000ULL | ||
145 | |||
146 | #define TX4927_PCIC_IDSEL_AD_TO_SLOT(ad) ((ad) - 11) | ||
147 | #define TX4927_PCIC_MAX_DEVNU TX4927_PCIC_IDSEL_AD_TO_SLOT(32) | ||
148 | |||
149 | /* bits for PDMCFG */ | ||
150 | #define TX4927_PCIC_PDMCFG_RSTFIFO 0x00200000 | ||
151 | #define TX4927_PCIC_PDMCFG_EXFER 0x00100000 | ||
152 | #define TX4927_PCIC_PDMCFG_REQDLY_MASK 0x00003800 | ||
153 | #define TX4927_PCIC_PDMCFG_REQDLY_NONE (0 << 11) | ||
154 | #define TX4927_PCIC_PDMCFG_REQDLY_16 (1 << 11) | ||
155 | #define TX4927_PCIC_PDMCFG_REQDLY_32 (2 << 11) | ||
156 | #define TX4927_PCIC_PDMCFG_REQDLY_64 (3 << 11) | ||
157 | #define TX4927_PCIC_PDMCFG_REQDLY_128 (4 << 11) | ||
158 | #define TX4927_PCIC_PDMCFG_REQDLY_256 (5 << 11) | ||
159 | #define TX4927_PCIC_PDMCFG_REQDLY_512 (6 << 11) | ||
160 | #define TX4927_PCIC_PDMCFG_REQDLY_1024 (7 << 11) | ||
161 | #define TX4927_PCIC_PDMCFG_ERRIE 0x00000400 | ||
162 | #define TX4927_PCIC_PDMCFG_NCCMPIE 0x00000200 | ||
163 | #define TX4927_PCIC_PDMCFG_NTCMPIE 0x00000100 | ||
164 | #define TX4927_PCIC_PDMCFG_CHNEN 0x00000080 | ||
165 | #define TX4927_PCIC_PDMCFG_XFRACT 0x00000040 | ||
166 | #define TX4927_PCIC_PDMCFG_BSWAP 0x00000020 | ||
167 | #define TX4927_PCIC_PDMCFG_XFRSIZE_MASK 0x0000000c | ||
168 | #define TX4927_PCIC_PDMCFG_XFRSIZE_1DW 0x00000000 | ||
169 | #define TX4927_PCIC_PDMCFG_XFRSIZE_1QW 0x00000004 | ||
170 | #define TX4927_PCIC_PDMCFG_XFRSIZE_4QW 0x00000008 | ||
171 | #define TX4927_PCIC_PDMCFG_XFRDIRC 0x00000002 | ||
172 | #define TX4927_PCIC_PDMCFG_CHRST 0x00000001 | ||
173 | |||
174 | /* bits for PDMSTS */ | ||
175 | #define TX4927_PCIC_PDMSTS_REQCNT_MASK 0x3f000000 | ||
176 | #define TX4927_PCIC_PDMSTS_FIFOCNT_MASK 0x00f00000 | ||
177 | #define TX4927_PCIC_PDMSTS_FIFOWP_MASK 0x000c0000 | ||
178 | #define TX4927_PCIC_PDMSTS_FIFORP_MASK 0x00030000 | ||
179 | #define TX4927_PCIC_PDMSTS_ERRINT 0x00000800 | ||
180 | #define TX4927_PCIC_PDMSTS_DONEINT 0x00000400 | ||
181 | #define TX4927_PCIC_PDMSTS_CHNEN 0x00000200 | ||
182 | #define TX4927_PCIC_PDMSTS_XFRACT 0x00000100 | ||
183 | #define TX4927_PCIC_PDMSTS_ACCMP 0x00000080 | ||
184 | #define TX4927_PCIC_PDMSTS_NCCMP 0x00000040 | ||
185 | #define TX4927_PCIC_PDMSTS_NTCMP 0x00000020 | ||
186 | #define TX4927_PCIC_PDMSTS_CFGERR 0x00000008 | ||
187 | #define TX4927_PCIC_PDMSTS_PCIERR 0x00000004 | ||
188 | #define TX4927_PCIC_PDMSTS_CHNERR 0x00000002 | ||
189 | #define TX4927_PCIC_PDMSTS_DATAERR 0x00000001 | ||
190 | #define TX4927_PCIC_PDMSTS_ALL_CMP 0x000000e0 | ||
191 | #define TX4927_PCIC_PDMSTS_ALL_ERR 0x0000000f | ||
192 | |||
193 | struct tx4927_pcic_reg __iomem *get_tx4927_pcicptr( | ||
194 | struct pci_controller *channel); | ||
195 | void __init tx4927_pcic_setup(struct tx4927_pcic_reg __iomem *pcicptr, | ||
196 | struct pci_controller *channel, int extarb); | ||
197 | void tx4927_report_pcic_status(void); | ||
198 | |||
199 | #endif /* __ASM_TXX9_TX4927PCIC_H */ | ||
diff --git a/include/asm-mips/tx4938/tx4938.h b/include/asm-mips/txx9/tx4938.h index e8807f5c61e9..12de68a4c10a 100644 --- a/include/asm-mips/tx4938/tx4938.h +++ b/include/asm-mips/txx9/tx4938.h | |||
@@ -1,5 +1,4 @@ | |||
1 | /* | 1 | /* |
2 | * linux/include/asm-mips/tx4938/tx4938.h | ||
3 | * Definitions for TX4937/TX4938 | 2 | * Definitions for TX4937/TX4938 |
4 | * Copyright (C) 2000-2001 Toshiba Corporation | 3 | * Copyright (C) 2000-2001 Toshiba Corporation |
5 | * | 4 | * |
@@ -10,17 +9,15 @@ | |||
10 | * | 9 | * |
11 | * Support for TX4938 in 2.6 - Manish Lachwani (mlachwani@mvista.com) | 10 | * Support for TX4938 in 2.6 - Manish Lachwani (mlachwani@mvista.com) |
12 | */ | 11 | */ |
13 | #ifndef __ASM_TX_BOARDS_TX4938_H | 12 | #ifndef __ASM_TXX9_TX4938_H |
14 | #define __ASM_TX_BOARDS_TX4938_H | 13 | #define __ASM_TXX9_TX4938_H |
14 | |||
15 | /* some controllers are compatible with 4927 */ | ||
16 | #include <asm/txx9/tx4927.h> | ||
15 | 17 | ||
16 | #define tx4938_read_nfmc(addr) (*(volatile unsigned int *)(addr)) | 18 | #define tx4938_read_nfmc(addr) (*(volatile unsigned int *)(addr)) |
17 | #define tx4938_write_nfmc(b, addr) (*(volatile unsigned int *)(addr)) = (b) | 19 | #define tx4938_write_nfmc(b, addr) (*(volatile unsigned int *)(addr)) = (b) |
18 | 20 | ||
19 | #define TX4938_NR_IRQ_LOCAL TX4938_IRQ_PIC_BEG | ||
20 | |||
21 | #define TX4938_IRQ_IRC_PCIC (TX4938_NR_IRQ_LOCAL + TX4938_IR_PCIC) | ||
22 | #define TX4938_IRQ_IRC_PCIERR (TX4938_NR_IRQ_LOCAL + TX4938_IR_PCIERR) | ||
23 | |||
24 | #define TX4938_PCIIO_0 0x10000000 | 21 | #define TX4938_PCIIO_0 0x10000000 |
25 | #define TX4938_PCIIO_1 0x01010000 | 22 | #define TX4938_PCIIO_1 0x01010000 |
26 | #define TX4938_PCIMEM_0 0x08000000 | 23 | #define TX4938_PCIMEM_0 0x08000000 |
@@ -52,9 +49,6 @@ | |||
52 | #define TX4938_ACLC_REG (TX4938_REG_BASE + 0xf700) | 49 | #define TX4938_ACLC_REG (TX4938_REG_BASE + 0xf700) |
53 | #define TX4938_SPI_REG (TX4938_REG_BASE + 0xf800) | 50 | #define TX4938_SPI_REG (TX4938_REG_BASE + 0xf800) |
54 | 51 | ||
55 | #ifdef __ASSEMBLY__ | ||
56 | #define _CONST64(c) c | ||
57 | #else | ||
58 | #define _CONST64(c) c##ull | 52 | #define _CONST64(c) c##ull |
59 | 53 | ||
60 | #include <asm/byteorder.h> | 54 | #include <asm/byteorder.h> |
@@ -114,68 +108,6 @@ struct tx4938_dma_reg { | |||
114 | endian_def_l2(unused0, mcr); | 108 | endian_def_l2(unused0, mcr); |
115 | }; | 109 | }; |
116 | 110 | ||
117 | struct tx4938_pcic_reg { | ||
118 | volatile unsigned long pciid; | ||
119 | volatile unsigned long pcistatus; | ||
120 | volatile unsigned long pciccrev; | ||
121 | volatile unsigned long pcicfg1; | ||
122 | volatile unsigned long p2gm0plbase; /* +10 */ | ||
123 | volatile unsigned long p2gm0pubase; | ||
124 | volatile unsigned long p2gm1plbase; | ||
125 | volatile unsigned long p2gm1pubase; | ||
126 | volatile unsigned long p2gm2pbase; /* +20 */ | ||
127 | volatile unsigned long p2giopbase; | ||
128 | volatile unsigned long unused0; | ||
129 | volatile unsigned long pcisid; | ||
130 | volatile unsigned long unused1; /* +30 */ | ||
131 | volatile unsigned long pcicapptr; | ||
132 | volatile unsigned long unused2; | ||
133 | volatile unsigned long pcicfg2; | ||
134 | volatile unsigned long g2ptocnt; /* +40 */ | ||
135 | volatile unsigned long unused3[15]; | ||
136 | volatile unsigned long g2pstatus; /* +80 */ | ||
137 | volatile unsigned long g2pmask; | ||
138 | volatile unsigned long pcisstatus; | ||
139 | volatile unsigned long pcimask; | ||
140 | volatile unsigned long p2gcfg; /* +90 */ | ||
141 | volatile unsigned long p2gstatus; | ||
142 | volatile unsigned long p2gmask; | ||
143 | volatile unsigned long p2gccmd; | ||
144 | volatile unsigned long unused4[24]; /* +a0 */ | ||
145 | volatile unsigned long pbareqport; /* +100 */ | ||
146 | volatile unsigned long pbacfg; | ||
147 | volatile unsigned long pbastatus; | ||
148 | volatile unsigned long pbamask; | ||
149 | volatile unsigned long pbabm; /* +110 */ | ||
150 | volatile unsigned long pbacreq; | ||
151 | volatile unsigned long pbacgnt; | ||
152 | volatile unsigned long pbacstate; | ||
153 | volatile unsigned long long g2pmgbase[3]; /* +120 */ | ||
154 | volatile unsigned long long g2piogbase; | ||
155 | volatile unsigned long g2pmmask[3]; /* +140 */ | ||
156 | volatile unsigned long g2piomask; | ||
157 | volatile unsigned long long g2pmpbase[3]; /* +150 */ | ||
158 | volatile unsigned long long g2piopbase; | ||
159 | volatile unsigned long pciccfg; /* +170 */ | ||
160 | volatile unsigned long pcicstatus; | ||
161 | volatile unsigned long pcicmask; | ||
162 | volatile unsigned long unused5; | ||
163 | volatile unsigned long long p2gmgbase[3]; /* +180 */ | ||
164 | volatile unsigned long long p2giogbase; | ||
165 | volatile unsigned long g2pcfgadrs; /* +1a0 */ | ||
166 | volatile unsigned long g2pcfgdata; | ||
167 | volatile unsigned long unused6[8]; | ||
168 | volatile unsigned long g2pintack; | ||
169 | volatile unsigned long g2pspc; | ||
170 | volatile unsigned long unused7[12]; /* +1d0 */ | ||
171 | volatile unsigned long long pdmca; /* +200 */ | ||
172 | volatile unsigned long long pdmga; | ||
173 | volatile unsigned long long pdmpa; | ||
174 | volatile unsigned long long pdmctr; | ||
175 | volatile unsigned long long pdmcfg; /* +220 */ | ||
176 | volatile unsigned long long pdmsts; | ||
177 | }; | ||
178 | |||
179 | struct tx4938_aclc_reg { | 111 | struct tx4938_aclc_reg { |
180 | volatile unsigned long acctlen; | 112 | volatile unsigned long acctlen; |
181 | volatile unsigned long acctldis; | 113 | volatile unsigned long acctldis; |
@@ -263,18 +195,18 @@ struct tx4938_sramc_reg { | |||
263 | }; | 195 | }; |
264 | 196 | ||
265 | struct tx4938_ccfg_reg { | 197 | struct tx4938_ccfg_reg { |
266 | volatile unsigned long long ccfg; | 198 | u64 ccfg; |
267 | volatile unsigned long long crir; | 199 | u64 crir; |
268 | volatile unsigned long long pcfg; | 200 | u64 pcfg; |
269 | volatile unsigned long long tear; | 201 | u64 toea; |
270 | volatile unsigned long long clkctr; | 202 | u64 clkctr; |
271 | volatile unsigned long long unused0; | 203 | u64 unused0; |
272 | volatile unsigned long long garbc; | 204 | u64 garbc; |
273 | volatile unsigned long long unused1; | 205 | u64 unused1; |
274 | volatile unsigned long long unused2; | 206 | u64 unused2; |
275 | volatile unsigned long long ramp; | 207 | u64 ramp; |
276 | volatile unsigned long long unused3; | 208 | u64 unused3; |
277 | volatile unsigned long long jmpadr; | 209 | u64 jmpadr; |
278 | }; | 210 | }; |
279 | 211 | ||
280 | #undef endian_def_l2 | 212 | #undef endian_def_l2 |
@@ -283,8 +215,6 @@ struct tx4938_ccfg_reg { | |||
283 | #undef endian_def_b2s | 215 | #undef endian_def_b2s |
284 | #undef endian_def_b4 | 216 | #undef endian_def_b4 |
285 | 217 | ||
286 | #endif /* __ASSEMBLY__ */ | ||
287 | |||
288 | /* | 218 | /* |
289 | * NDFMC | 219 | * NDFMC |
290 | */ | 220 | */ |
@@ -336,6 +266,8 @@ struct tx4938_ccfg_reg { | |||
336 | #define TX4938_IR_ETH0 TX4938_IR_INT(4) | 266 | #define TX4938_IR_ETH0 TX4938_IR_INT(4) |
337 | #define TX4938_IR_ETH1 TX4938_IR_INT(3) | 267 | #define TX4938_IR_ETH1 TX4938_IR_INT(3) |
338 | 268 | ||
269 | #define TX4938_IRC_INT 2 /* IP[2] in Status register */ | ||
270 | |||
339 | /* | 271 | /* |
340 | * CCFG | 272 | * CCFG |
341 | */ | 273 | */ |
@@ -361,7 +293,7 @@ struct tx4938_ccfg_reg { | |||
361 | #define TX4938_CCFG_BEOW 0x00010000 | 293 | #define TX4938_CCFG_BEOW 0x00010000 |
362 | #define TX4938_CCFG_WR 0x00008000 | 294 | #define TX4938_CCFG_WR 0x00008000 |
363 | #define TX4938_CCFG_TOE 0x00004000 | 295 | #define TX4938_CCFG_TOE 0x00004000 |
364 | #define TX4938_CCFG_PCIXARB 0x00002000 | 296 | #define TX4938_CCFG_PCIARB 0x00002000 |
365 | #define TX4938_CCFG_PCIDIVMODE_MASK 0x00001c00 | 297 | #define TX4938_CCFG_PCIDIVMODE_MASK 0x00001c00 |
366 | #define TX4938_CCFG_PCIDIVMODE_4 (0x1 << 10) | 298 | #define TX4938_CCFG_PCIDIVMODE_4 (0x1 << 10) |
367 | #define TX4938_CCFG_PCIDIVMODE_4_5 (0x3 << 10) | 299 | #define TX4938_CCFG_PCIDIVMODE_4_5 (0x3 << 10) |
@@ -437,110 +369,6 @@ struct tx4938_ccfg_reg { | |||
437 | #define TX4938_CLKCTR_SIO0RST 0x00000002 | 369 | #define TX4938_CLKCTR_SIO0RST 0x00000002 |
438 | #define TX4938_CLKCTR_SIO1RST 0x00000001 | 370 | #define TX4938_CLKCTR_SIO1RST 0x00000001 |
439 | 371 | ||
440 | /* bits for G2PSTATUS/G2PMASK */ | ||
441 | #define TX4938_PCIC_G2PSTATUS_ALL 0x00000003 | ||
442 | #define TX4938_PCIC_G2PSTATUS_TTOE 0x00000002 | ||
443 | #define TX4938_PCIC_G2PSTATUS_RTOE 0x00000001 | ||
444 | |||
445 | /* bits for PCIMASK (see also PCI_STATUS_XXX in linux/pci.h */ | ||
446 | #define TX4938_PCIC_PCISTATUS_ALL 0x0000f900 | ||
447 | |||
448 | /* bits for PBACFG */ | ||
449 | #define TX4938_PCIC_PBACFG_FIXPA 0x00000008 | ||
450 | #define TX4938_PCIC_PBACFG_RPBA 0x00000004 | ||
451 | #define TX4938_PCIC_PBACFG_PBAEN 0x00000002 | ||
452 | #define TX4938_PCIC_PBACFG_BMCEN 0x00000001 | ||
453 | |||
454 | /* bits for G2PMnGBASE */ | ||
455 | #define TX4938_PCIC_G2PMnGBASE_BSDIS _CONST64(0x0000002000000000) | ||
456 | #define TX4938_PCIC_G2PMnGBASE_ECHG _CONST64(0x0000001000000000) | ||
457 | |||
458 | /* bits for G2PIOGBASE */ | ||
459 | #define TX4938_PCIC_G2PIOGBASE_BSDIS _CONST64(0x0000002000000000) | ||
460 | #define TX4938_PCIC_G2PIOGBASE_ECHG _CONST64(0x0000001000000000) | ||
461 | |||
462 | /* bits for PCICSTATUS/PCICMASK */ | ||
463 | #define TX4938_PCIC_PCICSTATUS_ALL 0x000007b8 | ||
464 | #define TX4938_PCIC_PCICSTATUS_PME 0x00000400 | ||
465 | #define TX4938_PCIC_PCICSTATUS_TLB 0x00000200 | ||
466 | #define TX4938_PCIC_PCICSTATUS_NIB 0x00000100 | ||
467 | #define TX4938_PCIC_PCICSTATUS_ZIB 0x00000080 | ||
468 | #define TX4938_PCIC_PCICSTATUS_PERR 0x00000020 | ||
469 | #define TX4938_PCIC_PCICSTATUS_SERR 0x00000010 | ||
470 | #define TX4938_PCIC_PCICSTATUS_GBE 0x00000008 | ||
471 | #define TX4938_PCIC_PCICSTATUS_IWB 0x00000002 | ||
472 | #define TX4938_PCIC_PCICSTATUS_E2PDONE 0x00000001 | ||
473 | |||
474 | /* bits for PCICCFG */ | ||
475 | #define TX4938_PCIC_PCICCFG_GBWC_MASK 0x0fff0000 | ||
476 | #define TX4938_PCIC_PCICCFG_HRST 0x00000800 | ||
477 | #define TX4938_PCIC_PCICCFG_SRST 0x00000400 | ||
478 | #define TX4938_PCIC_PCICCFG_IRBER 0x00000200 | ||
479 | #define TX4938_PCIC_PCICCFG_G2PMEN(ch) (0x00000100>>(ch)) | ||
480 | #define TX4938_PCIC_PCICCFG_G2PM0EN 0x00000100 | ||
481 | #define TX4938_PCIC_PCICCFG_G2PM1EN 0x00000080 | ||
482 | #define TX4938_PCIC_PCICCFG_G2PM2EN 0x00000040 | ||
483 | #define TX4938_PCIC_PCICCFG_G2PIOEN 0x00000020 | ||
484 | #define TX4938_PCIC_PCICCFG_TCAR 0x00000010 | ||
485 | #define TX4938_PCIC_PCICCFG_ICAEN 0x00000008 | ||
486 | |||
487 | /* bits for P2GMnGBASE */ | ||
488 | #define TX4938_PCIC_P2GMnGBASE_TMEMEN _CONST64(0x0000004000000000) | ||
489 | #define TX4938_PCIC_P2GMnGBASE_TBSDIS _CONST64(0x0000002000000000) | ||
490 | #define TX4938_PCIC_P2GMnGBASE_TECHG _CONST64(0x0000001000000000) | ||
491 | |||
492 | /* bits for P2GIOGBASE */ | ||
493 | #define TX4938_PCIC_P2GIOGBASE_TIOEN _CONST64(0x0000004000000000) | ||
494 | #define TX4938_PCIC_P2GIOGBASE_TBSDIS _CONST64(0x0000002000000000) | ||
495 | #define TX4938_PCIC_P2GIOGBASE_TECHG _CONST64(0x0000001000000000) | ||
496 | |||
497 | #define TX4938_PCIC_IDSEL_AD_TO_SLOT(ad) ((ad) - 11) | ||
498 | #define TX4938_PCIC_MAX_DEVNU TX4938_PCIC_IDSEL_AD_TO_SLOT(32) | ||
499 | |||
500 | /* bits for PDMCFG */ | ||
501 | #define TX4938_PCIC_PDMCFG_RSTFIFO 0x00200000 | ||
502 | #define TX4938_PCIC_PDMCFG_EXFER 0x00100000 | ||
503 | #define TX4938_PCIC_PDMCFG_REQDLY_MASK 0x00003800 | ||
504 | #define TX4938_PCIC_PDMCFG_REQDLY_NONE (0 << 11) | ||
505 | #define TX4938_PCIC_PDMCFG_REQDLY_16 (1 << 11) | ||
506 | #define TX4938_PCIC_PDMCFG_REQDLY_32 (2 << 11) | ||
507 | #define TX4938_PCIC_PDMCFG_REQDLY_64 (3 << 11) | ||
508 | #define TX4938_PCIC_PDMCFG_REQDLY_128 (4 << 11) | ||
509 | #define TX4938_PCIC_PDMCFG_REQDLY_256 (5 << 11) | ||
510 | #define TX4938_PCIC_PDMCFG_REQDLY_512 (6 << 11) | ||
511 | #define TX4938_PCIC_PDMCFG_REQDLY_1024 (7 << 11) | ||
512 | #define TX4938_PCIC_PDMCFG_ERRIE 0x00000400 | ||
513 | #define TX4938_PCIC_PDMCFG_NCCMPIE 0x00000200 | ||
514 | #define TX4938_PCIC_PDMCFG_NTCMPIE 0x00000100 | ||
515 | #define TX4938_PCIC_PDMCFG_CHNEN 0x00000080 | ||
516 | #define TX4938_PCIC_PDMCFG_XFRACT 0x00000040 | ||
517 | #define TX4938_PCIC_PDMCFG_BSWAP 0x00000020 | ||
518 | #define TX4938_PCIC_PDMCFG_XFRSIZE_MASK 0x0000000c | ||
519 | #define TX4938_PCIC_PDMCFG_XFRSIZE_1DW 0x00000000 | ||
520 | #define TX4938_PCIC_PDMCFG_XFRSIZE_1QW 0x00000004 | ||
521 | #define TX4938_PCIC_PDMCFG_XFRSIZE_4QW 0x00000008 | ||
522 | #define TX4938_PCIC_PDMCFG_XFRDIRC 0x00000002 | ||
523 | #define TX4938_PCIC_PDMCFG_CHRST 0x00000001 | ||
524 | |||
525 | /* bits for PDMSTS */ | ||
526 | #define TX4938_PCIC_PDMSTS_REQCNT_MASK 0x3f000000 | ||
527 | #define TX4938_PCIC_PDMSTS_FIFOCNT_MASK 0x00f00000 | ||
528 | #define TX4938_PCIC_PDMSTS_FIFOWP_MASK 0x000c0000 | ||
529 | #define TX4938_PCIC_PDMSTS_FIFORP_MASK 0x00030000 | ||
530 | #define TX4938_PCIC_PDMSTS_ERRINT 0x00000800 | ||
531 | #define TX4938_PCIC_PDMSTS_DONEINT 0x00000400 | ||
532 | #define TX4938_PCIC_PDMSTS_CHNEN 0x00000200 | ||
533 | #define TX4938_PCIC_PDMSTS_XFRACT 0x00000100 | ||
534 | #define TX4938_PCIC_PDMSTS_ACCMP 0x00000080 | ||
535 | #define TX4938_PCIC_PDMSTS_NCCMP 0x00000040 | ||
536 | #define TX4938_PCIC_PDMSTS_NTCMP 0x00000020 | ||
537 | #define TX4938_PCIC_PDMSTS_CFGERR 0x00000008 | ||
538 | #define TX4938_PCIC_PDMSTS_PCIERR 0x00000004 | ||
539 | #define TX4938_PCIC_PDMSTS_CHNERR 0x00000002 | ||
540 | #define TX4938_PCIC_PDMSTS_DATAERR 0x00000001 | ||
541 | #define TX4938_PCIC_PDMSTS_ALL_CMP 0x000000e0 | ||
542 | #define TX4938_PCIC_PDMSTS_ALL_ERR 0x0000000f | ||
543 | |||
544 | /* | 372 | /* |
545 | * DMA | 373 | * DMA |
546 | */ | 374 | */ |
@@ -596,15 +424,15 @@ struct tx4938_ccfg_reg { | |||
596 | #define TX4938_DMA_CSR_DESERR 0x00000002 | 424 | #define TX4938_DMA_CSR_DESERR 0x00000002 |
597 | #define TX4938_DMA_CSR_SORERR 0x00000001 | 425 | #define TX4938_DMA_CSR_SORERR 0x00000001 |
598 | 426 | ||
599 | #ifndef __ASSEMBLY__ | ||
600 | |||
601 | #define tx4938_sdramcptr ((struct tx4938_sdramc_reg *)TX4938_SDRAMC_REG) | 427 | #define tx4938_sdramcptr ((struct tx4938_sdramc_reg *)TX4938_SDRAMC_REG) |
602 | #define tx4938_ebuscptr ((struct tx4938_ebusc_reg *)TX4938_EBUSC_REG) | 428 | #define tx4938_ebuscptr ((struct tx4938_ebusc_reg *)TX4938_EBUSC_REG) |
603 | #define tx4938_dmaptr(ch) ((struct tx4938_dma_reg *)TX4938_DMA_REG(ch)) | 429 | #define tx4938_dmaptr(ch) ((struct tx4938_dma_reg *)TX4938_DMA_REG(ch)) |
604 | #define tx4938_ndfmcptr ((struct tx4938_ndfmc_reg *)TX4938_NDFMC_REG) | 430 | #define tx4938_ndfmcptr ((struct tx4938_ndfmc_reg *)TX4938_NDFMC_REG) |
605 | #define tx4938_pcicptr ((struct tx4938_pcic_reg *)TX4938_PCIC_REG) | 431 | #define tx4938_pcicptr tx4927_pcicptr |
606 | #define tx4938_pcic1ptr ((struct tx4938_pcic_reg *)TX4938_PCIC1_REG) | 432 | #define tx4938_pcic1ptr \ |
607 | #define tx4938_ccfgptr ((struct tx4938_ccfg_reg *)TX4938_CCFG_REG) | 433 | ((struct tx4927_pcic_reg __iomem *)TX4938_PCIC1_REG) |
434 | #define tx4938_ccfgptr \ | ||
435 | ((struct tx4938_ccfg_reg __iomem *)TX4938_CCFG_REG) | ||
608 | #define tx4938_sioptr(ch) ((struct tx4938_sio_reg *)TX4938_SIO_REG(ch)) | 436 | #define tx4938_sioptr(ch) ((struct tx4938_sio_reg *)TX4938_SIO_REG(ch)) |
609 | #define tx4938_pioptr ((struct txx9_pio_reg __iomem *)TX4938_PIO_REG) | 437 | #define tx4938_pioptr ((struct txx9_pio_reg __iomem *)TX4938_PIO_REG) |
610 | #define tx4938_aclcptr ((struct tx4938_aclc_reg *)TX4938_ACLC_REG) | 438 | #define tx4938_aclcptr ((struct tx4938_aclc_reg *)TX4938_ACLC_REG) |
@@ -612,17 +440,26 @@ struct tx4938_ccfg_reg { | |||
612 | #define tx4938_sramcptr ((struct tx4938_sramc_reg *)TX4938_SRAMC_REG) | 440 | #define tx4938_sramcptr ((struct tx4938_sramc_reg *)TX4938_SRAMC_REG) |
613 | 441 | ||
614 | 442 | ||
615 | #define TX4938_REV_MAJ_MIN() ((unsigned long)tx4938_ccfgptr->crir & 0x00ff) | 443 | #define TX4938_REV_PCODE() \ |
616 | #define TX4938_REV_PCODE() ((unsigned long)tx4938_ccfgptr->crir >> 16) | 444 | ((__u32)__raw_readq(&tx4938_ccfgptr->crir) >> 16) |
445 | |||
446 | #define tx4938_ccfg_clear(bits) tx4927_ccfg_clear(bits) | ||
447 | #define tx4938_ccfg_set(bits) tx4927_ccfg_set(bits) | ||
448 | #define tx4938_ccfg_change(change, new) tx4927_ccfg_change(change, new) | ||
617 | 449 | ||
618 | #define TX4938_SDRAMC_BA(ch) ((tx4938_sdramcptr->cr[ch] >> 49) << 21) | 450 | #define TX4938_SDRAMC_BA(ch) ((tx4938_sdramcptr->cr[ch] >> 49) << 21) |
619 | #define TX4938_SDRAMC_SIZE(ch) (((tx4938_sdramcptr->cr[ch] >> 33) + 1) << 21) | 451 | #define TX4938_SDRAMC_SIZE(ch) (((tx4938_sdramcptr->cr[ch] >> 33) + 1) << 21) |
620 | 452 | ||
453 | #define TX4938_EBUSC_CR(ch) __raw_readq(&tx4938_ebuscptr->cr[(ch)]) | ||
621 | #define TX4938_EBUSC_BA(ch) ((tx4938_ebuscptr->cr[ch] >> 48) << 20) | 454 | #define TX4938_EBUSC_BA(ch) ((tx4938_ebuscptr->cr[ch] >> 48) << 20) |
622 | #define TX4938_EBUSC_SIZE(ch) \ | 455 | #define TX4938_EBUSC_SIZE(ch) \ |
623 | (0x00100000 << ((unsigned long)(tx4938_ebuscptr->cr[ch] >> 8) & 0xf)) | 456 | (0x00100000 << ((unsigned long)(tx4938_ebuscptr->cr[ch] >> 8) & 0xf)) |
624 | 457 | ||
625 | 458 | int tx4938_report_pciclk(void); | |
626 | #endif /* !__ASSEMBLY__ */ | 459 | void tx4938_report_pci1clk(void); |
460 | int tx4938_pciclk66_setup(void); | ||
461 | struct pci_dev; | ||
462 | int tx4938_pcic1_map_irq(const struct pci_dev *dev, u8 slot); | ||
463 | void tx4938_irq_init(void); | ||
627 | 464 | ||
628 | #endif | 465 | #endif |
diff --git a/include/asm-mips/jmr3927/txx927.h b/include/asm-mips/txx9/txx927.h index 25dcf2feb095..97dd7ad1a890 100644 --- a/include/asm-mips/jmr3927/txx927.h +++ b/include/asm-mips/txx9/txx927.h | |||
@@ -7,8 +7,8 @@ | |||
7 | * | 7 | * |
8 | * Copyright (C) 2000 Toshiba Corporation | 8 | * Copyright (C) 2000 Toshiba Corporation |
9 | */ | 9 | */ |
10 | #ifndef __ASM_TXX927_H | 10 | #ifndef __ASM_TXX9_TXX927_H |
11 | #define __ASM_TXX927_H | 11 | #define __ASM_TXX9_TXX927_H |
12 | 12 | ||
13 | struct txx927_sio_reg { | 13 | struct txx927_sio_reg { |
14 | volatile unsigned long lcr; | 14 | volatile unsigned long lcr; |
@@ -118,4 +118,4 @@ struct txx927_sio_reg { | |||
118 | * PIO | 118 | * PIO |
119 | */ | 119 | */ |
120 | 120 | ||
121 | #endif /* __ASM_TXX927_H */ | 121 | #endif /* __ASM_TXX9_TXX927_H */ |
diff --git a/include/asm-mips/vr41xx/cmbvr4133.h b/include/asm-mips/vr41xx/cmbvr4133.h deleted file mode 100644 index 42300037d593..000000000000 --- a/include/asm-mips/vr41xx/cmbvr4133.h +++ /dev/null | |||
@@ -1,56 +0,0 @@ | |||
1 | /* | ||
2 | * include/asm-mips/vr41xx/cmbvr4133.h | ||
3 | * | ||
4 | * Include file for NEC CMB-VR4133. | ||
5 | * | ||
6 | * Author: Yoichi Yuasa <yyuasa@mvista.com, or source@mvista.com> and | ||
7 | * Jun Sun <jsun@mvista.com, or source@mvista.com> and | ||
8 | * Alex Sapkov <asapkov@ru.mvista.com> | ||
9 | * | ||
10 | * 2002-2004 (c) MontaVista, Software, Inc. This file is licensed under | ||
11 | * the terms of the GNU General Public License version 2. This program | ||
12 | * is licensed "as is" without any warranty of any kind, whether express | ||
13 | * or implied. | ||
14 | */ | ||
15 | #ifndef __NEC_CMBVR4133_H | ||
16 | #define __NEC_CMBVR4133_H | ||
17 | |||
18 | #include <asm/vr41xx/irq.h> | ||
19 | |||
20 | /* | ||
21 | * General-Purpose I/O Pin Number | ||
22 | */ | ||
23 | #define CMBVR41XX_INTA_PIN 1 | ||
24 | #define CMBVR41XX_INTB_PIN 1 | ||
25 | #define CMBVR41XX_INTC_PIN 3 | ||
26 | #define CMBVR41XX_INTD_PIN 1 | ||
27 | #define CMBVR41XX_INTE_PIN 1 | ||
28 | |||
29 | /* | ||
30 | * Interrupt Number | ||
31 | */ | ||
32 | #define CMBVR41XX_INTA_IRQ GIU_IRQ(CMBVR41XX_INTA_PIN) | ||
33 | #define CMBVR41XX_INTB_IRQ GIU_IRQ(CMBVR41XX_INTB_PIN) | ||
34 | #define CMBVR41XX_INTC_IRQ GIU_IRQ(CMBVR41XX_INTC_PIN) | ||
35 | #define CMBVR41XX_INTD_IRQ GIU_IRQ(CMBVR41XX_INTD_PIN) | ||
36 | #define CMBVR41XX_INTE_IRQ GIU_IRQ(CMBVR41XX_INTE_PIN) | ||
37 | |||
38 | #define I8259A_IRQ_BASE 72 | ||
39 | #define I8259_IRQ(x) (I8259A_IRQ_BASE + (x)) | ||
40 | #define TIMER_IRQ I8259_IRQ(0) | ||
41 | #define KEYBOARD_IRQ I8259_IRQ(1) | ||
42 | #define I8259_SLAVE_IRQ I8259_IRQ(2) | ||
43 | #define UART3_IRQ I8259_IRQ(3) | ||
44 | #define UART1_IRQ I8259_IRQ(4) | ||
45 | #define UART2_IRQ I8259_IRQ(5) | ||
46 | #define FDC_IRQ I8259_IRQ(6) | ||
47 | #define PARPORT_IRQ I8259_IRQ(7) | ||
48 | #define RTC_IRQ I8259_IRQ(8) | ||
49 | #define USB_IRQ I8259_IRQ(9) | ||
50 | #define I8259_INTA_IRQ I8259_IRQ(10) | ||
51 | #define AUDIO_IRQ I8259_IRQ(11) | ||
52 | #define AUX_IRQ I8259_IRQ(12) | ||
53 | #define IDE_PRIMARY_IRQ I8259_IRQ(14) | ||
54 | #define IDE_SECONDARY_IRQ I8259_IRQ(15) | ||
55 | |||
56 | #endif /* __NEC_CMBVR4133_H */ | ||
diff --git a/include/asm-powerpc/Kbuild b/include/asm-powerpc/Kbuild index bca352e033c3..04ce8f8a2ee7 100644 --- a/include/asm-powerpc/Kbuild +++ b/include/asm-powerpc/Kbuild | |||
@@ -2,7 +2,6 @@ include include/asm-generic/Kbuild.asm | |||
2 | 2 | ||
3 | header-y += auxvec.h | 3 | header-y += auxvec.h |
4 | header-y += ioctls.h | 4 | header-y += ioctls.h |
5 | header-y += mman.h | ||
6 | header-y += sembuf.h | 5 | header-y += sembuf.h |
7 | header-y += siginfo.h | 6 | header-y += siginfo.h |
8 | header-y += stat.h | 7 | header-y += stat.h |
@@ -23,7 +22,6 @@ header-y += sigcontext.h | |||
23 | header-y += statfs.h | 22 | header-y += statfs.h |
24 | header-y += ps3fb.h | 23 | header-y += ps3fb.h |
25 | 24 | ||
26 | unifdef-y += asm-compat.h | ||
27 | unifdef-y += bootx.h | 25 | unifdef-y += bootx.h |
28 | unifdef-y += byteorder.h | 26 | unifdef-y += byteorder.h |
29 | unifdef-y += cputable.h | 27 | unifdef-y += cputable.h |
diff --git a/include/asm-powerpc/asm-compat.h b/include/asm-powerpc/asm-compat.h index c19e7367fce6..8ec2e1da68bf 100644 --- a/include/asm-powerpc/asm-compat.h +++ b/include/asm-powerpc/asm-compat.h | |||
@@ -15,57 +15,6 @@ | |||
15 | #endif | 15 | #endif |
16 | 16 | ||
17 | 17 | ||
18 | /* | ||
19 | * Feature section common macros | ||
20 | * | ||
21 | * Note that the entries now contain offsets between the table entry | ||
22 | * and the code rather than absolute code pointers in order to be | ||
23 | * useable with the vdso shared library. There is also an assumption | ||
24 | * that values will be negative, that is, the fixup table has to be | ||
25 | * located after the code it fixes up. | ||
26 | */ | ||
27 | #ifdef CONFIG_PPC64 | ||
28 | #ifdef __powerpc64__ | ||
29 | /* 64 bits kernel, 64 bits code */ | ||
30 | #define MAKE_FTR_SECTION_ENTRY(msk, val, label, sect) \ | ||
31 | 99: \ | ||
32 | .section sect,"a"; \ | ||
33 | .align 3; \ | ||
34 | 98: \ | ||
35 | .llong msk; \ | ||
36 | .llong val; \ | ||
37 | .llong label##b-98b; \ | ||
38 | .llong 99b-98b; \ | ||
39 | .previous | ||
40 | #else /* __powerpc64__ */ | ||
41 | /* 64 bits kernel, 32 bits code (ie. vdso32) */ | ||
42 | #define MAKE_FTR_SECTION_ENTRY(msk, val, label, sect) \ | ||
43 | 99: \ | ||
44 | .section sect,"a"; \ | ||
45 | .align 3; \ | ||
46 | 98: \ | ||
47 | .llong msk; \ | ||
48 | .llong val; \ | ||
49 | .long 0xffffffff; \ | ||
50 | .long label##b-98b; \ | ||
51 | .long 0xffffffff; \ | ||
52 | .long 99b-98b; \ | ||
53 | .previous | ||
54 | #endif /* !__powerpc64__ */ | ||
55 | #else /* CONFIG_PPC64 */ | ||
56 | /* 32 bits kernel, 32 bits code */ | ||
57 | #define MAKE_FTR_SECTION_ENTRY(msk, val, label, sect) \ | ||
58 | 99: \ | ||
59 | .section sect,"a"; \ | ||
60 | .align 2; \ | ||
61 | 98: \ | ||
62 | .long msk; \ | ||
63 | .long val; \ | ||
64 | .long label##b-98b; \ | ||
65 | .long 99b-98b; \ | ||
66 | .previous | ||
67 | #endif /* !CONFIG_PPC64 */ | ||
68 | |||
69 | #ifdef __powerpc64__ | 18 | #ifdef __powerpc64__ |
70 | 19 | ||
71 | /* operations for longs and pointers */ | 20 | /* operations for longs and pointers */ |
diff --git a/include/asm-powerpc/cache.h b/include/asm-powerpc/cache.h index 53507046a1b1..81de6eb3455d 100644 --- a/include/asm-powerpc/cache.h +++ b/include/asm-powerpc/cache.h | |||
@@ -8,6 +8,9 @@ | |||
8 | #if defined(CONFIG_8xx) || defined(CONFIG_403GCX) | 8 | #if defined(CONFIG_8xx) || defined(CONFIG_403GCX) |
9 | #define L1_CACHE_SHIFT 4 | 9 | #define L1_CACHE_SHIFT 4 |
10 | #define MAX_COPY_PREFETCH 1 | 10 | #define MAX_COPY_PREFETCH 1 |
11 | #elif defined(CONFIG_PPC_E500MC) | ||
12 | #define L1_CACHE_SHIFT 6 | ||
13 | #define MAX_COPY_PREFETCH 4 | ||
11 | #elif defined(CONFIG_PPC32) | 14 | #elif defined(CONFIG_PPC32) |
12 | #define L1_CACHE_SHIFT 5 | 15 | #define L1_CACHE_SHIFT 5 |
13 | #define MAX_COPY_PREFETCH 4 | 16 | #define MAX_COPY_PREFETCH 4 |
diff --git a/include/asm-powerpc/code-patching.h b/include/asm-powerpc/code-patching.h new file mode 100644 index 000000000000..107d9b915e33 --- /dev/null +++ b/include/asm-powerpc/code-patching.h | |||
@@ -0,0 +1,54 @@ | |||
1 | #ifndef _ASM_POWERPC_CODE_PATCHING_H | ||
2 | #define _ASM_POWERPC_CODE_PATCHING_H | ||
3 | |||
4 | /* | ||
5 | * Copyright 2008, Michael Ellerman, IBM Corporation. | ||
6 | * | ||
7 | * This program is free software; you can redistribute it and/or | ||
8 | * modify it under the terms of the GNU General Public License | ||
9 | * as published by the Free Software Foundation; either version | ||
10 | * 2 of the License, or (at your option) any later version. | ||
11 | */ | ||
12 | |||
13 | #include <asm/types.h> | ||
14 | |||
15 | #define PPC_NOP_INSTR 0x60000000 | ||
16 | #define PPC_LWSYNC_INSTR 0x7c2004ac | ||
17 | |||
18 | /* Flags for create_branch: | ||
19 | * "b" == create_branch(addr, target, 0); | ||
20 | * "ba" == create_branch(addr, target, BRANCH_ABSOLUTE); | ||
21 | * "bl" == create_branch(addr, target, BRANCH_SET_LINK); | ||
22 | * "bla" == create_branch(addr, target, BRANCH_ABSOLUTE | BRANCH_SET_LINK); | ||
23 | */ | ||
24 | #define BRANCH_SET_LINK 0x1 | ||
25 | #define BRANCH_ABSOLUTE 0x2 | ||
26 | |||
27 | unsigned int create_branch(const unsigned int *addr, | ||
28 | unsigned long target, int flags); | ||
29 | unsigned int create_cond_branch(const unsigned int *addr, | ||
30 | unsigned long target, int flags); | ||
31 | void patch_branch(unsigned int *addr, unsigned long target, int flags); | ||
32 | void patch_instruction(unsigned int *addr, unsigned int instr); | ||
33 | |||
34 | int instr_is_relative_branch(unsigned int instr); | ||
35 | int instr_is_branch_to_addr(const unsigned int *instr, unsigned long addr); | ||
36 | unsigned long branch_target(const unsigned int *instr); | ||
37 | unsigned int translate_branch(const unsigned int *dest, | ||
38 | const unsigned int *src); | ||
39 | |||
40 | static inline unsigned long ppc_function_entry(void *func) | ||
41 | { | ||
42 | #ifdef CONFIG_PPC64 | ||
43 | /* | ||
44 | * On PPC64 the function pointer actually points to the function's | ||
45 | * descriptor. The first entry in the descriptor is the address | ||
46 | * of the function text. | ||
47 | */ | ||
48 | return ((func_descr_t *)func)->entry; | ||
49 | #else | ||
50 | return (unsigned long)func; | ||
51 | #endif | ||
52 | } | ||
53 | |||
54 | #endif /* _ASM_POWERPC_CODE_PATCHING_H */ | ||
diff --git a/include/asm-powerpc/cpm.h b/include/asm-powerpc/cpm.h index ede38ffe466a..63a55337c2de 100644 --- a/include/asm-powerpc/cpm.h +++ b/include/asm-powerpc/cpm.h | |||
@@ -96,6 +96,7 @@ unsigned long cpm_muram_alloc(unsigned long size, unsigned long align); | |||
96 | int cpm_muram_free(unsigned long offset); | 96 | int cpm_muram_free(unsigned long offset); |
97 | unsigned long cpm_muram_alloc_fixed(unsigned long offset, unsigned long size); | 97 | unsigned long cpm_muram_alloc_fixed(unsigned long offset, unsigned long size); |
98 | void __iomem *cpm_muram_addr(unsigned long offset); | 98 | void __iomem *cpm_muram_addr(unsigned long offset); |
99 | unsigned long cpm_muram_offset(void __iomem *addr); | ||
99 | dma_addr_t cpm_muram_dma(void __iomem *addr); | 100 | dma_addr_t cpm_muram_dma(void __iomem *addr); |
100 | int cpm_command(u32 command, u8 opcode); | 101 | int cpm_command(u32 command, u8 opcode); |
101 | 102 | ||
diff --git a/include/asm-powerpc/cpm1.h b/include/asm-powerpc/cpm1.h index 3df439678006..2ff798744c1d 100644 --- a/include/asm-powerpc/cpm1.h +++ b/include/asm-powerpc/cpm1.h | |||
@@ -42,35 +42,15 @@ | |||
42 | 42 | ||
43 | #define mk_cr_cmd(CH, CMD) ((CMD << 8) | (CH << 4)) | 43 | #define mk_cr_cmd(CH, CMD) ((CMD << 8) | (CH << 4)) |
44 | 44 | ||
45 | #ifndef CONFIG_PPC_CPM_NEW_BINDING | ||
46 | /* The dual ported RAM is multi-functional. Some areas can be (and are | ||
47 | * being) used for microcode. There is an area that can only be used | ||
48 | * as data ram for buffer descriptors, which is all we use right now. | ||
49 | * Currently the first 512 and last 256 bytes are used for microcode. | ||
50 | */ | ||
51 | #define CPM_DATAONLY_BASE ((uint)0x0800) | ||
52 | #define CPM_DATAONLY_SIZE ((uint)0x0700) | ||
53 | #define CPM_DP_NOSPACE ((uint)0x7fffffff) | ||
54 | #endif | ||
55 | |||
56 | /* Export the base address of the communication processor registers | 45 | /* Export the base address of the communication processor registers |
57 | * and dual port ram. | 46 | * and dual port ram. |
58 | */ | 47 | */ |
59 | extern cpm8xx_t __iomem *cpmp; /* Pointer to comm processor */ | 48 | extern cpm8xx_t __iomem *cpmp; /* Pointer to comm processor */ |
60 | 49 | ||
61 | #ifdef CONFIG_PPC_CPM_NEW_BINDING | ||
62 | #define cpm_dpalloc cpm_muram_alloc | 50 | #define cpm_dpalloc cpm_muram_alloc |
63 | #define cpm_dpfree cpm_muram_free | 51 | #define cpm_dpfree cpm_muram_free |
64 | #define cpm_dpram_addr cpm_muram_addr | 52 | #define cpm_dpram_addr cpm_muram_addr |
65 | #define cpm_dpram_phys cpm_muram_dma | 53 | #define cpm_dpram_phys cpm_muram_dma |
66 | #else | ||
67 | extern unsigned long cpm_dpalloc(uint size, uint align); | ||
68 | extern int cpm_dpfree(unsigned long offset); | ||
69 | extern unsigned long cpm_dpalloc_fixed(unsigned long offset, uint size, uint align); | ||
70 | extern void cpm_dpdump(void); | ||
71 | extern void *cpm_dpram_addr(unsigned long offset); | ||
72 | extern uint cpm_dpram_phys(u8 *addr); | ||
73 | #endif | ||
74 | 54 | ||
75 | extern void cpm_setbrg(uint brg, uint rate); | 55 | extern void cpm_setbrg(uint brg, uint rate); |
76 | 56 | ||
diff --git a/include/asm-powerpc/cpm2.h b/include/asm-powerpc/cpm2.h index 4c85ed9cd43f..2c7fd9cee291 100644 --- a/include/asm-powerpc/cpm2.h +++ b/include/asm-powerpc/cpm2.h | |||
@@ -78,24 +78,6 @@ | |||
78 | #define mk_cr_cmd(PG, SBC, MCN, OP) \ | 78 | #define mk_cr_cmd(PG, SBC, MCN, OP) \ |
79 | ((PG << 26) | (SBC << 21) | (MCN << 6) | OP) | 79 | ((PG << 26) | (SBC << 21) | (MCN << 6) | OP) |
80 | 80 | ||
81 | #ifndef CONFIG_PPC_CPM_NEW_BINDING | ||
82 | /* Dual Port RAM addresses. The first 16K is available for almost | ||
83 | * any CPM use, so we put the BDs there. The first 128 bytes are | ||
84 | * used for SMC1 and SMC2 parameter RAM, so we start allocating | ||
85 | * BDs above that. All of this must change when we start | ||
86 | * downloading RAM microcode. | ||
87 | */ | ||
88 | #define CPM_DATAONLY_BASE ((uint)128) | ||
89 | #define CPM_DP_NOSPACE ((uint)0x7fffffff) | ||
90 | #if defined(CONFIG_8272) || defined(CONFIG_MPC8555) | ||
91 | #define CPM_DATAONLY_SIZE ((uint)(8 * 1024) - CPM_DATAONLY_BASE) | ||
92 | #define CPM_FCC_SPECIAL_BASE ((uint)0x00009000) | ||
93 | #else | ||
94 | #define CPM_DATAONLY_SIZE ((uint)(16 * 1024) - CPM_DATAONLY_BASE) | ||
95 | #define CPM_FCC_SPECIAL_BASE ((uint)0x0000b000) | ||
96 | #endif | ||
97 | #endif | ||
98 | |||
99 | /* The number of pages of host memory we allocate for CPM. This is | 81 | /* The number of pages of host memory we allocate for CPM. This is |
100 | * done early in kernel initialization to get physically contiguous | 82 | * done early in kernel initialization to get physically contiguous |
101 | * pages. | 83 | * pages. |
@@ -107,17 +89,9 @@ | |||
107 | */ | 89 | */ |
108 | extern cpm_cpm2_t __iomem *cpmp; /* Pointer to comm processor */ | 90 | extern cpm_cpm2_t __iomem *cpmp; /* Pointer to comm processor */ |
109 | 91 | ||
110 | #ifdef CONFIG_PPC_CPM_NEW_BINDING | ||
111 | #define cpm_dpalloc cpm_muram_alloc | 92 | #define cpm_dpalloc cpm_muram_alloc |
112 | #define cpm_dpfree cpm_muram_free | 93 | #define cpm_dpfree cpm_muram_free |
113 | #define cpm_dpram_addr cpm_muram_addr | 94 | #define cpm_dpram_addr cpm_muram_addr |
114 | #else | ||
115 | extern unsigned long cpm_dpalloc(uint size, uint align); | ||
116 | extern int cpm_dpfree(unsigned long offset); | ||
117 | extern unsigned long cpm_dpalloc_fixed(unsigned long offset, uint size, uint align); | ||
118 | extern void cpm_dpdump(void); | ||
119 | extern void *cpm_dpram_addr(unsigned long offset); | ||
120 | #endif | ||
121 | 95 | ||
122 | extern void cpm_setbrg(uint brg, uint rate); | 96 | extern void cpm_setbrg(uint brg, uint rate); |
123 | extern void cpm2_fastbrg(uint brg, uint rate, int div16); | 97 | extern void cpm2_fastbrg(uint brg, uint rate, int div16); |
diff --git a/include/asm-powerpc/cputable.h b/include/asm-powerpc/cputable.h index 1e79673b7316..2a3e9075a5a0 100644 --- a/include/asm-powerpc/cputable.h +++ b/include/asm-powerpc/cputable.h | |||
@@ -1,8 +1,6 @@ | |||
1 | #ifndef __ASM_POWERPC_CPUTABLE_H | 1 | #ifndef __ASM_POWERPC_CPUTABLE_H |
2 | #define __ASM_POWERPC_CPUTABLE_H | 2 | #define __ASM_POWERPC_CPUTABLE_H |
3 | 3 | ||
4 | #include <asm/asm-compat.h> | ||
5 | |||
6 | #define PPC_FEATURE_32 0x80000000 | 4 | #define PPC_FEATURE_32 0x80000000 |
7 | #define PPC_FEATURE_64 0x40000000 | 5 | #define PPC_FEATURE_64 0x40000000 |
8 | #define PPC_FEATURE_601_INSTR 0x20000000 | 6 | #define PPC_FEATURE_601_INSTR 0x20000000 |
@@ -26,11 +24,20 @@ | |||
26 | #define PPC_FEATURE_PA6T 0x00000800 | 24 | #define PPC_FEATURE_PA6T 0x00000800 |
27 | #define PPC_FEATURE_HAS_DFP 0x00000400 | 25 | #define PPC_FEATURE_HAS_DFP 0x00000400 |
28 | #define PPC_FEATURE_POWER6_EXT 0x00000200 | 26 | #define PPC_FEATURE_POWER6_EXT 0x00000200 |
27 | #define PPC_FEATURE_ARCH_2_06 0x00000100 | ||
28 | #define PPC_FEATURE_HAS_VSX 0x00000080 | ||
29 | |||
30 | #define PPC_FEATURE_PSERIES_PERFMON_COMPAT \ | ||
31 | 0x00000040 | ||
29 | 32 | ||
30 | #define PPC_FEATURE_TRUE_LE 0x00000002 | 33 | #define PPC_FEATURE_TRUE_LE 0x00000002 |
31 | #define PPC_FEATURE_PPC_LE 0x00000001 | 34 | #define PPC_FEATURE_PPC_LE 0x00000001 |
32 | 35 | ||
33 | #ifdef __KERNEL__ | 36 | #ifdef __KERNEL__ |
37 | |||
38 | #include <asm/asm-compat.h> | ||
39 | #include <asm/feature-fixups.h> | ||
40 | |||
34 | #ifndef __ASSEMBLY__ | 41 | #ifndef __ASSEMBLY__ |
35 | 42 | ||
36 | /* This structure can grow, it's real size is used by head.S code | 43 | /* This structure can grow, it's real size is used by head.S code |
@@ -132,7 +139,7 @@ extern void do_feature_fixups(unsigned long value, void *fixup_start, | |||
132 | #define CPU_FTR_TAU ASM_CONST(0x0000000000000010) | 139 | #define CPU_FTR_TAU ASM_CONST(0x0000000000000010) |
133 | #define CPU_FTR_CAN_DOZE ASM_CONST(0x0000000000000020) | 140 | #define CPU_FTR_CAN_DOZE ASM_CONST(0x0000000000000020) |
134 | #define CPU_FTR_USE_TB ASM_CONST(0x0000000000000040) | 141 | #define CPU_FTR_USE_TB ASM_CONST(0x0000000000000040) |
135 | #define CPU_FTR_604_PERF_MON ASM_CONST(0x0000000000000080) | 142 | #define CPU_FTR_L2CSR ASM_CONST(0x0000000000000080) |
136 | #define CPU_FTR_601 ASM_CONST(0x0000000000000100) | 143 | #define CPU_FTR_601 ASM_CONST(0x0000000000000100) |
137 | #define CPU_FTR_HPTE_TABLE ASM_CONST(0x0000000000000200) | 144 | #define CPU_FTR_HPTE_TABLE ASM_CONST(0x0000000000000200) |
138 | #define CPU_FTR_CAN_NAP ASM_CONST(0x0000000000000400) | 145 | #define CPU_FTR_CAN_NAP ASM_CONST(0x0000000000000400) |
@@ -152,6 +159,7 @@ extern void do_feature_fixups(unsigned long value, void *fixup_start, | |||
152 | #define CPU_FTR_UNIFIED_ID_CACHE ASM_CONST(0x0000000001000000) | 159 | #define CPU_FTR_UNIFIED_ID_CACHE ASM_CONST(0x0000000001000000) |
153 | #define CPU_FTR_SPE ASM_CONST(0x0000000002000000) | 160 | #define CPU_FTR_SPE ASM_CONST(0x0000000002000000) |
154 | #define CPU_FTR_NEED_PAIRED_STWCX ASM_CONST(0x0000000004000000) | 161 | #define CPU_FTR_NEED_PAIRED_STWCX ASM_CONST(0x0000000004000000) |
162 | #define CPU_FTR_LWSYNC ASM_CONST(0x0000000008000000) | ||
155 | 163 | ||
156 | /* | 164 | /* |
157 | * Add the 64-bit processor unique features in the top half of the word; | 165 | * Add the 64-bit processor unique features in the top half of the word; |
@@ -180,6 +188,8 @@ extern void do_feature_fixups(unsigned long value, void *fixup_start, | |||
180 | #define CPU_FTR_DSCR LONG_ASM_CONST(0x0002000000000000) | 188 | #define CPU_FTR_DSCR LONG_ASM_CONST(0x0002000000000000) |
181 | #define CPU_FTR_1T_SEGMENT LONG_ASM_CONST(0x0004000000000000) | 189 | #define CPU_FTR_1T_SEGMENT LONG_ASM_CONST(0x0004000000000000) |
182 | #define CPU_FTR_NO_SLBIE_B LONG_ASM_CONST(0x0008000000000000) | 190 | #define CPU_FTR_NO_SLBIE_B LONG_ASM_CONST(0x0008000000000000) |
191 | #define CPU_FTR_VSX LONG_ASM_CONST(0x0010000000000000) | ||
192 | #define CPU_FTR_SAO LONG_ASM_CONST(0x0020000000000000) | ||
183 | 193 | ||
184 | #ifndef __ASSEMBLY__ | 194 | #ifndef __ASSEMBLY__ |
185 | 195 | ||
@@ -198,6 +208,17 @@ extern void do_feature_fixups(unsigned long value, void *fixup_start, | |||
198 | #define PPC_FEATURE_HAS_ALTIVEC_COMP 0 | 208 | #define PPC_FEATURE_HAS_ALTIVEC_COMP 0 |
199 | #endif | 209 | #endif |
200 | 210 | ||
211 | /* We only set the VSX features if the kernel was compiled with VSX | ||
212 | * support | ||
213 | */ | ||
214 | #ifdef CONFIG_VSX | ||
215 | #define CPU_FTR_VSX_COMP CPU_FTR_VSX | ||
216 | #define PPC_FEATURE_HAS_VSX_COMP PPC_FEATURE_HAS_VSX | ||
217 | #else | ||
218 | #define CPU_FTR_VSX_COMP 0 | ||
219 | #define PPC_FEATURE_HAS_VSX_COMP 0 | ||
220 | #endif | ||
221 | |||
201 | /* We only set the spe features if the kernel was compiled with spe | 222 | /* We only set the spe features if the kernel was compiled with spe |
202 | * support | 223 | * support |
203 | */ | 224 | */ |
@@ -245,8 +266,7 @@ extern void do_feature_fixups(unsigned long value, void *fixup_start, | |||
245 | CPU_FTR_MAYBE_CAN_DOZE | CPU_FTR_USE_TB | \ | 266 | CPU_FTR_MAYBE_CAN_DOZE | CPU_FTR_USE_TB | \ |
246 | CPU_FTR_MAYBE_CAN_NAP | CPU_FTR_PPC_LE) | 267 | CPU_FTR_MAYBE_CAN_NAP | CPU_FTR_PPC_LE) |
247 | #define CPU_FTRS_604 (CPU_FTR_COMMON | \ | 268 | #define CPU_FTRS_604 (CPU_FTR_COMMON | \ |
248 | CPU_FTR_USE_TB | CPU_FTR_604_PERF_MON | CPU_FTR_HPTE_TABLE | \ | 269 | CPU_FTR_USE_TB | CPU_FTR_HPTE_TABLE | CPU_FTR_PPC_LE) |
249 | CPU_FTR_PPC_LE) | ||
250 | #define CPU_FTRS_740_NOTAU (CPU_FTR_COMMON | \ | 270 | #define CPU_FTRS_740_NOTAU (CPU_FTR_COMMON | \ |
251 | CPU_FTR_MAYBE_CAN_DOZE | CPU_FTR_USE_TB | CPU_FTR_L2CR | \ | 271 | CPU_FTR_MAYBE_CAN_DOZE | CPU_FTR_USE_TB | CPU_FTR_L2CR | \ |
252 | CPU_FTR_HPTE_TABLE | CPU_FTR_MAYBE_CAN_NAP | CPU_FTR_PPC_LE) | 272 | CPU_FTR_HPTE_TABLE | CPU_FTR_MAYBE_CAN_NAP | CPU_FTR_PPC_LE) |
@@ -347,40 +367,50 @@ extern void do_feature_fixups(unsigned long value, void *fixup_start, | |||
347 | #define CPU_FTRS_E200 (CPU_FTR_USE_TB | CPU_FTR_SPE_COMP | \ | 367 | #define CPU_FTRS_E200 (CPU_FTR_USE_TB | CPU_FTR_SPE_COMP | \ |
348 | CPU_FTR_NODSISRALIGN | CPU_FTR_COHERENT_ICACHE | \ | 368 | CPU_FTR_NODSISRALIGN | CPU_FTR_COHERENT_ICACHE | \ |
349 | CPU_FTR_UNIFIED_ID_CACHE) | 369 | CPU_FTR_UNIFIED_ID_CACHE) |
350 | #define CPU_FTRS_E500 (CPU_FTR_USE_TB | CPU_FTR_SPE_COMP | \ | 370 | #define CPU_FTRS_E500 (CPU_FTR_MAYBE_CAN_DOZE | CPU_FTR_USE_TB | \ |
371 | CPU_FTR_SPE_COMP | CPU_FTR_MAYBE_CAN_NAP | CPU_FTR_NODSISRALIGN) | ||
372 | #define CPU_FTRS_E500_2 (CPU_FTR_MAYBE_CAN_DOZE | CPU_FTR_USE_TB | \ | ||
373 | CPU_FTR_SPE_COMP | CPU_FTR_MAYBE_CAN_NAP | CPU_FTR_BIG_PHYS | \ | ||
351 | CPU_FTR_NODSISRALIGN) | 374 | CPU_FTR_NODSISRALIGN) |
352 | #define CPU_FTRS_E500_2 (CPU_FTR_USE_TB | CPU_FTR_SPE_COMP | \ | 375 | #define CPU_FTRS_E500MC (CPU_FTR_MAYBE_CAN_DOZE | CPU_FTR_USE_TB | \ |
353 | CPU_FTR_BIG_PHYS | CPU_FTR_NODSISRALIGN) | 376 | CPU_FTR_MAYBE_CAN_NAP | CPU_FTR_BIG_PHYS | CPU_FTR_NODSISRALIGN | \ |
377 | CPU_FTR_L2CSR | CPU_FTR_LWSYNC) | ||
354 | #define CPU_FTRS_GENERIC_32 (CPU_FTR_COMMON | CPU_FTR_NODSISRALIGN) | 378 | #define CPU_FTRS_GENERIC_32 (CPU_FTR_COMMON | CPU_FTR_NODSISRALIGN) |
355 | 379 | ||
356 | /* 64-bit CPUs */ | 380 | /* 64-bit CPUs */ |
357 | #define CPU_FTRS_POWER3 (CPU_FTR_USE_TB | \ | 381 | #define CPU_FTRS_POWER3 (CPU_FTR_USE_TB | CPU_FTR_LWSYNC | \ |
358 | CPU_FTR_HPTE_TABLE | CPU_FTR_IABR | CPU_FTR_PPC_LE) | 382 | CPU_FTR_HPTE_TABLE | CPU_FTR_IABR | CPU_FTR_PPC_LE) |
359 | #define CPU_FTRS_RS64 (CPU_FTR_USE_TB | \ | 383 | #define CPU_FTRS_RS64 (CPU_FTR_USE_TB | CPU_FTR_LWSYNC | \ |
360 | CPU_FTR_HPTE_TABLE | CPU_FTR_IABR | \ | 384 | CPU_FTR_HPTE_TABLE | CPU_FTR_IABR | \ |
361 | CPU_FTR_MMCRA | CPU_FTR_CTRL) | 385 | CPU_FTR_MMCRA | CPU_FTR_CTRL) |
362 | #define CPU_FTRS_POWER4 (CPU_FTR_USE_TB | \ | 386 | #define CPU_FTRS_POWER4 (CPU_FTR_USE_TB | CPU_FTR_LWSYNC | \ |
363 | CPU_FTR_HPTE_TABLE | CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_CTRL | \ | 387 | CPU_FTR_HPTE_TABLE | CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_CTRL | \ |
364 | CPU_FTR_MMCRA) | 388 | CPU_FTR_MMCRA) |
365 | #define CPU_FTRS_PPC970 (CPU_FTR_USE_TB | \ | 389 | #define CPU_FTRS_PPC970 (CPU_FTR_USE_TB | CPU_FTR_LWSYNC | \ |
366 | CPU_FTR_HPTE_TABLE | CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_CTRL | \ | 390 | CPU_FTR_HPTE_TABLE | CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_CTRL | \ |
367 | CPU_FTR_ALTIVEC_COMP | CPU_FTR_CAN_NAP | CPU_FTR_MMCRA) | 391 | CPU_FTR_ALTIVEC_COMP | CPU_FTR_CAN_NAP | CPU_FTR_MMCRA) |
368 | #define CPU_FTRS_POWER5 (CPU_FTR_USE_TB | \ | 392 | #define CPU_FTRS_POWER5 (CPU_FTR_USE_TB | CPU_FTR_LWSYNC | \ |
369 | CPU_FTR_HPTE_TABLE | CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_CTRL | \ | 393 | CPU_FTR_HPTE_TABLE | CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_CTRL | \ |
370 | CPU_FTR_MMCRA | CPU_FTR_SMT | \ | 394 | CPU_FTR_MMCRA | CPU_FTR_SMT | \ |
371 | CPU_FTR_COHERENT_ICACHE | CPU_FTR_LOCKLESS_TLBIE | \ | 395 | CPU_FTR_COHERENT_ICACHE | CPU_FTR_LOCKLESS_TLBIE | \ |
372 | CPU_FTR_PURR) | 396 | CPU_FTR_PURR) |
373 | #define CPU_FTRS_POWER6 (CPU_FTR_USE_TB | \ | 397 | #define CPU_FTRS_POWER6 (CPU_FTR_USE_TB | CPU_FTR_LWSYNC | \ |
374 | CPU_FTR_HPTE_TABLE | CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_CTRL | \ | 398 | CPU_FTR_HPTE_TABLE | CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_CTRL | \ |
375 | CPU_FTR_MMCRA | CPU_FTR_SMT | \ | 399 | CPU_FTR_MMCRA | CPU_FTR_SMT | \ |
376 | CPU_FTR_COHERENT_ICACHE | CPU_FTR_LOCKLESS_TLBIE | \ | 400 | CPU_FTR_COHERENT_ICACHE | CPU_FTR_LOCKLESS_TLBIE | \ |
377 | CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \ | 401 | CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \ |
378 | CPU_FTR_DSCR) | 402 | CPU_FTR_DSCR) |
379 | #define CPU_FTRS_CELL (CPU_FTR_USE_TB | \ | 403 | #define CPU_FTRS_POWER7 (CPU_FTR_USE_TB | CPU_FTR_LWSYNC | \ |
404 | CPU_FTR_HPTE_TABLE | CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_CTRL | \ | ||
405 | CPU_FTR_MMCRA | CPU_FTR_SMT | \ | ||
406 | CPU_FTR_COHERENT_ICACHE | CPU_FTR_LOCKLESS_TLBIE | \ | ||
407 | CPU_FTR_PURR | CPU_FTR_SPURR | CPU_FTR_REAL_LE | \ | ||
408 | CPU_FTR_DSCR | CPU_FTR_SAO) | ||
409 | #define CPU_FTRS_CELL (CPU_FTR_USE_TB | CPU_FTR_LWSYNC | \ | ||
380 | CPU_FTR_HPTE_TABLE | CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_CTRL | \ | 410 | CPU_FTR_HPTE_TABLE | CPU_FTR_PPCAS_ARCH_V2 | CPU_FTR_CTRL | \ |
381 | CPU_FTR_ALTIVEC_COMP | CPU_FTR_MMCRA | CPU_FTR_SMT | \ | 411 | CPU_FTR_ALTIVEC_COMP | CPU_FTR_MMCRA | CPU_FTR_SMT | \ |
382 | CPU_FTR_PAUSE_ZERO | CPU_FTR_CI_LARGE_PAGE | CPU_FTR_CELL_TB_BUG) | 412 | CPU_FTR_PAUSE_ZERO | CPU_FTR_CI_LARGE_PAGE | CPU_FTR_CELL_TB_BUG) |
383 | #define CPU_FTRS_PA6T (CPU_FTR_USE_TB | \ | 413 | #define CPU_FTRS_PA6T (CPU_FTR_USE_TB | CPU_FTR_LWSYNC | \ |
384 | CPU_FTR_HPTE_TABLE | CPU_FTR_PPCAS_ARCH_V2 | \ | 414 | CPU_FTR_HPTE_TABLE | CPU_FTR_PPCAS_ARCH_V2 | \ |
385 | CPU_FTR_ALTIVEC_COMP | CPU_FTR_CI_LARGE_PAGE | \ | 415 | CPU_FTR_ALTIVEC_COMP | CPU_FTR_CI_LARGE_PAGE | \ |
386 | CPU_FTR_PURR | CPU_FTR_REAL_LE | CPU_FTR_NO_SLBIE_B) | 416 | CPU_FTR_PURR | CPU_FTR_REAL_LE | CPU_FTR_NO_SLBIE_B) |
@@ -391,7 +421,8 @@ extern void do_feature_fixups(unsigned long value, void *fixup_start, | |||
391 | #define CPU_FTRS_POSSIBLE \ | 421 | #define CPU_FTRS_POSSIBLE \ |
392 | (CPU_FTRS_POWER3 | CPU_FTRS_RS64 | CPU_FTRS_POWER4 | \ | 422 | (CPU_FTRS_POWER3 | CPU_FTRS_RS64 | CPU_FTRS_POWER4 | \ |
393 | CPU_FTRS_PPC970 | CPU_FTRS_POWER5 | CPU_FTRS_POWER6 | \ | 423 | CPU_FTRS_PPC970 | CPU_FTRS_POWER5 | CPU_FTRS_POWER6 | \ |
394 | CPU_FTRS_CELL | CPU_FTRS_PA6T | CPU_FTR_1T_SEGMENT) | 424 | CPU_FTRS_POWER7 | CPU_FTRS_CELL | CPU_FTRS_PA6T | \ |
425 | CPU_FTR_1T_SEGMENT | CPU_FTR_VSX) | ||
395 | #else | 426 | #else |
396 | enum { | 427 | enum { |
397 | CPU_FTRS_POSSIBLE = | 428 | CPU_FTRS_POSSIBLE = |
@@ -421,7 +452,7 @@ enum { | |||
421 | CPU_FTRS_E200 | | 452 | CPU_FTRS_E200 | |
422 | #endif | 453 | #endif |
423 | #ifdef CONFIG_E500 | 454 | #ifdef CONFIG_E500 |
424 | CPU_FTRS_E500 | CPU_FTRS_E500_2 | | 455 | CPU_FTRS_E500 | CPU_FTRS_E500_2 | CPU_FTRS_E500MC | |
425 | #endif | 456 | #endif |
426 | 0, | 457 | 0, |
427 | }; | 458 | }; |
@@ -431,7 +462,7 @@ enum { | |||
431 | #define CPU_FTRS_ALWAYS \ | 462 | #define CPU_FTRS_ALWAYS \ |
432 | (CPU_FTRS_POWER3 & CPU_FTRS_RS64 & CPU_FTRS_POWER4 & \ | 463 | (CPU_FTRS_POWER3 & CPU_FTRS_RS64 & CPU_FTRS_POWER4 & \ |
433 | CPU_FTRS_PPC970 & CPU_FTRS_POWER5 & CPU_FTRS_POWER6 & \ | 464 | CPU_FTRS_PPC970 & CPU_FTRS_POWER5 & CPU_FTRS_POWER6 & \ |
434 | CPU_FTRS_CELL & CPU_FTRS_PA6T & CPU_FTRS_POSSIBLE) | 465 | CPU_FTRS_POWER7 & CPU_FTRS_CELL & CPU_FTRS_PA6T & CPU_FTRS_POSSIBLE) |
435 | #else | 466 | #else |
436 | enum { | 467 | enum { |
437 | CPU_FTRS_ALWAYS = | 468 | CPU_FTRS_ALWAYS = |
@@ -461,7 +492,7 @@ enum { | |||
461 | CPU_FTRS_E200 & | 492 | CPU_FTRS_E200 & |
462 | #endif | 493 | #endif |
463 | #ifdef CONFIG_E500 | 494 | #ifdef CONFIG_E500 |
464 | CPU_FTRS_E500 & CPU_FTRS_E500_2 & | 495 | CPU_FTRS_E500 & CPU_FTRS_E500_2 & CPU_FTRS_E500MC & |
465 | #endif | 496 | #endif |
466 | CPU_FTRS_POSSIBLE, | 497 | CPU_FTRS_POSSIBLE, |
467 | }; | 498 | }; |
@@ -477,18 +508,5 @@ static inline int cpu_has_feature(unsigned long feature) | |||
477 | 508 | ||
478 | #endif /* !__ASSEMBLY__ */ | 509 | #endif /* !__ASSEMBLY__ */ |
479 | 510 | ||
480 | #ifdef __ASSEMBLY__ | ||
481 | |||
482 | #define BEGIN_FTR_SECTION_NESTED(label) label: | ||
483 | #define BEGIN_FTR_SECTION BEGIN_FTR_SECTION_NESTED(97) | ||
484 | #define END_FTR_SECTION_NESTED(msk, val, label) \ | ||
485 | MAKE_FTR_SECTION_ENTRY(msk, val, label, __ftr_fixup) | ||
486 | #define END_FTR_SECTION(msk, val) \ | ||
487 | END_FTR_SECTION_NESTED(msk, val, 97) | ||
488 | |||
489 | #define END_FTR_SECTION_IFSET(msk) END_FTR_SECTION((msk), (msk)) | ||
490 | #define END_FTR_SECTION_IFCLR(msk) END_FTR_SECTION((msk), 0) | ||
491 | #endif /* __ASSEMBLY__ */ | ||
492 | |||
493 | #endif /* __KERNEL__ */ | 511 | #endif /* __KERNEL__ */ |
494 | #endif /* __ASM_POWERPC_CPUTABLE_H */ | 512 | #endif /* __ASM_POWERPC_CPUTABLE_H */ |
diff --git a/include/asm-powerpc/dcr-generic.h b/include/asm-powerpc/dcr-generic.h new file mode 100644 index 000000000000..35b71599ec46 --- /dev/null +++ b/include/asm-powerpc/dcr-generic.h | |||
@@ -0,0 +1,49 @@ | |||
1 | /* | ||
2 | * (c) Copyright 2006 Benjamin Herrenschmidt, IBM Corp. | ||
3 | * <benh@kernel.crashing.org> | ||
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, | ||
11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See | ||
13 | * the GNU General Public License for more details. | ||
14 | * | ||
15 | * You should have received a copy of the GNU General Public License | ||
16 | * along with this program; if not, write to the Free Software | ||
17 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
18 | */ | ||
19 | |||
20 | #ifndef _ASM_POWERPC_DCR_GENERIC_H | ||
21 | #define _ASM_POWERPC_DCR_GENERIC_H | ||
22 | #ifdef __KERNEL__ | ||
23 | #ifndef __ASSEMBLY__ | ||
24 | |||
25 | enum host_type_t {DCR_HOST_MMIO, DCR_HOST_NATIVE, DCR_HOST_INVALID}; | ||
26 | |||
27 | typedef struct { | ||
28 | enum host_type_t type; | ||
29 | union { | ||
30 | dcr_host_mmio_t mmio; | ||
31 | dcr_host_native_t native; | ||
32 | } host; | ||
33 | } dcr_host_t; | ||
34 | |||
35 | extern bool dcr_map_ok_generic(dcr_host_t host); | ||
36 | |||
37 | extern dcr_host_t dcr_map_generic(struct device_node *dev, unsigned int dcr_n, | ||
38 | unsigned int dcr_c); | ||
39 | extern void dcr_unmap_generic(dcr_host_t host, unsigned int dcr_c); | ||
40 | |||
41 | extern u32 dcr_read_generic(dcr_host_t host, unsigned int dcr_n); | ||
42 | |||
43 | extern void dcr_write_generic(dcr_host_t host, unsigned int dcr_n, u32 value); | ||
44 | |||
45 | #endif /* __ASSEMBLY__ */ | ||
46 | #endif /* __KERNEL__ */ | ||
47 | #endif /* _ASM_POWERPC_DCR_GENERIC_H */ | ||
48 | |||
49 | |||
diff --git a/include/asm-powerpc/dcr-mmio.h b/include/asm-powerpc/dcr-mmio.h index 08532ff1899c..acd491dbd45a 100644 --- a/include/asm-powerpc/dcr-mmio.h +++ b/include/asm-powerpc/dcr-mmio.h | |||
@@ -27,20 +27,26 @@ typedef struct { | |||
27 | void __iomem *token; | 27 | void __iomem *token; |
28 | unsigned int stride; | 28 | unsigned int stride; |
29 | unsigned int base; | 29 | unsigned int base; |
30 | } dcr_host_t; | 30 | } dcr_host_mmio_t; |
31 | 31 | ||
32 | #define DCR_MAP_OK(host) ((host).token != NULL) | 32 | static inline bool dcr_map_ok_mmio(dcr_host_mmio_t host) |
33 | { | ||
34 | return host.token != NULL; | ||
35 | } | ||
33 | 36 | ||
34 | extern dcr_host_t dcr_map(struct device_node *dev, unsigned int dcr_n, | 37 | extern dcr_host_mmio_t dcr_map_mmio(struct device_node *dev, |
35 | unsigned int dcr_c); | 38 | unsigned int dcr_n, |
36 | extern void dcr_unmap(dcr_host_t host, unsigned int dcr_c); | 39 | unsigned int dcr_c); |
40 | extern void dcr_unmap_mmio(dcr_host_mmio_t host, unsigned int dcr_c); | ||
37 | 41 | ||
38 | static inline u32 dcr_read(dcr_host_t host, unsigned int dcr_n) | 42 | static inline u32 dcr_read_mmio(dcr_host_mmio_t host, unsigned int dcr_n) |
39 | { | 43 | { |
40 | return in_be32(host.token + ((host.base + dcr_n) * host.stride)); | 44 | return in_be32(host.token + ((host.base + dcr_n) * host.stride)); |
41 | } | 45 | } |
42 | 46 | ||
43 | static inline void dcr_write(dcr_host_t host, unsigned int dcr_n, u32 value) | 47 | static inline void dcr_write_mmio(dcr_host_mmio_t host, |
48 | unsigned int dcr_n, | ||
49 | u32 value) | ||
44 | { | 50 | { |
45 | out_be32(host.token + ((host.base + dcr_n) * host.stride), value); | 51 | out_be32(host.token + ((host.base + dcr_n) * host.stride), value); |
46 | } | 52 | } |
diff --git a/include/asm-powerpc/dcr-native.h b/include/asm-powerpc/dcr-native.h index f8398ce80372..72d2b72c7390 100644 --- a/include/asm-powerpc/dcr-native.h +++ b/include/asm-powerpc/dcr-native.h | |||
@@ -26,14 +26,18 @@ | |||
26 | 26 | ||
27 | typedef struct { | 27 | typedef struct { |
28 | unsigned int base; | 28 | unsigned int base; |
29 | } dcr_host_t; | 29 | } dcr_host_native_t; |
30 | 30 | ||
31 | #define DCR_MAP_OK(host) (1) | 31 | static inline bool dcr_map_ok_native(dcr_host_native_t host) |
32 | { | ||
33 | return 1; | ||
34 | } | ||
32 | 35 | ||
33 | #define dcr_map(dev, dcr_n, dcr_c) ((dcr_host_t){ .base = (dcr_n) }) | 36 | #define dcr_map_native(dev, dcr_n, dcr_c) \ |
34 | #define dcr_unmap(host, dcr_c) do {} while (0) | 37 | ((dcr_host_native_t){ .base = (dcr_n) }) |
35 | #define dcr_read(host, dcr_n) mfdcr(dcr_n + host.base) | 38 | #define dcr_unmap_native(host, dcr_c) do {} while (0) |
36 | #define dcr_write(host, dcr_n, value) mtdcr(dcr_n + host.base, value) | 39 | #define dcr_read_native(host, dcr_n) mfdcr(dcr_n + host.base) |
40 | #define dcr_write_native(host, dcr_n, value) mtdcr(dcr_n + host.base, value) | ||
37 | 41 | ||
38 | /* Device Control Registers */ | 42 | /* Device Control Registers */ |
39 | void __mtdcr(int reg, unsigned int val); | 43 | void __mtdcr(int reg, unsigned int val); |
diff --git a/include/asm-powerpc/dcr.h b/include/asm-powerpc/dcr.h index 9338d50538f1..53b283050ab3 100644 --- a/include/asm-powerpc/dcr.h +++ b/include/asm-powerpc/dcr.h | |||
@@ -20,14 +20,50 @@ | |||
20 | #ifndef _ASM_POWERPC_DCR_H | 20 | #ifndef _ASM_POWERPC_DCR_H |
21 | #define _ASM_POWERPC_DCR_H | 21 | #define _ASM_POWERPC_DCR_H |
22 | #ifdef __KERNEL__ | 22 | #ifdef __KERNEL__ |
23 | #ifndef __ASSEMBLY__ | ||
23 | #ifdef CONFIG_PPC_DCR | 24 | #ifdef CONFIG_PPC_DCR |
24 | 25 | ||
25 | #ifdef CONFIG_PPC_DCR_NATIVE | 26 | #ifdef CONFIG_PPC_DCR_NATIVE |
26 | #include <asm/dcr-native.h> | 27 | #include <asm/dcr-native.h> |
27 | #else | 28 | #endif |
29 | |||
30 | #ifdef CONFIG_PPC_DCR_MMIO | ||
28 | #include <asm/dcr-mmio.h> | 31 | #include <asm/dcr-mmio.h> |
29 | #endif | 32 | #endif |
30 | 33 | ||
34 | |||
35 | /* Indirection layer for providing both NATIVE and MMIO support. */ | ||
36 | |||
37 | #if defined(CONFIG_PPC_DCR_NATIVE) && defined(CONFIG_PPC_DCR_MMIO) | ||
38 | |||
39 | #include <asm/dcr-generic.h> | ||
40 | |||
41 | #define DCR_MAP_OK(host) dcr_map_ok_generic(host) | ||
42 | #define dcr_map(dev, dcr_n, dcr_c) dcr_map_generic(dev, dcr_n, dcr_c) | ||
43 | #define dcr_unmap(host, dcr_c) dcr_unmap_generic(host, dcr_c) | ||
44 | #define dcr_read(host, dcr_n) dcr_read_generic(host, dcr_n) | ||
45 | #define dcr_write(host, dcr_n, value) dcr_write_generic(host, dcr_n, value) | ||
46 | |||
47 | #else | ||
48 | |||
49 | #ifdef CONFIG_PPC_DCR_NATIVE | ||
50 | typedef dcr_host_native_t dcr_host_t; | ||
51 | #define DCR_MAP_OK(host) dcr_map_ok_native(host) | ||
52 | #define dcr_map(dev, dcr_n, dcr_c) dcr_map_native(dev, dcr_n, dcr_c) | ||
53 | #define dcr_unmap(host, dcr_c) dcr_unmap_native(host, dcr_c) | ||
54 | #define dcr_read(host, dcr_n) dcr_read_native(host, dcr_n) | ||
55 | #define dcr_write(host, dcr_n, value) dcr_write_native(host, dcr_n, value) | ||
56 | #else | ||
57 | typedef dcr_host_mmio_t dcr_host_t; | ||
58 | #define DCR_MAP_OK(host) dcr_map_ok_mmio(host) | ||
59 | #define dcr_map(dev, dcr_n, dcr_c) dcr_map_mmio(dev, dcr_n, dcr_c) | ||
60 | #define dcr_unmap(host, dcr_c) dcr_unmap_mmio(host, dcr_c) | ||
61 | #define dcr_read(host, dcr_n) dcr_read_mmio(host, dcr_n) | ||
62 | #define dcr_write(host, dcr_n, value) dcr_write_mmio(host, dcr_n, value) | ||
63 | #endif | ||
64 | |||
65 | #endif /* defined(CONFIG_PPC_DCR_NATIVE) && defined(CONFIG_PPC_DCR_MMIO) */ | ||
66 | |||
31 | /* | 67 | /* |
32 | * On CONFIG_PPC_MERGE, we have additional helpers to read the DCR | 68 | * On CONFIG_PPC_MERGE, we have additional helpers to read the DCR |
33 | * base from the device-tree | 69 | * base from the device-tree |
@@ -41,5 +77,6 @@ extern unsigned int dcr_resource_len(struct device_node *np, | |||
41 | #endif /* CONFIG_PPC_MERGE */ | 77 | #endif /* CONFIG_PPC_MERGE */ |
42 | 78 | ||
43 | #endif /* CONFIG_PPC_DCR */ | 79 | #endif /* CONFIG_PPC_DCR */ |
80 | #endif /* __ASSEMBLY__ */ | ||
44 | #endif /* __KERNEL__ */ | 81 | #endif /* __KERNEL__ */ |
45 | #endif /* _ASM_POWERPC_DCR_H */ | 82 | #endif /* _ASM_POWERPC_DCR_H */ |
diff --git a/include/asm-powerpc/dma-mapping.h b/include/asm-powerpc/dma-mapping.h index bbefb69bfb67..74c549780987 100644 --- a/include/asm-powerpc/dma-mapping.h +++ b/include/asm-powerpc/dma-mapping.h | |||
@@ -13,6 +13,7 @@ | |||
13 | /* need struct page definitions */ | 13 | /* need struct page definitions */ |
14 | #include <linux/mm.h> | 14 | #include <linux/mm.h> |
15 | #include <linux/scatterlist.h> | 15 | #include <linux/scatterlist.h> |
16 | #include <linux/dma-attrs.h> | ||
16 | #include <asm/io.h> | 17 | #include <asm/io.h> |
17 | 18 | ||
18 | #define DMA_ERROR_CODE (~(dma_addr_t)0x0) | 19 | #define DMA_ERROR_CODE (~(dma_addr_t)0x0) |
@@ -44,6 +45,15 @@ extern void __dma_sync_page(struct page *page, unsigned long offset, | |||
44 | #endif /* ! CONFIG_NOT_COHERENT_CACHE */ | 45 | #endif /* ! CONFIG_NOT_COHERENT_CACHE */ |
45 | 46 | ||
46 | #ifdef CONFIG_PPC64 | 47 | #ifdef CONFIG_PPC64 |
48 | |||
49 | static inline unsigned long device_to_mask(struct device *dev) | ||
50 | { | ||
51 | if (dev->dma_mask && *dev->dma_mask) | ||
52 | return *dev->dma_mask; | ||
53 | /* Assume devices without mask can take 32 bit addresses */ | ||
54 | return 0xfffffffful; | ||
55 | } | ||
56 | |||
47 | /* | 57 | /* |
48 | * DMA operations are abstracted for G5 vs. i/pSeries, PCI vs. VIO | 58 | * DMA operations are abstracted for G5 vs. i/pSeries, PCI vs. VIO |
49 | */ | 59 | */ |
@@ -53,13 +63,17 @@ struct dma_mapping_ops { | |||
53 | void (*free_coherent)(struct device *dev, size_t size, | 63 | void (*free_coherent)(struct device *dev, size_t size, |
54 | void *vaddr, dma_addr_t dma_handle); | 64 | void *vaddr, dma_addr_t dma_handle); |
55 | dma_addr_t (*map_single)(struct device *dev, void *ptr, | 65 | dma_addr_t (*map_single)(struct device *dev, void *ptr, |
56 | size_t size, enum dma_data_direction direction); | 66 | size_t size, enum dma_data_direction direction, |
67 | struct dma_attrs *attrs); | ||
57 | void (*unmap_single)(struct device *dev, dma_addr_t dma_addr, | 68 | void (*unmap_single)(struct device *dev, dma_addr_t dma_addr, |
58 | size_t size, enum dma_data_direction direction); | 69 | size_t size, enum dma_data_direction direction, |
70 | struct dma_attrs *attrs); | ||
59 | int (*map_sg)(struct device *dev, struct scatterlist *sg, | 71 | int (*map_sg)(struct device *dev, struct scatterlist *sg, |
60 | int nents, enum dma_data_direction direction); | 72 | int nents, enum dma_data_direction direction, |
73 | struct dma_attrs *attrs); | ||
61 | void (*unmap_sg)(struct device *dev, struct scatterlist *sg, | 74 | void (*unmap_sg)(struct device *dev, struct scatterlist *sg, |
62 | int nents, enum dma_data_direction direction); | 75 | int nents, enum dma_data_direction direction, |
76 | struct dma_attrs *attrs); | ||
63 | int (*dma_supported)(struct device *dev, u64 mask); | 77 | int (*dma_supported)(struct device *dev, u64 mask); |
64 | int (*set_dma_mask)(struct device *dev, u64 dma_mask); | 78 | int (*set_dma_mask)(struct device *dev, u64 dma_mask); |
65 | }; | 79 | }; |
@@ -109,6 +123,77 @@ static inline int dma_set_mask(struct device *dev, u64 dma_mask) | |||
109 | return 0; | 123 | return 0; |
110 | } | 124 | } |
111 | 125 | ||
126 | static inline dma_addr_t dma_map_single_attrs(struct device *dev, | ||
127 | void *cpu_addr, | ||
128 | size_t size, | ||
129 | enum dma_data_direction direction, | ||
130 | struct dma_attrs *attrs) | ||
131 | { | ||
132 | struct dma_mapping_ops *dma_ops = get_dma_ops(dev); | ||
133 | |||
134 | BUG_ON(!dma_ops); | ||
135 | return dma_ops->map_single(dev, cpu_addr, size, direction, attrs); | ||
136 | } | ||
137 | |||
138 | static inline void dma_unmap_single_attrs(struct device *dev, | ||
139 | dma_addr_t dma_addr, | ||
140 | size_t size, | ||
141 | enum dma_data_direction direction, | ||
142 | struct dma_attrs *attrs) | ||
143 | { | ||
144 | struct dma_mapping_ops *dma_ops = get_dma_ops(dev); | ||
145 | |||
146 | BUG_ON(!dma_ops); | ||
147 | dma_ops->unmap_single(dev, dma_addr, size, direction, attrs); | ||
148 | } | ||
149 | |||
150 | static inline dma_addr_t dma_map_page_attrs(struct device *dev, | ||
151 | struct page *page, | ||
152 | unsigned long offset, size_t size, | ||
153 | enum dma_data_direction direction, | ||
154 | struct dma_attrs *attrs) | ||
155 | { | ||
156 | struct dma_mapping_ops *dma_ops = get_dma_ops(dev); | ||
157 | |||
158 | BUG_ON(!dma_ops); | ||
159 | return dma_ops->map_single(dev, page_address(page) + offset, size, | ||
160 | direction, attrs); | ||
161 | } | ||
162 | |||
163 | static inline void dma_unmap_page_attrs(struct device *dev, | ||
164 | dma_addr_t dma_address, | ||
165 | size_t size, | ||
166 | enum dma_data_direction direction, | ||
167 | struct dma_attrs *attrs) | ||
168 | { | ||
169 | struct dma_mapping_ops *dma_ops = get_dma_ops(dev); | ||
170 | |||
171 | BUG_ON(!dma_ops); | ||
172 | dma_ops->unmap_single(dev, dma_address, size, direction, attrs); | ||
173 | } | ||
174 | |||
175 | static inline int dma_map_sg_attrs(struct device *dev, struct scatterlist *sg, | ||
176 | int nents, enum dma_data_direction direction, | ||
177 | struct dma_attrs *attrs) | ||
178 | { | ||
179 | struct dma_mapping_ops *dma_ops = get_dma_ops(dev); | ||
180 | |||
181 | BUG_ON(!dma_ops); | ||
182 | return dma_ops->map_sg(dev, sg, nents, direction, attrs); | ||
183 | } | ||
184 | |||
185 | static inline void dma_unmap_sg_attrs(struct device *dev, | ||
186 | struct scatterlist *sg, | ||
187 | int nhwentries, | ||
188 | enum dma_data_direction direction, | ||
189 | struct dma_attrs *attrs) | ||
190 | { | ||
191 | struct dma_mapping_ops *dma_ops = get_dma_ops(dev); | ||
192 | |||
193 | BUG_ON(!dma_ops); | ||
194 | dma_ops->unmap_sg(dev, sg, nhwentries, direction, attrs); | ||
195 | } | ||
196 | |||
112 | static inline void *dma_alloc_coherent(struct device *dev, size_t size, | 197 | static inline void *dma_alloc_coherent(struct device *dev, size_t size, |
113 | dma_addr_t *dma_handle, gfp_t flag) | 198 | dma_addr_t *dma_handle, gfp_t flag) |
114 | { | 199 | { |
@@ -131,63 +216,43 @@ static inline dma_addr_t dma_map_single(struct device *dev, void *cpu_addr, | |||
131 | size_t size, | 216 | size_t size, |
132 | enum dma_data_direction direction) | 217 | enum dma_data_direction direction) |
133 | { | 218 | { |
134 | struct dma_mapping_ops *dma_ops = get_dma_ops(dev); | 219 | return dma_map_single_attrs(dev, cpu_addr, size, direction, NULL); |
135 | |||
136 | BUG_ON(!dma_ops); | ||
137 | return dma_ops->map_single(dev, cpu_addr, size, direction); | ||
138 | } | 220 | } |
139 | 221 | ||
140 | static inline void dma_unmap_single(struct device *dev, dma_addr_t dma_addr, | 222 | static inline void dma_unmap_single(struct device *dev, dma_addr_t dma_addr, |
141 | size_t size, | 223 | size_t size, |
142 | enum dma_data_direction direction) | 224 | enum dma_data_direction direction) |
143 | { | 225 | { |
144 | struct dma_mapping_ops *dma_ops = get_dma_ops(dev); | 226 | dma_unmap_single_attrs(dev, dma_addr, size, direction, NULL); |
145 | |||
146 | BUG_ON(!dma_ops); | ||
147 | dma_ops->unmap_single(dev, dma_addr, size, direction); | ||
148 | } | 227 | } |
149 | 228 | ||
150 | static inline dma_addr_t dma_map_page(struct device *dev, struct page *page, | 229 | static inline dma_addr_t dma_map_page(struct device *dev, struct page *page, |
151 | unsigned long offset, size_t size, | 230 | unsigned long offset, size_t size, |
152 | enum dma_data_direction direction) | 231 | enum dma_data_direction direction) |
153 | { | 232 | { |
154 | struct dma_mapping_ops *dma_ops = get_dma_ops(dev); | 233 | return dma_map_page_attrs(dev, page, offset, size, direction, NULL); |
155 | |||
156 | BUG_ON(!dma_ops); | ||
157 | return dma_ops->map_single(dev, page_address(page) + offset, size, | ||
158 | direction); | ||
159 | } | 234 | } |
160 | 235 | ||
161 | static inline void dma_unmap_page(struct device *dev, dma_addr_t dma_address, | 236 | static inline void dma_unmap_page(struct device *dev, dma_addr_t dma_address, |
162 | size_t size, | 237 | size_t size, |
163 | enum dma_data_direction direction) | 238 | enum dma_data_direction direction) |
164 | { | 239 | { |
165 | struct dma_mapping_ops *dma_ops = get_dma_ops(dev); | 240 | dma_unmap_page_attrs(dev, dma_address, size, direction, NULL); |
166 | |||
167 | BUG_ON(!dma_ops); | ||
168 | dma_ops->unmap_single(dev, dma_address, size, direction); | ||
169 | } | 241 | } |
170 | 242 | ||
171 | static inline int dma_map_sg(struct device *dev, struct scatterlist *sg, | 243 | static inline int dma_map_sg(struct device *dev, struct scatterlist *sg, |
172 | int nents, enum dma_data_direction direction) | 244 | int nents, enum dma_data_direction direction) |
173 | { | 245 | { |
174 | struct dma_mapping_ops *dma_ops = get_dma_ops(dev); | 246 | return dma_map_sg_attrs(dev, sg, nents, direction, NULL); |
175 | |||
176 | BUG_ON(!dma_ops); | ||
177 | return dma_ops->map_sg(dev, sg, nents, direction); | ||
178 | } | 247 | } |
179 | 248 | ||
180 | static inline void dma_unmap_sg(struct device *dev, struct scatterlist *sg, | 249 | static inline void dma_unmap_sg(struct device *dev, struct scatterlist *sg, |
181 | int nhwentries, | 250 | int nhwentries, |
182 | enum dma_data_direction direction) | 251 | enum dma_data_direction direction) |
183 | { | 252 | { |
184 | struct dma_mapping_ops *dma_ops = get_dma_ops(dev); | 253 | dma_unmap_sg_attrs(dev, sg, nhwentries, direction, NULL); |
185 | |||
186 | BUG_ON(!dma_ops); | ||
187 | dma_ops->unmap_sg(dev, sg, nhwentries, direction); | ||
188 | } | 254 | } |
189 | 255 | ||
190 | |||
191 | /* | 256 | /* |
192 | * Available generic sets of operations | 257 | * Available generic sets of operations |
193 | */ | 258 | */ |
diff --git a/include/asm-powerpc/elf.h b/include/asm-powerpc/elf.h index 9080d85cb9d0..89664675b469 100644 --- a/include/asm-powerpc/elf.h +++ b/include/asm-powerpc/elf.h | |||
@@ -109,6 +109,7 @@ typedef elf_gregset_t32 compat_elf_gregset_t; | |||
109 | #ifdef __powerpc64__ | 109 | #ifdef __powerpc64__ |
110 | # define ELF_NVRREG32 33 /* includes vscr & vrsave stuffed together */ | 110 | # define ELF_NVRREG32 33 /* includes vscr & vrsave stuffed together */ |
111 | # define ELF_NVRREG 34 /* includes vscr & vrsave in split vectors */ | 111 | # define ELF_NVRREG 34 /* includes vscr & vrsave in split vectors */ |
112 | # define ELF_NVSRHALFREG 32 /* Half the vsx registers */ | ||
112 | # define ELF_GREG_TYPE elf_greg_t64 | 113 | # define ELF_GREG_TYPE elf_greg_t64 |
113 | #else | 114 | #else |
114 | # define ELF_NEVRREG 34 /* includes acc (as 2) */ | 115 | # define ELF_NEVRREG 34 /* includes acc (as 2) */ |
@@ -158,6 +159,7 @@ typedef __vector128 elf_vrreg_t; | |||
158 | typedef elf_vrreg_t elf_vrregset_t[ELF_NVRREG]; | 159 | typedef elf_vrreg_t elf_vrregset_t[ELF_NVRREG]; |
159 | #ifdef __powerpc64__ | 160 | #ifdef __powerpc64__ |
160 | typedef elf_vrreg_t elf_vrregset_t32[ELF_NVRREG32]; | 161 | typedef elf_vrreg_t elf_vrregset_t32[ELF_NVRREG32]; |
162 | typedef elf_fpreg_t elf_vsrreghalf_t32[ELF_NVSRHALFREG]; | ||
161 | #endif | 163 | #endif |
162 | 164 | ||
163 | #ifdef __KERNEL__ | 165 | #ifdef __KERNEL__ |
@@ -202,30 +204,8 @@ static inline void ppc_elf_core_copy_regs(elf_gregset_t elf_regs, | |||
202 | } | 204 | } |
203 | #define ELF_CORE_COPY_REGS(gregs, regs) ppc_elf_core_copy_regs(gregs, regs); | 205 | #define ELF_CORE_COPY_REGS(gregs, regs) ppc_elf_core_copy_regs(gregs, regs); |
204 | 206 | ||
205 | static inline int dump_task_regs(struct task_struct *tsk, | ||
206 | elf_gregset_t *elf_regs) | ||
207 | { | ||
208 | struct pt_regs *regs = tsk->thread.regs; | ||
209 | if (regs) | ||
210 | ppc_elf_core_copy_regs(*elf_regs, regs); | ||
211 | |||
212 | return 1; | ||
213 | } | ||
214 | #define ELF_CORE_COPY_TASK_REGS(tsk, elf_regs) dump_task_regs(tsk, elf_regs) | ||
215 | |||
216 | extern int dump_task_fpu(struct task_struct *, elf_fpregset_t *); | ||
217 | #define ELF_CORE_COPY_FPREGS(tsk, elf_fpregs) dump_task_fpu(tsk, elf_fpregs) | ||
218 | |||
219 | typedef elf_vrregset_t elf_fpxregset_t; | 207 | typedef elf_vrregset_t elf_fpxregset_t; |
220 | 208 | ||
221 | #ifdef CONFIG_ALTIVEC | ||
222 | extern int dump_task_altivec(struct task_struct *, elf_vrregset_t *vrregs); | ||
223 | #define ELF_CORE_COPY_XFPREGS(tsk, regs) dump_task_altivec(tsk, regs) | ||
224 | #define ELF_CORE_XFPREG_TYPE NT_PPC_VMX | ||
225 | #endif | ||
226 | |||
227 | #endif /* __KERNEL__ */ | ||
228 | |||
229 | /* ELF_HWCAP yields a mask that user programs can use to figure out what | 209 | /* ELF_HWCAP yields a mask that user programs can use to figure out what |
230 | instruction set this cpu supports. This could be done in userspace, | 210 | instruction set this cpu supports. This could be done in userspace, |
231 | but it's not easy, and we've already done it here. */ | 211 | but it's not easy, and we've already done it here. */ |
@@ -243,8 +223,6 @@ extern int dump_task_altivec(struct task_struct *, elf_vrregset_t *vrregs); | |||
243 | } while (0) | 223 | } while (0) |
244 | #endif /* __powerpc64__ */ | 224 | #endif /* __powerpc64__ */ |
245 | 225 | ||
246 | #ifdef __KERNEL__ | ||
247 | |||
248 | #ifdef __powerpc64__ | 226 | #ifdef __powerpc64__ |
249 | # define SET_PERSONALITY(ex, ibcs2) \ | 227 | # define SET_PERSONALITY(ex, ibcs2) \ |
250 | do { \ | 228 | do { \ |
@@ -257,7 +235,8 @@ do { \ | |||
257 | else \ | 235 | else \ |
258 | clear_thread_flag(TIF_ABI_PENDING); \ | 236 | clear_thread_flag(TIF_ABI_PENDING); \ |
259 | if (personality(current->personality) != PER_LINUX32) \ | 237 | if (personality(current->personality) != PER_LINUX32) \ |
260 | set_personality(PER_LINUX); \ | 238 | set_personality(PER_LINUX | \ |
239 | (current->personality & (~PER_MASK))); \ | ||
261 | } while (0) | 240 | } while (0) |
262 | /* | 241 | /* |
263 | * An executable for which elf_read_implies_exec() returns TRUE will | 242 | * An executable for which elf_read_implies_exec() returns TRUE will |
@@ -272,8 +251,6 @@ do { \ | |||
272 | # define SET_PERSONALITY(ex, ibcs2) set_personality((ibcs2)?PER_SVR4:PER_LINUX) | 251 | # define SET_PERSONALITY(ex, ibcs2) set_personality((ibcs2)?PER_SVR4:PER_LINUX) |
273 | #endif /* __powerpc64__ */ | 252 | #endif /* __powerpc64__ */ |
274 | 253 | ||
275 | #endif /* __KERNEL__ */ | ||
276 | |||
277 | extern int dcache_bsize; | 254 | extern int dcache_bsize; |
278 | extern int icache_bsize; | 255 | extern int icache_bsize; |
279 | extern int ucache_bsize; | 256 | extern int ucache_bsize; |
@@ -285,6 +262,8 @@ extern int arch_setup_additional_pages(struct linux_binprm *bprm, | |||
285 | int executable_stack); | 262 | int executable_stack); |
286 | #define VDSO_AUX_ENT(a,b) NEW_AUX_ENT(a,b); | 263 | #define VDSO_AUX_ENT(a,b) NEW_AUX_ENT(a,b); |
287 | 264 | ||
265 | #endif /* __KERNEL__ */ | ||
266 | |||
288 | /* | 267 | /* |
289 | * The requirements here are: | 268 | * The requirements here are: |
290 | * - keep the final alignment of sp (sp & 0xf) | 269 | * - keep the final alignment of sp (sp & 0xf) |
@@ -422,6 +401,8 @@ do { \ | |||
422 | /* Keep this the last entry. */ | 401 | /* Keep this the last entry. */ |
423 | #define R_PPC64_NUM 107 | 402 | #define R_PPC64_NUM 107 |
424 | 403 | ||
404 | #ifdef __KERNEL__ | ||
405 | |||
425 | #ifdef CONFIG_SPU_BASE | 406 | #ifdef CONFIG_SPU_BASE |
426 | /* Notes used in ET_CORE. Note name is "SPU/<fd>/<filename>". */ | 407 | /* Notes used in ET_CORE. Note name is "SPU/<fd>/<filename>". */ |
427 | #define NT_SPU 1 | 408 | #define NT_SPU 1 |
@@ -430,4 +411,6 @@ do { \ | |||
430 | 411 | ||
431 | #endif /* CONFIG_SPU_BASE */ | 412 | #endif /* CONFIG_SPU_BASE */ |
432 | 413 | ||
414 | #endif /* __KERNEL */ | ||
415 | |||
433 | #endif /* _ASM_POWERPC_ELF_H */ | 416 | #endif /* _ASM_POWERPC_ELF_H */ |
diff --git a/include/asm-powerpc/feature-fixups.h b/include/asm-powerpc/feature-fixups.h new file mode 100644 index 000000000000..a1029967620b --- /dev/null +++ b/include/asm-powerpc/feature-fixups.h | |||
@@ -0,0 +1,126 @@ | |||
1 | #ifndef __ASM_POWERPC_FEATURE_FIXUPS_H | ||
2 | #define __ASM_POWERPC_FEATURE_FIXUPS_H | ||
3 | |||
4 | /* | ||
5 | * This program is free software; you can redistribute it and/or | ||
6 | * modify it under the terms of the GNU General Public License | ||
7 | * as published by the Free Software Foundation; either version | ||
8 | * 2 of the License, or (at your option) any later version. | ||
9 | */ | ||
10 | |||
11 | #ifdef __ASSEMBLY__ | ||
12 | |||
13 | /* | ||
14 | * Feature section common macros | ||
15 | * | ||
16 | * Note that the entries now contain offsets between the table entry | ||
17 | * and the code rather than absolute code pointers in order to be | ||
18 | * useable with the vdso shared library. There is also an assumption | ||
19 | * that values will be negative, that is, the fixup table has to be | ||
20 | * located after the code it fixes up. | ||
21 | */ | ||
22 | #if defined(CONFIG_PPC64) && !defined(__powerpc64__) | ||
23 | /* 64 bits kernel, 32 bits code (ie. vdso32) */ | ||
24 | #define FTR_ENTRY_LONG .llong | ||
25 | #define FTR_ENTRY_OFFSET .long 0xffffffff; .long | ||
26 | #else | ||
27 | /* 64 bit kernel 64 bit code, or 32 bit kernel 32 bit code */ | ||
28 | #define FTR_ENTRY_LONG PPC_LONG | ||
29 | #define FTR_ENTRY_OFFSET PPC_LONG | ||
30 | #endif | ||
31 | |||
32 | #define START_FTR_SECTION(label) label##1: | ||
33 | |||
34 | #define FTR_SECTION_ELSE_NESTED(label) \ | ||
35 | label##2: \ | ||
36 | .pushsection __ftr_alt_##label,"a"; \ | ||
37 | .align 2; \ | ||
38 | label##3: | ||
39 | |||
40 | #define MAKE_FTR_SECTION_ENTRY(msk, val, label, sect) \ | ||
41 | label##4: \ | ||
42 | .popsection; \ | ||
43 | .pushsection sect,"a"; \ | ||
44 | .align 3; \ | ||
45 | label##5: \ | ||
46 | FTR_ENTRY_LONG msk; \ | ||
47 | FTR_ENTRY_LONG val; \ | ||
48 | FTR_ENTRY_OFFSET label##1b-label##5b; \ | ||
49 | FTR_ENTRY_OFFSET label##2b-label##5b; \ | ||
50 | FTR_ENTRY_OFFSET label##3b-label##5b; \ | ||
51 | FTR_ENTRY_OFFSET label##4b-label##5b; \ | ||
52 | .popsection; | ||
53 | |||
54 | |||
55 | /* CPU feature dependent sections */ | ||
56 | #define BEGIN_FTR_SECTION_NESTED(label) START_FTR_SECTION(label) | ||
57 | #define BEGIN_FTR_SECTION START_FTR_SECTION(97) | ||
58 | |||
59 | #define END_FTR_SECTION_NESTED(msk, val, label) \ | ||
60 | FTR_SECTION_ELSE_NESTED(label) \ | ||
61 | MAKE_FTR_SECTION_ENTRY(msk, val, label, __ftr_fixup) | ||
62 | |||
63 | #define END_FTR_SECTION(msk, val) \ | ||
64 | END_FTR_SECTION_NESTED(msk, val, 97) | ||
65 | |||
66 | #define END_FTR_SECTION_IFSET(msk) END_FTR_SECTION((msk), (msk)) | ||
67 | #define END_FTR_SECTION_IFCLR(msk) END_FTR_SECTION((msk), 0) | ||
68 | |||
69 | /* CPU feature sections with alternatives, use BEGIN_FTR_SECTION to start */ | ||
70 | #define FTR_SECTION_ELSE FTR_SECTION_ELSE_NESTED(97) | ||
71 | #define ALT_FTR_SECTION_END_NESTED(msk, val, label) \ | ||
72 | MAKE_FTR_SECTION_ENTRY(msk, val, label, __ftr_fixup) | ||
73 | #define ALT_FTR_SECTION_END_NESTED_IFSET(msk, label) \ | ||
74 | ALT_FTR_SECTION_END_NESTED(msk, msk, label) | ||
75 | #define ALT_FTR_SECTION_END_NESTED_IFCLR(msk, label) \ | ||
76 | ALT_FTR_SECTION_END_NESTED(msk, 0, label) | ||
77 | #define ALT_FTR_SECTION_END(msk, val) \ | ||
78 | ALT_FTR_SECTION_END_NESTED(msk, val, 97) | ||
79 | #define ALT_FTR_SECTION_END_IFSET(msk) \ | ||
80 | ALT_FTR_SECTION_END_NESTED_IFSET(msk, 97) | ||
81 | #define ALT_FTR_SECTION_END_IFCLR(msk) \ | ||
82 | ALT_FTR_SECTION_END_NESTED_IFCLR(msk, 97) | ||
83 | |||
84 | /* Firmware feature dependent sections */ | ||
85 | #define BEGIN_FW_FTR_SECTION_NESTED(label) START_FTR_SECTION(label) | ||
86 | #define BEGIN_FW_FTR_SECTION START_FTR_SECTION(97) | ||
87 | |||
88 | #define END_FW_FTR_SECTION_NESTED(msk, val, label) \ | ||
89 | FTR_SECTION_ELSE_NESTED(label) \ | ||
90 | MAKE_FTR_SECTION_ENTRY(msk, val, label, __fw_ftr_fixup) | ||
91 | |||
92 | #define END_FW_FTR_SECTION(msk, val) \ | ||
93 | END_FW_FTR_SECTION_NESTED(msk, val, 97) | ||
94 | |||
95 | #define END_FW_FTR_SECTION_IFSET(msk) END_FW_FTR_SECTION((msk), (msk)) | ||
96 | #define END_FW_FTR_SECTION_IFCLR(msk) END_FW_FTR_SECTION((msk), 0) | ||
97 | |||
98 | /* Firmware feature sections with alternatives */ | ||
99 | #define FW_FTR_SECTION_ELSE_NESTED(label) FTR_SECTION_ELSE_NESTED(label) | ||
100 | #define FW_FTR_SECTION_ELSE FTR_SECTION_ELSE_NESTED(97) | ||
101 | #define ALT_FW_FTR_SECTION_END_NESTED(msk, val, label) \ | ||
102 | MAKE_FTR_SECTION_ENTRY(msk, val, label, __fw_ftr_fixup) | ||
103 | #define ALT_FW_FTR_SECTION_END_NESTED_IFSET(msk, label) \ | ||
104 | ALT_FW_FTR_SECTION_END_NESTED(msk, msk, label) | ||
105 | #define ALT_FW_FTR_SECTION_END_NESTED_IFCLR(msk, label) \ | ||
106 | ALT_FW_FTR_SECTION_END_NESTED(msk, 0, label) | ||
107 | #define ALT_FW_FTR_SECTION_END(msk, val) \ | ||
108 | ALT_FW_FTR_SECTION_END_NESTED(msk, val, 97) | ||
109 | #define ALT_FW_FTR_SECTION_END_IFSET(msk) \ | ||
110 | ALT_FW_FTR_SECTION_END_NESTED_IFSET(msk, 97) | ||
111 | #define ALT_FW_FTR_SECTION_END_IFCLR(msk) \ | ||
112 | ALT_FW_FTR_SECTION_END_NESTED_IFCLR(msk, 97) | ||
113 | |||
114 | #endif /* __ASSEMBLY__ */ | ||
115 | |||
116 | /* LWSYNC feature sections */ | ||
117 | #define START_LWSYNC_SECTION(label) label##1: | ||
118 | #define MAKE_LWSYNC_SECTION_ENTRY(label, sect) \ | ||
119 | label##2: \ | ||
120 | .pushsection sect,"a"; \ | ||
121 | .align 2; \ | ||
122 | label##3: \ | ||
123 | .long label##1b-label##3b; \ | ||
124 | .popsection; | ||
125 | |||
126 | #endif /* __ASM_POWERPC_FEATURE_FIXUPS_H */ | ||
diff --git a/include/asm-powerpc/firmware.h b/include/asm-powerpc/firmware.h index 1e41bd1c8502..ef328995ba9d 100644 --- a/include/asm-powerpc/firmware.h +++ b/include/asm-powerpc/firmware.h | |||
@@ -15,6 +15,7 @@ | |||
15 | #ifdef __KERNEL__ | 15 | #ifdef __KERNEL__ |
16 | 16 | ||
17 | #include <asm/asm-compat.h> | 17 | #include <asm/asm-compat.h> |
18 | #include <asm/feature-fixups.h> | ||
18 | 19 | ||
19 | /* firmware feature bitmask values */ | 20 | /* firmware feature bitmask values */ |
20 | #define FIRMWARE_MAX_FEATURES 63 | 21 | #define FIRMWARE_MAX_FEATURES 63 |
@@ -125,18 +126,6 @@ extern int fwnmi_active; | |||
125 | 126 | ||
126 | extern unsigned int __start___fw_ftr_fixup, __stop___fw_ftr_fixup; | 127 | extern unsigned int __start___fw_ftr_fixup, __stop___fw_ftr_fixup; |
127 | 128 | ||
128 | #else /* __ASSEMBLY__ */ | ||
129 | |||
130 | #define BEGIN_FW_FTR_SECTION_NESTED(label) label: | ||
131 | #define BEGIN_FW_FTR_SECTION BEGIN_FW_FTR_SECTION_NESTED(97) | ||
132 | #define END_FW_FTR_SECTION_NESTED(msk, val, label) \ | ||
133 | MAKE_FTR_SECTION_ENTRY(msk, val, label, __fw_ftr_fixup) | ||
134 | #define END_FW_FTR_SECTION(msk, val) \ | ||
135 | END_FW_FTR_SECTION_NESTED(msk, val, 97) | ||
136 | |||
137 | #define END_FW_FTR_SECTION_IFSET(msk) END_FW_FTR_SECTION((msk), (msk)) | ||
138 | #define END_FW_FTR_SECTION_IFCLR(msk) END_FW_FTR_SECTION((msk), 0) | ||
139 | |||
140 | #endif /* __ASSEMBLY__ */ | 129 | #endif /* __ASSEMBLY__ */ |
141 | #endif /* __KERNEL__ */ | 130 | #endif /* __KERNEL__ */ |
142 | #endif /* __ASM_POWERPC_FIRMWARE_H */ | 131 | #endif /* __ASM_POWERPC_FIRMWARE_H */ |
diff --git a/include/asm-powerpc/fsl_gtm.h b/include/asm-powerpc/fsl_gtm.h new file mode 100644 index 000000000000..8e8c9b5032d3 --- /dev/null +++ b/include/asm-powerpc/fsl_gtm.h | |||
@@ -0,0 +1,47 @@ | |||
1 | /* | ||
2 | * Freescale General-purpose Timers Module | ||
3 | * | ||
4 | * Copyright (c) Freescale Semicondutor, Inc. 2006. | ||
5 | * Shlomi Gridish <gridish@freescale.com> | ||
6 | * Jerry Huang <Chang-Ming.Huang@freescale.com> | ||
7 | * Copyright (c) MontaVista Software, Inc. 2008. | ||
8 | * Anton Vorontsov <avorontsov@ru.mvista.com> | ||
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of the GNU General Public License as published by the | ||
12 | * Free Software Foundation; either version 2 of the License, or (at your | ||
13 | * option) any later version. | ||
14 | */ | ||
15 | |||
16 | #ifndef __ASM_FSL_GTM_H | ||
17 | #define __ASM_FSL_GTM_H | ||
18 | |||
19 | #include <linux/types.h> | ||
20 | |||
21 | struct gtm; | ||
22 | |||
23 | struct gtm_timer { | ||
24 | unsigned int irq; | ||
25 | |||
26 | struct gtm *gtm; | ||
27 | bool requested; | ||
28 | u8 __iomem *gtcfr; | ||
29 | __be16 __iomem *gtmdr; | ||
30 | __be16 __iomem *gtpsr; | ||
31 | __be16 __iomem *gtcnr; | ||
32 | __be16 __iomem *gtrfr; | ||
33 | __be16 __iomem *gtevr; | ||
34 | }; | ||
35 | |||
36 | extern struct gtm_timer *gtm_get_timer16(void); | ||
37 | extern struct gtm_timer *gtm_get_specific_timer16(struct gtm *gtm, | ||
38 | unsigned int timer); | ||
39 | extern void gtm_put_timer16(struct gtm_timer *tmr); | ||
40 | extern int gtm_set_timer16(struct gtm_timer *tmr, unsigned long usec, | ||
41 | bool reload); | ||
42 | extern int gtm_set_exact_timer16(struct gtm_timer *tmr, u16 usec, | ||
43 | bool reload); | ||
44 | extern void gtm_stop_timer16(struct gtm_timer *tmr); | ||
45 | extern void gtm_ack_timer16(struct gtm_timer *tmr, u16 events); | ||
46 | |||
47 | #endif /* __ASM_FSL_GTM_H */ | ||
diff --git a/include/asm-powerpc/io.h b/include/asm-powerpc/io.h index 89189488e286..8b627823f5f9 100644 --- a/include/asm-powerpc/io.h +++ b/include/asm-powerpc/io.h | |||
@@ -95,33 +95,60 @@ extern resource_size_t isa_mem_base; | |||
95 | #define IO_SET_SYNC_FLAG() | 95 | #define IO_SET_SYNC_FLAG() |
96 | #endif | 96 | #endif |
97 | 97 | ||
98 | #define DEF_MMIO_IN(name, type, insn) \ | 98 | /* gcc 4.0 and older doesn't have 'Z' constraint */ |
99 | static inline type name(const volatile type __iomem *addr) \ | 99 | #if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ == 0) |
100 | #define DEF_MMIO_IN_LE(name, size, insn) \ | ||
101 | static inline u##size name(const volatile u##size __iomem *addr) \ | ||
100 | { \ | 102 | { \ |
101 | type ret; \ | 103 | u##size ret; \ |
102 | __asm__ __volatile__("sync;" insn ";twi 0,%0,0;isync" \ | 104 | __asm__ __volatile__("sync;"#insn" %0,0,%1;twi 0,%0,0;isync" \ |
103 | : "=r" (ret) : "r" (addr), "m" (*addr) : "memory"); \ | 105 | : "=r" (ret) : "r" (addr), "m" (*addr) : "memory"); \ |
104 | return ret; \ | 106 | return ret; \ |
105 | } | 107 | } |
106 | 108 | ||
107 | #define DEF_MMIO_OUT(name, type, insn) \ | 109 | #define DEF_MMIO_OUT_LE(name, size, insn) \ |
108 | static inline void name(volatile type __iomem *addr, type val) \ | 110 | static inline void name(volatile u##size __iomem *addr, u##size val) \ |
109 | { \ | 111 | { \ |
110 | __asm__ __volatile__("sync;" insn \ | 112 | __asm__ __volatile__("sync;"#insn" %1,0,%2" \ |
111 | : "=m" (*addr) : "r" (val), "r" (addr) : "memory"); \ | 113 | : "=m" (*addr) : "r" (val), "r" (addr) : "memory"); \ |
112 | IO_SET_SYNC_FLAG(); \ | 114 | IO_SET_SYNC_FLAG(); \ |
113 | } | 115 | } |
116 | #else /* newer gcc */ | ||
117 | #define DEF_MMIO_IN_LE(name, size, insn) \ | ||
118 | static inline u##size name(const volatile u##size __iomem *addr) \ | ||
119 | { \ | ||
120 | u##size ret; \ | ||
121 | __asm__ __volatile__("sync;"#insn" %0,%y1;twi 0,%0,0;isync" \ | ||
122 | : "=r" (ret) : "Z" (*addr) : "memory"); \ | ||
123 | return ret; \ | ||
124 | } | ||
125 | |||
126 | #define DEF_MMIO_OUT_LE(name, size, insn) \ | ||
127 | static inline void name(volatile u##size __iomem *addr, u##size val) \ | ||
128 | { \ | ||
129 | __asm__ __volatile__("sync;"#insn" %1,%y0" \ | ||
130 | : "=Z" (*addr) : "r" (val) : "memory"); \ | ||
131 | IO_SET_SYNC_FLAG(); \ | ||
132 | } | ||
133 | #endif | ||
114 | 134 | ||
135 | #define DEF_MMIO_IN_BE(name, size, insn) \ | ||
136 | static inline u##size name(const volatile u##size __iomem *addr) \ | ||
137 | { \ | ||
138 | u##size ret; \ | ||
139 | __asm__ __volatile__("sync;"#insn"%U1%X1 %0,%1;twi 0,%0,0;isync"\ | ||
140 | : "=r" (ret) : "m" (*addr) : "memory"); \ | ||
141 | return ret; \ | ||
142 | } | ||
115 | 143 | ||
116 | #define DEF_MMIO_IN_BE(name, size, insn) \ | 144 | #define DEF_MMIO_OUT_BE(name, size, insn) \ |
117 | DEF_MMIO_IN(name, u##size, __stringify(insn)"%U2%X2 %0,%2") | 145 | static inline void name(volatile u##size __iomem *addr, u##size val) \ |
118 | #define DEF_MMIO_IN_LE(name, size, insn) \ | 146 | { \ |
119 | DEF_MMIO_IN(name, u##size, __stringify(insn)" %0,0,%1") | 147 | __asm__ __volatile__("sync;"#insn"%U0%X0 %1,%0" \ |
148 | : "=m" (*addr) : "r" (val) : "memory"); \ | ||
149 | IO_SET_SYNC_FLAG(); \ | ||
150 | } | ||
120 | 151 | ||
121 | #define DEF_MMIO_OUT_BE(name, size, insn) \ | ||
122 | DEF_MMIO_OUT(name, u##size, __stringify(insn)"%U0%X0 %1,%0") | ||
123 | #define DEF_MMIO_OUT_LE(name, size, insn) \ | ||
124 | DEF_MMIO_OUT(name, u##size, __stringify(insn)" %1,0,%2") | ||
125 | 152 | ||
126 | DEF_MMIO_IN_BE(in_8, 8, lbz); | 153 | DEF_MMIO_IN_BE(in_8, 8, lbz); |
127 | DEF_MMIO_IN_BE(in_be16, 16, lhz); | 154 | DEF_MMIO_IN_BE(in_be16, 16, lhz); |
@@ -745,7 +772,7 @@ static inline void * bus_to_virt(unsigned long address) | |||
745 | #define clrsetbits_le32(addr, clear, set) clrsetbits(le32, addr, clear, set) | 772 | #define clrsetbits_le32(addr, clear, set) clrsetbits(le32, addr, clear, set) |
746 | 773 | ||
747 | #define clrsetbits_be16(addr, clear, set) clrsetbits(be16, addr, clear, set) | 774 | #define clrsetbits_be16(addr, clear, set) clrsetbits(be16, addr, clear, set) |
748 | #define clrsetbits_le16(addr, clear, set) clrsetbits(le32, addr, clear, set) | 775 | #define clrsetbits_le16(addr, clear, set) clrsetbits(le16, addr, clear, set) |
749 | 776 | ||
750 | #define clrsetbits_8(addr, clear, set) clrsetbits(8, addr, clear, set) | 777 | #define clrsetbits_8(addr, clear, set) clrsetbits(8, addr, clear, set) |
751 | 778 | ||
diff --git a/include/asm-powerpc/ioctl.h b/include/asm-powerpc/ioctl.h index 8eb99848c402..57d68304218b 100644 --- a/include/asm-powerpc/ioctl.h +++ b/include/asm-powerpc/ioctl.h | |||
@@ -1,69 +1,13 @@ | |||
1 | #ifndef _ASM_POWERPC_IOCTL_H | 1 | #ifndef _ASM_POWERPC_IOCTL_H |
2 | #define _ASM_POWERPC_IOCTL_H | 2 | #define _ASM_POWERPC_IOCTL_H |
3 | 3 | ||
4 | |||
5 | /* | ||
6 | * this was copied from the alpha as it's a bit cleaner there. | ||
7 | * -- Cort | ||
8 | */ | ||
9 | |||
10 | #define _IOC_NRBITS 8 | ||
11 | #define _IOC_TYPEBITS 8 | ||
12 | #define _IOC_SIZEBITS 13 | 4 | #define _IOC_SIZEBITS 13 |
13 | #define _IOC_DIRBITS 3 | 5 | #define _IOC_DIRBITS 3 |
14 | 6 | ||
15 | #define _IOC_NRMASK ((1 << _IOC_NRBITS)-1) | ||
16 | #define _IOC_TYPEMASK ((1 << _IOC_TYPEBITS)-1) | ||
17 | #define _IOC_SIZEMASK ((1 << _IOC_SIZEBITS)-1) | ||
18 | #define _IOC_DIRMASK ((1 << _IOC_DIRBITS)-1) | ||
19 | |||
20 | #define _IOC_NRSHIFT 0 | ||
21 | #define _IOC_TYPESHIFT (_IOC_NRSHIFT+_IOC_NRBITS) | ||
22 | #define _IOC_SIZESHIFT (_IOC_TYPESHIFT+_IOC_TYPEBITS) | ||
23 | #define _IOC_DIRSHIFT (_IOC_SIZESHIFT+_IOC_SIZEBITS) | ||
24 | |||
25 | /* | ||
26 | * Direction bits _IOC_NONE could be 0, but OSF/1 gives it a bit. | ||
27 | * And this turns out useful to catch old ioctl numbers in header | ||
28 | * files for us. | ||
29 | */ | ||
30 | #define _IOC_NONE 1U | 7 | #define _IOC_NONE 1U |
31 | #define _IOC_READ 2U | 8 | #define _IOC_READ 2U |
32 | #define _IOC_WRITE 4U | 9 | #define _IOC_WRITE 4U |
33 | 10 | ||
34 | #define _IOC(dir,type,nr,size) \ | 11 | #include <asm-generic/ioctl.h> |
35 | (((dir) << _IOC_DIRSHIFT) | \ | ||
36 | ((type) << _IOC_TYPESHIFT) | \ | ||
37 | ((nr) << _IOC_NRSHIFT) | \ | ||
38 | ((size) << _IOC_SIZESHIFT)) | ||
39 | |||
40 | /* provoke compile error for invalid uses of size argument */ | ||
41 | extern unsigned int __invalid_size_argument_for_IOC; | ||
42 | #define _IOC_TYPECHECK(t) \ | ||
43 | ((sizeof(t) == sizeof(t[1]) && \ | ||
44 | sizeof(t) < (1 << _IOC_SIZEBITS)) ? \ | ||
45 | sizeof(t) : __invalid_size_argument_for_IOC) | ||
46 | |||
47 | /* used to create numbers */ | ||
48 | #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) | ||
49 | #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) | ||
50 | #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) | ||
51 | #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) | ||
52 | #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) | ||
53 | #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) | ||
54 | #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) | ||
55 | |||
56 | /* used to decode them.. */ | ||
57 | #define _IOC_DIR(nr) (((nr) >> _IOC_DIRSHIFT) & _IOC_DIRMASK) | ||
58 | #define _IOC_TYPE(nr) (((nr) >> _IOC_TYPESHIFT) & _IOC_TYPEMASK) | ||
59 | #define _IOC_NR(nr) (((nr) >> _IOC_NRSHIFT) & _IOC_NRMASK) | ||
60 | #define _IOC_SIZE(nr) (((nr) >> _IOC_SIZESHIFT) & _IOC_SIZEMASK) | ||
61 | |||
62 | /* various drivers, such as the pcmcia stuff, need these... */ | ||
63 | #define IOC_IN (_IOC_WRITE << _IOC_DIRSHIFT) | ||
64 | #define IOC_OUT (_IOC_READ << _IOC_DIRSHIFT) | ||
65 | #define IOC_INOUT ((_IOC_WRITE|_IOC_READ) << _IOC_DIRSHIFT) | ||
66 | #define IOCSIZE_MASK (_IOC_SIZEMASK << _IOC_SIZESHIFT) | ||
67 | #define IOCSIZE_SHIFT (_IOC_SIZESHIFT) | ||
68 | 12 | ||
69 | #endif /* _ASM_POWERPC_IOCTL_H */ | 13 | #endif /* _ASM_POWERPC_IOCTL_H */ |
diff --git a/include/asm-powerpc/iommu.h b/include/asm-powerpc/iommu.h index 852e15f51a1e..51ecfef8d843 100644 --- a/include/asm-powerpc/iommu.h +++ b/include/asm-powerpc/iommu.h | |||
@@ -79,11 +79,13 @@ extern void iommu_free_table(struct iommu_table *tbl, const char *node_name); | |||
79 | extern struct iommu_table *iommu_init_table(struct iommu_table * tbl, | 79 | extern struct iommu_table *iommu_init_table(struct iommu_table * tbl, |
80 | int nid); | 80 | int nid); |
81 | 81 | ||
82 | extern int iommu_map_sg(struct device *dev, struct scatterlist *sglist, | 82 | extern int iommu_map_sg(struct device *dev, struct iommu_table *tbl, |
83 | int nelems, unsigned long mask, | 83 | struct scatterlist *sglist, int nelems, |
84 | enum dma_data_direction direction); | 84 | unsigned long mask, enum dma_data_direction direction, |
85 | struct dma_attrs *attrs); | ||
85 | extern void iommu_unmap_sg(struct iommu_table *tbl, struct scatterlist *sglist, | 86 | extern void iommu_unmap_sg(struct iommu_table *tbl, struct scatterlist *sglist, |
86 | int nelems, enum dma_data_direction direction); | 87 | int nelems, enum dma_data_direction direction, |
88 | struct dma_attrs *attrs); | ||
87 | 89 | ||
88 | extern void *iommu_alloc_coherent(struct device *dev, struct iommu_table *tbl, | 90 | extern void *iommu_alloc_coherent(struct device *dev, struct iommu_table *tbl, |
89 | size_t size, dma_addr_t *dma_handle, | 91 | size_t size, dma_addr_t *dma_handle, |
@@ -92,9 +94,11 @@ extern void iommu_free_coherent(struct iommu_table *tbl, size_t size, | |||
92 | void *vaddr, dma_addr_t dma_handle); | 94 | void *vaddr, dma_addr_t dma_handle); |
93 | extern dma_addr_t iommu_map_single(struct device *dev, struct iommu_table *tbl, | 95 | extern dma_addr_t iommu_map_single(struct device *dev, struct iommu_table *tbl, |
94 | void *vaddr, size_t size, unsigned long mask, | 96 | void *vaddr, size_t size, unsigned long mask, |
95 | enum dma_data_direction direction); | 97 | enum dma_data_direction direction, |
98 | struct dma_attrs *attrs); | ||
96 | extern void iommu_unmap_single(struct iommu_table *tbl, dma_addr_t dma_handle, | 99 | extern void iommu_unmap_single(struct iommu_table *tbl, dma_addr_t dma_handle, |
97 | size_t size, enum dma_data_direction direction); | 100 | size_t size, enum dma_data_direction direction, |
101 | struct dma_attrs *attrs); | ||
98 | 102 | ||
99 | extern void iommu_init_early_pSeries(void); | 103 | extern void iommu_init_early_pSeries(void); |
100 | extern void iommu_init_early_iSeries(void); | 104 | extern void iommu_init_early_iSeries(void); |
diff --git a/include/asm-powerpc/irq.h b/include/asm-powerpc/irq.h index 5089deb8fec3..1ef8e304e0ea 100644 --- a/include/asm-powerpc/irq.h +++ b/include/asm-powerpc/irq.h | |||
@@ -619,6 +619,19 @@ struct pt_regs; | |||
619 | 619 | ||
620 | #define __ARCH_HAS_DO_SOFTIRQ | 620 | #define __ARCH_HAS_DO_SOFTIRQ |
621 | 621 | ||
622 | #if defined(CONFIG_BOOKE) || defined(CONFIG_40x) | ||
623 | /* | ||
624 | * Per-cpu stacks for handling critical, debug and machine check | ||
625 | * level interrupts. | ||
626 | */ | ||
627 | extern struct thread_info *critirq_ctx[NR_CPUS]; | ||
628 | extern struct thread_info *dbgirq_ctx[NR_CPUS]; | ||
629 | extern struct thread_info *mcheckirq_ctx[NR_CPUS]; | ||
630 | extern void exc_lvl_ctx_init(void); | ||
631 | #else | ||
632 | #define exc_lvl_ctx_init() | ||
633 | #endif | ||
634 | |||
622 | #ifdef CONFIG_IRQSTACKS | 635 | #ifdef CONFIG_IRQSTACKS |
623 | /* | 636 | /* |
624 | * Per-cpu stacks for handling hard and soft interrupts. | 637 | * Per-cpu stacks for handling hard and soft interrupts. |
diff --git a/include/asm-powerpc/kexec.h b/include/asm-powerpc/kexec.h index 701857bc8e24..acdcdc66f1b6 100644 --- a/include/asm-powerpc/kexec.h +++ b/include/asm-powerpc/kexec.h | |||
@@ -34,6 +34,8 @@ | |||
34 | #ifndef __ASSEMBLY__ | 34 | #ifndef __ASSEMBLY__ |
35 | #include <linux/cpumask.h> | 35 | #include <linux/cpumask.h> |
36 | 36 | ||
37 | typedef void (*crash_shutdown_t)(void); | ||
38 | |||
37 | #ifdef CONFIG_KEXEC | 39 | #ifdef CONFIG_KEXEC |
38 | 40 | ||
39 | #ifdef __powerpc64__ | 41 | #ifdef __powerpc64__ |
@@ -123,7 +125,6 @@ struct pt_regs; | |||
123 | extern void default_machine_kexec(struct kimage *image); | 125 | extern void default_machine_kexec(struct kimage *image); |
124 | extern int default_machine_kexec_prepare(struct kimage *image); | 126 | extern int default_machine_kexec_prepare(struct kimage *image); |
125 | extern void default_machine_crash_shutdown(struct pt_regs *regs); | 127 | extern void default_machine_crash_shutdown(struct pt_regs *regs); |
126 | typedef void (*crash_shutdown_t)(void); | ||
127 | extern int crash_shutdown_register(crash_shutdown_t handler); | 128 | extern int crash_shutdown_register(crash_shutdown_t handler); |
128 | extern int crash_shutdown_unregister(crash_shutdown_t handler); | 129 | extern int crash_shutdown_unregister(crash_shutdown_t handler); |
129 | 130 | ||
@@ -143,6 +144,16 @@ static inline int overlaps_crashkernel(unsigned long start, unsigned long size) | |||
143 | 144 | ||
144 | static inline void reserve_crashkernel(void) { ; } | 145 | static inline void reserve_crashkernel(void) { ; } |
145 | 146 | ||
147 | static inline int crash_shutdown_register(crash_shutdown_t handler) | ||
148 | { | ||
149 | return 0; | ||
150 | } | ||
151 | |||
152 | static inline int crash_shutdown_unregister(crash_shutdown_t handler) | ||
153 | { | ||
154 | return 0; | ||
155 | } | ||
156 | |||
146 | #endif /* CONFIG_KEXEC */ | 157 | #endif /* CONFIG_KEXEC */ |
147 | #endif /* ! __ASSEMBLY__ */ | 158 | #endif /* ! __ASSEMBLY__ */ |
148 | #endif /* __KERNEL__ */ | 159 | #endif /* __KERNEL__ */ |
diff --git a/include/asm-powerpc/machdep.h b/include/asm-powerpc/machdep.h index 54ed64df95b8..989922621e35 100644 --- a/include/asm-powerpc/machdep.h +++ b/include/asm-powerpc/machdep.h | |||
@@ -262,6 +262,7 @@ struct machdep_calls { | |||
262 | #endif | 262 | #endif |
263 | }; | 263 | }; |
264 | 264 | ||
265 | extern void e500_idle(void); | ||
265 | extern void power4_idle(void); | 266 | extern void power4_idle(void); |
266 | extern void power4_cpu_offline_powersave(void); | 267 | extern void power4_cpu_offline_powersave(void); |
267 | extern void ppc6xx_idle(void); | 268 | extern void ppc6xx_idle(void); |
diff --git a/include/asm-powerpc/mman.h b/include/asm-powerpc/mman.h index 24cf664a8295..9209f755763e 100644 --- a/include/asm-powerpc/mman.h +++ b/include/asm-powerpc/mman.h | |||
@@ -10,6 +10,8 @@ | |||
10 | * 2 of the License, or (at your option) any later version. | 10 | * 2 of the License, or (at your option) any later version. |
11 | */ | 11 | */ |
12 | 12 | ||
13 | #define PROT_SAO 0x10 /* Strong Access Ordering */ | ||
14 | |||
13 | #define MAP_RENAME MAP_ANONYMOUS /* In SunOS terminology */ | 15 | #define MAP_RENAME MAP_ANONYMOUS /* In SunOS terminology */ |
14 | #define MAP_NORESERVE 0x40 /* don't reserve swap pages */ | 16 | #define MAP_NORESERVE 0x40 /* don't reserve swap pages */ |
15 | #define MAP_LOCKED 0x80 | 17 | #define MAP_LOCKED 0x80 |
@@ -24,4 +26,38 @@ | |||
24 | #define MAP_POPULATE 0x8000 /* populate (prefault) pagetables */ | 26 | #define MAP_POPULATE 0x8000 /* populate (prefault) pagetables */ |
25 | #define MAP_NONBLOCK 0x10000 /* do not block on IO */ | 27 | #define MAP_NONBLOCK 0x10000 /* do not block on IO */ |
26 | 28 | ||
29 | #ifdef __KERNEL__ | ||
30 | #ifdef CONFIG_PPC64 | ||
31 | |||
32 | #include <asm/cputable.h> | ||
33 | #include <linux/mm.h> | ||
34 | |||
35 | /* | ||
36 | * This file is included by linux/mman.h, so we can't use cacl_vm_prot_bits() | ||
37 | * here. How important is the optimization? | ||
38 | */ | ||
39 | static inline unsigned long arch_calc_vm_prot_bits(unsigned long prot) | ||
40 | { | ||
41 | return (prot & PROT_SAO) ? VM_SAO : 0; | ||
42 | } | ||
43 | #define arch_calc_vm_prot_bits(prot) arch_calc_vm_prot_bits(prot) | ||
44 | |||
45 | static inline pgprot_t arch_vm_get_page_prot(unsigned long vm_flags) | ||
46 | { | ||
47 | return (vm_flags & VM_SAO) ? __pgprot(_PAGE_SAO) : 0; | ||
48 | } | ||
49 | #define arch_vm_get_page_prot(vm_flags) arch_vm_get_page_prot(vm_flags) | ||
50 | |||
51 | static inline int arch_validate_prot(unsigned long prot) | ||
52 | { | ||
53 | if (prot & ~(PROT_READ | PROT_WRITE | PROT_EXEC | PROT_SEM | PROT_SAO)) | ||
54 | return 0; | ||
55 | if ((prot & PROT_SAO) && !cpu_has_feature(CPU_FTR_SAO)) | ||
56 | return 0; | ||
57 | return 1; | ||
58 | } | ||
59 | #define arch_validate_prot(prot) arch_validate_prot(prot) | ||
60 | |||
61 | #endif /* CONFIG_PPC64 */ | ||
62 | #endif /* __KERNEL__ */ | ||
27 | #endif /* _ASM_POWERPC_MMAN_H */ | 63 | #endif /* _ASM_POWERPC_MMAN_H */ |
diff --git a/include/asm-powerpc/mmu-hash32.h b/include/asm-powerpc/mmu-hash32.h index 6e21ca618ec3..16b1a1e77e64 100644 --- a/include/asm-powerpc/mmu-hash32.h +++ b/include/asm-powerpc/mmu-hash32.h | |||
@@ -28,24 +28,18 @@ | |||
28 | #define BPP_RW 0x02 /* Read/write */ | 28 | #define BPP_RW 0x02 /* Read/write */ |
29 | 29 | ||
30 | #ifndef __ASSEMBLY__ | 30 | #ifndef __ASSEMBLY__ |
31 | /* Contort a phys_addr_t into the right format/bits for a BAT */ | ||
32 | #ifdef CONFIG_PHYS_64BIT | ||
33 | #define BAT_PHYS_ADDR(x) ((u32)((x & 0x00000000fffe0000ULL) | \ | ||
34 | ((x & 0x0000000e00000000ULL) >> 24) | \ | ||
35 | ((x & 0x0000000100000000ULL) >> 30))) | ||
36 | #else | ||
37 | #define BAT_PHYS_ADDR(x) (x) | ||
38 | #endif | ||
39 | |||
31 | struct ppc_bat { | 40 | struct ppc_bat { |
32 | struct { | 41 | u32 batu; |
33 | unsigned long bepi:15; /* Effective page index (virtual address) */ | 42 | u32 batl; |
34 | unsigned long :4; /* Unused */ | ||
35 | unsigned long bl:11; /* Block size mask */ | ||
36 | unsigned long vs:1; /* Supervisor valid */ | ||
37 | unsigned long vp:1; /* User valid */ | ||
38 | } batu; /* Upper register */ | ||
39 | struct { | ||
40 | unsigned long brpn:15; /* Real page index (physical address) */ | ||
41 | unsigned long :10; /* Unused */ | ||
42 | unsigned long w:1; /* Write-thru cache */ | ||
43 | unsigned long i:1; /* Cache inhibit */ | ||
44 | unsigned long m:1; /* Memory coherence */ | ||
45 | unsigned long g:1; /* Guarded (MBZ in IBAT) */ | ||
46 | unsigned long :1; /* Unused */ | ||
47 | unsigned long pp:2; /* Page access protections */ | ||
48 | } batl; /* Lower register */ | ||
49 | }; | 43 | }; |
50 | #endif /* !__ASSEMBLY__ */ | 44 | #endif /* !__ASSEMBLY__ */ |
51 | 45 | ||
diff --git a/include/asm-powerpc/mmu-hash64.h b/include/asm-powerpc/mmu-hash64.h index 39c5c5f62bf5..d1dc16afb118 100644 --- a/include/asm-powerpc/mmu-hash64.h +++ b/include/asm-powerpc/mmu-hash64.h | |||
@@ -182,6 +182,7 @@ extern int mmu_io_psize; | |||
182 | extern int mmu_kernel_ssize; | 182 | extern int mmu_kernel_ssize; |
183 | extern int mmu_highuser_ssize; | 183 | extern int mmu_highuser_ssize; |
184 | extern u16 mmu_slb_size; | 184 | extern u16 mmu_slb_size; |
185 | extern unsigned long tce_alloc_start, tce_alloc_end; | ||
185 | 186 | ||
186 | /* | 187 | /* |
187 | * If the processor supports 64k normal pages but not 64k cache | 188 | * If the processor supports 64k normal pages but not 64k cache |
diff --git a/include/asm-powerpc/mpc6xx.h b/include/asm-powerpc/mpc6xx.h new file mode 100644 index 000000000000..effc2291beb2 --- /dev/null +++ b/include/asm-powerpc/mpc6xx.h | |||
@@ -0,0 +1,6 @@ | |||
1 | #ifndef __ASM_POWERPC_MPC6xx_H | ||
2 | #define __ASM_POWERPC_MPC6xx_H | ||
3 | |||
4 | void mpc6xx_enter_standby(void); | ||
5 | |||
6 | #endif | ||
diff --git a/include/asm-powerpc/mpic.h b/include/asm-powerpc/mpic.h index a4d0f876b427..fe566a348a86 100644 --- a/include/asm-powerpc/mpic.h +++ b/include/asm-powerpc/mpic.h | |||
@@ -353,6 +353,8 @@ struct mpic | |||
353 | #define MPIC_ENABLE_MCK 0x00000200 | 353 | #define MPIC_ENABLE_MCK 0x00000200 |
354 | /* Disable bias among target selection, spread interrupts evenly */ | 354 | /* Disable bias among target selection, spread interrupts evenly */ |
355 | #define MPIC_NO_BIAS 0x00000400 | 355 | #define MPIC_NO_BIAS 0x00000400 |
356 | /* Ignore NIRQS as reported by FRR */ | ||
357 | #define MPIC_BROKEN_FRR_NIRQS 0x00000800 | ||
356 | 358 | ||
357 | /* MPIC HW modification ID */ | 359 | /* MPIC HW modification ID */ |
358 | #define MPIC_REGSET_MASK 0xf0000000 | 360 | #define MPIC_REGSET_MASK 0xf0000000 |
diff --git a/include/asm-powerpc/of_device.h b/include/asm-powerpc/of_device.h index 6526e139a463..3c123990ca2e 100644 --- a/include/asm-powerpc/of_device.h +++ b/include/asm-powerpc/of_device.h | |||
@@ -21,8 +21,6 @@ extern struct of_device *of_device_alloc(struct device_node *np, | |||
21 | const char *bus_id, | 21 | const char *bus_id, |
22 | struct device *parent); | 22 | struct device *parent); |
23 | 23 | ||
24 | extern ssize_t of_device_get_modalias(struct of_device *ofdev, | ||
25 | char *str, ssize_t len); | ||
26 | extern int of_device_uevent(struct device *dev, | 24 | extern int of_device_uevent(struct device *dev, |
27 | struct kobj_uevent_env *env); | 25 | struct kobj_uevent_env *env); |
28 | 26 | ||
diff --git a/include/asm-powerpc/pSeries_reconfig.h b/include/asm-powerpc/pSeries_reconfig.h index ea6cfb8efb84..e482e5352e69 100644 --- a/include/asm-powerpc/pSeries_reconfig.h +++ b/include/asm-powerpc/pSeries_reconfig.h | |||
@@ -9,8 +9,10 @@ | |||
9 | * added or removed on pSeries systems. | 9 | * added or removed on pSeries systems. |
10 | */ | 10 | */ |
11 | 11 | ||
12 | #define PSERIES_RECONFIG_ADD 0x0001 | 12 | #define PSERIES_RECONFIG_ADD 0x0001 |
13 | #define PSERIES_RECONFIG_REMOVE 0x0002 | 13 | #define PSERIES_RECONFIG_REMOVE 0x0002 |
14 | #define PSERIES_DRCONF_MEM_ADD 0x0003 | ||
15 | #define PSERIES_DRCONF_MEM_REMOVE 0x0004 | ||
14 | 16 | ||
15 | #ifdef CONFIG_PPC_PSERIES | 17 | #ifdef CONFIG_PPC_PSERIES |
16 | extern int pSeries_reconfig_notifier_register(struct notifier_block *); | 18 | extern int pSeries_reconfig_notifier_register(struct notifier_block *); |
diff --git a/include/asm-powerpc/page_64.h b/include/asm-powerpc/page_64.h index 25af4fc8daf4..02fd80710e9d 100644 --- a/include/asm-powerpc/page_64.h +++ b/include/asm-powerpc/page_64.h | |||
@@ -126,16 +126,22 @@ extern unsigned int get_slice_psize(struct mm_struct *mm, | |||
126 | 126 | ||
127 | extern void slice_init_context(struct mm_struct *mm, unsigned int psize); | 127 | extern void slice_init_context(struct mm_struct *mm, unsigned int psize); |
128 | extern void slice_set_user_psize(struct mm_struct *mm, unsigned int psize); | 128 | extern void slice_set_user_psize(struct mm_struct *mm, unsigned int psize); |
129 | extern void slice_set_range_psize(struct mm_struct *mm, unsigned long start, | ||
130 | unsigned long len, unsigned int psize); | ||
131 | |||
129 | #define slice_mm_new_context(mm) ((mm)->context.id == 0) | 132 | #define slice_mm_new_context(mm) ((mm)->context.id == 0) |
130 | 133 | ||
131 | #endif /* __ASSEMBLY__ */ | 134 | #endif /* __ASSEMBLY__ */ |
132 | #else | 135 | #else |
133 | #define slice_init() | 136 | #define slice_init() |
137 | #define get_slice_psize(mm, addr) ((mm)->context.user_psize) | ||
134 | #define slice_set_user_psize(mm, psize) \ | 138 | #define slice_set_user_psize(mm, psize) \ |
135 | do { \ | 139 | do { \ |
136 | (mm)->context.user_psize = (psize); \ | 140 | (mm)->context.user_psize = (psize); \ |
137 | (mm)->context.sllp = SLB_VSID_USER | mmu_psize_defs[(psize)].sllp; \ | 141 | (mm)->context.sllp = SLB_VSID_USER | mmu_psize_defs[(psize)].sllp; \ |
138 | } while (0) | 142 | } while (0) |
143 | #define slice_set_range_psize(mm, start, len, psize) \ | ||
144 | slice_set_user_psize((mm), (psize)) | ||
139 | #define slice_mm_new_context(mm) 1 | 145 | #define slice_mm_new_context(mm) 1 |
140 | #endif /* CONFIG_PPC_MM_SLICES */ | 146 | #endif /* CONFIG_PPC_MM_SLICES */ |
141 | 147 | ||
diff --git a/include/asm-powerpc/pci-bridge.h b/include/asm-powerpc/pci-bridge.h index b95d033ae6e6..ae2ea803a0f2 100644 --- a/include/asm-powerpc/pci-bridge.h +++ b/include/asm-powerpc/pci-bridge.h | |||
@@ -92,12 +92,15 @@ struct pci_controller { | |||
92 | * anything but the PHB. Only allow talking to the PHB if this is | 92 | * anything but the PHB. Only allow talking to the PHB if this is |
93 | * set. | 93 | * set. |
94 | * BIG_ENDIAN - cfg_addr is a big endian register | 94 | * BIG_ENDIAN - cfg_addr is a big endian register |
95 | * BROKEN_MRM - the 440EPx/GRx chips have an errata that causes hangs on | ||
96 | * the PLB4. Effectively disable MRM commands by setting this. | ||
95 | */ | 97 | */ |
96 | #define PPC_INDIRECT_TYPE_SET_CFG_TYPE 0x00000001 | 98 | #define PPC_INDIRECT_TYPE_SET_CFG_TYPE 0x00000001 |
97 | #define PPC_INDIRECT_TYPE_EXT_REG 0x00000002 | 99 | #define PPC_INDIRECT_TYPE_EXT_REG 0x00000002 |
98 | #define PPC_INDIRECT_TYPE_SURPRESS_PRIMARY_BUS 0x00000004 | 100 | #define PPC_INDIRECT_TYPE_SURPRESS_PRIMARY_BUS 0x00000004 |
99 | #define PPC_INDIRECT_TYPE_NO_PCIE_LINK 0x00000008 | 101 | #define PPC_INDIRECT_TYPE_NO_PCIE_LINK 0x00000008 |
100 | #define PPC_INDIRECT_TYPE_BIG_ENDIAN 0x00000010 | 102 | #define PPC_INDIRECT_TYPE_BIG_ENDIAN 0x00000010 |
103 | #define PPC_INDIRECT_TYPE_BROKEN_MRM 0x00000020 | ||
101 | u32 indirect_type; | 104 | u32 indirect_type; |
102 | #endif /* !CONFIG_PPC64 */ | 105 | #endif /* !CONFIG_PPC64 */ |
103 | /* Currently, we limit ourselves to 1 IO range and 3 mem | 106 | /* Currently, we limit ourselves to 1 IO range and 3 mem |
diff --git a/include/asm-powerpc/pgtable-4k.h b/include/asm-powerpc/pgtable-4k.h index 818e2abc81e2..fd2090dc1dce 100644 --- a/include/asm-powerpc/pgtable-4k.h +++ b/include/asm-powerpc/pgtable-4k.h | |||
@@ -41,6 +41,7 @@ | |||
41 | #define PGDIR_MASK (~(PGDIR_SIZE-1)) | 41 | #define PGDIR_MASK (~(PGDIR_SIZE-1)) |
42 | 42 | ||
43 | /* PTE bits */ | 43 | /* PTE bits */ |
44 | #define _PAGE_HASHPTE 0x0400 /* software: pte has an associated HPTE */ | ||
44 | #define _PAGE_SECONDARY 0x8000 /* software: HPTE is in secondary group */ | 45 | #define _PAGE_SECONDARY 0x8000 /* software: HPTE is in secondary group */ |
45 | #define _PAGE_GROUP_IX 0x7000 /* software: HPTE index within group */ | 46 | #define _PAGE_GROUP_IX 0x7000 /* software: HPTE index within group */ |
46 | #define _PAGE_F_SECOND _PAGE_SECONDARY | 47 | #define _PAGE_F_SECOND _PAGE_SECONDARY |
diff --git a/include/asm-powerpc/pgtable-64k.h b/include/asm-powerpc/pgtable-64k.h index 1cbd6b377eea..c5007712473f 100644 --- a/include/asm-powerpc/pgtable-64k.h +++ b/include/asm-powerpc/pgtable-64k.h | |||
@@ -75,6 +75,20 @@ static inline struct subpage_prot_table *pgd_subpage_prot(pgd_t *pgd) | |||
75 | #define _PAGE_COMBO 0x10000000 /* this is a combo 4k page */ | 75 | #define _PAGE_COMBO 0x10000000 /* this is a combo 4k page */ |
76 | #define _PAGE_4K_PFN 0x20000000 /* PFN is for a single 4k page */ | 76 | #define _PAGE_4K_PFN 0x20000000 /* PFN is for a single 4k page */ |
77 | 77 | ||
78 | /* For 64K page, we don't have a separate _PAGE_HASHPTE bit. Instead, | ||
79 | * we set that to be the whole sub-bits mask. The C code will only | ||
80 | * test this, so a multi-bit mask will work. For combo pages, this | ||
81 | * is equivalent as effectively, the old _PAGE_HASHPTE was an OR of | ||
82 | * all the sub bits. For real 64k pages, we now have the assembly set | ||
83 | * _PAGE_HPTE_SUB0 in addition to setting the HIDX bits which overlap | ||
84 | * that mask. This is fine as long as the HIDX bits are never set on | ||
85 | * a PTE that isn't hashed, which is the case today. | ||
86 | * | ||
87 | * A little nit is for the huge page C code, which does the hashing | ||
88 | * in C, we need to provide which bit to use. | ||
89 | */ | ||
90 | #define _PAGE_HASHPTE _PAGE_HPTE_SUB | ||
91 | |||
78 | /* Note the full page bits must be in the same location as for normal | 92 | /* Note the full page bits must be in the same location as for normal |
79 | * 4k pages as the same asssembly will be used to insert 64K pages | 93 | * 4k pages as the same asssembly will be used to insert 64K pages |
80 | * wether the kernel has CONFIG_PPC_64K_PAGES or not | 94 | * wether the kernel has CONFIG_PPC_64K_PAGES or not |
@@ -83,8 +97,7 @@ static inline struct subpage_prot_table *pgd_subpage_prot(pgd_t *pgd) | |||
83 | #define _PAGE_F_GIX 0x00007000 /* full page: hidx bits */ | 97 | #define _PAGE_F_GIX 0x00007000 /* full page: hidx bits */ |
84 | 98 | ||
85 | /* PTE flags to conserve for HPTE identification */ | 99 | /* PTE flags to conserve for HPTE identification */ |
86 | #define _PAGE_HPTEFLAGS (_PAGE_BUSY | _PAGE_HASHPTE | _PAGE_HPTE_SUB |\ | 100 | #define _PAGE_HPTEFLAGS (_PAGE_BUSY | _PAGE_HASHPTE | _PAGE_COMBO) |
87 | _PAGE_COMBO) | ||
88 | 101 | ||
89 | /* Shift to put page number into pte. | 102 | /* Shift to put page number into pte. |
90 | * | 103 | * |
diff --git a/include/asm-powerpc/pgtable-ppc32.h b/include/asm-powerpc/pgtable-ppc32.h index c08e714d0c42..73015f0139de 100644 --- a/include/asm-powerpc/pgtable-ppc32.h +++ b/include/asm-powerpc/pgtable-ppc32.h | |||
@@ -182,6 +182,9 @@ extern int icache_44x_need_flush; | |||
182 | #define _PMD_SIZE_16M 0x0e0 | 182 | #define _PMD_SIZE_16M 0x0e0 |
183 | #define PMD_PAGE_SIZE(pmdval) (1024 << (((pmdval) & _PMD_SIZE) >> 4)) | 183 | #define PMD_PAGE_SIZE(pmdval) (1024 << (((pmdval) & _PMD_SIZE) >> 4)) |
184 | 184 | ||
185 | /* Until my rework is finished, 40x still needs atomic PTE updates */ | ||
186 | #define PTE_ATOMIC_UPDATES 1 | ||
187 | |||
185 | #elif defined(CONFIG_44x) | 188 | #elif defined(CONFIG_44x) |
186 | /* | 189 | /* |
187 | * Definitions for PPC440 | 190 | * Definitions for PPC440 |
@@ -253,17 +256,17 @@ extern int icache_44x_need_flush; | |||
253 | */ | 256 | */ |
254 | 257 | ||
255 | #define _PAGE_PRESENT 0x00000001 /* S: PTE valid */ | 258 | #define _PAGE_PRESENT 0x00000001 /* S: PTE valid */ |
256 | #define _PAGE_RW 0x00000002 /* S: Write permission */ | 259 | #define _PAGE_RW 0x00000002 /* S: Write permission */ |
257 | #define _PAGE_FILE 0x00000004 /* S: nonlinear file mapping */ | 260 | #define _PAGE_FILE 0x00000004 /* S: nonlinear file mapping */ |
261 | #define _PAGE_HWEXEC 0x00000004 /* H: Execute permission */ | ||
258 | #define _PAGE_ACCESSED 0x00000008 /* S: Page referenced */ | 262 | #define _PAGE_ACCESSED 0x00000008 /* S: Page referenced */ |
259 | #define _PAGE_HWWRITE 0x00000010 /* H: Dirty & RW */ | 263 | #define _PAGE_DIRTY 0x00000010 /* S: Page dirty */ |
260 | #define _PAGE_HWEXEC 0x00000020 /* H: Execute permission */ | 264 | #define _PAGE_USER 0x00000040 /* S: User page */ |
261 | #define _PAGE_USER 0x00000040 /* S: User page */ | 265 | #define _PAGE_ENDIAN 0x00000080 /* H: E bit */ |
262 | #define _PAGE_ENDIAN 0x00000080 /* H: E bit */ | 266 | #define _PAGE_GUARDED 0x00000100 /* H: G bit */ |
263 | #define _PAGE_GUARDED 0x00000100 /* H: G bit */ | 267 | #define _PAGE_COHERENT 0x00000200 /* H: M bit */ |
264 | #define _PAGE_DIRTY 0x00000200 /* S: Page dirty */ | 268 | #define _PAGE_NO_CACHE 0x00000400 /* H: I bit */ |
265 | #define _PAGE_NO_CACHE 0x00000400 /* H: I bit */ | 269 | #define _PAGE_WRITETHRU 0x00000800 /* H: W bit */ |
266 | #define _PAGE_WRITETHRU 0x00000800 /* H: W bit */ | ||
267 | 270 | ||
268 | /* TODO: Add large page lowmem mapping support */ | 271 | /* TODO: Add large page lowmem mapping support */ |
269 | #define _PMD_PRESENT 0 | 272 | #define _PMD_PRESENT 0 |
@@ -273,6 +276,7 @@ extern int icache_44x_need_flush; | |||
273 | /* ERPN in a PTE never gets cleared, ignore it */ | 276 | /* ERPN in a PTE never gets cleared, ignore it */ |
274 | #define _PTE_NONE_MASK 0xffffffff00000000ULL | 277 | #define _PTE_NONE_MASK 0xffffffff00000000ULL |
275 | 278 | ||
279 | |||
276 | #elif defined(CONFIG_FSL_BOOKE) | 280 | #elif defined(CONFIG_FSL_BOOKE) |
277 | /* | 281 | /* |
278 | MMU Assist Register 3: | 282 | MMU Assist Register 3: |
@@ -315,6 +319,9 @@ extern int icache_44x_need_flush; | |||
315 | #define _PMD_PRESENT_MASK (PAGE_MASK) | 319 | #define _PMD_PRESENT_MASK (PAGE_MASK) |
316 | #define _PMD_BAD (~PAGE_MASK) | 320 | #define _PMD_BAD (~PAGE_MASK) |
317 | 321 | ||
322 | /* Until my rework is finished, FSL BookE still needs atomic PTE updates */ | ||
323 | #define PTE_ATOMIC_UPDATES 1 | ||
324 | |||
318 | #elif defined(CONFIG_8xx) | 325 | #elif defined(CONFIG_8xx) |
319 | /* Definitions for 8xx embedded chips. */ | 326 | /* Definitions for 8xx embedded chips. */ |
320 | #define _PAGE_PRESENT 0x0001 /* Page is valid */ | 327 | #define _PAGE_PRESENT 0x0001 /* Page is valid */ |
@@ -345,6 +352,9 @@ extern int icache_44x_need_flush; | |||
345 | 352 | ||
346 | #define _PTE_NONE_MASK _PAGE_ACCESSED | 353 | #define _PTE_NONE_MASK _PAGE_ACCESSED |
347 | 354 | ||
355 | /* Until my rework is finished, 8xx still needs atomic PTE updates */ | ||
356 | #define PTE_ATOMIC_UPDATES 1 | ||
357 | |||
348 | #else /* CONFIG_6xx */ | 358 | #else /* CONFIG_6xx */ |
349 | /* Definitions for 60x, 740/750, etc. */ | 359 | /* Definitions for 60x, 740/750, etc. */ |
350 | #define _PAGE_PRESENT 0x001 /* software: pte contains a translation */ | 360 | #define _PAGE_PRESENT 0x001 /* software: pte contains a translation */ |
@@ -365,6 +375,10 @@ extern int icache_44x_need_flush; | |||
365 | #define _PMD_PRESENT 0 | 375 | #define _PMD_PRESENT 0 |
366 | #define _PMD_PRESENT_MASK (PAGE_MASK) | 376 | #define _PMD_PRESENT_MASK (PAGE_MASK) |
367 | #define _PMD_BAD (~PAGE_MASK) | 377 | #define _PMD_BAD (~PAGE_MASK) |
378 | |||
379 | /* Hash table based platforms need atomic updates of the linux PTE */ | ||
380 | #define PTE_ATOMIC_UPDATES 1 | ||
381 | |||
368 | #endif | 382 | #endif |
369 | 383 | ||
370 | /* | 384 | /* |
@@ -557,9 +571,11 @@ extern void add_hash_page(unsigned context, unsigned long va, | |||
557 | * low PTE word since we expect ALL flag bits to be there | 571 | * low PTE word since we expect ALL flag bits to be there |
558 | */ | 572 | */ |
559 | #ifndef CONFIG_PTE_64BIT | 573 | #ifndef CONFIG_PTE_64BIT |
560 | static inline unsigned long pte_update(pte_t *p, unsigned long clr, | 574 | static inline unsigned long pte_update(pte_t *p, |
575 | unsigned long clr, | ||
561 | unsigned long set) | 576 | unsigned long set) |
562 | { | 577 | { |
578 | #ifdef PTE_ATOMIC_UPDATES | ||
563 | unsigned long old, tmp; | 579 | unsigned long old, tmp; |
564 | 580 | ||
565 | __asm__ __volatile__("\ | 581 | __asm__ __volatile__("\ |
@@ -572,16 +588,26 @@ static inline unsigned long pte_update(pte_t *p, unsigned long clr, | |||
572 | : "=&r" (old), "=&r" (tmp), "=m" (*p) | 588 | : "=&r" (old), "=&r" (tmp), "=m" (*p) |
573 | : "r" (p), "r" (clr), "r" (set), "m" (*p) | 589 | : "r" (p), "r" (clr), "r" (set), "m" (*p) |
574 | : "cc" ); | 590 | : "cc" ); |
591 | #else /* PTE_ATOMIC_UPDATES */ | ||
592 | unsigned long old = pte_val(*p); | ||
593 | *p = __pte((old & ~clr) | set); | ||
594 | #endif /* !PTE_ATOMIC_UPDATES */ | ||
595 | |||
575 | #ifdef CONFIG_44x | 596 | #ifdef CONFIG_44x |
576 | if ((old & _PAGE_USER) && (old & _PAGE_HWEXEC)) | 597 | if ((old & _PAGE_USER) && (old & _PAGE_HWEXEC)) |
577 | icache_44x_need_flush = 1; | 598 | icache_44x_need_flush = 1; |
578 | #endif | 599 | #endif |
579 | return old; | 600 | return old; |
580 | } | 601 | } |
581 | #else | 602 | #else /* CONFIG_PTE_64BIT */ |
582 | static inline unsigned long long pte_update(pte_t *p, unsigned long clr, | 603 | /* TODO: Change that to only modify the low word and move set_pte_at() |
583 | unsigned long set) | 604 | * out of line |
605 | */ | ||
606 | static inline unsigned long long pte_update(pte_t *p, | ||
607 | unsigned long clr, | ||
608 | unsigned long set) | ||
584 | { | 609 | { |
610 | #ifdef PTE_ATOMIC_UPDATES | ||
585 | unsigned long long old; | 611 | unsigned long long old; |
586 | unsigned long tmp; | 612 | unsigned long tmp; |
587 | 613 | ||
@@ -596,13 +622,18 @@ static inline unsigned long long pte_update(pte_t *p, unsigned long clr, | |||
596 | : "=&r" (old), "=&r" (tmp), "=m" (*p) | 622 | : "=&r" (old), "=&r" (tmp), "=m" (*p) |
597 | : "r" (p), "r" ((unsigned long)(p) + 4), "r" (clr), "r" (set), "m" (*p) | 623 | : "r" (p), "r" ((unsigned long)(p) + 4), "r" (clr), "r" (set), "m" (*p) |
598 | : "cc" ); | 624 | : "cc" ); |
625 | #else /* PTE_ATOMIC_UPDATES */ | ||
626 | unsigned long long old = pte_val(*p); | ||
627 | *p = __pte((old & ~(unsigned long long)clr) | set); | ||
628 | #endif /* !PTE_ATOMIC_UPDATES */ | ||
629 | |||
599 | #ifdef CONFIG_44x | 630 | #ifdef CONFIG_44x |
600 | if ((old & _PAGE_USER) && (old & _PAGE_HWEXEC)) | 631 | if ((old & _PAGE_USER) && (old & _PAGE_HWEXEC)) |
601 | icache_44x_need_flush = 1; | 632 | icache_44x_need_flush = 1; |
602 | #endif | 633 | #endif |
603 | return old; | 634 | return old; |
604 | } | 635 | } |
605 | #endif | 636 | #endif /* CONFIG_PTE_64BIT */ |
606 | 637 | ||
607 | /* | 638 | /* |
608 | * set_pte stores a linux PTE into the linux page table. | 639 | * set_pte stores a linux PTE into the linux page table. |
@@ -620,8 +651,8 @@ static inline void set_pte_at(struct mm_struct *mm, unsigned long addr, | |||
620 | } | 651 | } |
621 | 652 | ||
622 | /* | 653 | /* |
623 | * 2.6 calles this without flushing the TLB entry, this is wrong | 654 | * 2.6 calls this without flushing the TLB entry; this is wrong |
624 | * for our hash-based implementation, we fix that up here | 655 | * for our hash-based implementation, we fix that up here. |
625 | */ | 656 | */ |
626 | #define __HAVE_ARCH_PTEP_TEST_AND_CLEAR_YOUNG | 657 | #define __HAVE_ARCH_PTEP_TEST_AND_CLEAR_YOUNG |
627 | static inline int __ptep_test_and_clear_young(unsigned int context, unsigned long addr, pte_t *ptep) | 658 | static inline int __ptep_test_and_clear_young(unsigned int context, unsigned long addr, pte_t *ptep) |
@@ -652,6 +683,12 @@ static inline void ptep_set_wrprotect(struct mm_struct *mm, unsigned long addr, | |||
652 | { | 683 | { |
653 | pte_update(ptep, (_PAGE_RW | _PAGE_HWWRITE), 0); | 684 | pte_update(ptep, (_PAGE_RW | _PAGE_HWWRITE), 0); |
654 | } | 685 | } |
686 | static inline void huge_ptep_set_wrprotect(struct mm_struct *mm, | ||
687 | unsigned long addr, pte_t *ptep) | ||
688 | { | ||
689 | ptep_set_wrprotect(mm, addr, ptep); | ||
690 | } | ||
691 | |||
655 | 692 | ||
656 | #define __HAVE_ARCH_PTEP_SET_ACCESS_FLAGS | 693 | #define __HAVE_ARCH_PTEP_SET_ACCESS_FLAGS |
657 | static inline void __ptep_set_access_flags(pte_t *ptep, pte_t entry, int dirty) | 694 | static inline void __ptep_set_access_flags(pte_t *ptep, pte_t entry, int dirty) |
@@ -665,7 +702,7 @@ static inline void __ptep_set_access_flags(pte_t *ptep, pte_t entry, int dirty) | |||
665 | ({ \ | 702 | ({ \ |
666 | int __changed = !pte_same(*(__ptep), __entry); \ | 703 | int __changed = !pte_same(*(__ptep), __entry); \ |
667 | if (__changed) { \ | 704 | if (__changed) { \ |
668 | __ptep_set_access_flags(__ptep, __entry, __dirty); \ | 705 | __ptep_set_access_flags(__ptep, __entry, __dirty); \ |
669 | flush_tlb_page_nohash(__vma, __address); \ | 706 | flush_tlb_page_nohash(__vma, __address); \ |
670 | } \ | 707 | } \ |
671 | __changed; \ | 708 | __changed; \ |
diff --git a/include/asm-powerpc/pgtable-ppc64.h b/include/asm-powerpc/pgtable-ppc64.h index 7686569a0bef..ab98a9c80b28 100644 --- a/include/asm-powerpc/pgtable-ppc64.h +++ b/include/asm-powerpc/pgtable-ppc64.h | |||
@@ -91,9 +91,11 @@ | |||
91 | #define _PAGE_DIRTY 0x0080 /* C: page changed */ | 91 | #define _PAGE_DIRTY 0x0080 /* C: page changed */ |
92 | #define _PAGE_ACCESSED 0x0100 /* R: page referenced */ | 92 | #define _PAGE_ACCESSED 0x0100 /* R: page referenced */ |
93 | #define _PAGE_RW 0x0200 /* software: user write access allowed */ | 93 | #define _PAGE_RW 0x0200 /* software: user write access allowed */ |
94 | #define _PAGE_HASHPTE 0x0400 /* software: pte has an associated HPTE */ | ||
95 | #define _PAGE_BUSY 0x0800 /* software: PTE & hash are busy */ | 94 | #define _PAGE_BUSY 0x0800 /* software: PTE & hash are busy */ |
96 | 95 | ||
96 | /* Strong Access Ordering */ | ||
97 | #define _PAGE_SAO (_PAGE_WRITETHRU | _PAGE_NO_CACHE | _PAGE_COHERENT) | ||
98 | |||
97 | #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_COHERENT) | 99 | #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_COHERENT) |
98 | 100 | ||
99 | #define _PAGE_WRENABLE (_PAGE_RW | _PAGE_DIRTY) | 101 | #define _PAGE_WRENABLE (_PAGE_RW | _PAGE_DIRTY) |
diff --git a/include/asm-powerpc/ppc_asm.h b/include/asm-powerpc/ppc_asm.h index 2dbd4e7884fa..0966899d974b 100644 --- a/include/asm-powerpc/ppc_asm.h +++ b/include/asm-powerpc/ppc_asm.h | |||
@@ -6,6 +6,7 @@ | |||
6 | 6 | ||
7 | #include <linux/stringify.h> | 7 | #include <linux/stringify.h> |
8 | #include <asm/asm-compat.h> | 8 | #include <asm/asm-compat.h> |
9 | #include <asm/processor.h> | ||
9 | 10 | ||
10 | #ifndef __ASSEMBLY__ | 11 | #ifndef __ASSEMBLY__ |
11 | #error __FILE__ should only be used in assembler files | 12 | #error __FILE__ should only be used in assembler files |
@@ -73,6 +74,15 @@ END_FTR_SECTION_IFCLR(CPU_FTR_PURR); \ | |||
73 | REST_10GPRS(22, base) | 74 | REST_10GPRS(22, base) |
74 | #endif | 75 | #endif |
75 | 76 | ||
77 | /* | ||
78 | * Define what the VSX XX1 form instructions will look like, then add | ||
79 | * the 128 bit load store instructions based on that. | ||
80 | */ | ||
81 | #define VSX_XX1(xs, ra, rb) (((xs) & 0x1f) << 21 | ((ra) << 16) | \ | ||
82 | ((rb) << 11) | (((xs) >> 5))) | ||
83 | |||
84 | #define STXVD2X(xs, ra, rb) .long (0x7c000798 | VSX_XX1((xs), (ra), (rb))) | ||
85 | #define LXVD2X(xs, ra, rb) .long (0x7c000698 | VSX_XX1((xs), (ra), (rb))) | ||
76 | 86 | ||
77 | #define SAVE_2GPRS(n, base) SAVE_GPR(n, base); SAVE_GPR(n+1, base) | 87 | #define SAVE_2GPRS(n, base) SAVE_GPR(n, base); SAVE_GPR(n+1, base) |
78 | #define SAVE_4GPRS(n, base) SAVE_2GPRS(n, base); SAVE_2GPRS(n+2, base) | 88 | #define SAVE_4GPRS(n, base) SAVE_2GPRS(n, base); SAVE_2GPRS(n+2, base) |
@@ -83,13 +93,13 @@ END_FTR_SECTION_IFCLR(CPU_FTR_PURR); \ | |||
83 | #define REST_8GPRS(n, base) REST_4GPRS(n, base); REST_4GPRS(n+4, base) | 93 | #define REST_8GPRS(n, base) REST_4GPRS(n, base); REST_4GPRS(n+4, base) |
84 | #define REST_10GPRS(n, base) REST_8GPRS(n, base); REST_2GPRS(n+8, base) | 94 | #define REST_10GPRS(n, base) REST_8GPRS(n, base); REST_2GPRS(n+8, base) |
85 | 95 | ||
86 | #define SAVE_FPR(n, base) stfd n,THREAD_FPR0+8*(n)(base) | 96 | #define SAVE_FPR(n, base) stfd n,THREAD_FPR0+8*TS_FPRWIDTH*(n)(base) |
87 | #define SAVE_2FPRS(n, base) SAVE_FPR(n, base); SAVE_FPR(n+1, base) | 97 | #define SAVE_2FPRS(n, base) SAVE_FPR(n, base); SAVE_FPR(n+1, base) |
88 | #define SAVE_4FPRS(n, base) SAVE_2FPRS(n, base); SAVE_2FPRS(n+2, base) | 98 | #define SAVE_4FPRS(n, base) SAVE_2FPRS(n, base); SAVE_2FPRS(n+2, base) |
89 | #define SAVE_8FPRS(n, base) SAVE_4FPRS(n, base); SAVE_4FPRS(n+4, base) | 99 | #define SAVE_8FPRS(n, base) SAVE_4FPRS(n, base); SAVE_4FPRS(n+4, base) |
90 | #define SAVE_16FPRS(n, base) SAVE_8FPRS(n, base); SAVE_8FPRS(n+8, base) | 100 | #define SAVE_16FPRS(n, base) SAVE_8FPRS(n, base); SAVE_8FPRS(n+8, base) |
91 | #define SAVE_32FPRS(n, base) SAVE_16FPRS(n, base); SAVE_16FPRS(n+16, base) | 101 | #define SAVE_32FPRS(n, base) SAVE_16FPRS(n, base); SAVE_16FPRS(n+16, base) |
92 | #define REST_FPR(n, base) lfd n,THREAD_FPR0+8*(n)(base) | 102 | #define REST_FPR(n, base) lfd n,THREAD_FPR0+8*TS_FPRWIDTH*(n)(base) |
93 | #define REST_2FPRS(n, base) REST_FPR(n, base); REST_FPR(n+1, base) | 103 | #define REST_2FPRS(n, base) REST_FPR(n, base); REST_FPR(n+1, base) |
94 | #define REST_4FPRS(n, base) REST_2FPRS(n, base); REST_2FPRS(n+2, base) | 104 | #define REST_4FPRS(n, base) REST_2FPRS(n, base); REST_2FPRS(n+2, base) |
95 | #define REST_8FPRS(n, base) REST_4FPRS(n, base); REST_4FPRS(n+4, base) | 105 | #define REST_8FPRS(n, base) REST_4FPRS(n, base); REST_4FPRS(n+4, base) |
@@ -109,6 +119,33 @@ END_FTR_SECTION_IFCLR(CPU_FTR_PURR); \ | |||
109 | #define REST_16VRS(n,b,base) REST_8VRS(n,b,base); REST_8VRS(n+8,b,base) | 119 | #define REST_16VRS(n,b,base) REST_8VRS(n,b,base); REST_8VRS(n+8,b,base) |
110 | #define REST_32VRS(n,b,base) REST_16VRS(n,b,base); REST_16VRS(n+16,b,base) | 120 | #define REST_32VRS(n,b,base) REST_16VRS(n,b,base); REST_16VRS(n+16,b,base) |
111 | 121 | ||
122 | /* Save the lower 32 VSRs in the thread VSR region */ | ||
123 | #define SAVE_VSR(n,b,base) li b,THREAD_VSR0+(16*(n)); STXVD2X(n,b,base) | ||
124 | #define SAVE_2VSRS(n,b,base) SAVE_VSR(n,b,base); SAVE_VSR(n+1,b,base) | ||
125 | #define SAVE_4VSRS(n,b,base) SAVE_2VSRS(n,b,base); SAVE_2VSRS(n+2,b,base) | ||
126 | #define SAVE_8VSRS(n,b,base) SAVE_4VSRS(n,b,base); SAVE_4VSRS(n+4,b,base) | ||
127 | #define SAVE_16VSRS(n,b,base) SAVE_8VSRS(n,b,base); SAVE_8VSRS(n+8,b,base) | ||
128 | #define SAVE_32VSRS(n,b,base) SAVE_16VSRS(n,b,base); SAVE_16VSRS(n+16,b,base) | ||
129 | #define REST_VSR(n,b,base) li b,THREAD_VSR0+(16*(n)); LXVD2X(n,b,base) | ||
130 | #define REST_2VSRS(n,b,base) REST_VSR(n,b,base); REST_VSR(n+1,b,base) | ||
131 | #define REST_4VSRS(n,b,base) REST_2VSRS(n,b,base); REST_2VSRS(n+2,b,base) | ||
132 | #define REST_8VSRS(n,b,base) REST_4VSRS(n,b,base); REST_4VSRS(n+4,b,base) | ||
133 | #define REST_16VSRS(n,b,base) REST_8VSRS(n,b,base); REST_8VSRS(n+8,b,base) | ||
134 | #define REST_32VSRS(n,b,base) REST_16VSRS(n,b,base); REST_16VSRS(n+16,b,base) | ||
135 | /* Save the upper 32 VSRs (32-63) in the thread VSX region (0-31) */ | ||
136 | #define SAVE_VSRU(n,b,base) li b,THREAD_VR0+(16*(n)); STXVD2X(n+32,b,base) | ||
137 | #define SAVE_2VSRSU(n,b,base) SAVE_VSRU(n,b,base); SAVE_VSRU(n+1,b,base) | ||
138 | #define SAVE_4VSRSU(n,b,base) SAVE_2VSRSU(n,b,base); SAVE_2VSRSU(n+2,b,base) | ||
139 | #define SAVE_8VSRSU(n,b,base) SAVE_4VSRSU(n,b,base); SAVE_4VSRSU(n+4,b,base) | ||
140 | #define SAVE_16VSRSU(n,b,base) SAVE_8VSRSU(n,b,base); SAVE_8VSRSU(n+8,b,base) | ||
141 | #define SAVE_32VSRSU(n,b,base) SAVE_16VSRSU(n,b,base); SAVE_16VSRSU(n+16,b,base) | ||
142 | #define REST_VSRU(n,b,base) li b,THREAD_VR0+(16*(n)); LXVD2X(n+32,b,base) | ||
143 | #define REST_2VSRSU(n,b,base) REST_VSRU(n,b,base); REST_VSRU(n+1,b,base) | ||
144 | #define REST_4VSRSU(n,b,base) REST_2VSRSU(n,b,base); REST_2VSRSU(n+2,b,base) | ||
145 | #define REST_8VSRSU(n,b,base) REST_4VSRSU(n,b,base); REST_4VSRSU(n+4,b,base) | ||
146 | #define REST_16VSRSU(n,b,base) REST_8VSRSU(n,b,base); REST_8VSRSU(n+8,b,base) | ||
147 | #define REST_32VSRSU(n,b,base) REST_16VSRSU(n,b,base); REST_16VSRSU(n+16,b,base) | ||
148 | |||
112 | #define SAVE_EVR(n,s,base) evmergehi s,s,n; stw s,THREAD_EVR0+4*(n)(base) | 149 | #define SAVE_EVR(n,s,base) evmergehi s,s,n; stw s,THREAD_EVR0+4*(n)(base) |
113 | #define SAVE_2EVRS(n,s,base) SAVE_EVR(n,s,base); SAVE_EVR(n+1,s,base) | 150 | #define SAVE_2EVRS(n,s,base) SAVE_EVR(n,s,base); SAVE_EVR(n+1,s,base) |
114 | #define SAVE_4EVRS(n,s,base) SAVE_2EVRS(n,s,base); SAVE_2EVRS(n+2,s,base) | 151 | #define SAVE_4EVRS(n,s,base) SAVE_2EVRS(n,s,base); SAVE_2EVRS(n+2,s,base) |
@@ -356,6 +393,12 @@ END_FTR_SECTION_IFCLR(CPU_FTR_601) | |||
356 | #define toreal(rd) | 393 | #define toreal(rd) |
357 | #define fromreal(rd) | 394 | #define fromreal(rd) |
358 | 395 | ||
396 | /* | ||
397 | * We use addis to ensure compatibility with the "classic" ppc versions of | ||
398 | * these macros, which use rs = 0 to get the tophys offset in rd, rather than | ||
399 | * converting the address in r0, and so this version has to do that too | ||
400 | * (i.e. set register rd to 0 when rs == 0). | ||
401 | */ | ||
359 | #define tophys(rd,rs) \ | 402 | #define tophys(rd,rs) \ |
360 | addis rd,rs,0 | 403 | addis rd,rs,0 |
361 | 404 | ||
@@ -533,6 +576,73 @@ END_FTR_SECTION_IFCLR(CPU_FTR_601) | |||
533 | #define vr30 30 | 576 | #define vr30 30 |
534 | #define vr31 31 | 577 | #define vr31 31 |
535 | 578 | ||
579 | /* VSX Registers (VSRs) */ | ||
580 | |||
581 | #define vsr0 0 | ||
582 | #define vsr1 1 | ||
583 | #define vsr2 2 | ||
584 | #define vsr3 3 | ||
585 | #define vsr4 4 | ||
586 | #define vsr5 5 | ||
587 | #define vsr6 6 | ||
588 | #define vsr7 7 | ||
589 | #define vsr8 8 | ||
590 | #define vsr9 9 | ||
591 | #define vsr10 10 | ||
592 | #define vsr11 11 | ||
593 | #define vsr12 12 | ||
594 | #define vsr13 13 | ||
595 | #define vsr14 14 | ||
596 | #define vsr15 15 | ||
597 | #define vsr16 16 | ||
598 | #define vsr17 17 | ||
599 | #define vsr18 18 | ||
600 | #define vsr19 19 | ||
601 | #define vsr20 20 | ||
602 | #define vsr21 21 | ||
603 | #define vsr22 22 | ||
604 | #define vsr23 23 | ||
605 | #define vsr24 24 | ||
606 | #define vsr25 25 | ||
607 | #define vsr26 26 | ||
608 | #define vsr27 27 | ||
609 | #define vsr28 28 | ||
610 | #define vsr29 29 | ||
611 | #define vsr30 30 | ||
612 | #define vsr31 31 | ||
613 | #define vsr32 32 | ||
614 | #define vsr33 33 | ||
615 | #define vsr34 34 | ||
616 | #define vsr35 35 | ||
617 | #define vsr36 36 | ||
618 | #define vsr37 37 | ||
619 | #define vsr38 38 | ||
620 | #define vsr39 39 | ||
621 | #define vsr40 40 | ||
622 | #define vsr41 41 | ||
623 | #define vsr42 42 | ||
624 | #define vsr43 43 | ||
625 | #define vsr44 44 | ||
626 | #define vsr45 45 | ||
627 | #define vsr46 46 | ||
628 | #define vsr47 47 | ||
629 | #define vsr48 48 | ||
630 | #define vsr49 49 | ||
631 | #define vsr50 50 | ||
632 | #define vsr51 51 | ||
633 | #define vsr52 52 | ||
634 | #define vsr53 53 | ||
635 | #define vsr54 54 | ||
636 | #define vsr55 55 | ||
637 | #define vsr56 56 | ||
638 | #define vsr57 57 | ||
639 | #define vsr58 58 | ||
640 | #define vsr59 59 | ||
641 | #define vsr60 60 | ||
642 | #define vsr61 61 | ||
643 | #define vsr62 62 | ||
644 | #define vsr63 63 | ||
645 | |||
536 | /* SPE Registers (EVPRs) */ | 646 | /* SPE Registers (EVPRs) */ |
537 | 647 | ||
538 | #define evr0 0 | 648 | #define evr0 0 |
diff --git a/include/asm-powerpc/processor.h b/include/asm-powerpc/processor.h index cf83f2d7e2a5..101ed87f7d84 100644 --- a/include/asm-powerpc/processor.h +++ b/include/asm-powerpc/processor.h | |||
@@ -12,6 +12,12 @@ | |||
12 | 12 | ||
13 | #include <asm/reg.h> | 13 | #include <asm/reg.h> |
14 | 14 | ||
15 | #ifdef CONFIG_VSX | ||
16 | #define TS_FPRWIDTH 2 | ||
17 | #else | ||
18 | #define TS_FPRWIDTH 1 | ||
19 | #endif | ||
20 | |||
15 | #ifndef __ASSEMBLY__ | 21 | #ifndef __ASSEMBLY__ |
16 | #include <linux/compiler.h> | 22 | #include <linux/compiler.h> |
17 | #include <asm/ptrace.h> | 23 | #include <asm/ptrace.h> |
@@ -78,9 +84,14 @@ extern long kernel_thread(int (*fn)(void *), void *arg, unsigned long flags); | |||
78 | /* Lazy FPU handling on uni-processor */ | 84 | /* Lazy FPU handling on uni-processor */ |
79 | extern struct task_struct *last_task_used_math; | 85 | extern struct task_struct *last_task_used_math; |
80 | extern struct task_struct *last_task_used_altivec; | 86 | extern struct task_struct *last_task_used_altivec; |
87 | extern struct task_struct *last_task_used_vsx; | ||
81 | extern struct task_struct *last_task_used_spe; | 88 | extern struct task_struct *last_task_used_spe; |
82 | 89 | ||
83 | #ifdef CONFIG_PPC32 | 90 | #ifdef CONFIG_PPC32 |
91 | |||
92 | #if CONFIG_TASK_SIZE > CONFIG_KERNEL_START | ||
93 | #error User TASK_SIZE overlaps with KERNEL_START address | ||
94 | #endif | ||
84 | #define TASK_SIZE (CONFIG_TASK_SIZE) | 95 | #define TASK_SIZE (CONFIG_TASK_SIZE) |
85 | 96 | ||
86 | /* This decides where the kernel will search for a free chunk of vm | 97 | /* This decides where the kernel will search for a free chunk of vm |
@@ -136,6 +147,10 @@ typedef struct { | |||
136 | unsigned long seg; | 147 | unsigned long seg; |
137 | } mm_segment_t; | 148 | } mm_segment_t; |
138 | 149 | ||
150 | #define TS_FPROFFSET 0 | ||
151 | #define TS_VSRLOWOFFSET 1 | ||
152 | #define TS_FPR(i) fpr[i][TS_FPROFFSET] | ||
153 | |||
139 | struct thread_struct { | 154 | struct thread_struct { |
140 | unsigned long ksp; /* Kernel stack pointer */ | 155 | unsigned long ksp; /* Kernel stack pointer */ |
141 | unsigned long ksp_limit; /* if ksp <= ksp_limit stack overflow */ | 156 | unsigned long ksp_limit; /* if ksp <= ksp_limit stack overflow */ |
@@ -152,8 +167,9 @@ struct thread_struct { | |||
152 | unsigned long dbcr0; /* debug control register values */ | 167 | unsigned long dbcr0; /* debug control register values */ |
153 | unsigned long dbcr1; | 168 | unsigned long dbcr1; |
154 | #endif | 169 | #endif |
155 | double fpr[32]; /* Complete floating point set */ | 170 | /* FP and VSX 0-31 register set */ |
156 | struct { /* fpr ... fpscr must be contiguous */ | 171 | double fpr[32][TS_FPRWIDTH]; |
172 | struct { | ||
157 | 173 | ||
158 | unsigned int pad; | 174 | unsigned int pad; |
159 | unsigned int val; /* Floating point status */ | 175 | unsigned int val; /* Floating point status */ |
@@ -173,6 +189,10 @@ struct thread_struct { | |||
173 | unsigned long vrsave; | 189 | unsigned long vrsave; |
174 | int used_vr; /* set if process has used altivec */ | 190 | int used_vr; /* set if process has used altivec */ |
175 | #endif /* CONFIG_ALTIVEC */ | 191 | #endif /* CONFIG_ALTIVEC */ |
192 | #ifdef CONFIG_VSX | ||
193 | /* VSR status */ | ||
194 | int used_vsr; /* set if process has used altivec */ | ||
195 | #endif /* CONFIG_VSX */ | ||
176 | #ifdef CONFIG_SPE | 196 | #ifdef CONFIG_SPE |
177 | unsigned long evr[32]; /* upper 32-bits of SPE regs */ | 197 | unsigned long evr[32]; /* upper 32-bits of SPE regs */ |
178 | u64 acc; /* Accumulator */ | 198 | u64 acc; /* Accumulator */ |
@@ -202,7 +222,7 @@ struct thread_struct { | |||
202 | .ksp_limit = INIT_SP_LIMIT, \ | 222 | .ksp_limit = INIT_SP_LIMIT, \ |
203 | .regs = (struct pt_regs *)INIT_SP - 1, /* XXX bogus, I think */ \ | 223 | .regs = (struct pt_regs *)INIT_SP - 1, /* XXX bogus, I think */ \ |
204 | .fs = KERNEL_DS, \ | 224 | .fs = KERNEL_DS, \ |
205 | .fpr = {0}, \ | 225 | .fpr = {{0}}, \ |
206 | .fpscr = { .val = 0, }, \ | 226 | .fpscr = { .val = 0, }, \ |
207 | .fpexc_mode = 0, \ | 227 | .fpexc_mode = 0, \ |
208 | } | 228 | } |
@@ -214,6 +234,8 @@ struct thread_struct { | |||
214 | #define thread_saved_pc(tsk) \ | 234 | #define thread_saved_pc(tsk) \ |
215 | ((tsk)->thread.regs? (tsk)->thread.regs->nip: 0) | 235 | ((tsk)->thread.regs? (tsk)->thread.regs->nip: 0) |
216 | 236 | ||
237 | #define task_pt_regs(tsk) ((struct pt_regs *)(tsk)->thread.regs) | ||
238 | |||
217 | unsigned long get_wchan(struct task_struct *p); | 239 | unsigned long get_wchan(struct task_struct *p); |
218 | 240 | ||
219 | #define KSTK_EIP(tsk) ((tsk)->thread.regs? (tsk)->thread.regs->nip: 0) | 241 | #define KSTK_EIP(tsk) ((tsk)->thread.regs? (tsk)->thread.regs->nip: 0) |
diff --git a/include/asm-powerpc/prom.h b/include/asm-powerpc/prom.h index 78b7b0d494c0..eb3bd2e1c7f6 100644 --- a/include/asm-powerpc/prom.h +++ b/include/asm-powerpc/prom.h | |||
@@ -212,8 +212,16 @@ extern u64 of_translate_dma_address(struct device_node *dev, | |||
212 | */ | 212 | */ |
213 | extern const u32 *of_get_address(struct device_node *dev, int index, | 213 | extern const u32 *of_get_address(struct device_node *dev, int index, |
214 | u64 *size, unsigned int *flags); | 214 | u64 *size, unsigned int *flags); |
215 | #ifdef CONFIG_PCI | ||
215 | extern const u32 *of_get_pci_address(struct device_node *dev, int bar_no, | 216 | extern const u32 *of_get_pci_address(struct device_node *dev, int bar_no, |
216 | u64 *size, unsigned int *flags); | 217 | u64 *size, unsigned int *flags); |
218 | #else | ||
219 | static inline const u32 *of_get_pci_address(struct device_node *dev, | ||
220 | int bar_no, u64 *size, unsigned int *flags) | ||
221 | { | ||
222 | return NULL; | ||
223 | } | ||
224 | #endif /* CONFIG_PCI */ | ||
217 | 225 | ||
218 | /* Get an address as a resource. Note that if your address is | 226 | /* Get an address as a resource. Note that if your address is |
219 | * a PIO address, the conversion will fail if the physical address | 227 | * a PIO address, the conversion will fail if the physical address |
@@ -223,8 +231,16 @@ extern const u32 *of_get_pci_address(struct device_node *dev, int bar_no, | |||
223 | */ | 231 | */ |
224 | extern int of_address_to_resource(struct device_node *dev, int index, | 232 | extern int of_address_to_resource(struct device_node *dev, int index, |
225 | struct resource *r); | 233 | struct resource *r); |
234 | #ifdef CONFIG_PCI | ||
226 | extern int of_pci_address_to_resource(struct device_node *dev, int bar, | 235 | extern int of_pci_address_to_resource(struct device_node *dev, int bar, |
227 | struct resource *r); | 236 | struct resource *r); |
237 | #else | ||
238 | static inline int of_pci_address_to_resource(struct device_node *dev, int bar, | ||
239 | struct resource *r) | ||
240 | { | ||
241 | return -ENOSYS; | ||
242 | } | ||
243 | #endif /* CONFIG_PCI */ | ||
228 | 244 | ||
229 | /* Parse the ibm,dma-window property of an OF node into the busno, phys and | 245 | /* Parse the ibm,dma-window property of an OF node into the busno, phys and |
230 | * size parameters. | 246 | * size parameters. |
diff --git a/include/asm-powerpc/ptrace.h b/include/asm-powerpc/ptrace.h index 39023dde1cc4..3d6e31024e56 100644 --- a/include/asm-powerpc/ptrace.h +++ b/include/asm-powerpc/ptrace.h | |||
@@ -119,6 +119,7 @@ extern int ptrace_put_reg(struct task_struct *task, int regno, | |||
119 | #ifndef __powerpc64__ | 119 | #ifndef __powerpc64__ |
120 | #define IS_CRITICAL_EXC(regs) (((regs)->trap & 2) != 0) | 120 | #define IS_CRITICAL_EXC(regs) (((regs)->trap & 2) != 0) |
121 | #define IS_MCHECK_EXC(regs) (((regs)->trap & 4) != 0) | 121 | #define IS_MCHECK_EXC(regs) (((regs)->trap & 4) != 0) |
122 | #define IS_DEBUG_EXC(regs) (((regs)->trap & 8) != 0) | ||
122 | #endif /* ! __powerpc64__ */ | 123 | #endif /* ! __powerpc64__ */ |
123 | #define TRAP(regs) ((regs)->trap & ~0xF) | 124 | #define TRAP(regs) ((regs)->trap & ~0xF) |
124 | #ifdef __powerpc64__ | 125 | #ifdef __powerpc64__ |
@@ -223,6 +224,14 @@ extern void user_disable_single_step(struct task_struct *); | |||
223 | #define PT_VRSAVE_32 (PT_VR0 + 33*4) | 224 | #define PT_VRSAVE_32 (PT_VR0 + 33*4) |
224 | #endif | 225 | #endif |
225 | 226 | ||
227 | /* | ||
228 | * Only store first 32 VSRs here. The second 32 VSRs in VR0-31 | ||
229 | */ | ||
230 | #define PT_VSR0 150 /* each VSR reg occupies 2 slots in 64-bit */ | ||
231 | #define PT_VSR31 (PT_VSR0 + 2*31) | ||
232 | #ifdef __KERNEL__ | ||
233 | #define PT_VSR0_32 300 /* each VSR reg occupies 4 slots in 32-bit */ | ||
234 | #endif | ||
226 | #endif /* __powerpc64__ */ | 235 | #endif /* __powerpc64__ */ |
227 | 236 | ||
228 | /* | 237 | /* |
@@ -245,6 +254,10 @@ extern void user_disable_single_step(struct task_struct *); | |||
245 | #define PTRACE_GETEVRREGS 20 | 254 | #define PTRACE_GETEVRREGS 20 |
246 | #define PTRACE_SETEVRREGS 21 | 255 | #define PTRACE_SETEVRREGS 21 |
247 | 256 | ||
257 | /* Get the first 32 128bit VSX registers */ | ||
258 | #define PTRACE_GETVSRREGS 27 | ||
259 | #define PTRACE_SETVSRREGS 28 | ||
260 | |||
248 | /* | 261 | /* |
249 | * Get or set a debug register. The first 16 are DABR registers and the | 262 | * Get or set a debug register. The first 16 are DABR registers and the |
250 | * second 16 are IABR registers. | 263 | * second 16 are IABR registers. |
diff --git a/include/asm-powerpc/qe.h b/include/asm-powerpc/qe.h index c3be6e2e1490..edee15d269ea 100644 --- a/include/asm-powerpc/qe.h +++ b/include/asm-powerpc/qe.h | |||
@@ -16,6 +16,8 @@ | |||
16 | #define _ASM_POWERPC_QE_H | 16 | #define _ASM_POWERPC_QE_H |
17 | #ifdef __KERNEL__ | 17 | #ifdef __KERNEL__ |
18 | 18 | ||
19 | #include <linux/spinlock.h> | ||
20 | #include <asm/cpm.h> | ||
19 | #include <asm/immap_qe.h> | 21 | #include <asm/immap_qe.h> |
20 | 22 | ||
21 | #define QE_NUM_OF_SNUM 28 | 23 | #define QE_NUM_OF_SNUM 28 |
@@ -74,10 +76,38 @@ enum qe_clock { | |||
74 | QE_CLK_DUMMY | 76 | QE_CLK_DUMMY |
75 | }; | 77 | }; |
76 | 78 | ||
79 | static inline bool qe_clock_is_brg(enum qe_clock clk) | ||
80 | { | ||
81 | return clk >= QE_BRG1 && clk <= QE_BRG16; | ||
82 | } | ||
83 | |||
84 | extern spinlock_t cmxgcr_lock; | ||
85 | |||
77 | /* Export QE common operations */ | 86 | /* Export QE common operations */ |
78 | extern void qe_reset(void); | 87 | extern void __init qe_reset(void); |
88 | |||
89 | /* QE PIO */ | ||
90 | #define QE_PIO_PINS 32 | ||
91 | |||
92 | struct qe_pio_regs { | ||
93 | __be32 cpodr; /* Open drain register */ | ||
94 | __be32 cpdata; /* Data register */ | ||
95 | __be32 cpdir1; /* Direction register */ | ||
96 | __be32 cpdir2; /* Direction register */ | ||
97 | __be32 cppar1; /* Pin assignment register */ | ||
98 | __be32 cppar2; /* Pin assignment register */ | ||
99 | #ifdef CONFIG_PPC_85xx | ||
100 | u8 pad[8]; | ||
101 | #endif | ||
102 | }; | ||
103 | |||
79 | extern int par_io_init(struct device_node *np); | 104 | extern int par_io_init(struct device_node *np); |
80 | extern int par_io_of_config(struct device_node *np); | 105 | extern int par_io_of_config(struct device_node *np); |
106 | #define QE_PIO_DIR_IN 2 | ||
107 | #define QE_PIO_DIR_OUT 1 | ||
108 | extern void __par_io_config_pin(struct qe_pio_regs __iomem *par_io, u8 pin, | ||
109 | int dir, int open_drain, int assignment, | ||
110 | int has_irq); | ||
81 | extern int par_io_config_pin(u8 port, u8 pin, int dir, int open_drain, | 111 | extern int par_io_config_pin(u8 port, u8 pin, int dir, int open_drain, |
82 | int assignment, int has_irq); | 112 | int assignment, int has_irq); |
83 | extern int par_io_data_set(u8 port, u8 pin, u8 val); | 113 | extern int par_io_data_set(u8 port, u8 pin, u8 val); |
@@ -89,20 +119,13 @@ unsigned int qe_get_brg_clk(void); | |||
89 | int qe_setbrg(enum qe_clock brg, unsigned int rate, unsigned int multiplier); | 119 | int qe_setbrg(enum qe_clock brg, unsigned int rate, unsigned int multiplier); |
90 | int qe_get_snum(void); | 120 | int qe_get_snum(void); |
91 | void qe_put_snum(u8 snum); | 121 | void qe_put_snum(u8 snum); |
92 | unsigned long qe_muram_alloc(int size, int align); | 122 | /* we actually use cpm_muram implementation, define this for convenience */ |
93 | int qe_muram_free(unsigned long offset); | 123 | #define qe_muram_init cpm_muram_init |
94 | unsigned long qe_muram_alloc_fixed(unsigned long offset, int size); | 124 | #define qe_muram_alloc cpm_muram_alloc |
95 | void qe_muram_dump(void); | 125 | #define qe_muram_alloc_fixed cpm_muram_alloc_fixed |
96 | 126 | #define qe_muram_free cpm_muram_free | |
97 | static inline void __iomem *qe_muram_addr(unsigned long offset) | 127 | #define qe_muram_addr cpm_muram_addr |
98 | { | 128 | #define qe_muram_offset cpm_muram_offset |
99 | return (void __iomem *)&qe_immr->muram[offset]; | ||
100 | } | ||
101 | |||
102 | static inline unsigned long qe_muram_offset(void __iomem *addr) | ||
103 | { | ||
104 | return addr - (void __iomem *)qe_immr->muram; | ||
105 | } | ||
106 | 129 | ||
107 | /* Structure that defines QE firmware binary files. | 130 | /* Structure that defines QE firmware binary files. |
108 | * | 131 | * |
@@ -156,6 +179,9 @@ int qe_upload_firmware(const struct qe_firmware *firmware); | |||
156 | /* Obtain information on the uploaded firmware */ | 179 | /* Obtain information on the uploaded firmware */ |
157 | struct qe_firmware_info *qe_get_firmware_info(void); | 180 | struct qe_firmware_info *qe_get_firmware_info(void); |
158 | 181 | ||
182 | /* QE USB */ | ||
183 | int qe_usb_clock_set(enum qe_clock clk, int rate); | ||
184 | |||
159 | /* Buffer descriptors */ | 185 | /* Buffer descriptors */ |
160 | struct qe_bd { | 186 | struct qe_bd { |
161 | __be16 status; | 187 | __be16 status; |
@@ -166,20 +192,6 @@ struct qe_bd { | |||
166 | #define BD_STATUS_MASK 0xffff0000 | 192 | #define BD_STATUS_MASK 0xffff0000 |
167 | #define BD_LENGTH_MASK 0x0000ffff | 193 | #define BD_LENGTH_MASK 0x0000ffff |
168 | 194 | ||
169 | #define BD_SC_EMPTY 0x8000 /* Receive is empty */ | ||
170 | #define BD_SC_READY 0x8000 /* Transmit is ready */ | ||
171 | #define BD_SC_WRAP 0x2000 /* Last buffer descriptor */ | ||
172 | #define BD_SC_INTRPT 0x1000 /* Interrupt on change */ | ||
173 | #define BD_SC_LAST 0x0800 /* Last buffer in frame */ | ||
174 | #define BD_SC_CM 0x0200 /* Continous mode */ | ||
175 | #define BD_SC_ID 0x0100 /* Rec'd too many idles */ | ||
176 | #define BD_SC_P 0x0100 /* xmt preamble */ | ||
177 | #define BD_SC_BR 0x0020 /* Break received */ | ||
178 | #define BD_SC_FR 0x0010 /* Framing error */ | ||
179 | #define BD_SC_PR 0x0008 /* Parity error */ | ||
180 | #define BD_SC_OV 0x0002 /* Overrun */ | ||
181 | #define BD_SC_CD 0x0001 /* ?? */ | ||
182 | |||
183 | /* Alignment */ | 195 | /* Alignment */ |
184 | #define QE_INTR_TABLE_ALIGN 16 /* ??? */ | 196 | #define QE_INTR_TABLE_ALIGN 16 /* ??? */ |
185 | #define QE_ALIGNMENT_OF_BD 8 | 197 | #define QE_ALIGNMENT_OF_BD 8 |
@@ -254,6 +266,16 @@ enum comm_dir { | |||
254 | #define QE_CMXGCR_MII_ENET_MNG 0x00007000 | 266 | #define QE_CMXGCR_MII_ENET_MNG 0x00007000 |
255 | #define QE_CMXGCR_MII_ENET_MNG_SHIFT 12 | 267 | #define QE_CMXGCR_MII_ENET_MNG_SHIFT 12 |
256 | #define QE_CMXGCR_USBCS 0x0000000f | 268 | #define QE_CMXGCR_USBCS 0x0000000f |
269 | #define QE_CMXGCR_USBCS_CLK3 0x1 | ||
270 | #define QE_CMXGCR_USBCS_CLK5 0x2 | ||
271 | #define QE_CMXGCR_USBCS_CLK7 0x3 | ||
272 | #define QE_CMXGCR_USBCS_CLK9 0x4 | ||
273 | #define QE_CMXGCR_USBCS_CLK13 0x5 | ||
274 | #define QE_CMXGCR_USBCS_CLK17 0x6 | ||
275 | #define QE_CMXGCR_USBCS_CLK19 0x7 | ||
276 | #define QE_CMXGCR_USBCS_CLK21 0x8 | ||
277 | #define QE_CMXGCR_USBCS_BRG9 0x9 | ||
278 | #define QE_CMXGCR_USBCS_BRG10 0xa | ||
257 | 279 | ||
258 | /* QE CECR Commands. | 280 | /* QE CECR Commands. |
259 | */ | 281 | */ |
@@ -283,7 +305,7 @@ enum comm_dir { | |||
283 | #define QE_HPAC_START_TX 0x0000060b | 305 | #define QE_HPAC_START_TX 0x0000060b |
284 | #define QE_HPAC_START_RX 0x0000070b | 306 | #define QE_HPAC_START_RX 0x0000070b |
285 | #define QE_USB_STOP_TX 0x0000000a | 307 | #define QE_USB_STOP_TX 0x0000000a |
286 | #define QE_USB_RESTART_TX 0x0000000b | 308 | #define QE_USB_RESTART_TX 0x0000000c |
287 | #define QE_QMC_STOP_TX 0x0000000c | 309 | #define QE_QMC_STOP_TX 0x0000000c |
288 | #define QE_QMC_STOP_RX 0x0000000d | 310 | #define QE_QMC_STOP_RX 0x0000000d |
289 | #define QE_SS7_SU_FIL_RESET 0x0000000e | 311 | #define QE_SS7_SU_FIL_RESET 0x0000000e |
diff --git a/include/asm-powerpc/reg.h b/include/asm-powerpc/reg.h index edc0cfd7f6e2..bbccadfee0d6 100644 --- a/include/asm-powerpc/reg.h +++ b/include/asm-powerpc/reg.h | |||
@@ -30,6 +30,7 @@ | |||
30 | #define MSR_ISF_LG 61 /* Interrupt 64b mode valid on 630 */ | 30 | #define MSR_ISF_LG 61 /* Interrupt 64b mode valid on 630 */ |
31 | #define MSR_HV_LG 60 /* Hypervisor state */ | 31 | #define MSR_HV_LG 60 /* Hypervisor state */ |
32 | #define MSR_VEC_LG 25 /* Enable AltiVec */ | 32 | #define MSR_VEC_LG 25 /* Enable AltiVec */ |
33 | #define MSR_VSX_LG 23 /* Enable VSX */ | ||
33 | #define MSR_POW_LG 18 /* Enable Power Management */ | 34 | #define MSR_POW_LG 18 /* Enable Power Management */ |
34 | #define MSR_WE_LG 18 /* Wait State Enable */ | 35 | #define MSR_WE_LG 18 /* Wait State Enable */ |
35 | #define MSR_TGPR_LG 17 /* TLB Update registers in use */ | 36 | #define MSR_TGPR_LG 17 /* TLB Update registers in use */ |
@@ -71,6 +72,7 @@ | |||
71 | #endif | 72 | #endif |
72 | 73 | ||
73 | #define MSR_VEC __MASK(MSR_VEC_LG) /* Enable AltiVec */ | 74 | #define MSR_VEC __MASK(MSR_VEC_LG) /* Enable AltiVec */ |
75 | #define MSR_VSX __MASK(MSR_VSX_LG) /* Enable VSX */ | ||
74 | #define MSR_POW __MASK(MSR_POW_LG) /* Enable Power Management */ | 76 | #define MSR_POW __MASK(MSR_POW_LG) /* Enable Power Management */ |
75 | #define MSR_WE __MASK(MSR_WE_LG) /* Wait State Enable */ | 77 | #define MSR_WE __MASK(MSR_WE_LG) /* Wait State Enable */ |
76 | #define MSR_TGPR __MASK(MSR_TGPR_LG) /* TLB Update registers in use */ | 78 | #define MSR_TGPR __MASK(MSR_TGPR_LG) /* TLB Update registers in use */ |
@@ -240,7 +242,7 @@ | |||
240 | #define HID0_DAPUEN (1<<8) /* Debug APU enable */ | 242 | #define HID0_DAPUEN (1<<8) /* Debug APU enable */ |
241 | #define HID0_SGE (1<<7) /* Store Gathering Enable */ | 243 | #define HID0_SGE (1<<7) /* Store Gathering Enable */ |
242 | #define HID0_SIED (1<<7) /* Serial Instr. Execution [Disable] */ | 244 | #define HID0_SIED (1<<7) /* Serial Instr. Execution [Disable] */ |
243 | #define HID0_DFCA (1<<6) /* Data Cache Flush Assist */ | 245 | #define HID0_DCFA (1<<6) /* Data Cache Flush Assist */ |
244 | #define HID0_LRSTK (1<<4) /* Link register stack - 745x */ | 246 | #define HID0_LRSTK (1<<4) /* Link register stack - 745x */ |
245 | #define HID0_BTIC (1<<5) /* Branch Target Instr Cache Enable */ | 247 | #define HID0_BTIC (1<<5) /* Branch Target Instr Cache Enable */ |
246 | #define HID0_ABE (1<<3) /* Address Broadcast Enable */ | 248 | #define HID0_ABE (1<<3) /* Address Broadcast Enable */ |
@@ -732,6 +734,8 @@ | |||
732 | " .llong %1\n" \ | 734 | " .llong %1\n" \ |
733 | " .llong 97b-98b\n" \ | 735 | " .llong 97b-98b\n" \ |
734 | " .llong 99b-98b\n" \ | 736 | " .llong 99b-98b\n" \ |
737 | " .llong 0\n" \ | ||
738 | " .llong 0\n" \ | ||
735 | ".previous" \ | 739 | ".previous" \ |
736 | : "=r" (rval) : "i" (CPU_FTR_CELL_TB_BUG)); rval;}) | 740 | : "=r" (rval) : "i" (CPU_FTR_CELL_TB_BUG)); rval;}) |
737 | #else | 741 | #else |
diff --git a/include/asm-powerpc/reg_booke.h b/include/asm-powerpc/reg_booke.h index cf54a3f31753..be980f4ee495 100644 --- a/include/asm-powerpc/reg_booke.h +++ b/include/asm-powerpc/reg_booke.h | |||
@@ -61,6 +61,8 @@ | |||
61 | #define SPRN_SPEFSCR 0x200 /* SPE & Embedded FP Status & Control */ | 61 | #define SPRN_SPEFSCR 0x200 /* SPE & Embedded FP Status & Control */ |
62 | #define SPRN_BBEAR 0x201 /* Branch Buffer Entry Address Register */ | 62 | #define SPRN_BBEAR 0x201 /* Branch Buffer Entry Address Register */ |
63 | #define SPRN_BBTAR 0x202 /* Branch Buffer Target Address Register */ | 63 | #define SPRN_BBTAR 0x202 /* Branch Buffer Target Address Register */ |
64 | #define SPRN_L1CFG0 0x203 /* L1 Cache Configure Register 0 */ | ||
65 | #define SPRN_L1CFG1 0x204 /* L1 Cache Configure Register 1 */ | ||
64 | #define SPRN_ATB 0x20E /* Alternate Time Base */ | 66 | #define SPRN_ATB 0x20E /* Alternate Time Base */ |
65 | #define SPRN_ATBL 0x20E /* Alternate Time Base Lower */ | 67 | #define SPRN_ATBL 0x20E /* Alternate Time Base Lower */ |
66 | #define SPRN_ATBU 0x20F /* Alternate Time Base Upper */ | 68 | #define SPRN_ATBU 0x20F /* Alternate Time Base Upper */ |
@@ -78,6 +80,7 @@ | |||
78 | #define SPRN_DSRR1 0x23F /* Debug Save and Restore Register 1 */ | 80 | #define SPRN_DSRR1 0x23F /* Debug Save and Restore Register 1 */ |
79 | #define SPRN_SPRG8 0x25C /* Special Purpose Register General 8 */ | 81 | #define SPRN_SPRG8 0x25C /* Special Purpose Register General 8 */ |
80 | #define SPRN_SPRG9 0x25D /* Special Purpose Register General 9 */ | 82 | #define SPRN_SPRG9 0x25D /* Special Purpose Register General 9 */ |
83 | #define SPRN_L1CSR2 0x25E /* L1 Cache Control and Status Register 2 */ | ||
81 | #define SPRN_MAS0 0x270 /* MMU Assist Register 0 */ | 84 | #define SPRN_MAS0 0x270 /* MMU Assist Register 0 */ |
82 | #define SPRN_MAS1 0x271 /* MMU Assist Register 1 */ | 85 | #define SPRN_MAS1 0x271 /* MMU Assist Register 1 */ |
83 | #define SPRN_MAS2 0x272 /* MMU Assist Register 2 */ | 86 | #define SPRN_MAS2 0x272 /* MMU Assist Register 2 */ |
@@ -108,6 +111,8 @@ | |||
108 | #define SPRN_L1CSR1 0x3F3 /* L1 Cache Control and Status Register 1 */ | 111 | #define SPRN_L1CSR1 0x3F3 /* L1 Cache Control and Status Register 1 */ |
109 | #define SPRN_PIT 0x3DB /* Programmable Interval Timer */ | 112 | #define SPRN_PIT 0x3DB /* Programmable Interval Timer */ |
110 | #define SPRN_BUCSR 0x3F5 /* Branch Unit Control and Status */ | 113 | #define SPRN_BUCSR 0x3F5 /* Branch Unit Control and Status */ |
114 | #define SPRN_L2CSR0 0x3F9 /* L2 Data Cache Control and Status Register 0 */ | ||
115 | #define SPRN_L2CSR1 0x3FA /* L2 Data Cache Control and Status Register 1 */ | ||
111 | #define SPRN_DCCR 0x3FA /* Data Cache Cacheability Register */ | 116 | #define SPRN_DCCR 0x3FA /* Data Cache Cacheability Register */ |
112 | #define SPRN_ICCR 0x3FB /* Instruction Cache Cacheability Register */ | 117 | #define SPRN_ICCR 0x3FB /* Instruction Cache Cacheability Register */ |
113 | #define SPRN_SVR 0x3FF /* System Version Register */ | 118 | #define SPRN_SVR 0x3FF /* System Version Register */ |
@@ -210,6 +215,7 @@ | |||
210 | #ifdef CONFIG_BOOKE | 215 | #ifdef CONFIG_BOOKE |
211 | #define DBSR_IC 0x08000000 /* Instruction Completion */ | 216 | #define DBSR_IC 0x08000000 /* Instruction Completion */ |
212 | #define DBSR_BT 0x04000000 /* Branch Taken */ | 217 | #define DBSR_BT 0x04000000 /* Branch Taken */ |
218 | #define DBSR_IRPT 0x02000000 /* Exception Debug Event */ | ||
213 | #define DBSR_TIE 0x01000000 /* Trap Instruction Event */ | 219 | #define DBSR_TIE 0x01000000 /* Trap Instruction Event */ |
214 | #define DBSR_IAC1 0x00800000 /* Instr Address Compare 1 Event */ | 220 | #define DBSR_IAC1 0x00800000 /* Instr Address Compare 1 Event */ |
215 | #define DBSR_IAC2 0x00400000 /* Instr Address Compare 2 Event */ | 221 | #define DBSR_IAC2 0x00400000 /* Instr Address Compare 2 Event */ |
@@ -219,10 +225,14 @@ | |||
219 | #define DBSR_DAC1W 0x00040000 /* Data Addr Compare 1 Write Event */ | 225 | #define DBSR_DAC1W 0x00040000 /* Data Addr Compare 1 Write Event */ |
220 | #define DBSR_DAC2R 0x00020000 /* Data Addr Compare 2 Read Event */ | 226 | #define DBSR_DAC2R 0x00020000 /* Data Addr Compare 2 Read Event */ |
221 | #define DBSR_DAC2W 0x00010000 /* Data Addr Compare 2 Write Event */ | 227 | #define DBSR_DAC2W 0x00010000 /* Data Addr Compare 2 Write Event */ |
228 | #define DBSR_RET 0x00008000 /* Return Debug Event */ | ||
229 | #define DBSR_CIRPT 0x00000040 /* Critical Interrupt Taken Event */ | ||
230 | #define DBSR_CRET 0x00000020 /* Critical Return Debug Event */ | ||
222 | #endif | 231 | #endif |
223 | #ifdef CONFIG_40x | 232 | #ifdef CONFIG_40x |
224 | #define DBSR_IC 0x80000000 /* Instruction Completion */ | 233 | #define DBSR_IC 0x80000000 /* Instruction Completion */ |
225 | #define DBSR_BT 0x40000000 /* Branch taken */ | 234 | #define DBSR_BT 0x40000000 /* Branch taken */ |
235 | #define DBSR_IRPT 0x20000000 /* Exception Debug Event */ | ||
226 | #define DBSR_TIE 0x10000000 /* Trap Instruction debug Event */ | 236 | #define DBSR_TIE 0x10000000 /* Trap Instruction debug Event */ |
227 | #define DBSR_IAC1 0x04000000 /* Instruction Address Compare 1 Event */ | 237 | #define DBSR_IAC1 0x04000000 /* Instruction Address Compare 1 Event */ |
228 | #define DBSR_IAC2 0x02000000 /* Instruction Address Compare 2 Event */ | 238 | #define DBSR_IAC2 0x02000000 /* Instruction Address Compare 2 Event */ |
@@ -253,6 +263,7 @@ | |||
253 | #define ESR_BO 0x00020000 /* Byte Ordering */ | 263 | #define ESR_BO 0x00020000 /* Byte Ordering */ |
254 | 264 | ||
255 | /* Bit definitions related to the DBCR0. */ | 265 | /* Bit definitions related to the DBCR0. */ |
266 | #if defined(CONFIG_40x) | ||
256 | #define DBCR0_EDM 0x80000000 /* External Debug Mode */ | 267 | #define DBCR0_EDM 0x80000000 /* External Debug Mode */ |
257 | #define DBCR0_IDM 0x40000000 /* Internal Debug Mode */ | 268 | #define DBCR0_IDM 0x40000000 /* Internal Debug Mode */ |
258 | #define DBCR0_RST 0x30000000 /* all the bits in the RST field */ | 269 | #define DBCR0_RST 0x30000000 /* all the bits in the RST field */ |
@@ -261,20 +272,69 @@ | |||
261 | #define DBCR0_RST_CORE 0x10000000 /* Core Reset */ | 272 | #define DBCR0_RST_CORE 0x10000000 /* Core Reset */ |
262 | #define DBCR0_RST_NONE 0x00000000 /* No Reset */ | 273 | #define DBCR0_RST_NONE 0x00000000 /* No Reset */ |
263 | #define DBCR0_IC 0x08000000 /* Instruction Completion */ | 274 | #define DBCR0_IC 0x08000000 /* Instruction Completion */ |
275 | #define DBCR0_ICMP DBCR0_IC | ||
264 | #define DBCR0_BT 0x04000000 /* Branch Taken */ | 276 | #define DBCR0_BT 0x04000000 /* Branch Taken */ |
277 | #define DBCR0_BRT DBCR0_BT | ||
265 | #define DBCR0_EDE 0x02000000 /* Exception Debug Event */ | 278 | #define DBCR0_EDE 0x02000000 /* Exception Debug Event */ |
279 | #define DBCR0_IRPT DBCR0_EDE | ||
266 | #define DBCR0_TDE 0x01000000 /* TRAP Debug Event */ | 280 | #define DBCR0_TDE 0x01000000 /* TRAP Debug Event */ |
267 | #define DBCR0_IA1 0x00800000 /* Instr Addr compare 1 enable */ | 281 | #define DBCR0_IA1 0x00800000 /* Instr Addr compare 1 enable */ |
282 | #define DBCR0_IAC1 DBCR0_IA1 | ||
268 | #define DBCR0_IA2 0x00400000 /* Instr Addr compare 2 enable */ | 283 | #define DBCR0_IA2 0x00400000 /* Instr Addr compare 2 enable */ |
284 | #define DBCR0_IAC2 DBCR0_IA2 | ||
269 | #define DBCR0_IA12 0x00200000 /* Instr Addr 1-2 range enable */ | 285 | #define DBCR0_IA12 0x00200000 /* Instr Addr 1-2 range enable */ |
270 | #define DBCR0_IA12X 0x00100000 /* Instr Addr 1-2 range eXclusive */ | 286 | #define DBCR0_IA12X 0x00100000 /* Instr Addr 1-2 range eXclusive */ |
271 | #define DBCR0_IA3 0x00080000 /* Instr Addr compare 3 enable */ | 287 | #define DBCR0_IA3 0x00080000 /* Instr Addr compare 3 enable */ |
288 | #define DBCR0_IAC3 DBCR0_IA3 | ||
272 | #define DBCR0_IA4 0x00040000 /* Instr Addr compare 4 enable */ | 289 | #define DBCR0_IA4 0x00040000 /* Instr Addr compare 4 enable */ |
290 | #define DBCR0_IAC4 DBCR0_IA4 | ||
273 | #define DBCR0_IA34 0x00020000 /* Instr Addr 3-4 range Enable */ | 291 | #define DBCR0_IA34 0x00020000 /* Instr Addr 3-4 range Enable */ |
274 | #define DBCR0_IA34X 0x00010000 /* Instr Addr 3-4 range eXclusive */ | 292 | #define DBCR0_IA34X 0x00010000 /* Instr Addr 3-4 range eXclusive */ |
275 | #define DBCR0_IA12T 0x00008000 /* Instr Addr 1-2 range Toggle */ | 293 | #define DBCR0_IA12T 0x00008000 /* Instr Addr 1-2 range Toggle */ |
276 | #define DBCR0_IA34T 0x00004000 /* Instr Addr 3-4 range Toggle */ | 294 | #define DBCR0_IA34T 0x00004000 /* Instr Addr 3-4 range Toggle */ |
277 | #define DBCR0_FT 0x00000001 /* Freeze Timers on debug event */ | 295 | #define DBCR0_FT 0x00000001 /* Freeze Timers on debug event */ |
296 | #elif defined(CONFIG_BOOKE) | ||
297 | #define DBCR0_EDM 0x80000000 /* External Debug Mode */ | ||
298 | #define DBCR0_IDM 0x40000000 /* Internal Debug Mode */ | ||
299 | #define DBCR0_RST 0x30000000 /* all the bits in the RST field */ | ||
300 | /* DBCR0_RST_* is 44x specific and not followed in fsl booke */ | ||
301 | #define DBCR0_RST_SYSTEM 0x30000000 /* System Reset */ | ||
302 | #define DBCR0_RST_CHIP 0x20000000 /* Chip Reset */ | ||
303 | #define DBCR0_RST_CORE 0x10000000 /* Core Reset */ | ||
304 | #define DBCR0_RST_NONE 0x00000000 /* No Reset */ | ||
305 | #define DBCR0_ICMP 0x08000000 /* Instruction Completion */ | ||
306 | #define DBCR0_IC DBCR0_ICMP | ||
307 | #define DBCR0_BRT 0x04000000 /* Branch Taken */ | ||
308 | #define DBCR0_BT DBCR0_BRT | ||
309 | #define DBCR0_IRPT 0x02000000 /* Exception Debug Event */ | ||
310 | #define DBCR0_TDE 0x01000000 /* TRAP Debug Event */ | ||
311 | #define DBCR0_TIE DBCR0_TDE | ||
312 | #define DBCR0_IAC1 0x00800000 /* Instr Addr compare 1 enable */ | ||
313 | #define DBCR0_IAC2 0x00400000 /* Instr Addr compare 2 enable */ | ||
314 | #define DBCR0_IAC3 0x00200000 /* Instr Addr compare 3 enable */ | ||
315 | #define DBCR0_IAC4 0x00100000 /* Instr Addr compare 4 enable */ | ||
316 | #define DBCR0_DAC1R 0x00080000 /* DAC 1 Read enable */ | ||
317 | #define DBCR0_DAC1W 0x00040000 /* DAC 1 Write enable */ | ||
318 | #define DBCR0_DAC2R 0x00020000 /* DAC 2 Read enable */ | ||
319 | #define DBCR0_DAC2W 0x00010000 /* DAC 2 Write enable */ | ||
320 | #define DBCR0_RET 0x00008000 /* Return Debug Event */ | ||
321 | #define DBCR0_CIRPT 0x00000040 /* Critical Interrupt Taken Event */ | ||
322 | #define DBCR0_CRET 0x00000020 /* Critical Return Debug Event */ | ||
323 | #define DBCR0_FT 0x00000001 /* Freeze Timers on debug event */ | ||
324 | |||
325 | /* Bit definitions related to the DBCR1. */ | ||
326 | #define DBCR1_IAC12M 0x00800000 /* Instr Addr 1-2 range enable */ | ||
327 | #define DBCR1_IAC12MX 0x00C00000 /* Instr Addr 1-2 range eXclusive */ | ||
328 | #define DBCR1_IAC12AT 0x00010000 /* Instr Addr 1-2 range Toggle */ | ||
329 | #define DBCR1_IAC34M 0x00000080 /* Instr Addr 3-4 range enable */ | ||
330 | #define DBCR1_IAC34MX 0x000000C0 /* Instr Addr 3-4 range eXclusive */ | ||
331 | #define DBCR1_IAC34AT 0x00000001 /* Instr Addr 3-4 range Toggle */ | ||
332 | |||
333 | /* Bit definitions related to the DBCR2. */ | ||
334 | #define DBCR2_DAC12M 0x00800000 /* DAC 1-2 range enable */ | ||
335 | #define DBCR2_DAC12MX 0x00C00000 /* DAC 1-2 range eXclusive */ | ||
336 | #define DBCR2_DAC12A 0x00200000 /* DAC 1-2 Asynchronous */ | ||
337 | #endif | ||
278 | 338 | ||
279 | /* Bit definitions related to the TCR. */ | 339 | /* Bit definitions related to the TCR. */ |
280 | #define TCR_WP(x) (((x)&0x3)<<30) /* WDT Period */ | 340 | #define TCR_WP(x) (((x)&0x3)<<30) /* WDT Period */ |
@@ -336,6 +396,20 @@ | |||
336 | #define L1CSR1_ICFI 0x00000002 /* Instr Cache Flash Invalidate */ | 396 | #define L1CSR1_ICFI 0x00000002 /* Instr Cache Flash Invalidate */ |
337 | #define L1CSR1_ICE 0x00000001 /* Instr Cache Enable */ | 397 | #define L1CSR1_ICE 0x00000001 /* Instr Cache Enable */ |
338 | 398 | ||
399 | /* Bit definitions for L2CSR0. */ | ||
400 | #define L2CSR0_L2E 0x80000000 /* L2 Cache Enable */ | ||
401 | #define L2CSR0_L2PE 0x40000000 /* L2 Cache Parity/ECC Enable */ | ||
402 | #define L2CSR0_L2WP 0x1c000000 /* L2 I/D Way Partioning */ | ||
403 | #define L2CSR0_L2CM 0x03000000 /* L2 Cache Coherency Mode */ | ||
404 | #define L2CSR0_L2FI 0x00200000 /* L2 Cache Flash Invalidate */ | ||
405 | #define L2CSR0_L2IO 0x00100000 /* L2 Cache Instruction Only */ | ||
406 | #define L2CSR0_L2DO 0x00010000 /* L2 Cache Data Only */ | ||
407 | #define L2CSR0_L2REP 0x00003000 /* L2 Line Replacement Algo */ | ||
408 | #define L2CSR0_L2FL 0x00000800 /* L2 Cache Flush */ | ||
409 | #define L2CSR0_L2LFC 0x00000400 /* L2 Cache Lock Flash Clear */ | ||
410 | #define L2CSR0_L2LOA 0x00000080 /* L2 Cache Lock Overflow Allocate */ | ||
411 | #define L2CSR0_L2LO 0x00000020 /* L2 Cache Lock Overflow */ | ||
412 | |||
339 | /* Bit definitions for SGR. */ | 413 | /* Bit definitions for SGR. */ |
340 | #define SGR_NORMAL 0 /* Speculative fetching allowed. */ | 414 | #define SGR_NORMAL 0 /* Speculative fetching allowed. */ |
341 | #define SGR_GUARDED 1 /* Speculative fetching disallowed. */ | 415 | #define SGR_GUARDED 1 /* Speculative fetching disallowed. */ |
diff --git a/include/asm-powerpc/sigcontext.h b/include/asm-powerpc/sigcontext.h index 165d630e1cf3..9c1f24fd5d11 100644 --- a/include/asm-powerpc/sigcontext.h +++ b/include/asm-powerpc/sigcontext.h | |||
@@ -43,9 +43,44 @@ struct sigcontext { | |||
43 | * it must be copied via a vector register to/from storage) or as a word. | 43 | * it must be copied via a vector register to/from storage) or as a word. |
44 | * The entry with index 33 contains the vrsave as the first word (offset 0) | 44 | * The entry with index 33 contains the vrsave as the first word (offset 0) |
45 | * within the quadword. | 45 | * within the quadword. |
46 | * | ||
47 | * Part of the VSX data is stored here also by extending vmx_restore | ||
48 | * by an additional 32 double words. Architecturally the layout of | ||
49 | * the VSR registers and how they overlap on top of the legacy FPR and | ||
50 | * VR registers is shown below: | ||
51 | * | ||
52 | * VSR doubleword 0 VSR doubleword 1 | ||
53 | * ---------------------------------------------------------------- | ||
54 | * VSR[0] | FPR[0] | | | ||
55 | * ---------------------------------------------------------------- | ||
56 | * VSR[1] | FPR[1] | | | ||
57 | * ---------------------------------------------------------------- | ||
58 | * | ... | | | ||
59 | * | ... | | | ||
60 | * ---------------------------------------------------------------- | ||
61 | * VSR[30] | FPR[30] | | | ||
62 | * ---------------------------------------------------------------- | ||
63 | * VSR[31] | FPR[31] | | | ||
64 | * ---------------------------------------------------------------- | ||
65 | * VSR[32] | VR[0] | | ||
66 | * ---------------------------------------------------------------- | ||
67 | * VSR[33] | VR[1] | | ||
68 | * ---------------------------------------------------------------- | ||
69 | * | ... | | ||
70 | * | ... | | ||
71 | * ---------------------------------------------------------------- | ||
72 | * VSR[62] | VR[30] | | ||
73 | * ---------------------------------------------------------------- | ||
74 | * VSR[63] | VR[31] | | ||
75 | * ---------------------------------------------------------------- | ||
76 | * | ||
77 | * FPR/VSR 0-31 doubleword 0 is stored in fp_regs, and VMX/VSR 32-63 | ||
78 | * is stored at the start of vmx_reserve. vmx_reserve is extended for | ||
79 | * backwards compatility to store VSR 0-31 doubleword 1 after the VMX | ||
80 | * registers and vscr/vrsave. | ||
46 | */ | 81 | */ |
47 | elf_vrreg_t __user *v_regs; | 82 | elf_vrreg_t __user *v_regs; |
48 | long vmx_reserve[ELF_NVRREG+ELF_NVRREG+1]; | 83 | long vmx_reserve[ELF_NVRREG+ELF_NVRREG+32+1]; |
49 | #endif | 84 | #endif |
50 | }; | 85 | }; |
51 | 86 | ||
diff --git a/include/asm-powerpc/smp.h b/include/asm-powerpc/smp.h index c663a1fa77c5..416d4c288cea 100644 --- a/include/asm-powerpc/smp.h +++ b/include/asm-powerpc/smp.h | |||
@@ -37,6 +37,8 @@ extern void cpu_die(void); | |||
37 | extern void smp_send_debugger_break(int cpu); | 37 | extern void smp_send_debugger_break(int cpu); |
38 | extern void smp_message_recv(int); | 38 | extern void smp_message_recv(int); |
39 | 39 | ||
40 | DECLARE_PER_CPU(unsigned int, pvr); | ||
41 | |||
40 | #ifdef CONFIG_HOTPLUG_CPU | 42 | #ifdef CONFIG_HOTPLUG_CPU |
41 | extern void fixup_irqs(cpumask_t map); | 43 | extern void fixup_irqs(cpumask_t map); |
42 | int generic_cpu_disable(void); | 44 | int generic_cpu_disable(void); |
diff --git a/include/asm-powerpc/sparsemem.h b/include/asm-powerpc/sparsemem.h index 9aea8e9f0bd1..54a47ea2c3aa 100644 --- a/include/asm-powerpc/sparsemem.h +++ b/include/asm-powerpc/sparsemem.h | |||
@@ -13,6 +13,8 @@ | |||
13 | #define MAX_PHYSADDR_BITS 44 | 13 | #define MAX_PHYSADDR_BITS 44 |
14 | #define MAX_PHYSMEM_BITS 44 | 14 | #define MAX_PHYSMEM_BITS 44 |
15 | 15 | ||
16 | #endif /* CONFIG_SPARSEMEM */ | ||
17 | |||
16 | #ifdef CONFIG_MEMORY_HOTPLUG | 18 | #ifdef CONFIG_MEMORY_HOTPLUG |
17 | extern void create_section_mapping(unsigned long start, unsigned long end); | 19 | extern void create_section_mapping(unsigned long start, unsigned long end); |
18 | extern int remove_section_mapping(unsigned long start, unsigned long end); | 20 | extern int remove_section_mapping(unsigned long start, unsigned long end); |
@@ -26,7 +28,5 @@ static inline int hot_add_scn_to_nid(unsigned long scn_addr) | |||
26 | #endif /* CONFIG_NUMA */ | 28 | #endif /* CONFIG_NUMA */ |
27 | #endif /* CONFIG_MEMORY_HOTPLUG */ | 29 | #endif /* CONFIG_MEMORY_HOTPLUG */ |
28 | 30 | ||
29 | #endif /* CONFIG_SPARSEMEM */ | ||
30 | |||
31 | #endif /* __KERNEL__ */ | 31 | #endif /* __KERNEL__ */ |
32 | #endif /* _ASM_POWERPC_SPARSEMEM_H */ | 32 | #endif /* _ASM_POWERPC_SPARSEMEM_H */ |
diff --git a/include/asm-powerpc/spinlock.h b/include/asm-powerpc/spinlock.h index 258c93993190..f56a843f4705 100644 --- a/include/asm-powerpc/spinlock.h +++ b/include/asm-powerpc/spinlock.h | |||
@@ -54,7 +54,7 @@ | |||
54 | * This returns the old value in the lock, so we succeeded | 54 | * This returns the old value in the lock, so we succeeded |
55 | * in getting the lock if the return value is 0. | 55 | * in getting the lock if the return value is 0. |
56 | */ | 56 | */ |
57 | static __inline__ unsigned long __spin_trylock(raw_spinlock_t *lock) | 57 | static inline unsigned long __spin_trylock(raw_spinlock_t *lock) |
58 | { | 58 | { |
59 | unsigned long tmp, token; | 59 | unsigned long tmp, token; |
60 | 60 | ||
@@ -73,7 +73,7 @@ static __inline__ unsigned long __spin_trylock(raw_spinlock_t *lock) | |||
73 | return tmp; | 73 | return tmp; |
74 | } | 74 | } |
75 | 75 | ||
76 | static int __inline__ __raw_spin_trylock(raw_spinlock_t *lock) | 76 | static inline int __raw_spin_trylock(raw_spinlock_t *lock) |
77 | { | 77 | { |
78 | CLEAR_IO_SYNC; | 78 | CLEAR_IO_SYNC; |
79 | return __spin_trylock(lock) == 0; | 79 | return __spin_trylock(lock) == 0; |
@@ -104,7 +104,7 @@ extern void __rw_yield(raw_rwlock_t *lock); | |||
104 | #define SHARED_PROCESSOR 0 | 104 | #define SHARED_PROCESSOR 0 |
105 | #endif | 105 | #endif |
106 | 106 | ||
107 | static void __inline__ __raw_spin_lock(raw_spinlock_t *lock) | 107 | static inline void __raw_spin_lock(raw_spinlock_t *lock) |
108 | { | 108 | { |
109 | CLEAR_IO_SYNC; | 109 | CLEAR_IO_SYNC; |
110 | while (1) { | 110 | while (1) { |
@@ -119,7 +119,8 @@ static void __inline__ __raw_spin_lock(raw_spinlock_t *lock) | |||
119 | } | 119 | } |
120 | } | 120 | } |
121 | 121 | ||
122 | static void __inline__ __raw_spin_lock_flags(raw_spinlock_t *lock, unsigned long flags) | 122 | static inline |
123 | void __raw_spin_lock_flags(raw_spinlock_t *lock, unsigned long flags) | ||
123 | { | 124 | { |
124 | unsigned long flags_dis; | 125 | unsigned long flags_dis; |
125 | 126 | ||
@@ -139,7 +140,7 @@ static void __inline__ __raw_spin_lock_flags(raw_spinlock_t *lock, unsigned long | |||
139 | } | 140 | } |
140 | } | 141 | } |
141 | 142 | ||
142 | static __inline__ void __raw_spin_unlock(raw_spinlock_t *lock) | 143 | static inline void __raw_spin_unlock(raw_spinlock_t *lock) |
143 | { | 144 | { |
144 | SYNC_IO; | 145 | SYNC_IO; |
145 | __asm__ __volatile__("# __raw_spin_unlock\n\t" | 146 | __asm__ __volatile__("# __raw_spin_unlock\n\t" |
@@ -180,7 +181,7 @@ extern void __raw_spin_unlock_wait(raw_spinlock_t *lock); | |||
180 | * This returns the old value in the lock + 1, | 181 | * This returns the old value in the lock + 1, |
181 | * so we got a read lock if the return value is > 0. | 182 | * so we got a read lock if the return value is > 0. |
182 | */ | 183 | */ |
183 | static long __inline__ __read_trylock(raw_rwlock_t *rw) | 184 | static inline long __read_trylock(raw_rwlock_t *rw) |
184 | { | 185 | { |
185 | long tmp; | 186 | long tmp; |
186 | 187 | ||
@@ -204,7 +205,7 @@ static long __inline__ __read_trylock(raw_rwlock_t *rw) | |||
204 | * This returns the old value in the lock, | 205 | * This returns the old value in the lock, |
205 | * so we got the write lock if the return value is 0. | 206 | * so we got the write lock if the return value is 0. |
206 | */ | 207 | */ |
207 | static __inline__ long __write_trylock(raw_rwlock_t *rw) | 208 | static inline long __write_trylock(raw_rwlock_t *rw) |
208 | { | 209 | { |
209 | long tmp, token; | 210 | long tmp, token; |
210 | 211 | ||
@@ -224,7 +225,7 @@ static __inline__ long __write_trylock(raw_rwlock_t *rw) | |||
224 | return tmp; | 225 | return tmp; |
225 | } | 226 | } |
226 | 227 | ||
227 | static void __inline__ __raw_read_lock(raw_rwlock_t *rw) | 228 | static inline void __raw_read_lock(raw_rwlock_t *rw) |
228 | { | 229 | { |
229 | while (1) { | 230 | while (1) { |
230 | if (likely(__read_trylock(rw) > 0)) | 231 | if (likely(__read_trylock(rw) > 0)) |
@@ -238,7 +239,7 @@ static void __inline__ __raw_read_lock(raw_rwlock_t *rw) | |||
238 | } | 239 | } |
239 | } | 240 | } |
240 | 241 | ||
241 | static void __inline__ __raw_write_lock(raw_rwlock_t *rw) | 242 | static inline void __raw_write_lock(raw_rwlock_t *rw) |
242 | { | 243 | { |
243 | while (1) { | 244 | while (1) { |
244 | if (likely(__write_trylock(rw) == 0)) | 245 | if (likely(__write_trylock(rw) == 0)) |
@@ -252,17 +253,17 @@ static void __inline__ __raw_write_lock(raw_rwlock_t *rw) | |||
252 | } | 253 | } |
253 | } | 254 | } |
254 | 255 | ||
255 | static int __inline__ __raw_read_trylock(raw_rwlock_t *rw) | 256 | static inline int __raw_read_trylock(raw_rwlock_t *rw) |
256 | { | 257 | { |
257 | return __read_trylock(rw) > 0; | 258 | return __read_trylock(rw) > 0; |
258 | } | 259 | } |
259 | 260 | ||
260 | static int __inline__ __raw_write_trylock(raw_rwlock_t *rw) | 261 | static inline int __raw_write_trylock(raw_rwlock_t *rw) |
261 | { | 262 | { |
262 | return __write_trylock(rw) == 0; | 263 | return __write_trylock(rw) == 0; |
263 | } | 264 | } |
264 | 265 | ||
265 | static void __inline__ __raw_read_unlock(raw_rwlock_t *rw) | 266 | static inline void __raw_read_unlock(raw_rwlock_t *rw) |
266 | { | 267 | { |
267 | long tmp; | 268 | long tmp; |
268 | 269 | ||
@@ -279,7 +280,7 @@ static void __inline__ __raw_read_unlock(raw_rwlock_t *rw) | |||
279 | : "cr0", "memory"); | 280 | : "cr0", "memory"); |
280 | } | 281 | } |
281 | 282 | ||
282 | static __inline__ void __raw_write_unlock(raw_rwlock_t *rw) | 283 | static inline void __raw_write_unlock(raw_rwlock_t *rw) |
283 | { | 284 | { |
284 | __asm__ __volatile__("# write_unlock\n\t" | 285 | __asm__ __volatile__("# write_unlock\n\t" |
285 | LWSYNC_ON_SMP: : :"memory"); | 286 | LWSYNC_ON_SMP: : :"memory"); |
diff --git a/include/asm-powerpc/spu.h b/include/asm-powerpc/spu.h index 99348c1f4cab..8b2eb044270a 100644 --- a/include/asm-powerpc/spu.h +++ b/include/asm-powerpc/spu.h | |||
@@ -191,6 +191,7 @@ struct cbe_spu_info { | |||
191 | struct list_head spus; | 191 | struct list_head spus; |
192 | int n_spus; | 192 | int n_spus; |
193 | int nr_active; | 193 | int nr_active; |
194 | atomic_t busy_spus; | ||
194 | atomic_t reserved_spus; | 195 | atomic_t reserved_spus; |
195 | }; | 196 | }; |
196 | 197 | ||
diff --git a/include/asm-powerpc/synch.h b/include/asm-powerpc/synch.h index 2cda3c38a9fa..45963e80f557 100644 --- a/include/asm-powerpc/synch.h +++ b/include/asm-powerpc/synch.h | |||
@@ -3,34 +3,42 @@ | |||
3 | #ifdef __KERNEL__ | 3 | #ifdef __KERNEL__ |
4 | 4 | ||
5 | #include <linux/stringify.h> | 5 | #include <linux/stringify.h> |
6 | #include <asm/feature-fixups.h> | ||
6 | 7 | ||
7 | #ifdef __powerpc64__ | 8 | #ifndef __ASSEMBLY__ |
8 | #define __SUBARCH_HAS_LWSYNC | 9 | extern unsigned int __start___lwsync_fixup, __stop___lwsync_fixup; |
9 | #endif | 10 | extern void do_lwsync_fixups(unsigned long value, void *fixup_start, |
11 | void *fixup_end); | ||
12 | |||
13 | static inline void eieio(void) | ||
14 | { | ||
15 | __asm__ __volatile__ ("eieio" : : : "memory"); | ||
16 | } | ||
17 | |||
18 | static inline void isync(void) | ||
19 | { | ||
20 | __asm__ __volatile__ ("isync" : : : "memory"); | ||
21 | } | ||
22 | #endif /* __ASSEMBLY__ */ | ||
10 | 23 | ||
11 | #ifdef __SUBARCH_HAS_LWSYNC | 24 | #if defined(__powerpc64__) |
12 | # define LWSYNC lwsync | 25 | # define LWSYNC lwsync |
26 | #elif defined(CONFIG_E500) | ||
27 | # define LWSYNC \ | ||
28 | START_LWSYNC_SECTION(96); \ | ||
29 | sync; \ | ||
30 | MAKE_LWSYNC_SECTION_ENTRY(96, __lwsync_fixup); | ||
13 | #else | 31 | #else |
14 | # define LWSYNC sync | 32 | # define LWSYNC sync |
15 | #endif | 33 | #endif |
16 | 34 | ||
17 | #ifdef CONFIG_SMP | 35 | #ifdef CONFIG_SMP |
18 | #define ISYNC_ON_SMP "\n\tisync\n" | 36 | #define ISYNC_ON_SMP "\n\tisync\n" |
19 | #define LWSYNC_ON_SMP __stringify(LWSYNC) "\n" | 37 | #define LWSYNC_ON_SMP stringify_in_c(LWSYNC) "\n" |
20 | #else | 38 | #else |
21 | #define ISYNC_ON_SMP | 39 | #define ISYNC_ON_SMP |
22 | #define LWSYNC_ON_SMP | 40 | #define LWSYNC_ON_SMP |
23 | #endif | 41 | #endif |
24 | 42 | ||
25 | static inline void eieio(void) | ||
26 | { | ||
27 | __asm__ __volatile__ ("eieio" : : : "memory"); | ||
28 | } | ||
29 | |||
30 | static inline void isync(void) | ||
31 | { | ||
32 | __asm__ __volatile__ ("isync" : : : "memory"); | ||
33 | } | ||
34 | |||
35 | #endif /* __KERNEL__ */ | 43 | #endif /* __KERNEL__ */ |
36 | #endif /* _ASM_POWERPC_SYNCH_H */ | 44 | #endif /* _ASM_POWERPC_SYNCH_H */ |
diff --git a/include/asm-powerpc/system.h b/include/asm-powerpc/system.h index 5235f875b932..e6e25e2364eb 100644 --- a/include/asm-powerpc/system.h +++ b/include/asm-powerpc/system.h | |||
@@ -30,8 +30,8 @@ | |||
30 | * | 30 | * |
31 | * For wmb(), we use sync since wmb is used in drivers to order | 31 | * For wmb(), we use sync since wmb is used in drivers to order |
32 | * stores to system memory with respect to writes to the device. | 32 | * stores to system memory with respect to writes to the device. |
33 | * However, smp_wmb() can be a lighter-weight eieio barrier on | 33 | * However, smp_wmb() can be a lighter-weight lwsync or eieio barrier |
34 | * SMP since it is only used to order updates to system memory. | 34 | * on SMP since it is only used to order updates to system memory. |
35 | */ | 35 | */ |
36 | #define mb() __asm__ __volatile__ ("sync" : : : "memory") | 36 | #define mb() __asm__ __volatile__ ("sync" : : : "memory") |
37 | #define rmb() __asm__ __volatile__ ("sync" : : : "memory") | 37 | #define rmb() __asm__ __volatile__ ("sync" : : : "memory") |
@@ -43,9 +43,16 @@ | |||
43 | #ifdef __KERNEL__ | 43 | #ifdef __KERNEL__ |
44 | #define AT_VECTOR_SIZE_ARCH 6 /* entries in ARCH_DLINFO */ | 44 | #define AT_VECTOR_SIZE_ARCH 6 /* entries in ARCH_DLINFO */ |
45 | #ifdef CONFIG_SMP | 45 | #ifdef CONFIG_SMP |
46 | |||
47 | #ifdef __SUBARCH_HAS_LWSYNC | ||
48 | # define SMPWMB lwsync | ||
49 | #else | ||
50 | # define SMPWMB eieio | ||
51 | #endif | ||
52 | |||
46 | #define smp_mb() mb() | 53 | #define smp_mb() mb() |
47 | #define smp_rmb() rmb() | 54 | #define smp_rmb() rmb() |
48 | #define smp_wmb() eieio() | 55 | #define smp_wmb() __asm__ __volatile__ (__stringify(SMPWMB) : : :"memory") |
49 | #define smp_read_barrier_depends() read_barrier_depends() | 56 | #define smp_read_barrier_depends() read_barrier_depends() |
50 | #else | 57 | #else |
51 | #define smp_mb() barrier() | 58 | #define smp_mb() barrier() |
@@ -132,6 +139,8 @@ extern void enable_kernel_altivec(void); | |||
132 | extern void giveup_altivec(struct task_struct *); | 139 | extern void giveup_altivec(struct task_struct *); |
133 | extern void load_up_altivec(struct task_struct *); | 140 | extern void load_up_altivec(struct task_struct *); |
134 | extern int emulate_altivec(struct pt_regs *); | 141 | extern int emulate_altivec(struct pt_regs *); |
142 | extern void __giveup_vsx(struct task_struct *); | ||
143 | extern void giveup_vsx(struct task_struct *); | ||
135 | extern void enable_kernel_spe(void); | 144 | extern void enable_kernel_spe(void); |
136 | extern void giveup_spe(struct task_struct *); | 145 | extern void giveup_spe(struct task_struct *); |
137 | extern void load_up_spe(struct task_struct *); | 146 | extern void load_up_spe(struct task_struct *); |
@@ -155,6 +164,14 @@ static inline void flush_altivec_to_thread(struct task_struct *t) | |||
155 | } | 164 | } |
156 | #endif | 165 | #endif |
157 | 166 | ||
167 | #ifdef CONFIG_VSX | ||
168 | extern void flush_vsx_to_thread(struct task_struct *); | ||
169 | #else | ||
170 | static inline void flush_vsx_to_thread(struct task_struct *t) | ||
171 | { | ||
172 | } | ||
173 | #endif | ||
174 | |||
158 | #ifdef CONFIG_SPE | 175 | #ifdef CONFIG_SPE |
159 | extern void flush_spe_to_thread(struct task_struct *); | 176 | extern void flush_spe_to_thread(struct task_struct *); |
160 | #else | 177 | #else |
@@ -190,6 +207,7 @@ extern struct task_struct *_switch(struct thread_struct *prev, | |||
190 | 207 | ||
191 | extern unsigned int rtas_data; | 208 | extern unsigned int rtas_data; |
192 | extern int mem_init_done; /* set on boot once kmalloc can be called */ | 209 | extern int mem_init_done; /* set on boot once kmalloc can be called */ |
210 | extern int init_bootmem_done; /* set on !NUMA once bootmem is available */ | ||
193 | extern unsigned long memory_limit; | 211 | extern unsigned long memory_limit; |
194 | extern unsigned long klimit; | 212 | extern unsigned long klimit; |
195 | 213 | ||
@@ -518,54 +536,6 @@ extern void reloc_got2(unsigned long); | |||
518 | 536 | ||
519 | #define PTRRELOC(x) ((typeof(x)) add_reloc_offset((unsigned long)(x))) | 537 | #define PTRRELOC(x) ((typeof(x)) add_reloc_offset((unsigned long)(x))) |
520 | 538 | ||
521 | static inline void create_instruction(unsigned long addr, unsigned int instr) | ||
522 | { | ||
523 | unsigned int *p; | ||
524 | p = (unsigned int *)addr; | ||
525 | *p = instr; | ||
526 | asm ("dcbst 0, %0; sync; icbi 0,%0; sync; isync" : : "r" (p)); | ||
527 | } | ||
528 | |||
529 | /* Flags for create_branch: | ||
530 | * "b" == create_branch(addr, target, 0); | ||
531 | * "ba" == create_branch(addr, target, BRANCH_ABSOLUTE); | ||
532 | * "bl" == create_branch(addr, target, BRANCH_SET_LINK); | ||
533 | * "bla" == create_branch(addr, target, BRANCH_ABSOLUTE | BRANCH_SET_LINK); | ||
534 | */ | ||
535 | #define BRANCH_SET_LINK 0x1 | ||
536 | #define BRANCH_ABSOLUTE 0x2 | ||
537 | |||
538 | static inline void create_branch(unsigned long addr, | ||
539 | unsigned long target, int flags) | ||
540 | { | ||
541 | unsigned int instruction; | ||
542 | |||
543 | if (! (flags & BRANCH_ABSOLUTE)) | ||
544 | target = target - addr; | ||
545 | |||
546 | /* Mask out the flags and target, so they don't step on each other. */ | ||
547 | instruction = 0x48000000 | (flags & 0x3) | (target & 0x03FFFFFC); | ||
548 | |||
549 | create_instruction(addr, instruction); | ||
550 | } | ||
551 | |||
552 | static inline void create_function_call(unsigned long addr, void * func) | ||
553 | { | ||
554 | unsigned long func_addr; | ||
555 | |||
556 | #ifdef CONFIG_PPC64 | ||
557 | /* | ||
558 | * On PPC64 the function pointer actually points to the function's | ||
559 | * descriptor. The first entry in the descriptor is the address | ||
560 | * of the function text. | ||
561 | */ | ||
562 | func_addr = *(unsigned long *)func; | ||
563 | #else | ||
564 | func_addr = (unsigned long)func; | ||
565 | #endif | ||
566 | create_branch(addr, func_addr, BRANCH_SET_LINK); | ||
567 | } | ||
568 | |||
569 | #ifdef CONFIG_VIRT_CPU_ACCOUNTING | 539 | #ifdef CONFIG_VIRT_CPU_ACCOUNTING |
570 | extern void account_system_vtime(struct task_struct *); | 540 | extern void account_system_vtime(struct task_struct *); |
571 | #endif | 541 | #endif |
diff --git a/include/asm-powerpc/thread_info.h b/include/asm-powerpc/thread_info.h index d030f5ce39ad..b705c2a7651a 100644 --- a/include/asm-powerpc/thread_info.h +++ b/include/asm-powerpc/thread_info.h | |||
@@ -116,7 +116,6 @@ static inline struct thread_info *current_thread_info(void) | |||
116 | #define TIF_SECCOMP 10 /* secure computing */ | 116 | #define TIF_SECCOMP 10 /* secure computing */ |
117 | #define TIF_RESTOREALL 11 /* Restore all regs (implies NOERROR) */ | 117 | #define TIF_RESTOREALL 11 /* Restore all regs (implies NOERROR) */ |
118 | #define TIF_NOERROR 12 /* Force successful syscall return */ | 118 | #define TIF_NOERROR 12 /* Force successful syscall return */ |
119 | #define TIF_RESTORE_SIGMASK 13 /* Restore signal mask in do_signal */ | ||
120 | #define TIF_FREEZE 14 /* Freezing for suspend */ | 119 | #define TIF_FREEZE 14 /* Freezing for suspend */ |
121 | #define TIF_RUNLATCH 15 /* Is the runlatch enabled? */ | 120 | #define TIF_RUNLATCH 15 /* Is the runlatch enabled? */ |
122 | #define TIF_ABI_PENDING 16 /* 32/64 bit switch needed */ | 121 | #define TIF_ABI_PENDING 16 /* 32/64 bit switch needed */ |
@@ -134,21 +133,33 @@ static inline struct thread_info *current_thread_info(void) | |||
134 | #define _TIF_SECCOMP (1<<TIF_SECCOMP) | 133 | #define _TIF_SECCOMP (1<<TIF_SECCOMP) |
135 | #define _TIF_RESTOREALL (1<<TIF_RESTOREALL) | 134 | #define _TIF_RESTOREALL (1<<TIF_RESTOREALL) |
136 | #define _TIF_NOERROR (1<<TIF_NOERROR) | 135 | #define _TIF_NOERROR (1<<TIF_NOERROR) |
137 | #define _TIF_RESTORE_SIGMASK (1<<TIF_RESTORE_SIGMASK) | ||
138 | #define _TIF_FREEZE (1<<TIF_FREEZE) | 136 | #define _TIF_FREEZE (1<<TIF_FREEZE) |
139 | #define _TIF_RUNLATCH (1<<TIF_RUNLATCH) | 137 | #define _TIF_RUNLATCH (1<<TIF_RUNLATCH) |
140 | #define _TIF_ABI_PENDING (1<<TIF_ABI_PENDING) | 138 | #define _TIF_ABI_PENDING (1<<TIF_ABI_PENDING) |
141 | #define _TIF_SYSCALL_T_OR_A (_TIF_SYSCALL_TRACE|_TIF_SYSCALL_AUDIT|_TIF_SECCOMP) | 139 | #define _TIF_SYSCALL_T_OR_A (_TIF_SYSCALL_TRACE|_TIF_SYSCALL_AUDIT|_TIF_SECCOMP) |
142 | 140 | ||
143 | #define _TIF_USER_WORK_MASK ( _TIF_SIGPENDING | \ | 141 | #define _TIF_USER_WORK_MASK (_TIF_SIGPENDING | _TIF_NEED_RESCHED) |
144 | _TIF_NEED_RESCHED | _TIF_RESTORE_SIGMASK) | ||
145 | #define _TIF_PERSYSCALL_MASK (_TIF_RESTOREALL|_TIF_NOERROR) | 142 | #define _TIF_PERSYSCALL_MASK (_TIF_RESTOREALL|_TIF_NOERROR) |
146 | 143 | ||
147 | /* Bits in local_flags */ | 144 | /* Bits in local_flags */ |
148 | /* Don't move TLF_NAPPING without adjusting the code in entry_32.S */ | 145 | /* Don't move TLF_NAPPING without adjusting the code in entry_32.S */ |
149 | #define TLF_NAPPING 0 /* idle thread enabled NAP mode */ | 146 | #define TLF_NAPPING 0 /* idle thread enabled NAP mode */ |
147 | #define TLF_SLEEPING 1 /* suspend code enabled SLEEP mode */ | ||
148 | #define TLF_RESTORE_SIGMASK 2 /* Restore signal mask in do_signal */ | ||
150 | 149 | ||
151 | #define _TLF_NAPPING (1 << TLF_NAPPING) | 150 | #define _TLF_NAPPING (1 << TLF_NAPPING) |
151 | #define _TLF_SLEEPING (1 << TLF_SLEEPING) | ||
152 | #define _TLF_RESTORE_SIGMASK (1 << TLF_RESTORE_SIGMASK) | ||
153 | |||
154 | #ifndef __ASSEMBLY__ | ||
155 | #define HAVE_SET_RESTORE_SIGMASK 1 | ||
156 | static inline void set_restore_sigmask(void) | ||
157 | { | ||
158 | struct thread_info *ti = current_thread_info(); | ||
159 | ti->local_flags |= _TLF_RESTORE_SIGMASK; | ||
160 | set_bit(TIF_SIGPENDING, &ti->flags); | ||
161 | } | ||
162 | #endif /* !__ASSEMBLY__ */ | ||
152 | 163 | ||
153 | #endif /* __KERNEL__ */ | 164 | #endif /* __KERNEL__ */ |
154 | 165 | ||
diff --git a/include/asm-powerpc/time.h b/include/asm-powerpc/time.h index ce5de6e0e690..febd581ec9b0 100644 --- a/include/asm-powerpc/time.h +++ b/include/asm-powerpc/time.h | |||
@@ -33,6 +33,7 @@ extern unsigned tb_to_us; | |||
33 | 33 | ||
34 | struct rtc_time; | 34 | struct rtc_time; |
35 | extern void to_tm(int tim, struct rtc_time * tm); | 35 | extern void to_tm(int tim, struct rtc_time * tm); |
36 | extern void GregorianDay(struct rtc_time *tm); | ||
36 | extern time_t last_rtc_update; | 37 | extern time_t last_rtc_update; |
37 | 38 | ||
38 | extern void generic_calibrate_decr(void); | 39 | extern void generic_calibrate_decr(void); |
diff --git a/include/asm-powerpc/timex.h b/include/asm-powerpc/timex.h index 92dedde761d1..c55e14f7ef44 100644 --- a/include/asm-powerpc/timex.h +++ b/include/asm-powerpc/timex.h | |||
@@ -38,6 +38,8 @@ static inline cycles_t get_cycles(void) | |||
38 | " .long 0\n" | 38 | " .long 0\n" |
39 | " .long 97b-98b\n" | 39 | " .long 97b-98b\n" |
40 | " .long 99b-98b\n" | 40 | " .long 99b-98b\n" |
41 | " .long 0\n" | ||
42 | " .long 0\n" | ||
41 | ".previous" | 43 | ".previous" |
42 | : "=r" (ret) : "i" (CPU_FTR_601)); | 44 | : "=r" (ret) : "i" (CPU_FTR_601)); |
43 | return ret; | 45 | return ret; |
diff --git a/include/asm-powerpc/xmon.h b/include/asm-powerpc/xmon.h index 88320a05f0a8..5eb8e599e5cc 100644 --- a/include/asm-powerpc/xmon.h +++ b/include/asm-powerpc/xmon.h | |||
@@ -12,13 +12,22 @@ | |||
12 | 12 | ||
13 | #ifdef __KERNEL__ | 13 | #ifdef __KERNEL__ |
14 | 14 | ||
15 | #include <linux/irqreturn.h> | ||
16 | |||
15 | #ifdef CONFIG_XMON | 17 | #ifdef CONFIG_XMON |
16 | extern void xmon_setup(void); | 18 | extern void xmon_setup(void); |
17 | extern void xmon_register_spus(struct list_head *list); | 19 | extern void xmon_register_spus(struct list_head *list); |
20 | struct pt_regs; | ||
21 | extern int xmon(struct pt_regs *excp); | ||
22 | extern irqreturn_t xmon_irq(int, void *); | ||
18 | #else | 23 | #else |
19 | static inline void xmon_setup(void) { }; | 24 | static inline void xmon_setup(void) { }; |
20 | static inline void xmon_register_spus(struct list_head *list) { }; | 25 | static inline void xmon_register_spus(struct list_head *list) { }; |
21 | #endif | 26 | #endif |
22 | 27 | ||
28 | #if defined(CONFIG_XMON) && defined(CONFIG_SMP) | ||
29 | extern int cpus_are_in_xmon(void); | ||
30 | #endif | ||
31 | |||
23 | #endif /* __KERNEL __ */ | 32 | #endif /* __KERNEL __ */ |
24 | #endif /* __ASM_POWERPC_XMON_H */ | 33 | #endif /* __ASM_POWERPC_XMON_H */ |
diff --git a/include/asm-ppc/8xx_immap.h b/include/asm-ppc/8xx_immap.h deleted file mode 100644 index 4b0e15206006..000000000000 --- a/include/asm-ppc/8xx_immap.h +++ /dev/null | |||
@@ -1,564 +0,0 @@ | |||
1 | /* | ||
2 | * MPC8xx Internal Memory Map | ||
3 | * Copyright (c) 1997 Dan Malek (dmalek@jlc.net) | ||
4 | * | ||
5 | * The I/O on the MPC860 is comprised of blocks of special registers | ||
6 | * and the dual port ram for the Communication Processor Module. | ||
7 | * Within this space are functional units such as the SIU, memory | ||
8 | * controller, system timers, and other control functions. It is | ||
9 | * a combination that I found difficult to separate into logical | ||
10 | * functional files.....but anyone else is welcome to try. -- Dan | ||
11 | */ | ||
12 | #ifdef __KERNEL__ | ||
13 | #ifndef __IMMAP_8XX__ | ||
14 | #define __IMMAP_8XX__ | ||
15 | |||
16 | /* System configuration registers. | ||
17 | */ | ||
18 | typedef struct sys_conf { | ||
19 | uint sc_siumcr; | ||
20 | uint sc_sypcr; | ||
21 | uint sc_swt; | ||
22 | char res1[2]; | ||
23 | ushort sc_swsr; | ||
24 | uint sc_sipend; | ||
25 | uint sc_simask; | ||
26 | uint sc_siel; | ||
27 | uint sc_sivec; | ||
28 | uint sc_tesr; | ||
29 | char res2[0xc]; | ||
30 | uint sc_sdcr; | ||
31 | char res3[0x4c]; | ||
32 | } sysconf8xx_t; | ||
33 | |||
34 | /* PCMCIA configuration registers. | ||
35 | */ | ||
36 | typedef struct pcmcia_conf { | ||
37 | uint pcmc_pbr0; | ||
38 | uint pcmc_por0; | ||
39 | uint pcmc_pbr1; | ||
40 | uint pcmc_por1; | ||
41 | uint pcmc_pbr2; | ||
42 | uint pcmc_por2; | ||
43 | uint pcmc_pbr3; | ||
44 | uint pcmc_por3; | ||
45 | uint pcmc_pbr4; | ||
46 | uint pcmc_por4; | ||
47 | uint pcmc_pbr5; | ||
48 | uint pcmc_por5; | ||
49 | uint pcmc_pbr6; | ||
50 | uint pcmc_por6; | ||
51 | uint pcmc_pbr7; | ||
52 | uint pcmc_por7; | ||
53 | char res1[0x20]; | ||
54 | uint pcmc_pgcra; | ||
55 | uint pcmc_pgcrb; | ||
56 | uint pcmc_pscr; | ||
57 | char res2[4]; | ||
58 | uint pcmc_pipr; | ||
59 | char res3[4]; | ||
60 | uint pcmc_per; | ||
61 | char res4[4]; | ||
62 | } pcmconf8xx_t; | ||
63 | |||
64 | /* Memory controller registers. | ||
65 | */ | ||
66 | typedef struct mem_ctlr { | ||
67 | uint memc_br0; | ||
68 | uint memc_or0; | ||
69 | uint memc_br1; | ||
70 | uint memc_or1; | ||
71 | uint memc_br2; | ||
72 | uint memc_or2; | ||
73 | uint memc_br3; | ||
74 | uint memc_or3; | ||
75 | uint memc_br4; | ||
76 | uint memc_or4; | ||
77 | uint memc_br5; | ||
78 | uint memc_or5; | ||
79 | uint memc_br6; | ||
80 | uint memc_or6; | ||
81 | uint memc_br7; | ||
82 | uint memc_or7; | ||
83 | char res1[0x24]; | ||
84 | uint memc_mar; | ||
85 | uint memc_mcr; | ||
86 | char res2[4]; | ||
87 | uint memc_mamr; | ||
88 | uint memc_mbmr; | ||
89 | ushort memc_mstat; | ||
90 | ushort memc_mptpr; | ||
91 | uint memc_mdr; | ||
92 | char res3[0x80]; | ||
93 | } memctl8xx_t; | ||
94 | |||
95 | /*----------------------------------------------------------------------- | ||
96 | * BR - Memory Controler: Base Register 16-9 | ||
97 | */ | ||
98 | #define BR_BA_MSK 0xffff8000 /* Base Address Mask */ | ||
99 | #define BR_AT_MSK 0x00007000 /* Address Type Mask */ | ||
100 | #define BR_PS_MSK 0x00000c00 /* Port Size Mask */ | ||
101 | #define BR_PS_32 0x00000000 /* 32 bit port size */ | ||
102 | #define BR_PS_16 0x00000800 /* 16 bit port size */ | ||
103 | #define BR_PS_8 0x00000400 /* 8 bit port size */ | ||
104 | #define BR_PARE 0x00000200 /* Parity Enable */ | ||
105 | #define BR_WP 0x00000100 /* Write Protect */ | ||
106 | #define BR_MS_MSK 0x000000c0 /* Machine Select Mask */ | ||
107 | #define BR_MS_GPCM 0x00000000 /* G.P.C.M. Machine Select */ | ||
108 | #define BR_MS_UPMA 0x00000080 /* U.P.M.A Machine Select */ | ||
109 | #define BR_MS_UPMB 0x000000c0 /* U.P.M.B Machine Select */ | ||
110 | #define BR_V 0x00000001 /* Bank Valid */ | ||
111 | |||
112 | /*----------------------------------------------------------------------- | ||
113 | * OR - Memory Controler: Option Register 16-11 | ||
114 | */ | ||
115 | #define OR_AM_MSK 0xffff8000 /* Address Mask Mask */ | ||
116 | #define OR_ATM_MSK 0x00007000 /* Address Type Mask Mask */ | ||
117 | #define OR_CSNT_SAM 0x00000800 /* Chip Select Negation Time/ Start */ | ||
118 | /* Address Multiplex */ | ||
119 | #define OR_ACS_MSK 0x00000600 /* Address to Chip Select Setup mask */ | ||
120 | #define OR_ACS_DIV1 0x00000000 /* CS is output at the same time */ | ||
121 | #define OR_ACS_DIV4 0x00000400 /* CS is output 1/4 a clock later */ | ||
122 | #define OR_ACS_DIV2 0x00000600 /* CS is output 1/2 a clock later */ | ||
123 | #define OR_G5LA 0x00000400 /* Output #GPL5 on #GPL_A5 */ | ||
124 | #define OR_G5LS 0x00000200 /* Drive #GPL high on falling edge of...*/ | ||
125 | #define OR_BI 0x00000100 /* Burst inhibit */ | ||
126 | #define OR_SCY_MSK 0x000000f0 /* Cycle Length in Clocks */ | ||
127 | #define OR_SCY_0_CLK 0x00000000 /* 0 clock cycles wait states */ | ||
128 | #define OR_SCY_1_CLK 0x00000010 /* 1 clock cycles wait states */ | ||
129 | #define OR_SCY_2_CLK 0x00000020 /* 2 clock cycles wait states */ | ||
130 | #define OR_SCY_3_CLK 0x00000030 /* 3 clock cycles wait states */ | ||
131 | #define OR_SCY_4_CLK 0x00000040 /* 4 clock cycles wait states */ | ||
132 | #define OR_SCY_5_CLK 0x00000050 /* 5 clock cycles wait states */ | ||
133 | #define OR_SCY_6_CLK 0x00000060 /* 6 clock cycles wait states */ | ||
134 | #define OR_SCY_7_CLK 0x00000070 /* 7 clock cycles wait states */ | ||
135 | #define OR_SCY_8_CLK 0x00000080 /* 8 clock cycles wait states */ | ||
136 | #define OR_SCY_9_CLK 0x00000090 /* 9 clock cycles wait states */ | ||
137 | #define OR_SCY_10_CLK 0x000000a0 /* 10 clock cycles wait states */ | ||
138 | #define OR_SCY_11_CLK 0x000000b0 /* 11 clock cycles wait states */ | ||
139 | #define OR_SCY_12_CLK 0x000000c0 /* 12 clock cycles wait states */ | ||
140 | #define OR_SCY_13_CLK 0x000000d0 /* 13 clock cycles wait states */ | ||
141 | #define OR_SCY_14_CLK 0x000000e0 /* 14 clock cycles wait states */ | ||
142 | #define OR_SCY_15_CLK 0x000000f0 /* 15 clock cycles wait states */ | ||
143 | #define OR_SETA 0x00000008 /* External Transfer Acknowledge */ | ||
144 | #define OR_TRLX 0x00000004 /* Timing Relaxed */ | ||
145 | #define OR_EHTR 0x00000002 /* Extended Hold Time on Read */ | ||
146 | |||
147 | /* System Integration Timers. | ||
148 | */ | ||
149 | typedef struct sys_int_timers { | ||
150 | ushort sit_tbscr; | ||
151 | char res0[0x02]; | ||
152 | uint sit_tbreff0; | ||
153 | uint sit_tbreff1; | ||
154 | char res1[0x14]; | ||
155 | ushort sit_rtcsc; | ||
156 | char res2[0x02]; | ||
157 | uint sit_rtc; | ||
158 | uint sit_rtsec; | ||
159 | uint sit_rtcal; | ||
160 | char res3[0x10]; | ||
161 | ushort sit_piscr; | ||
162 | char res4[2]; | ||
163 | uint sit_pitc; | ||
164 | uint sit_pitr; | ||
165 | char res5[0x34]; | ||
166 | } sit8xx_t; | ||
167 | |||
168 | #define TBSCR_TBIRQ_MASK ((ushort)0xff00) | ||
169 | #define TBSCR_REFA ((ushort)0x0080) | ||
170 | #define TBSCR_REFB ((ushort)0x0040) | ||
171 | #define TBSCR_REFAE ((ushort)0x0008) | ||
172 | #define TBSCR_REFBE ((ushort)0x0004) | ||
173 | #define TBSCR_TBF ((ushort)0x0002) | ||
174 | #define TBSCR_TBE ((ushort)0x0001) | ||
175 | |||
176 | #define RTCSC_RTCIRQ_MASK ((ushort)0xff00) | ||
177 | #define RTCSC_SEC ((ushort)0x0080) | ||
178 | #define RTCSC_ALR ((ushort)0x0040) | ||
179 | #define RTCSC_38K ((ushort)0x0010) | ||
180 | #define RTCSC_SIE ((ushort)0x0008) | ||
181 | #define RTCSC_ALE ((ushort)0x0004) | ||
182 | #define RTCSC_RTF ((ushort)0x0002) | ||
183 | #define RTCSC_RTE ((ushort)0x0001) | ||
184 | |||
185 | #define PISCR_PIRQ_MASK ((ushort)0xff00) | ||
186 | #define PISCR_PS ((ushort)0x0080) | ||
187 | #define PISCR_PIE ((ushort)0x0004) | ||
188 | #define PISCR_PTF ((ushort)0x0002) | ||
189 | #define PISCR_PTE ((ushort)0x0001) | ||
190 | |||
191 | /* Clocks and Reset. | ||
192 | */ | ||
193 | typedef struct clk_and_reset { | ||
194 | uint car_sccr; | ||
195 | uint car_plprcr; | ||
196 | uint car_rsr; | ||
197 | char res[0x74]; /* Reserved area */ | ||
198 | } car8xx_t; | ||
199 | |||
200 | /* System Integration Timers keys. | ||
201 | */ | ||
202 | typedef struct sitk { | ||
203 | uint sitk_tbscrk; | ||
204 | uint sitk_tbreff0k; | ||
205 | uint sitk_tbreff1k; | ||
206 | uint sitk_tbk; | ||
207 | char res1[0x10]; | ||
208 | uint sitk_rtcsck; | ||
209 | uint sitk_rtck; | ||
210 | uint sitk_rtseck; | ||
211 | uint sitk_rtcalk; | ||
212 | char res2[0x10]; | ||
213 | uint sitk_piscrk; | ||
214 | uint sitk_pitck; | ||
215 | char res3[0x38]; | ||
216 | } sitk8xx_t; | ||
217 | |||
218 | /* Clocks and reset keys. | ||
219 | */ | ||
220 | typedef struct cark { | ||
221 | uint cark_sccrk; | ||
222 | uint cark_plprcrk; | ||
223 | uint cark_rsrk; | ||
224 | char res[0x474]; | ||
225 | } cark8xx_t; | ||
226 | |||
227 | /* The key to unlock registers maintained by keep-alive power. | ||
228 | */ | ||
229 | #define KAPWR_KEY ((unsigned int)0x55ccaa33) | ||
230 | |||
231 | /* Video interface. MPC823 Only. | ||
232 | */ | ||
233 | typedef struct vid823 { | ||
234 | ushort vid_vccr; | ||
235 | ushort res1; | ||
236 | u_char vid_vsr; | ||
237 | u_char res2; | ||
238 | u_char vid_vcmr; | ||
239 | u_char res3; | ||
240 | uint vid_vbcb; | ||
241 | uint res4; | ||
242 | uint vid_vfcr0; | ||
243 | uint vid_vfaa0; | ||
244 | uint vid_vfba0; | ||
245 | uint vid_vfcr1; | ||
246 | uint vid_vfaa1; | ||
247 | uint vid_vfba1; | ||
248 | u_char res5[0x18]; | ||
249 | } vid823_t; | ||
250 | |||
251 | /* LCD interface. 823 Only. | ||
252 | */ | ||
253 | typedef struct lcd { | ||
254 | uint lcd_lccr; | ||
255 | uint lcd_lchcr; | ||
256 | uint lcd_lcvcr; | ||
257 | char res1[4]; | ||
258 | uint lcd_lcfaa; | ||
259 | uint lcd_lcfba; | ||
260 | char lcd_lcsr; | ||
261 | char res2[0x7]; | ||
262 | } lcd823_t; | ||
263 | |||
264 | /* I2C | ||
265 | */ | ||
266 | typedef struct i2c { | ||
267 | u_char i2c_i2mod; | ||
268 | char res1[3]; | ||
269 | u_char i2c_i2add; | ||
270 | char res2[3]; | ||
271 | u_char i2c_i2brg; | ||
272 | char res3[3]; | ||
273 | u_char i2c_i2com; | ||
274 | char res4[3]; | ||
275 | u_char i2c_i2cer; | ||
276 | char res5[3]; | ||
277 | u_char i2c_i2cmr; | ||
278 | char res6[0x8b]; | ||
279 | } i2c8xx_t; | ||
280 | |||
281 | /* DMA control/status registers. | ||
282 | */ | ||
283 | typedef struct sdma_csr { | ||
284 | char res1[4]; | ||
285 | uint sdma_sdar; | ||
286 | u_char sdma_sdsr; | ||
287 | char res3[3]; | ||
288 | u_char sdma_sdmr; | ||
289 | char res4[3]; | ||
290 | u_char sdma_idsr1; | ||
291 | char res5[3]; | ||
292 | u_char sdma_idmr1; | ||
293 | char res6[3]; | ||
294 | u_char sdma_idsr2; | ||
295 | char res7[3]; | ||
296 | u_char sdma_idmr2; | ||
297 | char res8[0x13]; | ||
298 | } sdma8xx_t; | ||
299 | |||
300 | /* Communication Processor Module Interrupt Controller. | ||
301 | */ | ||
302 | typedef struct cpm_ic { | ||
303 | ushort cpic_civr; | ||
304 | char res[0xe]; | ||
305 | uint cpic_cicr; | ||
306 | uint cpic_cipr; | ||
307 | uint cpic_cimr; | ||
308 | uint cpic_cisr; | ||
309 | } cpic8xx_t; | ||
310 | |||
311 | /* Input/Output Port control/status registers. | ||
312 | */ | ||
313 | typedef struct io_port { | ||
314 | ushort iop_padir; | ||
315 | ushort iop_papar; | ||
316 | ushort iop_paodr; | ||
317 | ushort iop_padat; | ||
318 | char res1[8]; | ||
319 | ushort iop_pcdir; | ||
320 | ushort iop_pcpar; | ||
321 | ushort iop_pcso; | ||
322 | ushort iop_pcdat; | ||
323 | ushort iop_pcint; | ||
324 | char res2[6]; | ||
325 | ushort iop_pddir; | ||
326 | ushort iop_pdpar; | ||
327 | char res3[2]; | ||
328 | ushort iop_pddat; | ||
329 | uint utmode; | ||
330 | char res4[4]; | ||
331 | } iop8xx_t; | ||
332 | |||
333 | /* Communication Processor Module Timers | ||
334 | */ | ||
335 | typedef struct cpm_timers { | ||
336 | ushort cpmt_tgcr; | ||
337 | char res1[0xe]; | ||
338 | ushort cpmt_tmr1; | ||
339 | ushort cpmt_tmr2; | ||
340 | ushort cpmt_trr1; | ||
341 | ushort cpmt_trr2; | ||
342 | ushort cpmt_tcr1; | ||
343 | ushort cpmt_tcr2; | ||
344 | ushort cpmt_tcn1; | ||
345 | ushort cpmt_tcn2; | ||
346 | ushort cpmt_tmr3; | ||
347 | ushort cpmt_tmr4; | ||
348 | ushort cpmt_trr3; | ||
349 | ushort cpmt_trr4; | ||
350 | ushort cpmt_tcr3; | ||
351 | ushort cpmt_tcr4; | ||
352 | ushort cpmt_tcn3; | ||
353 | ushort cpmt_tcn4; | ||
354 | ushort cpmt_ter1; | ||
355 | ushort cpmt_ter2; | ||
356 | ushort cpmt_ter3; | ||
357 | ushort cpmt_ter4; | ||
358 | char res2[8]; | ||
359 | } cpmtimer8xx_t; | ||
360 | |||
361 | /* Finally, the Communication Processor stuff..... | ||
362 | */ | ||
363 | typedef struct scc { /* Serial communication channels */ | ||
364 | uint scc_gsmrl; | ||
365 | uint scc_gsmrh; | ||
366 | ushort scc_psmr; | ||
367 | char res1[2]; | ||
368 | ushort scc_todr; | ||
369 | ushort scc_dsr; | ||
370 | ushort scc_scce; | ||
371 | char res2[2]; | ||
372 | ushort scc_sccm; | ||
373 | char res3; | ||
374 | u_char scc_sccs; | ||
375 | char res4[8]; | ||
376 | } scc_t; | ||
377 | |||
378 | typedef struct smc { /* Serial management channels */ | ||
379 | char res1[2]; | ||
380 | ushort smc_smcmr; | ||
381 | char res2[2]; | ||
382 | u_char smc_smce; | ||
383 | char res3[3]; | ||
384 | u_char smc_smcm; | ||
385 | char res4[5]; | ||
386 | } smc_t; | ||
387 | |||
388 | /* MPC860T Fast Ethernet Controller. It isn't part of the CPM, but | ||
389 | * it fits within the address space. | ||
390 | */ | ||
391 | |||
392 | typedef struct fec { | ||
393 | uint fec_addr_low; /* lower 32 bits of station address */ | ||
394 | ushort fec_addr_high; /* upper 16 bits of station address */ | ||
395 | ushort res1; /* reserved */ | ||
396 | uint fec_hash_table_high; /* upper 32-bits of hash table */ | ||
397 | uint fec_hash_table_low; /* lower 32-bits of hash table */ | ||
398 | uint fec_r_des_start; /* beginning of Rx descriptor ring */ | ||
399 | uint fec_x_des_start; /* beginning of Tx descriptor ring */ | ||
400 | uint fec_r_buff_size; /* Rx buffer size */ | ||
401 | uint res2[9]; /* reserved */ | ||
402 | uint fec_ecntrl; /* ethernet control register */ | ||
403 | uint fec_ievent; /* interrupt event register */ | ||
404 | uint fec_imask; /* interrupt mask register */ | ||
405 | uint fec_ivec; /* interrupt level and vector status */ | ||
406 | uint fec_r_des_active; /* Rx ring updated flag */ | ||
407 | uint fec_x_des_active; /* Tx ring updated flag */ | ||
408 | uint res3[10]; /* reserved */ | ||
409 | uint fec_mii_data; /* MII data register */ | ||
410 | uint fec_mii_speed; /* MII speed control register */ | ||
411 | uint res4[17]; /* reserved */ | ||
412 | uint fec_r_bound; /* end of RAM (read-only) */ | ||
413 | uint fec_r_fstart; /* Rx FIFO start address */ | ||
414 | uint res5[6]; /* reserved */ | ||
415 | uint fec_x_fstart; /* Tx FIFO start address */ | ||
416 | uint res6[17]; /* reserved */ | ||
417 | uint fec_fun_code; /* fec SDMA function code */ | ||
418 | uint res7[3]; /* reserved */ | ||
419 | uint fec_r_cntrl; /* Rx control register */ | ||
420 | uint fec_r_hash; /* Rx hash register */ | ||
421 | uint res8[14]; /* reserved */ | ||
422 | uint fec_x_cntrl; /* Tx control register */ | ||
423 | uint res9[0x1e]; /* reserved */ | ||
424 | } fec_t; | ||
425 | |||
426 | /* The FEC and LCD color map share the same address space.... | ||
427 | * I guess we will never see an 823T :-). | ||
428 | */ | ||
429 | union fec_lcd { | ||
430 | fec_t fl_un_fec; | ||
431 | u_char fl_un_cmap[0x200]; | ||
432 | }; | ||
433 | |||
434 | typedef struct comm_proc { | ||
435 | /* General control and status registers. | ||
436 | */ | ||
437 | ushort cp_cpcr; | ||
438 | u_char res1[2]; | ||
439 | ushort cp_rccr; | ||
440 | u_char res2; | ||
441 | u_char cp_rmds; | ||
442 | u_char res3[4]; | ||
443 | ushort cp_cpmcr1; | ||
444 | ushort cp_cpmcr2; | ||
445 | ushort cp_cpmcr3; | ||
446 | ushort cp_cpmcr4; | ||
447 | u_char res4[2]; | ||
448 | ushort cp_rter; | ||
449 | u_char res5[2]; | ||
450 | ushort cp_rtmr; | ||
451 | u_char res6[0x14]; | ||
452 | |||
453 | /* Baud rate generators. | ||
454 | */ | ||
455 | uint cp_brgc1; | ||
456 | uint cp_brgc2; | ||
457 | uint cp_brgc3; | ||
458 | uint cp_brgc4; | ||
459 | |||
460 | /* Serial Communication Channels. | ||
461 | */ | ||
462 | scc_t cp_scc[4]; | ||
463 | |||
464 | /* Serial Management Channels. | ||
465 | */ | ||
466 | smc_t cp_smc[2]; | ||
467 | |||
468 | /* Serial Peripheral Interface. | ||
469 | */ | ||
470 | ushort cp_spmode; | ||
471 | u_char res7[4]; | ||
472 | u_char cp_spie; | ||
473 | u_char res8[3]; | ||
474 | u_char cp_spim; | ||
475 | u_char res9[2]; | ||
476 | u_char cp_spcom; | ||
477 | u_char res10[2]; | ||
478 | |||
479 | /* Parallel Interface Port. | ||
480 | */ | ||
481 | u_char res11[2]; | ||
482 | ushort cp_pipc; | ||
483 | u_char res12[2]; | ||
484 | ushort cp_ptpr; | ||
485 | uint cp_pbdir; | ||
486 | uint cp_pbpar; | ||
487 | u_char res13[2]; | ||
488 | ushort cp_pbodr; | ||
489 | uint cp_pbdat; | ||
490 | |||
491 | /* Port E - MPC87x/88x only. | ||
492 | */ | ||
493 | uint cp_pedir; | ||
494 | uint cp_pepar; | ||
495 | uint cp_peso; | ||
496 | uint cp_peodr; | ||
497 | uint cp_pedat; | ||
498 | |||
499 | /* Communications Processor Timing Register - | ||
500 | Contains RMII Timing for the FECs on MPC87x/88x only. | ||
501 | */ | ||
502 | uint cp_cptr; | ||
503 | |||
504 | /* Serial Interface and Time Slot Assignment. | ||
505 | */ | ||
506 | uint cp_simode; | ||
507 | u_char cp_sigmr; | ||
508 | u_char res15; | ||
509 | u_char cp_sistr; | ||
510 | u_char cp_sicmr; | ||
511 | u_char res16[4]; | ||
512 | uint cp_sicr; | ||
513 | uint cp_sirp; | ||
514 | u_char res17[0xc]; | ||
515 | |||
516 | /* 256 bytes of MPC823 video controller RAM array. | ||
517 | */ | ||
518 | u_char cp_vcram[0x100]; | ||
519 | u_char cp_siram[0x200]; | ||
520 | |||
521 | /* The fast ethernet controller is not really part of the CPM, | ||
522 | * but it resides in the address space. | ||
523 | * The LCD color map is also here. | ||
524 | */ | ||
525 | union fec_lcd fl_un; | ||
526 | #define cp_fec fl_un.fl_un_fec | ||
527 | #define lcd_cmap fl_un.fl_un_cmap | ||
528 | char res18[0xE00]; | ||
529 | |||
530 | /* The DUET family has a second FEC here */ | ||
531 | fec_t cp_fec2; | ||
532 | #define cp_fec1 cp_fec /* consistency macro */ | ||
533 | |||
534 | /* Dual Ported RAM follows. | ||
535 | * There are many different formats for this memory area | ||
536 | * depending upon the devices used and options chosen. | ||
537 | * Some processors don't have all of it populated. | ||
538 | */ | ||
539 | u_char cp_dpmem[0x1C00]; /* BD / Data / ucode */ | ||
540 | u_char cp_dparam[0x400]; /* Parameter RAM */ | ||
541 | } cpm8xx_t; | ||
542 | |||
543 | /* Internal memory map. | ||
544 | */ | ||
545 | typedef struct immap { | ||
546 | sysconf8xx_t im_siu_conf; /* SIU Configuration */ | ||
547 | pcmconf8xx_t im_pcmcia; /* PCMCIA Configuration */ | ||
548 | memctl8xx_t im_memctl; /* Memory Controller */ | ||
549 | sit8xx_t im_sit; /* System integration timers */ | ||
550 | car8xx_t im_clkrst; /* Clocks and reset */ | ||
551 | sitk8xx_t im_sitk; /* Sys int timer keys */ | ||
552 | cark8xx_t im_clkrstk; /* Clocks and reset keys */ | ||
553 | vid823_t im_vid; /* Video (823 only) */ | ||
554 | lcd823_t im_lcd; /* LCD (823 only) */ | ||
555 | i2c8xx_t im_i2c; /* I2C control/status */ | ||
556 | sdma8xx_t im_sdma; /* SDMA control/status */ | ||
557 | cpic8xx_t im_cpic; /* CPM Interrupt Controller */ | ||
558 | iop8xx_t im_ioport; /* IO Port control/status */ | ||
559 | cpmtimer8xx_t im_cpmtimer; /* CPM timers */ | ||
560 | cpm8xx_t im_cpm; /* Communication processor */ | ||
561 | } immap_t; | ||
562 | |||
563 | #endif /* __IMMAP_8XX__ */ | ||
564 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/amigayle.h b/include/asm-ppc/amigayle.h deleted file mode 100644 index 1fe0b87859b0..000000000000 --- a/include/asm-ppc/amigayle.h +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | #include <asm-m68k/amigayle.h> | ||
diff --git a/include/asm-ppc/amipcmcia.h b/include/asm-ppc/amipcmcia.h deleted file mode 100644 index 3f65f63f508f..000000000000 --- a/include/asm-ppc/amipcmcia.h +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | #include <asm-m68k/amipcmcia.h> | ||
diff --git a/include/asm-ppc/bootinfo.h b/include/asm-ppc/bootinfo.h deleted file mode 100644 index f6ed77aee328..000000000000 --- a/include/asm-ppc/bootinfo.h +++ /dev/null | |||
@@ -1,46 +0,0 @@ | |||
1 | /* | ||
2 | * Non-machine dependent bootinfo structure. Basic idea | ||
3 | * borrowed from the m68k. | ||
4 | * | ||
5 | * Copyright (C) 1999 Cort Dougan <cort@ppc.kernel.org> | ||
6 | */ | ||
7 | |||
8 | #ifdef __KERNEL__ | ||
9 | #ifndef _PPC_BOOTINFO_H | ||
10 | #define _PPC_BOOTINFO_H | ||
11 | |||
12 | #include <asm/page.h> | ||
13 | |||
14 | struct bi_record { | ||
15 | unsigned long tag; /* tag ID */ | ||
16 | unsigned long size; /* size of record (in bytes) */ | ||
17 | unsigned long data[0]; /* data */ | ||
18 | }; | ||
19 | |||
20 | #define BI_FIRST 0x1010 /* first record - marker */ | ||
21 | #define BI_LAST 0x1011 /* last record - marker */ | ||
22 | #define BI_CMD_LINE 0x1012 | ||
23 | #define BI_BOOTLOADER_ID 0x1013 | ||
24 | #define BI_INITRD 0x1014 | ||
25 | #define BI_SYSMAP 0x1015 | ||
26 | #define BI_MACHTYPE 0x1016 | ||
27 | #define BI_MEMSIZE 0x1017 | ||
28 | #define BI_BOARD_INFO 0x1018 | ||
29 | |||
30 | extern struct bi_record *find_bootinfo(void); | ||
31 | extern void bootinfo_init(struct bi_record *rec); | ||
32 | extern void bootinfo_append(unsigned long tag, unsigned long size, void * data); | ||
33 | extern void parse_bootinfo(struct bi_record *rec); | ||
34 | extern unsigned long boot_mem_size; | ||
35 | |||
36 | static inline struct bi_record * | ||
37 | bootinfo_addr(unsigned long offset) | ||
38 | { | ||
39 | |||
40 | return (struct bi_record *)_ALIGN((offset) + (1 << 20) - 1, | ||
41 | (1 << 20)); | ||
42 | } | ||
43 | |||
44 | |||
45 | #endif /* _PPC_BOOTINFO_H */ | ||
46 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/bootx.h b/include/asm-ppc/bootx.h deleted file mode 100644 index b0c51b45d7a2..000000000000 --- a/include/asm-ppc/bootx.h +++ /dev/null | |||
@@ -1,135 +0,0 @@ | |||
1 | /* | ||
2 | * This file describes the structure passed from the BootX application | ||
3 | * (for MacOS) when it is used to boot Linux. | ||
4 | * | ||
5 | * Written by Benjamin Herrenschmidt. | ||
6 | */ | ||
7 | |||
8 | |||
9 | #ifndef __ASM_BOOTX_H__ | ||
10 | #define __ASM_BOOTX_H__ | ||
11 | |||
12 | #ifdef macintosh | ||
13 | #include <Types.h> | ||
14 | #include "linux_type_defs.h" | ||
15 | #endif | ||
16 | |||
17 | #ifdef macintosh | ||
18 | /* All this requires PowerPC alignment */ | ||
19 | #pragma options align=power | ||
20 | #endif | ||
21 | |||
22 | /* On kernel entry: | ||
23 | * | ||
24 | * r3 = 0x426f6f58 ('BooX') | ||
25 | * r4 = pointer to boot_infos | ||
26 | * r5 = NULL | ||
27 | * | ||
28 | * Data and instruction translation disabled, interrupts | ||
29 | * disabled, kernel loaded at physical 0x00000000 on PCI | ||
30 | * machines (will be different on NuBus). | ||
31 | */ | ||
32 | |||
33 | #define BOOT_INFO_VERSION 5 | ||
34 | #define BOOT_INFO_COMPATIBLE_VERSION 1 | ||
35 | |||
36 | /* Bit in the architecture flag mask. More to be defined in | ||
37 | future versions. Note that either BOOT_ARCH_PCI or | ||
38 | BOOT_ARCH_NUBUS is set. The other BOOT_ARCH_NUBUS_xxx are | ||
39 | set additionally when BOOT_ARCH_NUBUS is set. | ||
40 | */ | ||
41 | #define BOOT_ARCH_PCI 0x00000001UL | ||
42 | #define BOOT_ARCH_NUBUS 0x00000002UL | ||
43 | #define BOOT_ARCH_NUBUS_PDM 0x00000010UL | ||
44 | #define BOOT_ARCH_NUBUS_PERFORMA 0x00000020UL | ||
45 | #define BOOT_ARCH_NUBUS_POWERBOOK 0x00000040UL | ||
46 | |||
47 | /* Maximum number of ranges in phys memory map */ | ||
48 | #define MAX_MEM_MAP_SIZE 26 | ||
49 | |||
50 | /* This is the format of an element in the physical memory map. Note that | ||
51 | the map is optional and current BootX will only build it for pre-PCI | ||
52 | machines */ | ||
53 | typedef struct boot_info_map_entry | ||
54 | { | ||
55 | __u32 physAddr; /* Physical starting address */ | ||
56 | __u32 size; /* Size in bytes */ | ||
57 | } boot_info_map_entry_t; | ||
58 | |||
59 | |||
60 | /* Here are the boot informations that are passed to the bootstrap | ||
61 | * Note that the kernel arguments and the device tree are appended | ||
62 | * at the end of this structure. */ | ||
63 | typedef struct boot_infos | ||
64 | { | ||
65 | /* Version of this structure */ | ||
66 | __u32 version; | ||
67 | /* backward compatible down to version: */ | ||
68 | __u32 compatible_version; | ||
69 | |||
70 | /* NEW (vers. 2) this holds the current _logical_ base addr of | ||
71 | the frame buffer (for use by early boot message) */ | ||
72 | __u8* logicalDisplayBase; | ||
73 | |||
74 | /* NEW (vers. 4) Apple's machine identification */ | ||
75 | __u32 machineID; | ||
76 | |||
77 | /* NEW (vers. 4) Detected hw architecture */ | ||
78 | __u32 architecture; | ||
79 | |||
80 | /* The device tree (internal addresses relative to the beginning of the tree, | ||
81 | * device tree offset relative to the beginning of this structure). | ||
82 | * On pre-PCI macintosh (BOOT_ARCH_PCI bit set to 0 in architecture), this | ||
83 | * field is 0. | ||
84 | */ | ||
85 | __u32 deviceTreeOffset; /* Device tree offset */ | ||
86 | __u32 deviceTreeSize; /* Size of the device tree */ | ||
87 | |||
88 | /* Some infos about the current MacOS display */ | ||
89 | __u32 dispDeviceRect[4]; /* left,top,right,bottom */ | ||
90 | __u32 dispDeviceDepth; /* (8, 16 or 32) */ | ||
91 | __u8* dispDeviceBase; /* base address (physical) */ | ||
92 | __u32 dispDeviceRowBytes; /* rowbytes (in bytes) */ | ||
93 | __u32 dispDeviceColorsOffset; /* Colormap (8 bits only) or 0 (*) */ | ||
94 | /* Optional offset in the registry to the current | ||
95 | * MacOS display. (Can be 0 when not detected) */ | ||
96 | __u32 dispDeviceRegEntryOffset; | ||
97 | |||
98 | /* Optional pointer to boot ramdisk (offset from this structure) */ | ||
99 | __u32 ramDisk; | ||
100 | __u32 ramDiskSize; /* size of ramdisk image */ | ||
101 | |||
102 | /* Kernel command line arguments (offset from this structure) */ | ||
103 | __u32 kernelParamsOffset; | ||
104 | |||
105 | /* ALL BELOW NEW (vers. 4) */ | ||
106 | |||
107 | /* This defines the physical memory. Valid with BOOT_ARCH_NUBUS flag | ||
108 | (non-PCI) only. On PCI, memory is contiguous and it's size is in the | ||
109 | device-tree. */ | ||
110 | boot_info_map_entry_t | ||
111 | physMemoryMap[MAX_MEM_MAP_SIZE]; /* Where the phys memory is */ | ||
112 | __u32 physMemoryMapSize; /* How many entries in map */ | ||
113 | |||
114 | |||
115 | /* The framebuffer size (optional, currently 0) */ | ||
116 | __u32 frameBufferSize; /* Represents a max size, can be 0. */ | ||
117 | |||
118 | /* NEW (vers. 5) */ | ||
119 | |||
120 | /* Total params size (args + colormap + device tree + ramdisk) */ | ||
121 | __u32 totalParamsSize; | ||
122 | |||
123 | } boot_infos_t; | ||
124 | |||
125 | /* (*) The format of the colormap is 256 * 3 * 2 bytes. Each color index is represented | ||
126 | * by 3 short words containing a 16 bits (unsigned) color component. | ||
127 | * Later versions may contain the gamma table for direct-color devices here. | ||
128 | */ | ||
129 | #define BOOTX_COLORTABLE_SIZE (256UL*3UL*2UL) | ||
130 | |||
131 | #ifdef macintosh | ||
132 | #pragma options align=reset | ||
133 | #endif | ||
134 | |||
135 | #endif | ||
diff --git a/include/asm-ppc/btext.h b/include/asm-ppc/btext.h deleted file mode 100644 index ed3630251b3b..000000000000 --- a/include/asm-ppc/btext.h +++ /dev/null | |||
@@ -1,34 +0,0 @@ | |||
1 | /* | ||
2 | * Definitions for using the procedures in btext.c. | ||
3 | * | ||
4 | * Benjamin Herrenschmidt <benh@kernel.crashing.org> | ||
5 | */ | ||
6 | #ifndef __PPC_BTEXT_H | ||
7 | #define __PPC_BTEXT_H | ||
8 | #ifdef __KERNEL__ | ||
9 | |||
10 | #include <asm/bootx.h> | ||
11 | |||
12 | extern void btext_clearscreen(void); | ||
13 | extern void btext_flushscreen(void); | ||
14 | |||
15 | extern unsigned long disp_BAT[2]; | ||
16 | |||
17 | extern boot_infos_t disp_bi; | ||
18 | extern int boot_text_mapped; | ||
19 | |||
20 | extern void btext_init(boot_infos_t *bi); | ||
21 | extern void btext_welcome(void); | ||
22 | extern void btext_prepare_BAT(void); | ||
23 | extern void btext_setup_display(int width, int height, int depth, int pitch, | ||
24 | unsigned long address); | ||
25 | extern void map_boot_text(void); | ||
26 | extern void btext_update_display(unsigned long phys, int width, int height, | ||
27 | int depth, int pitch); | ||
28 | |||
29 | extern void btext_drawchar(char c); | ||
30 | extern void btext_drawstring(const char *str); | ||
31 | extern void btext_drawhex(unsigned long v); | ||
32 | |||
33 | #endif /* __KERNEL__ */ | ||
34 | #endif /* __PPC_BTEXT_H */ | ||
diff --git a/include/asm-ppc/cpm1.h b/include/asm-ppc/cpm1.h deleted file mode 100644 index 03035acd85c6..000000000000 --- a/include/asm-ppc/cpm1.h +++ /dev/null | |||
@@ -1,688 +0,0 @@ | |||
1 | /* | ||
2 | * MPC8xx Communication Processor Module. | ||
3 | * Copyright (c) 1997 Dan Malek (dmalek@jlc.net) | ||
4 | * | ||
5 | * This file contains structures and information for the communication | ||
6 | * processor channels. Some CPM control and status is available | ||
7 | * throught the MPC8xx internal memory map. See immap.h for details. | ||
8 | * This file only contains what I need for the moment, not the total | ||
9 | * CPM capabilities. I (or someone else) will add definitions as they | ||
10 | * are needed. -- Dan | ||
11 | * | ||
12 | * On the MBX board, EPPC-Bug loads CPM microcode into the first 512 | ||
13 | * bytes of the DP RAM and relocates the I2C parameter area to the | ||
14 | * IDMA1 space. The remaining DP RAM is available for buffer descriptors | ||
15 | * or other use. | ||
16 | */ | ||
17 | #ifndef __CPM1__ | ||
18 | #define __CPM1__ | ||
19 | |||
20 | #include <asm/8xx_immap.h> | ||
21 | #include <asm/ptrace.h> | ||
22 | |||
23 | /* CPM Command register. | ||
24 | */ | ||
25 | #define CPM_CR_RST ((ushort)0x8000) | ||
26 | #define CPM_CR_OPCODE ((ushort)0x0f00) | ||
27 | #define CPM_CR_CHAN ((ushort)0x00f0) | ||
28 | #define CPM_CR_FLG ((ushort)0x0001) | ||
29 | |||
30 | /* Some commands (there are more...later) | ||
31 | */ | ||
32 | #define CPM_CR_INIT_TRX ((ushort)0x0000) | ||
33 | #define CPM_CR_INIT_RX ((ushort)0x0001) | ||
34 | #define CPM_CR_INIT_TX ((ushort)0x0002) | ||
35 | #define CPM_CR_HUNT_MODE ((ushort)0x0003) | ||
36 | #define CPM_CR_STOP_TX ((ushort)0x0004) | ||
37 | #define CPM_CR_GRA_STOP_TX ((ushort)0x0005) | ||
38 | #define CPM_CR_RESTART_TX ((ushort)0x0006) | ||
39 | #define CPM_CR_CLOSE_RX_BD ((ushort)0x0007) | ||
40 | #define CPM_CR_SET_GADDR ((ushort)0x0008) | ||
41 | #define CPM_CR_SET_TIMER CPM_CR_SET_GADDR | ||
42 | |||
43 | /* Channel numbers. | ||
44 | */ | ||
45 | #define CPM_CR_CH_SCC1 ((ushort)0x0000) | ||
46 | #define CPM_CR_CH_I2C ((ushort)0x0001) /* I2C and IDMA1 */ | ||
47 | #define CPM_CR_CH_SCC2 ((ushort)0x0004) | ||
48 | #define CPM_CR_CH_SPI ((ushort)0x0005) /* SPI / IDMA2 / Timers */ | ||
49 | #define CPM_CR_CH_TIMER CPM_CR_CH_SPI | ||
50 | #define CPM_CR_CH_SCC3 ((ushort)0x0008) | ||
51 | #define CPM_CR_CH_SMC1 ((ushort)0x0009) /* SMC1 / DSP1 */ | ||
52 | #define CPM_CR_CH_SCC4 ((ushort)0x000c) | ||
53 | #define CPM_CR_CH_SMC2 ((ushort)0x000d) /* SMC2 / DSP2 */ | ||
54 | |||
55 | #define mk_cr_cmd(CH, CMD) ((CMD << 8) | (CH << 4)) | ||
56 | |||
57 | /* The dual ported RAM is multi-functional. Some areas can be (and are | ||
58 | * being) used for microcode. There is an area that can only be used | ||
59 | * as data ram for buffer descriptors, which is all we use right now. | ||
60 | * Currently the first 512 and last 256 bytes are used for microcode. | ||
61 | */ | ||
62 | #define CPM_DATAONLY_BASE ((uint)0x0800) | ||
63 | #define CPM_DATAONLY_SIZE ((uint)0x0700) | ||
64 | #define CPM_DP_NOSPACE ((uint)0x7fffffff) | ||
65 | |||
66 | /* Export the base address of the communication processor registers | ||
67 | * and dual port ram. | ||
68 | */ | ||
69 | extern cpm8xx_t *cpmp; /* Pointer to comm processor */ | ||
70 | extern unsigned long cpm_dpalloc(uint size, uint align); | ||
71 | extern int cpm_dpfree(unsigned long offset); | ||
72 | extern unsigned long cpm_dpalloc_fixed(unsigned long offset, uint size, uint align); | ||
73 | extern void cpm_dpdump(void); | ||
74 | extern void *cpm_dpram_addr(unsigned long offset); | ||
75 | extern uint cpm_dpram_phys(u8 *addr); | ||
76 | extern void cpm_setbrg(uint brg, uint rate); | ||
77 | |||
78 | extern void cpm_load_patch(volatile immap_t *immr); | ||
79 | |||
80 | /* Buffer descriptors used by many of the CPM protocols. | ||
81 | */ | ||
82 | typedef struct cpm_buf_desc { | ||
83 | ushort cbd_sc; /* Status and Control */ | ||
84 | ushort cbd_datlen; /* Data length in buffer */ | ||
85 | uint cbd_bufaddr; /* Buffer address in host memory */ | ||
86 | } cbd_t; | ||
87 | |||
88 | #define BD_SC_EMPTY ((ushort)0x8000) /* Receive is empty */ | ||
89 | #define BD_SC_READY ((ushort)0x8000) /* Transmit is ready */ | ||
90 | #define BD_SC_WRAP ((ushort)0x2000) /* Last buffer descriptor */ | ||
91 | #define BD_SC_INTRPT ((ushort)0x1000) /* Interrupt on change */ | ||
92 | #define BD_SC_LAST ((ushort)0x0800) /* Last buffer in frame */ | ||
93 | #define BD_SC_TC ((ushort)0x0400) /* Transmit CRC */ | ||
94 | #define BD_SC_CM ((ushort)0x0200) /* Continous mode */ | ||
95 | #define BD_SC_ID ((ushort)0x0100) /* Rec'd too many idles */ | ||
96 | #define BD_SC_P ((ushort)0x0100) /* xmt preamble */ | ||
97 | #define BD_SC_BR ((ushort)0x0020) /* Break received */ | ||
98 | #define BD_SC_FR ((ushort)0x0010) /* Framing error */ | ||
99 | #define BD_SC_PR ((ushort)0x0008) /* Parity error */ | ||
100 | #define BD_SC_NAK ((ushort)0x0004) /* NAK - did not respond */ | ||
101 | #define BD_SC_OV ((ushort)0x0002) /* Overrun */ | ||
102 | #define BD_SC_UN ((ushort)0x0002) /* Underrun */ | ||
103 | #define BD_SC_CD ((ushort)0x0001) /* ?? */ | ||
104 | #define BD_SC_CL ((ushort)0x0001) /* Collision */ | ||
105 | |||
106 | /* Parameter RAM offsets. | ||
107 | */ | ||
108 | #define PROFF_SCC1 ((uint)0x0000) | ||
109 | #define PROFF_IIC ((uint)0x0080) | ||
110 | #define PROFF_SCC2 ((uint)0x0100) | ||
111 | #define PROFF_SPI ((uint)0x0180) | ||
112 | #define PROFF_SCC3 ((uint)0x0200) | ||
113 | #define PROFF_SMC1 ((uint)0x0280) | ||
114 | #define PROFF_SCC4 ((uint)0x0300) | ||
115 | #define PROFF_SMC2 ((uint)0x0380) | ||
116 | |||
117 | /* Define enough so I can at least use the serial port as a UART. | ||
118 | * The MBX uses SMC1 as the host serial port. | ||
119 | */ | ||
120 | typedef struct smc_uart { | ||
121 | ushort smc_rbase; /* Rx Buffer descriptor base address */ | ||
122 | ushort smc_tbase; /* Tx Buffer descriptor base address */ | ||
123 | u_char smc_rfcr; /* Rx function code */ | ||
124 | u_char smc_tfcr; /* Tx function code */ | ||
125 | ushort smc_mrblr; /* Max receive buffer length */ | ||
126 | uint smc_rstate; /* Internal */ | ||
127 | uint smc_idp; /* Internal */ | ||
128 | ushort smc_rbptr; /* Internal */ | ||
129 | ushort smc_ibc; /* Internal */ | ||
130 | uint smc_rxtmp; /* Internal */ | ||
131 | uint smc_tstate; /* Internal */ | ||
132 | uint smc_tdp; /* Internal */ | ||
133 | ushort smc_tbptr; /* Internal */ | ||
134 | ushort smc_tbc; /* Internal */ | ||
135 | uint smc_txtmp; /* Internal */ | ||
136 | ushort smc_maxidl; /* Maximum idle characters */ | ||
137 | ushort smc_tmpidl; /* Temporary idle counter */ | ||
138 | ushort smc_brklen; /* Last received break length */ | ||
139 | ushort smc_brkec; /* rcv'd break condition counter */ | ||
140 | ushort smc_brkcr; /* xmt break count register */ | ||
141 | ushort smc_rmask; /* Temporary bit mask */ | ||
142 | char res1[8]; /* Reserved */ | ||
143 | ushort smc_rpbase; /* Relocation pointer */ | ||
144 | } smc_uart_t; | ||
145 | |||
146 | /* Function code bits. | ||
147 | */ | ||
148 | #define SMC_EB ((u_char)0x10) /* Set big endian byte order */ | ||
149 | |||
150 | /* SMC uart mode register. | ||
151 | */ | ||
152 | #define SMCMR_REN ((ushort)0x0001) | ||
153 | #define SMCMR_TEN ((ushort)0x0002) | ||
154 | #define SMCMR_DM ((ushort)0x000c) | ||
155 | #define SMCMR_SM_GCI ((ushort)0x0000) | ||
156 | #define SMCMR_SM_UART ((ushort)0x0020) | ||
157 | #define SMCMR_SM_TRANS ((ushort)0x0030) | ||
158 | #define SMCMR_SM_MASK ((ushort)0x0030) | ||
159 | #define SMCMR_PM_EVEN ((ushort)0x0100) /* Even parity, else odd */ | ||
160 | #define SMCMR_REVD SMCMR_PM_EVEN | ||
161 | #define SMCMR_PEN ((ushort)0x0200) /* Parity enable */ | ||
162 | #define SMCMR_BS SMCMR_PEN | ||
163 | #define SMCMR_SL ((ushort)0x0400) /* Two stops, else one */ | ||
164 | #define SMCR_CLEN_MASK ((ushort)0x7800) /* Character length */ | ||
165 | #define smcr_mk_clen(C) (((C) << 11) & SMCR_CLEN_MASK) | ||
166 | |||
167 | /* SMC2 as Centronics parallel printer. It is half duplex, in that | ||
168 | * it can only receive or transmit. The parameter ram values for | ||
169 | * each direction are either unique or properly overlap, so we can | ||
170 | * include them in one structure. | ||
171 | */ | ||
172 | typedef struct smc_centronics { | ||
173 | ushort scent_rbase; | ||
174 | ushort scent_tbase; | ||
175 | u_char scent_cfcr; | ||
176 | u_char scent_smask; | ||
177 | ushort scent_mrblr; | ||
178 | uint scent_rstate; | ||
179 | uint scent_r_ptr; | ||
180 | ushort scent_rbptr; | ||
181 | ushort scent_r_cnt; | ||
182 | uint scent_rtemp; | ||
183 | uint scent_tstate; | ||
184 | uint scent_t_ptr; | ||
185 | ushort scent_tbptr; | ||
186 | ushort scent_t_cnt; | ||
187 | uint scent_ttemp; | ||
188 | ushort scent_max_sl; | ||
189 | ushort scent_sl_cnt; | ||
190 | ushort scent_character1; | ||
191 | ushort scent_character2; | ||
192 | ushort scent_character3; | ||
193 | ushort scent_character4; | ||
194 | ushort scent_character5; | ||
195 | ushort scent_character6; | ||
196 | ushort scent_character7; | ||
197 | ushort scent_character8; | ||
198 | ushort scent_rccm; | ||
199 | ushort scent_rccr; | ||
200 | } smc_cent_t; | ||
201 | |||
202 | /* Centronics Status Mask Register. | ||
203 | */ | ||
204 | #define SMC_CENT_F ((u_char)0x08) | ||
205 | #define SMC_CENT_PE ((u_char)0x04) | ||
206 | #define SMC_CENT_S ((u_char)0x02) | ||
207 | |||
208 | /* SMC Event and Mask register. | ||
209 | */ | ||
210 | #define SMCM_BRKE ((unsigned char)0x40) /* When in UART Mode */ | ||
211 | #define SMCM_BRK ((unsigned char)0x10) /* When in UART Mode */ | ||
212 | #define SMCM_TXE ((unsigned char)0x10) /* When in Transparent Mode */ | ||
213 | #define SMCM_BSY ((unsigned char)0x04) | ||
214 | #define SMCM_TX ((unsigned char)0x02) | ||
215 | #define SMCM_RX ((unsigned char)0x01) | ||
216 | |||
217 | /* Baud rate generators. | ||
218 | */ | ||
219 | #define CPM_BRG_RST ((uint)0x00020000) | ||
220 | #define CPM_BRG_EN ((uint)0x00010000) | ||
221 | #define CPM_BRG_EXTC_INT ((uint)0x00000000) | ||
222 | #define CPM_BRG_EXTC_CLK2 ((uint)0x00004000) | ||
223 | #define CPM_BRG_EXTC_CLK6 ((uint)0x00008000) | ||
224 | #define CPM_BRG_ATB ((uint)0x00002000) | ||
225 | #define CPM_BRG_CD_MASK ((uint)0x00001ffe) | ||
226 | #define CPM_BRG_DIV16 ((uint)0x00000001) | ||
227 | |||
228 | /* SI Clock Route Register | ||
229 | */ | ||
230 | #define SICR_RCLK_SCC1_BRG1 ((uint)0x00000000) | ||
231 | #define SICR_TCLK_SCC1_BRG1 ((uint)0x00000000) | ||
232 | #define SICR_RCLK_SCC2_BRG2 ((uint)0x00000800) | ||
233 | #define SICR_TCLK_SCC2_BRG2 ((uint)0x00000100) | ||
234 | #define SICR_RCLK_SCC3_BRG3 ((uint)0x00100000) | ||
235 | #define SICR_TCLK_SCC3_BRG3 ((uint)0x00020000) | ||
236 | #define SICR_RCLK_SCC4_BRG4 ((uint)0x18000000) | ||
237 | #define SICR_TCLK_SCC4_BRG4 ((uint)0x03000000) | ||
238 | |||
239 | /* SCCs. | ||
240 | */ | ||
241 | #define SCC_GSMRH_IRP ((uint)0x00040000) | ||
242 | #define SCC_GSMRH_GDE ((uint)0x00010000) | ||
243 | #define SCC_GSMRH_TCRC_CCITT ((uint)0x00008000) | ||
244 | #define SCC_GSMRH_TCRC_BISYNC ((uint)0x00004000) | ||
245 | #define SCC_GSMRH_TCRC_HDLC ((uint)0x00000000) | ||
246 | #define SCC_GSMRH_REVD ((uint)0x00002000) | ||
247 | #define SCC_GSMRH_TRX ((uint)0x00001000) | ||
248 | #define SCC_GSMRH_TTX ((uint)0x00000800) | ||
249 | #define SCC_GSMRH_CDP ((uint)0x00000400) | ||
250 | #define SCC_GSMRH_CTSP ((uint)0x00000200) | ||
251 | #define SCC_GSMRH_CDS ((uint)0x00000100) | ||
252 | #define SCC_GSMRH_CTSS ((uint)0x00000080) | ||
253 | #define SCC_GSMRH_TFL ((uint)0x00000040) | ||
254 | #define SCC_GSMRH_RFW ((uint)0x00000020) | ||
255 | #define SCC_GSMRH_TXSY ((uint)0x00000010) | ||
256 | #define SCC_GSMRH_SYNL16 ((uint)0x0000000c) | ||
257 | #define SCC_GSMRH_SYNL8 ((uint)0x00000008) | ||
258 | #define SCC_GSMRH_SYNL4 ((uint)0x00000004) | ||
259 | #define SCC_GSMRH_RTSM ((uint)0x00000002) | ||
260 | #define SCC_GSMRH_RSYN ((uint)0x00000001) | ||
261 | |||
262 | #define SCC_GSMRL_SIR ((uint)0x80000000) /* SCC2 only */ | ||
263 | #define SCC_GSMRL_EDGE_NONE ((uint)0x60000000) | ||
264 | #define SCC_GSMRL_EDGE_NEG ((uint)0x40000000) | ||
265 | #define SCC_GSMRL_EDGE_POS ((uint)0x20000000) | ||
266 | #define SCC_GSMRL_EDGE_BOTH ((uint)0x00000000) | ||
267 | #define SCC_GSMRL_TCI ((uint)0x10000000) | ||
268 | #define SCC_GSMRL_TSNC_3 ((uint)0x0c000000) | ||
269 | #define SCC_GSMRL_TSNC_4 ((uint)0x08000000) | ||
270 | #define SCC_GSMRL_TSNC_14 ((uint)0x04000000) | ||
271 | #define SCC_GSMRL_TSNC_INF ((uint)0x00000000) | ||
272 | #define SCC_GSMRL_RINV ((uint)0x02000000) | ||
273 | #define SCC_GSMRL_TINV ((uint)0x01000000) | ||
274 | #define SCC_GSMRL_TPL_128 ((uint)0x00c00000) | ||
275 | #define SCC_GSMRL_TPL_64 ((uint)0x00a00000) | ||
276 | #define SCC_GSMRL_TPL_48 ((uint)0x00800000) | ||
277 | #define SCC_GSMRL_TPL_32 ((uint)0x00600000) | ||
278 | #define SCC_GSMRL_TPL_16 ((uint)0x00400000) | ||
279 | #define SCC_GSMRL_TPL_8 ((uint)0x00200000) | ||
280 | #define SCC_GSMRL_TPL_NONE ((uint)0x00000000) | ||
281 | #define SCC_GSMRL_TPP_ALL1 ((uint)0x00180000) | ||
282 | #define SCC_GSMRL_TPP_01 ((uint)0x00100000) | ||
283 | #define SCC_GSMRL_TPP_10 ((uint)0x00080000) | ||
284 | #define SCC_GSMRL_TPP_ZEROS ((uint)0x00000000) | ||
285 | #define SCC_GSMRL_TEND ((uint)0x00040000) | ||
286 | #define SCC_GSMRL_TDCR_32 ((uint)0x00030000) | ||
287 | #define SCC_GSMRL_TDCR_16 ((uint)0x00020000) | ||
288 | #define SCC_GSMRL_TDCR_8 ((uint)0x00010000) | ||
289 | #define SCC_GSMRL_TDCR_1 ((uint)0x00000000) | ||
290 | #define SCC_GSMRL_RDCR_32 ((uint)0x0000c000) | ||
291 | #define SCC_GSMRL_RDCR_16 ((uint)0x00008000) | ||
292 | #define SCC_GSMRL_RDCR_8 ((uint)0x00004000) | ||
293 | #define SCC_GSMRL_RDCR_1 ((uint)0x00000000) | ||
294 | #define SCC_GSMRL_RENC_DFMAN ((uint)0x00003000) | ||
295 | #define SCC_GSMRL_RENC_MANCH ((uint)0x00002000) | ||
296 | #define SCC_GSMRL_RENC_FM0 ((uint)0x00001000) | ||
297 | #define SCC_GSMRL_RENC_NRZI ((uint)0x00000800) | ||
298 | #define SCC_GSMRL_RENC_NRZ ((uint)0x00000000) | ||
299 | #define SCC_GSMRL_TENC_DFMAN ((uint)0x00000600) | ||
300 | #define SCC_GSMRL_TENC_MANCH ((uint)0x00000400) | ||
301 | #define SCC_GSMRL_TENC_FM0 ((uint)0x00000200) | ||
302 | #define SCC_GSMRL_TENC_NRZI ((uint)0x00000100) | ||
303 | #define SCC_GSMRL_TENC_NRZ ((uint)0x00000000) | ||
304 | #define SCC_GSMRL_DIAG_LE ((uint)0x000000c0) /* Loop and echo */ | ||
305 | #define SCC_GSMRL_DIAG_ECHO ((uint)0x00000080) | ||
306 | #define SCC_GSMRL_DIAG_LOOP ((uint)0x00000040) | ||
307 | #define SCC_GSMRL_DIAG_NORM ((uint)0x00000000) | ||
308 | #define SCC_GSMRL_ENR ((uint)0x00000020) | ||
309 | #define SCC_GSMRL_ENT ((uint)0x00000010) | ||
310 | #define SCC_GSMRL_MODE_ENET ((uint)0x0000000c) | ||
311 | #define SCC_GSMRL_MODE_QMC ((uint)0x0000000a) | ||
312 | #define SCC_GSMRL_MODE_DDCMP ((uint)0x00000009) | ||
313 | #define SCC_GSMRL_MODE_BISYNC ((uint)0x00000008) | ||
314 | #define SCC_GSMRL_MODE_V14 ((uint)0x00000007) | ||
315 | #define SCC_GSMRL_MODE_AHDLC ((uint)0x00000006) | ||
316 | #define SCC_GSMRL_MODE_PROFIBUS ((uint)0x00000005) | ||
317 | #define SCC_GSMRL_MODE_UART ((uint)0x00000004) | ||
318 | #define SCC_GSMRL_MODE_SS7 ((uint)0x00000003) | ||
319 | #define SCC_GSMRL_MODE_ATALK ((uint)0x00000002) | ||
320 | #define SCC_GSMRL_MODE_HDLC ((uint)0x00000000) | ||
321 | |||
322 | #define SCC_TODR_TOD ((ushort)0x8000) | ||
323 | |||
324 | /* SCC Event and Mask register. | ||
325 | */ | ||
326 | #define SCCM_TXE ((unsigned char)0x10) | ||
327 | #define SCCM_BSY ((unsigned char)0x04) | ||
328 | #define SCCM_TX ((unsigned char)0x02) | ||
329 | #define SCCM_RX ((unsigned char)0x01) | ||
330 | |||
331 | typedef struct scc_param { | ||
332 | ushort scc_rbase; /* Rx Buffer descriptor base address */ | ||
333 | ushort scc_tbase; /* Tx Buffer descriptor base address */ | ||
334 | u_char scc_rfcr; /* Rx function code */ | ||
335 | u_char scc_tfcr; /* Tx function code */ | ||
336 | ushort scc_mrblr; /* Max receive buffer length */ | ||
337 | uint scc_rstate; /* Internal */ | ||
338 | uint scc_idp; /* Internal */ | ||
339 | ushort scc_rbptr; /* Internal */ | ||
340 | ushort scc_ibc; /* Internal */ | ||
341 | uint scc_rxtmp; /* Internal */ | ||
342 | uint scc_tstate; /* Internal */ | ||
343 | uint scc_tdp; /* Internal */ | ||
344 | ushort scc_tbptr; /* Internal */ | ||
345 | ushort scc_tbc; /* Internal */ | ||
346 | uint scc_txtmp; /* Internal */ | ||
347 | uint scc_rcrc; /* Internal */ | ||
348 | uint scc_tcrc; /* Internal */ | ||
349 | } sccp_t; | ||
350 | |||
351 | /* Function code bits. | ||
352 | */ | ||
353 | #define SCC_EB ((u_char)0x10) /* Set big endian byte order */ | ||
354 | |||
355 | /* CPM Ethernet through SCCx. | ||
356 | */ | ||
357 | typedef struct scc_enet { | ||
358 | sccp_t sen_genscc; | ||
359 | uint sen_cpres; /* Preset CRC */ | ||
360 | uint sen_cmask; /* Constant mask for CRC */ | ||
361 | uint sen_crcec; /* CRC Error counter */ | ||
362 | uint sen_alec; /* alignment error counter */ | ||
363 | uint sen_disfc; /* discard frame counter */ | ||
364 | ushort sen_pads; /* Tx short frame pad character */ | ||
365 | ushort sen_retlim; /* Retry limit threshold */ | ||
366 | ushort sen_retcnt; /* Retry limit counter */ | ||
367 | ushort sen_maxflr; /* maximum frame length register */ | ||
368 | ushort sen_minflr; /* minimum frame length register */ | ||
369 | ushort sen_maxd1; /* maximum DMA1 length */ | ||
370 | ushort sen_maxd2; /* maximum DMA2 length */ | ||
371 | ushort sen_maxd; /* Rx max DMA */ | ||
372 | ushort sen_dmacnt; /* Rx DMA counter */ | ||
373 | ushort sen_maxb; /* Max BD byte count */ | ||
374 | ushort sen_gaddr1; /* Group address filter */ | ||
375 | ushort sen_gaddr2; | ||
376 | ushort sen_gaddr3; | ||
377 | ushort sen_gaddr4; | ||
378 | uint sen_tbuf0data0; /* Save area 0 - current frame */ | ||
379 | uint sen_tbuf0data1; /* Save area 1 - current frame */ | ||
380 | uint sen_tbuf0rba; /* Internal */ | ||
381 | uint sen_tbuf0crc; /* Internal */ | ||
382 | ushort sen_tbuf0bcnt; /* Internal */ | ||
383 | ushort sen_paddrh; /* physical address (MSB) */ | ||
384 | ushort sen_paddrm; | ||
385 | ushort sen_paddrl; /* physical address (LSB) */ | ||
386 | ushort sen_pper; /* persistence */ | ||
387 | ushort sen_rfbdptr; /* Rx first BD pointer */ | ||
388 | ushort sen_tfbdptr; /* Tx first BD pointer */ | ||
389 | ushort sen_tlbdptr; /* Tx last BD pointer */ | ||
390 | uint sen_tbuf1data0; /* Save area 0 - current frame */ | ||
391 | uint sen_tbuf1data1; /* Save area 1 - current frame */ | ||
392 | uint sen_tbuf1rba; /* Internal */ | ||
393 | uint sen_tbuf1crc; /* Internal */ | ||
394 | ushort sen_tbuf1bcnt; /* Internal */ | ||
395 | ushort sen_txlen; /* Tx Frame length counter */ | ||
396 | ushort sen_iaddr1; /* Individual address filter */ | ||
397 | ushort sen_iaddr2; | ||
398 | ushort sen_iaddr3; | ||
399 | ushort sen_iaddr4; | ||
400 | ushort sen_boffcnt; /* Backoff counter */ | ||
401 | |||
402 | /* NOTE: Some versions of the manual have the following items | ||
403 | * incorrectly documented. Below is the proper order. | ||
404 | */ | ||
405 | ushort sen_taddrh; /* temp address (MSB) */ | ||
406 | ushort sen_taddrm; | ||
407 | ushort sen_taddrl; /* temp address (LSB) */ | ||
408 | } scc_enet_t; | ||
409 | |||
410 | /* SCC Event register as used by Ethernet. | ||
411 | */ | ||
412 | #define SCCE_ENET_GRA ((ushort)0x0080) /* Graceful stop complete */ | ||
413 | #define SCCE_ENET_TXE ((ushort)0x0010) /* Transmit Error */ | ||
414 | #define SCCE_ENET_RXF ((ushort)0x0008) /* Full frame received */ | ||
415 | #define SCCE_ENET_BSY ((ushort)0x0004) /* All incoming buffers full */ | ||
416 | #define SCCE_ENET_TXB ((ushort)0x0002) /* A buffer was transmitted */ | ||
417 | #define SCCE_ENET_RXB ((ushort)0x0001) /* A buffer was received */ | ||
418 | |||
419 | /* SCC Mode Register (PMSR) as used by Ethernet. | ||
420 | */ | ||
421 | #define SCC_PSMR_HBC ((ushort)0x8000) /* Enable heartbeat */ | ||
422 | #define SCC_PSMR_FC ((ushort)0x4000) /* Force collision */ | ||
423 | #define SCC_PSMR_RSH ((ushort)0x2000) /* Receive short frames */ | ||
424 | #define SCC_PSMR_IAM ((ushort)0x1000) /* Check individual hash */ | ||
425 | #define SCC_PSMR_ENCRC ((ushort)0x0800) /* Ethernet CRC mode */ | ||
426 | #define SCC_PSMR_PRO ((ushort)0x0200) /* Promiscuous mode */ | ||
427 | #define SCC_PSMR_BRO ((ushort)0x0100) /* Catch broadcast pkts */ | ||
428 | #define SCC_PSMR_SBT ((ushort)0x0080) /* Special backoff timer */ | ||
429 | #define SCC_PSMR_LPB ((ushort)0x0040) /* Set Loopback mode */ | ||
430 | #define SCC_PSMR_SIP ((ushort)0x0020) /* Sample Input Pins */ | ||
431 | #define SCC_PSMR_LCW ((ushort)0x0010) /* Late collision window */ | ||
432 | #define SCC_PSMR_NIB22 ((ushort)0x000a) /* Start frame search */ | ||
433 | #define SCC_PSMR_FDE ((ushort)0x0001) /* Full duplex enable */ | ||
434 | |||
435 | /* Buffer descriptor control/status used by Ethernet receive. | ||
436 | */ | ||
437 | #define BD_ENET_RX_EMPTY ((ushort)0x8000) | ||
438 | #define BD_ENET_RX_WRAP ((ushort)0x2000) | ||
439 | #define BD_ENET_RX_INTR ((ushort)0x1000) | ||
440 | #define BD_ENET_RX_LAST ((ushort)0x0800) | ||
441 | #define BD_ENET_RX_FIRST ((ushort)0x0400) | ||
442 | #define BD_ENET_RX_MISS ((ushort)0x0100) | ||
443 | #define BD_ENET_RX_LG ((ushort)0x0020) | ||
444 | #define BD_ENET_RX_NO ((ushort)0x0010) | ||
445 | #define BD_ENET_RX_SH ((ushort)0x0008) | ||
446 | #define BD_ENET_RX_CR ((ushort)0x0004) | ||
447 | #define BD_ENET_RX_OV ((ushort)0x0002) | ||
448 | #define BD_ENET_RX_CL ((ushort)0x0001) | ||
449 | #define BD_ENET_RX_BC ((ushort)0x0080) /* DA is Broadcast */ | ||
450 | #define BD_ENET_RX_MC ((ushort)0x0040) /* DA is Multicast */ | ||
451 | #define BD_ENET_RX_STATS ((ushort)0x013f) /* All status bits */ | ||
452 | |||
453 | /* Buffer descriptor control/status used by Ethernet transmit. | ||
454 | */ | ||
455 | #define BD_ENET_TX_READY ((ushort)0x8000) | ||
456 | #define BD_ENET_TX_PAD ((ushort)0x4000) | ||
457 | #define BD_ENET_TX_WRAP ((ushort)0x2000) | ||
458 | #define BD_ENET_TX_INTR ((ushort)0x1000) | ||
459 | #define BD_ENET_TX_LAST ((ushort)0x0800) | ||
460 | #define BD_ENET_TX_TC ((ushort)0x0400) | ||
461 | #define BD_ENET_TX_DEF ((ushort)0x0200) | ||
462 | #define BD_ENET_TX_HB ((ushort)0x0100) | ||
463 | #define BD_ENET_TX_LC ((ushort)0x0080) | ||
464 | #define BD_ENET_TX_RL ((ushort)0x0040) | ||
465 | #define BD_ENET_TX_RCMASK ((ushort)0x003c) | ||
466 | #define BD_ENET_TX_UN ((ushort)0x0002) | ||
467 | #define BD_ENET_TX_CSL ((ushort)0x0001) | ||
468 | #define BD_ENET_TX_STATS ((ushort)0x03ff) /* All status bits */ | ||
469 | |||
470 | /* SCC as UART | ||
471 | */ | ||
472 | typedef struct scc_uart { | ||
473 | sccp_t scc_genscc; | ||
474 | char res1[8]; /* Reserved */ | ||
475 | ushort scc_maxidl; /* Maximum idle chars */ | ||
476 | ushort scc_idlc; /* temp idle counter */ | ||
477 | ushort scc_brkcr; /* Break count register */ | ||
478 | ushort scc_parec; /* receive parity error counter */ | ||
479 | ushort scc_frmec; /* receive framing error counter */ | ||
480 | ushort scc_nosec; /* receive noise counter */ | ||
481 | ushort scc_brkec; /* receive break condition counter */ | ||
482 | ushort scc_brkln; /* last received break length */ | ||
483 | ushort scc_uaddr1; /* UART address character 1 */ | ||
484 | ushort scc_uaddr2; /* UART address character 2 */ | ||
485 | ushort scc_rtemp; /* Temp storage */ | ||
486 | ushort scc_toseq; /* Transmit out of sequence char */ | ||
487 | ushort scc_char1; /* control character 1 */ | ||
488 | ushort scc_char2; /* control character 2 */ | ||
489 | ushort scc_char3; /* control character 3 */ | ||
490 | ushort scc_char4; /* control character 4 */ | ||
491 | ushort scc_char5; /* control character 5 */ | ||
492 | ushort scc_char6; /* control character 6 */ | ||
493 | ushort scc_char7; /* control character 7 */ | ||
494 | ushort scc_char8; /* control character 8 */ | ||
495 | ushort scc_rccm; /* receive control character mask */ | ||
496 | ushort scc_rccr; /* receive control character register */ | ||
497 | ushort scc_rlbc; /* receive last break character */ | ||
498 | } scc_uart_t; | ||
499 | |||
500 | /* SCC Event and Mask registers when it is used as a UART. | ||
501 | */ | ||
502 | #define UART_SCCM_GLR ((ushort)0x1000) | ||
503 | #define UART_SCCM_GLT ((ushort)0x0800) | ||
504 | #define UART_SCCM_AB ((ushort)0x0200) | ||
505 | #define UART_SCCM_IDL ((ushort)0x0100) | ||
506 | #define UART_SCCM_GRA ((ushort)0x0080) | ||
507 | #define UART_SCCM_BRKE ((ushort)0x0040) | ||
508 | #define UART_SCCM_BRKS ((ushort)0x0020) | ||
509 | #define UART_SCCM_CCR ((ushort)0x0008) | ||
510 | #define UART_SCCM_BSY ((ushort)0x0004) | ||
511 | #define UART_SCCM_TX ((ushort)0x0002) | ||
512 | #define UART_SCCM_RX ((ushort)0x0001) | ||
513 | |||
514 | /* The SCC PMSR when used as a UART. | ||
515 | */ | ||
516 | #define SCU_PSMR_FLC ((ushort)0x8000) | ||
517 | #define SCU_PSMR_SL ((ushort)0x4000) | ||
518 | #define SCU_PSMR_CL ((ushort)0x3000) | ||
519 | #define SCU_PSMR_UM ((ushort)0x0c00) | ||
520 | #define SCU_PSMR_FRZ ((ushort)0x0200) | ||
521 | #define SCU_PSMR_RZS ((ushort)0x0100) | ||
522 | #define SCU_PSMR_SYN ((ushort)0x0080) | ||
523 | #define SCU_PSMR_DRT ((ushort)0x0040) | ||
524 | #define SCU_PSMR_PEN ((ushort)0x0010) | ||
525 | #define SCU_PSMR_RPM ((ushort)0x000c) | ||
526 | #define SCU_PSMR_REVP ((ushort)0x0008) | ||
527 | #define SCU_PSMR_TPM ((ushort)0x0003) | ||
528 | #define SCU_PSMR_TEVP ((ushort)0x0002) | ||
529 | |||
530 | /* CPM Transparent mode SCC. | ||
531 | */ | ||
532 | typedef struct scc_trans { | ||
533 | sccp_t st_genscc; | ||
534 | uint st_cpres; /* Preset CRC */ | ||
535 | uint st_cmask; /* Constant mask for CRC */ | ||
536 | } scc_trans_t; | ||
537 | |||
538 | #define BD_SCC_TX_LAST ((ushort)0x0800) | ||
539 | |||
540 | /* IIC parameter RAM. | ||
541 | */ | ||
542 | typedef struct iic { | ||
543 | ushort iic_rbase; /* Rx Buffer descriptor base address */ | ||
544 | ushort iic_tbase; /* Tx Buffer descriptor base address */ | ||
545 | u_char iic_rfcr; /* Rx function code */ | ||
546 | u_char iic_tfcr; /* Tx function code */ | ||
547 | ushort iic_mrblr; /* Max receive buffer length */ | ||
548 | uint iic_rstate; /* Internal */ | ||
549 | uint iic_rdp; /* Internal */ | ||
550 | ushort iic_rbptr; /* Internal */ | ||
551 | ushort iic_rbc; /* Internal */ | ||
552 | uint iic_rxtmp; /* Internal */ | ||
553 | uint iic_tstate; /* Internal */ | ||
554 | uint iic_tdp; /* Internal */ | ||
555 | ushort iic_tbptr; /* Internal */ | ||
556 | ushort iic_tbc; /* Internal */ | ||
557 | uint iic_txtmp; /* Internal */ | ||
558 | char res1[4]; /* Reserved */ | ||
559 | ushort iic_rpbase; /* Relocation pointer */ | ||
560 | char res2[2]; /* Reserved */ | ||
561 | } iic_t; | ||
562 | |||
563 | #define BD_IIC_START ((ushort)0x0400) | ||
564 | |||
565 | /* SPI parameter RAM. | ||
566 | */ | ||
567 | typedef struct spi { | ||
568 | ushort spi_rbase; /* Rx Buffer descriptor base address */ | ||
569 | ushort spi_tbase; /* Tx Buffer descriptor base address */ | ||
570 | u_char spi_rfcr; /* Rx function code */ | ||
571 | u_char spi_tfcr; /* Tx function code */ | ||
572 | ushort spi_mrblr; /* Max receive buffer length */ | ||
573 | uint spi_rstate; /* Internal */ | ||
574 | uint spi_rdp; /* Internal */ | ||
575 | ushort spi_rbptr; /* Internal */ | ||
576 | ushort spi_rbc; /* Internal */ | ||
577 | uint spi_rxtmp; /* Internal */ | ||
578 | uint spi_tstate; /* Internal */ | ||
579 | uint spi_tdp; /* Internal */ | ||
580 | ushort spi_tbptr; /* Internal */ | ||
581 | ushort spi_tbc; /* Internal */ | ||
582 | uint spi_txtmp; /* Internal */ | ||
583 | uint spi_res; | ||
584 | ushort spi_rpbase; /* Relocation pointer */ | ||
585 | ushort spi_res2; | ||
586 | } spi_t; | ||
587 | |||
588 | /* SPI Mode register. | ||
589 | */ | ||
590 | #define SPMODE_LOOP ((ushort)0x4000) /* Loopback */ | ||
591 | #define SPMODE_CI ((ushort)0x2000) /* Clock Invert */ | ||
592 | #define SPMODE_CP ((ushort)0x1000) /* Clock Phase */ | ||
593 | #define SPMODE_DIV16 ((ushort)0x0800) /* BRG/16 mode */ | ||
594 | #define SPMODE_REV ((ushort)0x0400) /* Reversed Data */ | ||
595 | #define SPMODE_MSTR ((ushort)0x0200) /* SPI Master */ | ||
596 | #define SPMODE_EN ((ushort)0x0100) /* Enable */ | ||
597 | #define SPMODE_LENMSK ((ushort)0x00f0) /* character length */ | ||
598 | #define SPMODE_LEN4 ((ushort)0x0030) /* 4 bits per char */ | ||
599 | #define SPMODE_LEN8 ((ushort)0x0070) /* 8 bits per char */ | ||
600 | #define SPMODE_LEN16 ((ushort)0x00f0) /* 16 bits per char */ | ||
601 | #define SPMODE_PMMSK ((ushort)0x000f) /* prescale modulus */ | ||
602 | |||
603 | /* SPIE fields */ | ||
604 | #define SPIE_MME 0x20 | ||
605 | #define SPIE_TXE 0x10 | ||
606 | #define SPIE_BSY 0x04 | ||
607 | #define SPIE_TXB 0x02 | ||
608 | #define SPIE_RXB 0x01 | ||
609 | |||
610 | /* | ||
611 | * RISC Controller Configuration Register definitons | ||
612 | */ | ||
613 | #define RCCR_TIME 0x8000 /* RISC Timer Enable */ | ||
614 | #define RCCR_TIMEP(t) (((t) & 0x3F)<<8) /* RISC Timer Period */ | ||
615 | #define RCCR_TIME_MASK 0x00FF /* not RISC Timer related bits */ | ||
616 | |||
617 | /* RISC Timer Parameter RAM offset */ | ||
618 | #define PROFF_RTMR ((uint)0x01B0) | ||
619 | |||
620 | typedef struct risc_timer_pram { | ||
621 | unsigned short tm_base; /* RISC Timer Table Base Address */ | ||
622 | unsigned short tm_ptr; /* RISC Timer Table Pointer (internal) */ | ||
623 | unsigned short r_tmr; /* RISC Timer Mode Register */ | ||
624 | unsigned short r_tmv; /* RISC Timer Valid Register */ | ||
625 | unsigned long tm_cmd; /* RISC Timer Command Register */ | ||
626 | unsigned long tm_cnt; /* RISC Timer Internal Count */ | ||
627 | } rt_pram_t; | ||
628 | |||
629 | /* Bits in RISC Timer Command Register */ | ||
630 | #define TM_CMD_VALID 0x80000000 /* Valid - Enables the timer */ | ||
631 | #define TM_CMD_RESTART 0x40000000 /* Restart - for automatic restart */ | ||
632 | #define TM_CMD_PWM 0x20000000 /* Run in Pulse Width Modulation Mode */ | ||
633 | #define TM_CMD_NUM(n) (((n)&0xF)<<16) /* Timer Number */ | ||
634 | #define TM_CMD_PERIOD(p) ((p)&0xFFFF) /* Timer Period */ | ||
635 | |||
636 | /* CPM interrupts. There are nearly 32 interrupts generated by CPM | ||
637 | * channels or devices. All of these are presented to the PPC core | ||
638 | * as a single interrupt. The CPM interrupt handler dispatches its | ||
639 | * own handlers, in a similar fashion to the PPC core handler. We | ||
640 | * use the table as defined in the manuals (i.e. no special high | ||
641 | * priority and SCC1 == SCCa, etc...). | ||
642 | */ | ||
643 | #define CPMVEC_NR 32 | ||
644 | #define CPMVEC_PIO_PC15 ((ushort)0x1f) | ||
645 | #define CPMVEC_SCC1 ((ushort)0x1e) | ||
646 | #define CPMVEC_SCC2 ((ushort)0x1d) | ||
647 | #define CPMVEC_SCC3 ((ushort)0x1c) | ||
648 | #define CPMVEC_SCC4 ((ushort)0x1b) | ||
649 | #define CPMVEC_PIO_PC14 ((ushort)0x1a) | ||
650 | #define CPMVEC_TIMER1 ((ushort)0x19) | ||
651 | #define CPMVEC_PIO_PC13 ((ushort)0x18) | ||
652 | #define CPMVEC_PIO_PC12 ((ushort)0x17) | ||
653 | #define CPMVEC_SDMA_CB_ERR ((ushort)0x16) | ||
654 | #define CPMVEC_IDMA1 ((ushort)0x15) | ||
655 | #define CPMVEC_IDMA2 ((ushort)0x14) | ||
656 | #define CPMVEC_TIMER2 ((ushort)0x12) | ||
657 | #define CPMVEC_RISCTIMER ((ushort)0x11) | ||
658 | #define CPMVEC_I2C ((ushort)0x10) | ||
659 | #define CPMVEC_PIO_PC11 ((ushort)0x0f) | ||
660 | #define CPMVEC_PIO_PC10 ((ushort)0x0e) | ||
661 | #define CPMVEC_TIMER3 ((ushort)0x0c) | ||
662 | #define CPMVEC_PIO_PC9 ((ushort)0x0b) | ||
663 | #define CPMVEC_PIO_PC8 ((ushort)0x0a) | ||
664 | #define CPMVEC_PIO_PC7 ((ushort)0x09) | ||
665 | #define CPMVEC_TIMER4 ((ushort)0x07) | ||
666 | #define CPMVEC_PIO_PC6 ((ushort)0x06) | ||
667 | #define CPMVEC_SPI ((ushort)0x05) | ||
668 | #define CPMVEC_SMC1 ((ushort)0x04) | ||
669 | #define CPMVEC_SMC2 ((ushort)0x03) | ||
670 | #define CPMVEC_PIO_PC5 ((ushort)0x02) | ||
671 | #define CPMVEC_PIO_PC4 ((ushort)0x01) | ||
672 | #define CPMVEC_ERROR ((ushort)0x00) | ||
673 | |||
674 | /* CPM interrupt configuration vector. | ||
675 | */ | ||
676 | #define CICR_SCD_SCC4 ((uint)0x00c00000) /* SCC4 @ SCCd */ | ||
677 | #define CICR_SCC_SCC3 ((uint)0x00200000) /* SCC3 @ SCCc */ | ||
678 | #define CICR_SCB_SCC2 ((uint)0x00040000) /* SCC2 @ SCCb */ | ||
679 | #define CICR_SCA_SCC1 ((uint)0x00000000) /* SCC1 @ SCCa */ | ||
680 | #define CICR_IRL_MASK ((uint)0x0000e000) /* Core interrupt */ | ||
681 | #define CICR_HP_MASK ((uint)0x00001f00) /* Hi-pri int. */ | ||
682 | #define CICR_IEN ((uint)0x00000080) /* Int. enable */ | ||
683 | #define CICR_SPS ((uint)0x00000001) /* SCC Spread */ | ||
684 | |||
685 | extern void cpm_install_handler(int vec, void (*handler)(void *), void *dev_id); | ||
686 | extern void cpm_free_handler(int vec); | ||
687 | |||
688 | #endif /* __CPM1__ */ | ||
diff --git a/include/asm-ppc/cpm2.h b/include/asm-ppc/cpm2.h deleted file mode 100644 index 4c538228e42f..000000000000 --- a/include/asm-ppc/cpm2.h +++ /dev/null | |||
@@ -1,1248 +0,0 @@ | |||
1 | /* | ||
2 | * Communication Processor Module v2. | ||
3 | * | ||
4 | * This file contains structures and information for the communication | ||
5 | * processor channels found in the dual port RAM or parameter RAM. | ||
6 | * All CPM control and status is available through the CPM2 internal | ||
7 | * memory map. See immap_cpm2.h for details. | ||
8 | */ | ||
9 | #ifdef __KERNEL__ | ||
10 | #ifndef __CPM2__ | ||
11 | #define __CPM2__ | ||
12 | |||
13 | #include <asm/immap_cpm2.h> | ||
14 | |||
15 | /* CPM Command register. | ||
16 | */ | ||
17 | #define CPM_CR_RST ((uint)0x80000000) | ||
18 | #define CPM_CR_PAGE ((uint)0x7c000000) | ||
19 | #define CPM_CR_SBLOCK ((uint)0x03e00000) | ||
20 | #define CPM_CR_FLG ((uint)0x00010000) | ||
21 | #define CPM_CR_MCN ((uint)0x00003fc0) | ||
22 | #define CPM_CR_OPCODE ((uint)0x0000000f) | ||
23 | |||
24 | /* Device sub-block and page codes. | ||
25 | */ | ||
26 | #define CPM_CR_SCC1_SBLOCK (0x04) | ||
27 | #define CPM_CR_SCC2_SBLOCK (0x05) | ||
28 | #define CPM_CR_SCC3_SBLOCK (0x06) | ||
29 | #define CPM_CR_SCC4_SBLOCK (0x07) | ||
30 | #define CPM_CR_SMC1_SBLOCK (0x08) | ||
31 | #define CPM_CR_SMC2_SBLOCK (0x09) | ||
32 | #define CPM_CR_SPI_SBLOCK (0x0a) | ||
33 | #define CPM_CR_I2C_SBLOCK (0x0b) | ||
34 | #define CPM_CR_TIMER_SBLOCK (0x0f) | ||
35 | #define CPM_CR_RAND_SBLOCK (0x0e) | ||
36 | #define CPM_CR_FCC1_SBLOCK (0x10) | ||
37 | #define CPM_CR_FCC2_SBLOCK (0x11) | ||
38 | #define CPM_CR_FCC3_SBLOCK (0x12) | ||
39 | #define CPM_CR_IDMA1_SBLOCK (0x14) | ||
40 | #define CPM_CR_IDMA2_SBLOCK (0x15) | ||
41 | #define CPM_CR_IDMA3_SBLOCK (0x16) | ||
42 | #define CPM_CR_IDMA4_SBLOCK (0x17) | ||
43 | #define CPM_CR_MCC1_SBLOCK (0x1c) | ||
44 | |||
45 | #define CPM_CR_FCC_SBLOCK(x) (x + 0x10) | ||
46 | |||
47 | #define CPM_CR_SCC1_PAGE (0x00) | ||
48 | #define CPM_CR_SCC2_PAGE (0x01) | ||
49 | #define CPM_CR_SCC3_PAGE (0x02) | ||
50 | #define CPM_CR_SCC4_PAGE (0x03) | ||
51 | #define CPM_CR_SMC1_PAGE (0x07) | ||
52 | #define CPM_CR_SMC2_PAGE (0x08) | ||
53 | #define CPM_CR_SPI_PAGE (0x09) | ||
54 | #define CPM_CR_I2C_PAGE (0x0a) | ||
55 | #define CPM_CR_TIMER_PAGE (0x0a) | ||
56 | #define CPM_CR_RAND_PAGE (0x0a) | ||
57 | #define CPM_CR_FCC1_PAGE (0x04) | ||
58 | #define CPM_CR_FCC2_PAGE (0x05) | ||
59 | #define CPM_CR_FCC3_PAGE (0x06) | ||
60 | #define CPM_CR_IDMA1_PAGE (0x07) | ||
61 | #define CPM_CR_IDMA2_PAGE (0x08) | ||
62 | #define CPM_CR_IDMA3_PAGE (0x09) | ||
63 | #define CPM_CR_IDMA4_PAGE (0x0a) | ||
64 | #define CPM_CR_MCC1_PAGE (0x07) | ||
65 | #define CPM_CR_MCC2_PAGE (0x08) | ||
66 | |||
67 | #define CPM_CR_FCC_PAGE(x) (x + 0x04) | ||
68 | |||
69 | /* Some opcodes (there are more...later) | ||
70 | */ | ||
71 | #define CPM_CR_INIT_TRX ((ushort)0x0000) | ||
72 | #define CPM_CR_INIT_RX ((ushort)0x0001) | ||
73 | #define CPM_CR_INIT_TX ((ushort)0x0002) | ||
74 | #define CPM_CR_HUNT_MODE ((ushort)0x0003) | ||
75 | #define CPM_CR_STOP_TX ((ushort)0x0004) | ||
76 | #define CPM_CR_GRA_STOP_TX ((ushort)0x0005) | ||
77 | #define CPM_CR_RESTART_TX ((ushort)0x0006) | ||
78 | #define CPM_CR_SET_GADDR ((ushort)0x0008) | ||
79 | #define CPM_CR_START_IDMA ((ushort)0x0009) | ||
80 | #define CPM_CR_STOP_IDMA ((ushort)0x000b) | ||
81 | |||
82 | #define mk_cr_cmd(PG, SBC, MCN, OP) \ | ||
83 | ((PG << 26) | (SBC << 21) | (MCN << 6) | OP) | ||
84 | |||
85 | /* Dual Port RAM addresses. The first 16K is available for almost | ||
86 | * any CPM use, so we put the BDs there. The first 128 bytes are | ||
87 | * used for SMC1 and SMC2 parameter RAM, so we start allocating | ||
88 | * BDs above that. All of this must change when we start | ||
89 | * downloading RAM microcode. | ||
90 | */ | ||
91 | #define CPM_DATAONLY_BASE ((uint)128) | ||
92 | #define CPM_DP_NOSPACE ((uint)0x7fffffff) | ||
93 | #if defined(CONFIG_8272) | ||
94 | #define CPM_DATAONLY_SIZE ((uint)(8 * 1024) - CPM_DATAONLY_BASE) | ||
95 | #define CPM_FCC_SPECIAL_BASE ((uint)0x00009000) | ||
96 | #else | ||
97 | #define CPM_DATAONLY_SIZE ((uint)(16 * 1024) - CPM_DATAONLY_BASE) | ||
98 | #define CPM_FCC_SPECIAL_BASE ((uint)0x0000b000) | ||
99 | #endif | ||
100 | |||
101 | /* The number of pages of host memory we allocate for CPM. This is | ||
102 | * done early in kernel initialization to get physically contiguous | ||
103 | * pages. | ||
104 | */ | ||
105 | #define NUM_CPM_HOST_PAGES 2 | ||
106 | |||
107 | /* Export the base address of the communication processor registers | ||
108 | * and dual port ram. | ||
109 | */ | ||
110 | extern cpm_cpm2_t *cpmp; /* Pointer to comm processor */ | ||
111 | |||
112 | extern unsigned long cpm_dpalloc(uint size, uint align); | ||
113 | extern int cpm_dpfree(unsigned long offset); | ||
114 | extern unsigned long cpm_dpalloc_fixed(unsigned long offset, uint size, uint align); | ||
115 | extern void cpm_dpdump(void); | ||
116 | extern void *cpm_dpram_addr(unsigned long offset); | ||
117 | extern void cpm_setbrg(uint brg, uint rate); | ||
118 | extern void cpm2_fastbrg(uint brg, uint rate, int div16); | ||
119 | extern void cpm2_reset(void); | ||
120 | |||
121 | |||
122 | /* Buffer descriptors used by many of the CPM protocols. | ||
123 | */ | ||
124 | typedef struct cpm_buf_desc { | ||
125 | ushort cbd_sc; /* Status and Control */ | ||
126 | ushort cbd_datlen; /* Data length in buffer */ | ||
127 | uint cbd_bufaddr; /* Buffer address in host memory */ | ||
128 | } cbd_t; | ||
129 | |||
130 | #define BD_SC_EMPTY ((ushort)0x8000) /* Receive is empty */ | ||
131 | #define BD_SC_READY ((ushort)0x8000) /* Transmit is ready */ | ||
132 | #define BD_SC_WRAP ((ushort)0x2000) /* Last buffer descriptor */ | ||
133 | #define BD_SC_INTRPT ((ushort)0x1000) /* Interrupt on change */ | ||
134 | #define BD_SC_LAST ((ushort)0x0800) /* Last buffer in frame */ | ||
135 | #define BD_SC_CM ((ushort)0x0200) /* Continous mode */ | ||
136 | #define BD_SC_ID ((ushort)0x0100) /* Rec'd too many idles */ | ||
137 | #define BD_SC_P ((ushort)0x0100) /* xmt preamble */ | ||
138 | #define BD_SC_BR ((ushort)0x0020) /* Break received */ | ||
139 | #define BD_SC_FR ((ushort)0x0010) /* Framing error */ | ||
140 | #define BD_SC_PR ((ushort)0x0008) /* Parity error */ | ||
141 | #define BD_SC_OV ((ushort)0x0002) /* Overrun */ | ||
142 | #define BD_SC_CD ((ushort)0x0001) /* ?? */ | ||
143 | |||
144 | /* Function code bits, usually generic to devices. | ||
145 | */ | ||
146 | #define CPMFCR_GBL ((u_char)0x20) /* Set memory snooping */ | ||
147 | #define CPMFCR_EB ((u_char)0x10) /* Set big endian byte order */ | ||
148 | #define CPMFCR_TC2 ((u_char)0x04) /* Transfer code 2 value */ | ||
149 | #define CPMFCR_DTB ((u_char)0x02) /* Use local bus for data when set */ | ||
150 | #define CPMFCR_BDB ((u_char)0x01) /* Use local bus for BD when set */ | ||
151 | |||
152 | /* Parameter RAM offsets from the base. | ||
153 | */ | ||
154 | #define PROFF_SCC1 ((uint)0x8000) | ||
155 | #define PROFF_SCC2 ((uint)0x8100) | ||
156 | #define PROFF_SCC3 ((uint)0x8200) | ||
157 | #define PROFF_SCC4 ((uint)0x8300) | ||
158 | #define PROFF_FCC1 ((uint)0x8400) | ||
159 | #define PROFF_FCC2 ((uint)0x8500) | ||
160 | #define PROFF_FCC3 ((uint)0x8600) | ||
161 | #define PROFF_MCC1 ((uint)0x8700) | ||
162 | #define PROFF_SMC1_BASE ((uint)0x87fc) | ||
163 | #define PROFF_IDMA1_BASE ((uint)0x87fe) | ||
164 | #define PROFF_MCC2 ((uint)0x8800) | ||
165 | #define PROFF_SMC2_BASE ((uint)0x88fc) | ||
166 | #define PROFF_IDMA2_BASE ((uint)0x88fe) | ||
167 | #define PROFF_SPI_BASE ((uint)0x89fc) | ||
168 | #define PROFF_IDMA3_BASE ((uint)0x89fe) | ||
169 | #define PROFF_TIMERS ((uint)0x8ae0) | ||
170 | #define PROFF_REVNUM ((uint)0x8af0) | ||
171 | #define PROFF_RAND ((uint)0x8af8) | ||
172 | #define PROFF_I2C_BASE ((uint)0x8afc) | ||
173 | #define PROFF_IDMA4_BASE ((uint)0x8afe) | ||
174 | |||
175 | #define PROFF_SCC_SIZE ((uint)0x100) | ||
176 | #define PROFF_FCC_SIZE ((uint)0x100) | ||
177 | #define PROFF_SMC_SIZE ((uint)64) | ||
178 | |||
179 | /* The SMCs are relocated to any of the first eight DPRAM pages. | ||
180 | * We will fix these at the first locations of DPRAM, until we | ||
181 | * get some microcode patches :-). | ||
182 | * The parameter ram space for the SMCs is fifty-some bytes, and | ||
183 | * they are required to start on a 64 byte boundary. | ||
184 | */ | ||
185 | #define PROFF_SMC1 (0) | ||
186 | #define PROFF_SMC2 (64) | ||
187 | |||
188 | |||
189 | /* Define enough so I can at least use the serial port as a UART. | ||
190 | */ | ||
191 | typedef struct smc_uart { | ||
192 | ushort smc_rbase; /* Rx Buffer descriptor base address */ | ||
193 | ushort smc_tbase; /* Tx Buffer descriptor base address */ | ||
194 | u_char smc_rfcr; /* Rx function code */ | ||
195 | u_char smc_tfcr; /* Tx function code */ | ||
196 | ushort smc_mrblr; /* Max receive buffer length */ | ||
197 | uint smc_rstate; /* Internal */ | ||
198 | uint smc_idp; /* Internal */ | ||
199 | ushort smc_rbptr; /* Internal */ | ||
200 | ushort smc_ibc; /* Internal */ | ||
201 | uint smc_rxtmp; /* Internal */ | ||
202 | uint smc_tstate; /* Internal */ | ||
203 | uint smc_tdp; /* Internal */ | ||
204 | ushort smc_tbptr; /* Internal */ | ||
205 | ushort smc_tbc; /* Internal */ | ||
206 | uint smc_txtmp; /* Internal */ | ||
207 | ushort smc_maxidl; /* Maximum idle characters */ | ||
208 | ushort smc_tmpidl; /* Temporary idle counter */ | ||
209 | ushort smc_brklen; /* Last received break length */ | ||
210 | ushort smc_brkec; /* rcv'd break condition counter */ | ||
211 | ushort smc_brkcr; /* xmt break count register */ | ||
212 | ushort smc_rmask; /* Temporary bit mask */ | ||
213 | uint smc_stmp; /* SDMA Temp */ | ||
214 | } smc_uart_t; | ||
215 | |||
216 | /* SMC uart mode register (Internal memory map). | ||
217 | */ | ||
218 | #define SMCMR_REN ((ushort)0x0001) | ||
219 | #define SMCMR_TEN ((ushort)0x0002) | ||
220 | #define SMCMR_DM ((ushort)0x000c) | ||
221 | #define SMCMR_SM_GCI ((ushort)0x0000) | ||
222 | #define SMCMR_SM_UART ((ushort)0x0020) | ||
223 | #define SMCMR_SM_TRANS ((ushort)0x0030) | ||
224 | #define SMCMR_SM_MASK ((ushort)0x0030) | ||
225 | #define SMCMR_PM_EVEN ((ushort)0x0100) /* Even parity, else odd */ | ||
226 | #define SMCMR_REVD SMCMR_PM_EVEN | ||
227 | #define SMCMR_PEN ((ushort)0x0200) /* Parity enable */ | ||
228 | #define SMCMR_BS SMCMR_PEN | ||
229 | #define SMCMR_SL ((ushort)0x0400) /* Two stops, else one */ | ||
230 | #define SMCR_CLEN_MASK ((ushort)0x7800) /* Character length */ | ||
231 | #define smcr_mk_clen(C) (((C) << 11) & SMCR_CLEN_MASK) | ||
232 | |||
233 | /* SMC Event and Mask register. | ||
234 | */ | ||
235 | #define SMCM_BRKE ((unsigned char)0x40) /* When in UART Mode */ | ||
236 | #define SMCM_BRK ((unsigned char)0x10) /* When in UART Mode */ | ||
237 | #define SMCM_TXE ((unsigned char)0x10) | ||
238 | #define SMCM_BSY ((unsigned char)0x04) | ||
239 | #define SMCM_TX ((unsigned char)0x02) | ||
240 | #define SMCM_RX ((unsigned char)0x01) | ||
241 | |||
242 | /* Baud rate generators. | ||
243 | */ | ||
244 | #define CPM_BRG_RST ((uint)0x00020000) | ||
245 | #define CPM_BRG_EN ((uint)0x00010000) | ||
246 | #define CPM_BRG_EXTC_INT ((uint)0x00000000) | ||
247 | #define CPM_BRG_EXTC_CLK3_9 ((uint)0x00004000) | ||
248 | #define CPM_BRG_EXTC_CLK5_15 ((uint)0x00008000) | ||
249 | #define CPM_BRG_ATB ((uint)0x00002000) | ||
250 | #define CPM_BRG_CD_MASK ((uint)0x00001ffe) | ||
251 | #define CPM_BRG_DIV16 ((uint)0x00000001) | ||
252 | |||
253 | /* SCCs. | ||
254 | */ | ||
255 | #define SCC_GSMRH_IRP ((uint)0x00040000) | ||
256 | #define SCC_GSMRH_GDE ((uint)0x00010000) | ||
257 | #define SCC_GSMRH_TCRC_CCITT ((uint)0x00008000) | ||
258 | #define SCC_GSMRH_TCRC_BISYNC ((uint)0x00004000) | ||
259 | #define SCC_GSMRH_TCRC_HDLC ((uint)0x00000000) | ||
260 | #define SCC_GSMRH_REVD ((uint)0x00002000) | ||
261 | #define SCC_GSMRH_TRX ((uint)0x00001000) | ||
262 | #define SCC_GSMRH_TTX ((uint)0x00000800) | ||
263 | #define SCC_GSMRH_CDP ((uint)0x00000400) | ||
264 | #define SCC_GSMRH_CTSP ((uint)0x00000200) | ||
265 | #define SCC_GSMRH_CDS ((uint)0x00000100) | ||
266 | #define SCC_GSMRH_CTSS ((uint)0x00000080) | ||
267 | #define SCC_GSMRH_TFL ((uint)0x00000040) | ||
268 | #define SCC_GSMRH_RFW ((uint)0x00000020) | ||
269 | #define SCC_GSMRH_TXSY ((uint)0x00000010) | ||
270 | #define SCC_GSMRH_SYNL16 ((uint)0x0000000c) | ||
271 | #define SCC_GSMRH_SYNL8 ((uint)0x00000008) | ||
272 | #define SCC_GSMRH_SYNL4 ((uint)0x00000004) | ||
273 | #define SCC_GSMRH_RTSM ((uint)0x00000002) | ||
274 | #define SCC_GSMRH_RSYN ((uint)0x00000001) | ||
275 | |||
276 | #define SCC_GSMRL_SIR ((uint)0x80000000) /* SCC2 only */ | ||
277 | #define SCC_GSMRL_EDGE_NONE ((uint)0x60000000) | ||
278 | #define SCC_GSMRL_EDGE_NEG ((uint)0x40000000) | ||
279 | #define SCC_GSMRL_EDGE_POS ((uint)0x20000000) | ||
280 | #define SCC_GSMRL_EDGE_BOTH ((uint)0x00000000) | ||
281 | #define SCC_GSMRL_TCI ((uint)0x10000000) | ||
282 | #define SCC_GSMRL_TSNC_3 ((uint)0x0c000000) | ||
283 | #define SCC_GSMRL_TSNC_4 ((uint)0x08000000) | ||
284 | #define SCC_GSMRL_TSNC_14 ((uint)0x04000000) | ||
285 | #define SCC_GSMRL_TSNC_INF ((uint)0x00000000) | ||
286 | #define SCC_GSMRL_RINV ((uint)0x02000000) | ||
287 | #define SCC_GSMRL_TINV ((uint)0x01000000) | ||
288 | #define SCC_GSMRL_TPL_128 ((uint)0x00c00000) | ||
289 | #define SCC_GSMRL_TPL_64 ((uint)0x00a00000) | ||
290 | #define SCC_GSMRL_TPL_48 ((uint)0x00800000) | ||
291 | #define SCC_GSMRL_TPL_32 ((uint)0x00600000) | ||
292 | #define SCC_GSMRL_TPL_16 ((uint)0x00400000) | ||
293 | #define SCC_GSMRL_TPL_8 ((uint)0x00200000) | ||
294 | #define SCC_GSMRL_TPL_NONE ((uint)0x00000000) | ||
295 | #define SCC_GSMRL_TPP_ALL1 ((uint)0x00180000) | ||
296 | #define SCC_GSMRL_TPP_01 ((uint)0x00100000) | ||
297 | #define SCC_GSMRL_TPP_10 ((uint)0x00080000) | ||
298 | #define SCC_GSMRL_TPP_ZEROS ((uint)0x00000000) | ||
299 | #define SCC_GSMRL_TEND ((uint)0x00040000) | ||
300 | #define SCC_GSMRL_TDCR_32 ((uint)0x00030000) | ||
301 | #define SCC_GSMRL_TDCR_16 ((uint)0x00020000) | ||
302 | #define SCC_GSMRL_TDCR_8 ((uint)0x00010000) | ||
303 | #define SCC_GSMRL_TDCR_1 ((uint)0x00000000) | ||
304 | #define SCC_GSMRL_RDCR_32 ((uint)0x0000c000) | ||
305 | #define SCC_GSMRL_RDCR_16 ((uint)0x00008000) | ||
306 | #define SCC_GSMRL_RDCR_8 ((uint)0x00004000) | ||
307 | #define SCC_GSMRL_RDCR_1 ((uint)0x00000000) | ||
308 | #define SCC_GSMRL_RENC_DFMAN ((uint)0x00003000) | ||
309 | #define SCC_GSMRL_RENC_MANCH ((uint)0x00002000) | ||
310 | #define SCC_GSMRL_RENC_FM0 ((uint)0x00001000) | ||
311 | #define SCC_GSMRL_RENC_NRZI ((uint)0x00000800) | ||
312 | #define SCC_GSMRL_RENC_NRZ ((uint)0x00000000) | ||
313 | #define SCC_GSMRL_TENC_DFMAN ((uint)0x00000600) | ||
314 | #define SCC_GSMRL_TENC_MANCH ((uint)0x00000400) | ||
315 | #define SCC_GSMRL_TENC_FM0 ((uint)0x00000200) | ||
316 | #define SCC_GSMRL_TENC_NRZI ((uint)0x00000100) | ||
317 | #define SCC_GSMRL_TENC_NRZ ((uint)0x00000000) | ||
318 | #define SCC_GSMRL_DIAG_LE ((uint)0x000000c0) /* Loop and echo */ | ||
319 | #define SCC_GSMRL_DIAG_ECHO ((uint)0x00000080) | ||
320 | #define SCC_GSMRL_DIAG_LOOP ((uint)0x00000040) | ||
321 | #define SCC_GSMRL_DIAG_NORM ((uint)0x00000000) | ||
322 | #define SCC_GSMRL_ENR ((uint)0x00000020) | ||
323 | #define SCC_GSMRL_ENT ((uint)0x00000010) | ||
324 | #define SCC_GSMRL_MODE_ENET ((uint)0x0000000c) | ||
325 | #define SCC_GSMRL_MODE_DDCMP ((uint)0x00000009) | ||
326 | #define SCC_GSMRL_MODE_BISYNC ((uint)0x00000008) | ||
327 | #define SCC_GSMRL_MODE_V14 ((uint)0x00000007) | ||
328 | #define SCC_GSMRL_MODE_AHDLC ((uint)0x00000006) | ||
329 | #define SCC_GSMRL_MODE_PROFIBUS ((uint)0x00000005) | ||
330 | #define SCC_GSMRL_MODE_UART ((uint)0x00000004) | ||
331 | #define SCC_GSMRL_MODE_SS7 ((uint)0x00000003) | ||
332 | #define SCC_GSMRL_MODE_ATALK ((uint)0x00000002) | ||
333 | #define SCC_GSMRL_MODE_HDLC ((uint)0x00000000) | ||
334 | |||
335 | #define SCC_TODR_TOD ((ushort)0x8000) | ||
336 | |||
337 | /* SCC Event and Mask register. | ||
338 | */ | ||
339 | #define SCCM_TXE ((unsigned char)0x10) | ||
340 | #define SCCM_BSY ((unsigned char)0x04) | ||
341 | #define SCCM_TX ((unsigned char)0x02) | ||
342 | #define SCCM_RX ((unsigned char)0x01) | ||
343 | |||
344 | typedef struct scc_param { | ||
345 | ushort scc_rbase; /* Rx Buffer descriptor base address */ | ||
346 | ushort scc_tbase; /* Tx Buffer descriptor base address */ | ||
347 | u_char scc_rfcr; /* Rx function code */ | ||
348 | u_char scc_tfcr; /* Tx function code */ | ||
349 | ushort scc_mrblr; /* Max receive buffer length */ | ||
350 | uint scc_rstate; /* Internal */ | ||
351 | uint scc_idp; /* Internal */ | ||
352 | ushort scc_rbptr; /* Internal */ | ||
353 | ushort scc_ibc; /* Internal */ | ||
354 | uint scc_rxtmp; /* Internal */ | ||
355 | uint scc_tstate; /* Internal */ | ||
356 | uint scc_tdp; /* Internal */ | ||
357 | ushort scc_tbptr; /* Internal */ | ||
358 | ushort scc_tbc; /* Internal */ | ||
359 | uint scc_txtmp; /* Internal */ | ||
360 | uint scc_rcrc; /* Internal */ | ||
361 | uint scc_tcrc; /* Internal */ | ||
362 | } sccp_t; | ||
363 | |||
364 | /* CPM Ethernet through SCC1. | ||
365 | */ | ||
366 | typedef struct scc_enet { | ||
367 | sccp_t sen_genscc; | ||
368 | uint sen_cpres; /* Preset CRC */ | ||
369 | uint sen_cmask; /* Constant mask for CRC */ | ||
370 | uint sen_crcec; /* CRC Error counter */ | ||
371 | uint sen_alec; /* alignment error counter */ | ||
372 | uint sen_disfc; /* discard frame counter */ | ||
373 | ushort sen_pads; /* Tx short frame pad character */ | ||
374 | ushort sen_retlim; /* Retry limit threshold */ | ||
375 | ushort sen_retcnt; /* Retry limit counter */ | ||
376 | ushort sen_maxflr; /* maximum frame length register */ | ||
377 | ushort sen_minflr; /* minimum frame length register */ | ||
378 | ushort sen_maxd1; /* maximum DMA1 length */ | ||
379 | ushort sen_maxd2; /* maximum DMA2 length */ | ||
380 | ushort sen_maxd; /* Rx max DMA */ | ||
381 | ushort sen_dmacnt; /* Rx DMA counter */ | ||
382 | ushort sen_maxb; /* Max BD byte count */ | ||
383 | ushort sen_gaddr1; /* Group address filter */ | ||
384 | ushort sen_gaddr2; | ||
385 | ushort sen_gaddr3; | ||
386 | ushort sen_gaddr4; | ||
387 | uint sen_tbuf0data0; /* Save area 0 - current frame */ | ||
388 | uint sen_tbuf0data1; /* Save area 1 - current frame */ | ||
389 | uint sen_tbuf0rba; /* Internal */ | ||
390 | uint sen_tbuf0crc; /* Internal */ | ||
391 | ushort sen_tbuf0bcnt; /* Internal */ | ||
392 | ushort sen_paddrh; /* physical address (MSB) */ | ||
393 | ushort sen_paddrm; | ||
394 | ushort sen_paddrl; /* physical address (LSB) */ | ||
395 | ushort sen_pper; /* persistence */ | ||
396 | ushort sen_rfbdptr; /* Rx first BD pointer */ | ||
397 | ushort sen_tfbdptr; /* Tx first BD pointer */ | ||
398 | ushort sen_tlbdptr; /* Tx last BD pointer */ | ||
399 | uint sen_tbuf1data0; /* Save area 0 - current frame */ | ||
400 | uint sen_tbuf1data1; /* Save area 1 - current frame */ | ||
401 | uint sen_tbuf1rba; /* Internal */ | ||
402 | uint sen_tbuf1crc; /* Internal */ | ||
403 | ushort sen_tbuf1bcnt; /* Internal */ | ||
404 | ushort sen_txlen; /* Tx Frame length counter */ | ||
405 | ushort sen_iaddr1; /* Individual address filter */ | ||
406 | ushort sen_iaddr2; | ||
407 | ushort sen_iaddr3; | ||
408 | ushort sen_iaddr4; | ||
409 | ushort sen_boffcnt; /* Backoff counter */ | ||
410 | |||
411 | /* NOTE: Some versions of the manual have the following items | ||
412 | * incorrectly documented. Below is the proper order. | ||
413 | */ | ||
414 | ushort sen_taddrh; /* temp address (MSB) */ | ||
415 | ushort sen_taddrm; | ||
416 | ushort sen_taddrl; /* temp address (LSB) */ | ||
417 | } scc_enet_t; | ||
418 | |||
419 | |||
420 | /* SCC Event register as used by Ethernet. | ||
421 | */ | ||
422 | #define SCCE_ENET_GRA ((ushort)0x0080) /* Graceful stop complete */ | ||
423 | #define SCCE_ENET_TXE ((ushort)0x0010) /* Transmit Error */ | ||
424 | #define SCCE_ENET_RXF ((ushort)0x0008) /* Full frame received */ | ||
425 | #define SCCE_ENET_BSY ((ushort)0x0004) /* All incoming buffers full */ | ||
426 | #define SCCE_ENET_TXB ((ushort)0x0002) /* A buffer was transmitted */ | ||
427 | #define SCCE_ENET_RXB ((ushort)0x0001) /* A buffer was received */ | ||
428 | |||
429 | /* SCC Mode Register (PSMR) as used by Ethernet. | ||
430 | */ | ||
431 | #define SCC_PSMR_HBC ((ushort)0x8000) /* Enable heartbeat */ | ||
432 | #define SCC_PSMR_FC ((ushort)0x4000) /* Force collision */ | ||
433 | #define SCC_PSMR_RSH ((ushort)0x2000) /* Receive short frames */ | ||
434 | #define SCC_PSMR_IAM ((ushort)0x1000) /* Check individual hash */ | ||
435 | #define SCC_PSMR_ENCRC ((ushort)0x0800) /* Ethernet CRC mode */ | ||
436 | #define SCC_PSMR_PRO ((ushort)0x0200) /* Promiscuous mode */ | ||
437 | #define SCC_PSMR_BRO ((ushort)0x0100) /* Catch broadcast pkts */ | ||
438 | #define SCC_PSMR_SBT ((ushort)0x0080) /* Special backoff timer */ | ||
439 | #define SCC_PSMR_LPB ((ushort)0x0040) /* Set Loopback mode */ | ||
440 | #define SCC_PSMR_SIP ((ushort)0x0020) /* Sample Input Pins */ | ||
441 | #define SCC_PSMR_LCW ((ushort)0x0010) /* Late collision window */ | ||
442 | #define SCC_PSMR_NIB22 ((ushort)0x000a) /* Start frame search */ | ||
443 | #define SCC_PSMR_FDE ((ushort)0x0001) /* Full duplex enable */ | ||
444 | |||
445 | /* Buffer descriptor control/status used by Ethernet receive. | ||
446 | * Common to SCC and FCC. | ||
447 | */ | ||
448 | #define BD_ENET_RX_EMPTY ((ushort)0x8000) | ||
449 | #define BD_ENET_RX_WRAP ((ushort)0x2000) | ||
450 | #define BD_ENET_RX_INTR ((ushort)0x1000) | ||
451 | #define BD_ENET_RX_LAST ((ushort)0x0800) | ||
452 | #define BD_ENET_RX_FIRST ((ushort)0x0400) | ||
453 | #define BD_ENET_RX_MISS ((ushort)0x0100) | ||
454 | #define BD_ENET_RX_BC ((ushort)0x0080) /* FCC Only */ | ||
455 | #define BD_ENET_RX_MC ((ushort)0x0040) /* FCC Only */ | ||
456 | #define BD_ENET_RX_LG ((ushort)0x0020) | ||
457 | #define BD_ENET_RX_NO ((ushort)0x0010) | ||
458 | #define BD_ENET_RX_SH ((ushort)0x0008) | ||
459 | #define BD_ENET_RX_CR ((ushort)0x0004) | ||
460 | #define BD_ENET_RX_OV ((ushort)0x0002) | ||
461 | #define BD_ENET_RX_CL ((ushort)0x0001) | ||
462 | #define BD_ENET_RX_STATS ((ushort)0x01ff) /* All status bits */ | ||
463 | |||
464 | /* Buffer descriptor control/status used by Ethernet transmit. | ||
465 | * Common to SCC and FCC. | ||
466 | */ | ||
467 | #define BD_ENET_TX_READY ((ushort)0x8000) | ||
468 | #define BD_ENET_TX_PAD ((ushort)0x4000) | ||
469 | #define BD_ENET_TX_WRAP ((ushort)0x2000) | ||
470 | #define BD_ENET_TX_INTR ((ushort)0x1000) | ||
471 | #define BD_ENET_TX_LAST ((ushort)0x0800) | ||
472 | #define BD_ENET_TX_TC ((ushort)0x0400) | ||
473 | #define BD_ENET_TX_DEF ((ushort)0x0200) | ||
474 | #define BD_ENET_TX_HB ((ushort)0x0100) | ||
475 | #define BD_ENET_TX_LC ((ushort)0x0080) | ||
476 | #define BD_ENET_TX_RL ((ushort)0x0040) | ||
477 | #define BD_ENET_TX_RCMASK ((ushort)0x003c) | ||
478 | #define BD_ENET_TX_UN ((ushort)0x0002) | ||
479 | #define BD_ENET_TX_CSL ((ushort)0x0001) | ||
480 | #define BD_ENET_TX_STATS ((ushort)0x03ff) /* All status bits */ | ||
481 | |||
482 | /* SCC as UART | ||
483 | */ | ||
484 | typedef struct scc_uart { | ||
485 | sccp_t scc_genscc; | ||
486 | uint scc_res1; /* Reserved */ | ||
487 | uint scc_res2; /* Reserved */ | ||
488 | ushort scc_maxidl; /* Maximum idle chars */ | ||
489 | ushort scc_idlc; /* temp idle counter */ | ||
490 | ushort scc_brkcr; /* Break count register */ | ||
491 | ushort scc_parec; /* receive parity error counter */ | ||
492 | ushort scc_frmec; /* receive framing error counter */ | ||
493 | ushort scc_nosec; /* receive noise counter */ | ||
494 | ushort scc_brkec; /* receive break condition counter */ | ||
495 | ushort scc_brkln; /* last received break length */ | ||
496 | ushort scc_uaddr1; /* UART address character 1 */ | ||
497 | ushort scc_uaddr2; /* UART address character 2 */ | ||
498 | ushort scc_rtemp; /* Temp storage */ | ||
499 | ushort scc_toseq; /* Transmit out of sequence char */ | ||
500 | ushort scc_char1; /* control character 1 */ | ||
501 | ushort scc_char2; /* control character 2 */ | ||
502 | ushort scc_char3; /* control character 3 */ | ||
503 | ushort scc_char4; /* control character 4 */ | ||
504 | ushort scc_char5; /* control character 5 */ | ||
505 | ushort scc_char6; /* control character 6 */ | ||
506 | ushort scc_char7; /* control character 7 */ | ||
507 | ushort scc_char8; /* control character 8 */ | ||
508 | ushort scc_rccm; /* receive control character mask */ | ||
509 | ushort scc_rccr; /* receive control character register */ | ||
510 | ushort scc_rlbc; /* receive last break character */ | ||
511 | } scc_uart_t; | ||
512 | |||
513 | /* SCC Event and Mask registers when it is used as a UART. | ||
514 | */ | ||
515 | #define UART_SCCM_GLR ((ushort)0x1000) | ||
516 | #define UART_SCCM_GLT ((ushort)0x0800) | ||
517 | #define UART_SCCM_AB ((ushort)0x0200) | ||
518 | #define UART_SCCM_IDL ((ushort)0x0100) | ||
519 | #define UART_SCCM_GRA ((ushort)0x0080) | ||
520 | #define UART_SCCM_BRKE ((ushort)0x0040) | ||
521 | #define UART_SCCM_BRKS ((ushort)0x0020) | ||
522 | #define UART_SCCM_CCR ((ushort)0x0008) | ||
523 | #define UART_SCCM_BSY ((ushort)0x0004) | ||
524 | #define UART_SCCM_TX ((ushort)0x0002) | ||
525 | #define UART_SCCM_RX ((ushort)0x0001) | ||
526 | |||
527 | /* The SCC PSMR when used as a UART. | ||
528 | */ | ||
529 | #define SCU_PSMR_FLC ((ushort)0x8000) | ||
530 | #define SCU_PSMR_SL ((ushort)0x4000) | ||
531 | #define SCU_PSMR_CL ((ushort)0x3000) | ||
532 | #define SCU_PSMR_UM ((ushort)0x0c00) | ||
533 | #define SCU_PSMR_FRZ ((ushort)0x0200) | ||
534 | #define SCU_PSMR_RZS ((ushort)0x0100) | ||
535 | #define SCU_PSMR_SYN ((ushort)0x0080) | ||
536 | #define SCU_PSMR_DRT ((ushort)0x0040) | ||
537 | #define SCU_PSMR_PEN ((ushort)0x0010) | ||
538 | #define SCU_PSMR_RPM ((ushort)0x000c) | ||
539 | #define SCU_PSMR_REVP ((ushort)0x0008) | ||
540 | #define SCU_PSMR_TPM ((ushort)0x0003) | ||
541 | #define SCU_PSMR_TEVP ((ushort)0x0002) | ||
542 | |||
543 | /* CPM Transparent mode SCC. | ||
544 | */ | ||
545 | typedef struct scc_trans { | ||
546 | sccp_t st_genscc; | ||
547 | uint st_cpres; /* Preset CRC */ | ||
548 | uint st_cmask; /* Constant mask for CRC */ | ||
549 | } scc_trans_t; | ||
550 | |||
551 | #define BD_SCC_TX_LAST ((ushort)0x0800) | ||
552 | |||
553 | /* How about some FCCs..... | ||
554 | */ | ||
555 | #define FCC_GFMR_DIAG_NORM ((uint)0x00000000) | ||
556 | #define FCC_GFMR_DIAG_LE ((uint)0x40000000) | ||
557 | #define FCC_GFMR_DIAG_AE ((uint)0x80000000) | ||
558 | #define FCC_GFMR_DIAG_ALE ((uint)0xc0000000) | ||
559 | #define FCC_GFMR_TCI ((uint)0x20000000) | ||
560 | #define FCC_GFMR_TRX ((uint)0x10000000) | ||
561 | #define FCC_GFMR_TTX ((uint)0x08000000) | ||
562 | #define FCC_GFMR_TTX ((uint)0x08000000) | ||
563 | #define FCC_GFMR_CDP ((uint)0x04000000) | ||
564 | #define FCC_GFMR_CTSP ((uint)0x02000000) | ||
565 | #define FCC_GFMR_CDS ((uint)0x01000000) | ||
566 | #define FCC_GFMR_CTSS ((uint)0x00800000) | ||
567 | #define FCC_GFMR_SYNL_NONE ((uint)0x00000000) | ||
568 | #define FCC_GFMR_SYNL_AUTO ((uint)0x00004000) | ||
569 | #define FCC_GFMR_SYNL_8 ((uint)0x00008000) | ||
570 | #define FCC_GFMR_SYNL_16 ((uint)0x0000c000) | ||
571 | #define FCC_GFMR_RTSM ((uint)0x00002000) | ||
572 | #define FCC_GFMR_RENC_NRZ ((uint)0x00000000) | ||
573 | #define FCC_GFMR_RENC_NRZI ((uint)0x00000800) | ||
574 | #define FCC_GFMR_REVD ((uint)0x00000400) | ||
575 | #define FCC_GFMR_TENC_NRZ ((uint)0x00000000) | ||
576 | #define FCC_GFMR_TENC_NRZI ((uint)0x00000100) | ||
577 | #define FCC_GFMR_TCRC_16 ((uint)0x00000000) | ||
578 | #define FCC_GFMR_TCRC_32 ((uint)0x00000080) | ||
579 | #define FCC_GFMR_ENR ((uint)0x00000020) | ||
580 | #define FCC_GFMR_ENT ((uint)0x00000010) | ||
581 | #define FCC_GFMR_MODE_ENET ((uint)0x0000000c) | ||
582 | #define FCC_GFMR_MODE_ATM ((uint)0x0000000a) | ||
583 | #define FCC_GFMR_MODE_HDLC ((uint)0x00000000) | ||
584 | |||
585 | /* Generic FCC parameter ram. | ||
586 | */ | ||
587 | typedef struct fcc_param { | ||
588 | ushort fcc_riptr; /* Rx Internal temp pointer */ | ||
589 | ushort fcc_tiptr; /* Tx Internal temp pointer */ | ||
590 | ushort fcc_res1; | ||
591 | ushort fcc_mrblr; /* Max receive buffer length, mod 32 bytes */ | ||
592 | uint fcc_rstate; /* Upper byte is Func code, must be set */ | ||
593 | uint fcc_rbase; /* Receive BD base */ | ||
594 | ushort fcc_rbdstat; /* RxBD status */ | ||
595 | ushort fcc_rbdlen; /* RxBD down counter */ | ||
596 | uint fcc_rdptr; /* RxBD internal data pointer */ | ||
597 | uint fcc_tstate; /* Upper byte is Func code, must be set */ | ||
598 | uint fcc_tbase; /* Transmit BD base */ | ||
599 | ushort fcc_tbdstat; /* TxBD status */ | ||
600 | ushort fcc_tbdlen; /* TxBD down counter */ | ||
601 | uint fcc_tdptr; /* TxBD internal data pointer */ | ||
602 | uint fcc_rbptr; /* Rx BD Internal buf pointer */ | ||
603 | uint fcc_tbptr; /* Tx BD Internal buf pointer */ | ||
604 | uint fcc_rcrc; /* Rx temp CRC */ | ||
605 | uint fcc_res2; | ||
606 | uint fcc_tcrc; /* Tx temp CRC */ | ||
607 | } fccp_t; | ||
608 | |||
609 | |||
610 | /* Ethernet controller through FCC. | ||
611 | */ | ||
612 | typedef struct fcc_enet { | ||
613 | fccp_t fen_genfcc; | ||
614 | uint fen_statbuf; /* Internal status buffer */ | ||
615 | uint fen_camptr; /* CAM address */ | ||
616 | uint fen_cmask; /* Constant mask for CRC */ | ||
617 | uint fen_cpres; /* Preset CRC */ | ||
618 | uint fen_crcec; /* CRC Error counter */ | ||
619 | uint fen_alec; /* alignment error counter */ | ||
620 | uint fen_disfc; /* discard frame counter */ | ||
621 | ushort fen_retlim; /* Retry limit */ | ||
622 | ushort fen_retcnt; /* Retry counter */ | ||
623 | ushort fen_pper; /* Persistence */ | ||
624 | ushort fen_boffcnt; /* backoff counter */ | ||
625 | uint fen_gaddrh; /* Group address filter, high 32-bits */ | ||
626 | uint fen_gaddrl; /* Group address filter, low 32-bits */ | ||
627 | ushort fen_tfcstat; /* out of sequence TxBD */ | ||
628 | ushort fen_tfclen; | ||
629 | uint fen_tfcptr; | ||
630 | ushort fen_mflr; /* Maximum frame length (1518) */ | ||
631 | ushort fen_paddrh; /* MAC address */ | ||
632 | ushort fen_paddrm; | ||
633 | ushort fen_paddrl; | ||
634 | ushort fen_ibdcount; /* Internal BD counter */ | ||
635 | ushort fen_ibdstart; /* Internal BD start pointer */ | ||
636 | ushort fen_ibdend; /* Internal BD end pointer */ | ||
637 | ushort fen_txlen; /* Internal Tx frame length counter */ | ||
638 | uint fen_ibdbase[8]; /* Internal use */ | ||
639 | uint fen_iaddrh; /* Individual address filter */ | ||
640 | uint fen_iaddrl; | ||
641 | ushort fen_minflr; /* Minimum frame length (64) */ | ||
642 | ushort fen_taddrh; /* Filter transfer MAC address */ | ||
643 | ushort fen_taddrm; | ||
644 | ushort fen_taddrl; | ||
645 | ushort fen_padptr; /* Pointer to pad byte buffer */ | ||
646 | ushort fen_cftype; /* control frame type */ | ||
647 | ushort fen_cfrange; /* control frame range */ | ||
648 | ushort fen_maxb; /* maximum BD count */ | ||
649 | ushort fen_maxd1; /* Max DMA1 length (1520) */ | ||
650 | ushort fen_maxd2; /* Max DMA2 length (1520) */ | ||
651 | ushort fen_maxd; /* internal max DMA count */ | ||
652 | ushort fen_dmacnt; /* internal DMA counter */ | ||
653 | uint fen_octc; /* Total octect counter */ | ||
654 | uint fen_colc; /* Total collision counter */ | ||
655 | uint fen_broc; /* Total broadcast packet counter */ | ||
656 | uint fen_mulc; /* Total multicast packet count */ | ||
657 | uint fen_uspc; /* Total packets < 64 bytes */ | ||
658 | uint fen_frgc; /* Total packets < 64 bytes with errors */ | ||
659 | uint fen_ospc; /* Total packets > 1518 */ | ||
660 | uint fen_jbrc; /* Total packets > 1518 with errors */ | ||
661 | uint fen_p64c; /* Total packets == 64 bytes */ | ||
662 | uint fen_p65c; /* Total packets 64 < bytes <= 127 */ | ||
663 | uint fen_p128c; /* Total packets 127 < bytes <= 255 */ | ||
664 | uint fen_p256c; /* Total packets 256 < bytes <= 511 */ | ||
665 | uint fen_p512c; /* Total packets 512 < bytes <= 1023 */ | ||
666 | uint fen_p1024c; /* Total packets 1024 < bytes <= 1518 */ | ||
667 | uint fen_cambuf; /* Internal CAM buffer poiner */ | ||
668 | ushort fen_rfthr; /* Received frames threshold */ | ||
669 | ushort fen_rfcnt; /* Received frames count */ | ||
670 | } fcc_enet_t; | ||
671 | |||
672 | /* FCC Event/Mask register as used by Ethernet. | ||
673 | */ | ||
674 | #define FCC_ENET_GRA ((ushort)0x0080) /* Graceful stop complete */ | ||
675 | #define FCC_ENET_RXC ((ushort)0x0040) /* Control Frame Received */ | ||
676 | #define FCC_ENET_TXC ((ushort)0x0020) /* Out of seq. Tx sent */ | ||
677 | #define FCC_ENET_TXE ((ushort)0x0010) /* Transmit Error */ | ||
678 | #define FCC_ENET_RXF ((ushort)0x0008) /* Full frame received */ | ||
679 | #define FCC_ENET_BSY ((ushort)0x0004) /* Busy. Rx Frame dropped */ | ||
680 | #define FCC_ENET_TXB ((ushort)0x0002) /* A buffer was transmitted */ | ||
681 | #define FCC_ENET_RXB ((ushort)0x0001) /* A buffer was received */ | ||
682 | |||
683 | /* FCC Mode Register (FPSMR) as used by Ethernet. | ||
684 | */ | ||
685 | #define FCC_PSMR_HBC ((uint)0x80000000) /* Enable heartbeat */ | ||
686 | #define FCC_PSMR_FC ((uint)0x40000000) /* Force Collision */ | ||
687 | #define FCC_PSMR_SBT ((uint)0x20000000) /* Stop backoff timer */ | ||
688 | #define FCC_PSMR_LPB ((uint)0x10000000) /* Local protect. 1 = FDX */ | ||
689 | #define FCC_PSMR_LCW ((uint)0x08000000) /* Late collision select */ | ||
690 | #define FCC_PSMR_FDE ((uint)0x04000000) /* Full Duplex Enable */ | ||
691 | #define FCC_PSMR_MON ((uint)0x02000000) /* RMON Enable */ | ||
692 | #define FCC_PSMR_PRO ((uint)0x00400000) /* Promiscuous Enable */ | ||
693 | #define FCC_PSMR_FCE ((uint)0x00200000) /* Flow Control Enable */ | ||
694 | #define FCC_PSMR_RSH ((uint)0x00100000) /* Receive Short Frames */ | ||
695 | #define FCC_PSMR_CAM ((uint)0x00000400) /* CAM enable */ | ||
696 | #define FCC_PSMR_BRO ((uint)0x00000200) /* Broadcast pkt discard */ | ||
697 | #define FCC_PSMR_ENCRC ((uint)0x00000080) /* Use 32-bit CRC */ | ||
698 | |||
699 | /* IIC parameter RAM. | ||
700 | */ | ||
701 | typedef struct iic { | ||
702 | ushort iic_rbase; /* Rx Buffer descriptor base address */ | ||
703 | ushort iic_tbase; /* Tx Buffer descriptor base address */ | ||
704 | u_char iic_rfcr; /* Rx function code */ | ||
705 | u_char iic_tfcr; /* Tx function code */ | ||
706 | ushort iic_mrblr; /* Max receive buffer length */ | ||
707 | uint iic_rstate; /* Internal */ | ||
708 | uint iic_rdp; /* Internal */ | ||
709 | ushort iic_rbptr; /* Internal */ | ||
710 | ushort iic_rbc; /* Internal */ | ||
711 | uint iic_rxtmp; /* Internal */ | ||
712 | uint iic_tstate; /* Internal */ | ||
713 | uint iic_tdp; /* Internal */ | ||
714 | ushort iic_tbptr; /* Internal */ | ||
715 | ushort iic_tbc; /* Internal */ | ||
716 | uint iic_txtmp; /* Internal */ | ||
717 | } iic_t; | ||
718 | |||
719 | /* SPI parameter RAM. | ||
720 | */ | ||
721 | typedef struct spi { | ||
722 | ushort spi_rbase; /* Rx Buffer descriptor base address */ | ||
723 | ushort spi_tbase; /* Tx Buffer descriptor base address */ | ||
724 | u_char spi_rfcr; /* Rx function code */ | ||
725 | u_char spi_tfcr; /* Tx function code */ | ||
726 | ushort spi_mrblr; /* Max receive buffer length */ | ||
727 | uint spi_rstate; /* Internal */ | ||
728 | uint spi_rdp; /* Internal */ | ||
729 | ushort spi_rbptr; /* Internal */ | ||
730 | ushort spi_rbc; /* Internal */ | ||
731 | uint spi_rxtmp; /* Internal */ | ||
732 | uint spi_tstate; /* Internal */ | ||
733 | uint spi_tdp; /* Internal */ | ||
734 | ushort spi_tbptr; /* Internal */ | ||
735 | ushort spi_tbc; /* Internal */ | ||
736 | uint spi_txtmp; /* Internal */ | ||
737 | uint spi_res; /* Tx temp. */ | ||
738 | uint spi_res1[4]; /* SDMA temp. */ | ||
739 | } spi_t; | ||
740 | |||
741 | /* SPI Mode register. | ||
742 | */ | ||
743 | #define SPMODE_LOOP ((ushort)0x4000) /* Loopback */ | ||
744 | #define SPMODE_CI ((ushort)0x2000) /* Clock Invert */ | ||
745 | #define SPMODE_CP ((ushort)0x1000) /* Clock Phase */ | ||
746 | #define SPMODE_DIV16 ((ushort)0x0800) /* BRG/16 mode */ | ||
747 | #define SPMODE_REV ((ushort)0x0400) /* Reversed Data */ | ||
748 | #define SPMODE_MSTR ((ushort)0x0200) /* SPI Master */ | ||
749 | #define SPMODE_EN ((ushort)0x0100) /* Enable */ | ||
750 | #define SPMODE_LENMSK ((ushort)0x00f0) /* character length */ | ||
751 | #define SPMODE_PMMSK ((ushort)0x000f) /* prescale modulus */ | ||
752 | |||
753 | #define SPMODE_LEN(x) ((((x)-1)&0xF)<<4) | ||
754 | #define SPMODE_PM(x) ((x) &0xF) | ||
755 | |||
756 | #define SPI_EB ((u_char)0x10) /* big endian byte order */ | ||
757 | |||
758 | #define BD_IIC_START ((ushort)0x0400) | ||
759 | |||
760 | /* IDMA parameter RAM | ||
761 | */ | ||
762 | typedef struct idma { | ||
763 | ushort ibase; /* IDMA buffer descriptor table base address */ | ||
764 | ushort dcm; /* DMA channel mode */ | ||
765 | ushort ibdptr; /* IDMA current buffer descriptor pointer */ | ||
766 | ushort dpr_buf; /* IDMA transfer buffer base address */ | ||
767 | ushort buf_inv; /* internal buffer inventory */ | ||
768 | ushort ss_max; /* steady-state maximum transfer size */ | ||
769 | ushort dpr_in_ptr; /* write pointer inside the internal buffer */ | ||
770 | ushort sts; /* source transfer size */ | ||
771 | ushort dpr_out_ptr; /* read pointer inside the internal buffer */ | ||
772 | ushort seob; /* source end of burst */ | ||
773 | ushort deob; /* destination end of burst */ | ||
774 | ushort dts; /* destination transfer size */ | ||
775 | ushort ret_add; /* return address when working in ERM=1 mode */ | ||
776 | ushort res0; /* reserved */ | ||
777 | uint bd_cnt; /* internal byte count */ | ||
778 | uint s_ptr; /* source internal data pointer */ | ||
779 | uint d_ptr; /* destination internal data pointer */ | ||
780 | uint istate; /* internal state */ | ||
781 | u_char res1[20]; /* pad to 64-byte length */ | ||
782 | } idma_t; | ||
783 | |||
784 | /* DMA channel mode bit fields | ||
785 | */ | ||
786 | #define IDMA_DCM_FB ((ushort)0x8000) /* fly-by mode */ | ||
787 | #define IDMA_DCM_LP ((ushort)0x4000) /* low priority */ | ||
788 | #define IDMA_DCM_TC2 ((ushort)0x0400) /* value driven on TC[2] */ | ||
789 | #define IDMA_DCM_DMA_WRAP_MASK ((ushort)0x01c0) /* mask for DMA wrap */ | ||
790 | #define IDMA_DCM_DMA_WRAP_64 ((ushort)0x0000) /* 64-byte DMA xfer buffer */ | ||
791 | #define IDMA_DCM_DMA_WRAP_128 ((ushort)0x0040) /* 128-byte DMA xfer buffer */ | ||
792 | #define IDMA_DCM_DMA_WRAP_256 ((ushort)0x0080) /* 256-byte DMA xfer buffer */ | ||
793 | #define IDMA_DCM_DMA_WRAP_512 ((ushort)0x00c0) /* 512-byte DMA xfer buffer */ | ||
794 | #define IDMA_DCM_DMA_WRAP_1024 ((ushort)0x0100) /* 1024-byte DMA xfer buffer */ | ||
795 | #define IDMA_DCM_DMA_WRAP_2048 ((ushort)0x0140) /* 2048-byte DMA xfer buffer */ | ||
796 | #define IDMA_DCM_SINC ((ushort)0x0020) /* source inc addr */ | ||
797 | #define IDMA_DCM_DINC ((ushort)0x0010) /* destination inc addr */ | ||
798 | #define IDMA_DCM_ERM ((ushort)0x0008) /* external request mode */ | ||
799 | #define IDMA_DCM_DT ((ushort)0x0004) /* DONE treatment */ | ||
800 | #define IDMA_DCM_SD_MASK ((ushort)0x0003) /* mask for SD bit field */ | ||
801 | #define IDMA_DCM_SD_MEM2MEM ((ushort)0x0000) /* memory-to-memory xfer */ | ||
802 | #define IDMA_DCM_SD_PER2MEM ((ushort)0x0002) /* peripheral-to-memory xfer */ | ||
803 | #define IDMA_DCM_SD_MEM2PER ((ushort)0x0001) /* memory-to-peripheral xfer */ | ||
804 | |||
805 | /* IDMA Buffer Descriptors | ||
806 | */ | ||
807 | typedef struct idma_bd { | ||
808 | uint flags; | ||
809 | uint len; /* data length */ | ||
810 | uint src; /* source data buffer pointer */ | ||
811 | uint dst; /* destination data buffer pointer */ | ||
812 | } idma_bd_t; | ||
813 | |||
814 | /* IDMA buffer descriptor flag bit fields | ||
815 | */ | ||
816 | #define IDMA_BD_V ((uint)0x80000000) /* valid */ | ||
817 | #define IDMA_BD_W ((uint)0x20000000) /* wrap */ | ||
818 | #define IDMA_BD_I ((uint)0x10000000) /* interrupt */ | ||
819 | #define IDMA_BD_L ((uint)0x08000000) /* last */ | ||
820 | #define IDMA_BD_CM ((uint)0x02000000) /* continuous mode */ | ||
821 | #define IDMA_BD_SDN ((uint)0x00400000) /* source done */ | ||
822 | #define IDMA_BD_DDN ((uint)0x00200000) /* destination done */ | ||
823 | #define IDMA_BD_DGBL ((uint)0x00100000) /* destination global */ | ||
824 | #define IDMA_BD_DBO_LE ((uint)0x00040000) /* little-end dest byte order */ | ||
825 | #define IDMA_BD_DBO_BE ((uint)0x00080000) /* big-end dest byte order */ | ||
826 | #define IDMA_BD_DDTB ((uint)0x00010000) /* destination data bus */ | ||
827 | #define IDMA_BD_SGBL ((uint)0x00002000) /* source global */ | ||
828 | #define IDMA_BD_SBO_LE ((uint)0x00000800) /* little-end src byte order */ | ||
829 | #define IDMA_BD_SBO_BE ((uint)0x00001000) /* big-end src byte order */ | ||
830 | #define IDMA_BD_SDTB ((uint)0x00000200) /* source data bus */ | ||
831 | |||
832 | /* per-channel IDMA registers | ||
833 | */ | ||
834 | typedef struct im_idma { | ||
835 | u_char idsr; /* IDMAn event status register */ | ||
836 | u_char res0[3]; | ||
837 | u_char idmr; /* IDMAn event mask register */ | ||
838 | u_char res1[3]; | ||
839 | } im_idma_t; | ||
840 | |||
841 | /* IDMA event register bit fields | ||
842 | */ | ||
843 | #define IDMA_EVENT_SC ((unsigned char)0x08) /* stop completed */ | ||
844 | #define IDMA_EVENT_OB ((unsigned char)0x04) /* out of buffers */ | ||
845 | #define IDMA_EVENT_EDN ((unsigned char)0x02) /* external DONE asserted */ | ||
846 | #define IDMA_EVENT_BC ((unsigned char)0x01) /* buffer descriptor complete */ | ||
847 | |||
848 | /* RISC Controller Configuration Register (RCCR) bit fields | ||
849 | */ | ||
850 | #define RCCR_TIME ((uint)0x80000000) /* timer enable */ | ||
851 | #define RCCR_TIMEP_MASK ((uint)0x3f000000) /* mask for timer period bit field */ | ||
852 | #define RCCR_DR0M ((uint)0x00800000) /* IDMA0 request mode */ | ||
853 | #define RCCR_DR1M ((uint)0x00400000) /* IDMA1 request mode */ | ||
854 | #define RCCR_DR2M ((uint)0x00000080) /* IDMA2 request mode */ | ||
855 | #define RCCR_DR3M ((uint)0x00000040) /* IDMA3 request mode */ | ||
856 | #define RCCR_DR0QP_MASK ((uint)0x00300000) /* mask for IDMA0 req priority */ | ||
857 | #define RCCR_DR0QP_HIGH ((uint)0x00000000) /* IDMA0 has high req priority */ | ||
858 | #define RCCR_DR0QP_MED ((uint)0x00100000) /* IDMA0 has medium req priority */ | ||
859 | #define RCCR_DR0QP_LOW ((uint)0x00200000) /* IDMA0 has low req priority */ | ||
860 | #define RCCR_DR1QP_MASK ((uint)0x00030000) /* mask for IDMA1 req priority */ | ||
861 | #define RCCR_DR1QP_HIGH ((uint)0x00000000) /* IDMA1 has high req priority */ | ||
862 | #define RCCR_DR1QP_MED ((uint)0x00010000) /* IDMA1 has medium req priority */ | ||
863 | #define RCCR_DR1QP_LOW ((uint)0x00020000) /* IDMA1 has low req priority */ | ||
864 | #define RCCR_DR2QP_MASK ((uint)0x00000030) /* mask for IDMA2 req priority */ | ||
865 | #define RCCR_DR2QP_HIGH ((uint)0x00000000) /* IDMA2 has high req priority */ | ||
866 | #define RCCR_DR2QP_MED ((uint)0x00000010) /* IDMA2 has medium req priority */ | ||
867 | #define RCCR_DR2QP_LOW ((uint)0x00000020) /* IDMA2 has low req priority */ | ||
868 | #define RCCR_DR3QP_MASK ((uint)0x00000003) /* mask for IDMA3 req priority */ | ||
869 | #define RCCR_DR3QP_HIGH ((uint)0x00000000) /* IDMA3 has high req priority */ | ||
870 | #define RCCR_DR3QP_MED ((uint)0x00000001) /* IDMA3 has medium req priority */ | ||
871 | #define RCCR_DR3QP_LOW ((uint)0x00000002) /* IDMA3 has low req priority */ | ||
872 | #define RCCR_EIE ((uint)0x00080000) /* external interrupt enable */ | ||
873 | #define RCCR_SCD ((uint)0x00040000) /* scheduler configuration */ | ||
874 | #define RCCR_ERAM_MASK ((uint)0x0000e000) /* mask for enable RAM microcode */ | ||
875 | #define RCCR_ERAM_0KB ((uint)0x00000000) /* use 0KB of dpram for microcode */ | ||
876 | #define RCCR_ERAM_2KB ((uint)0x00002000) /* use 2KB of dpram for microcode */ | ||
877 | #define RCCR_ERAM_4KB ((uint)0x00004000) /* use 4KB of dpram for microcode */ | ||
878 | #define RCCR_ERAM_6KB ((uint)0x00006000) /* use 6KB of dpram for microcode */ | ||
879 | #define RCCR_ERAM_8KB ((uint)0x00008000) /* use 8KB of dpram for microcode */ | ||
880 | #define RCCR_ERAM_10KB ((uint)0x0000a000) /* use 10KB of dpram for microcode */ | ||
881 | #define RCCR_ERAM_12KB ((uint)0x0000c000) /* use 12KB of dpram for microcode */ | ||
882 | #define RCCR_EDM0 ((uint)0x00000800) /* DREQ0 edge detect mode */ | ||
883 | #define RCCR_EDM1 ((uint)0x00000400) /* DREQ1 edge detect mode */ | ||
884 | #define RCCR_EDM2 ((uint)0x00000200) /* DREQ2 edge detect mode */ | ||
885 | #define RCCR_EDM3 ((uint)0x00000100) /* DREQ3 edge detect mode */ | ||
886 | #define RCCR_DEM01 ((uint)0x00000008) /* DONE0/DONE1 edge detect mode */ | ||
887 | #define RCCR_DEM23 ((uint)0x00000004) /* DONE2/DONE3 edge detect mode */ | ||
888 | |||
889 | /*----------------------------------------------------------------------- | ||
890 | * CMXFCR - CMX FCC Clock Route Register | ||
891 | */ | ||
892 | #define CMXFCR_FC1 0x40000000 /* FCC1 connection */ | ||
893 | #define CMXFCR_RF1CS_MSK 0x38000000 /* Receive FCC1 Clock Source Mask */ | ||
894 | #define CMXFCR_TF1CS_MSK 0x07000000 /* Transmit FCC1 Clock Source Mask */ | ||
895 | #define CMXFCR_FC2 0x00400000 /* FCC2 connection */ | ||
896 | #define CMXFCR_RF2CS_MSK 0x00380000 /* Receive FCC2 Clock Source Mask */ | ||
897 | #define CMXFCR_TF2CS_MSK 0x00070000 /* Transmit FCC2 Clock Source Mask */ | ||
898 | #define CMXFCR_FC3 0x00004000 /* FCC3 connection */ | ||
899 | #define CMXFCR_RF3CS_MSK 0x00003800 /* Receive FCC3 Clock Source Mask */ | ||
900 | #define CMXFCR_TF3CS_MSK 0x00000700 /* Transmit FCC3 Clock Source Mask */ | ||
901 | |||
902 | #define CMXFCR_RF1CS_BRG5 0x00000000 /* Receive FCC1 Clock Source is BRG5 */ | ||
903 | #define CMXFCR_RF1CS_BRG6 0x08000000 /* Receive FCC1 Clock Source is BRG6 */ | ||
904 | #define CMXFCR_RF1CS_BRG7 0x10000000 /* Receive FCC1 Clock Source is BRG7 */ | ||
905 | #define CMXFCR_RF1CS_BRG8 0x18000000 /* Receive FCC1 Clock Source is BRG8 */ | ||
906 | #define CMXFCR_RF1CS_CLK9 0x20000000 /* Receive FCC1 Clock Source is CLK9 */ | ||
907 | #define CMXFCR_RF1CS_CLK10 0x28000000 /* Receive FCC1 Clock Source is CLK10 */ | ||
908 | #define CMXFCR_RF1CS_CLK11 0x30000000 /* Receive FCC1 Clock Source is CLK11 */ | ||
909 | #define CMXFCR_RF1CS_CLK12 0x38000000 /* Receive FCC1 Clock Source is CLK12 */ | ||
910 | |||
911 | #define CMXFCR_TF1CS_BRG5 0x00000000 /* Transmit FCC1 Clock Source is BRG5 */ | ||
912 | #define CMXFCR_TF1CS_BRG6 0x01000000 /* Transmit FCC1 Clock Source is BRG6 */ | ||
913 | #define CMXFCR_TF1CS_BRG7 0x02000000 /* Transmit FCC1 Clock Source is BRG7 */ | ||
914 | #define CMXFCR_TF1CS_BRG8 0x03000000 /* Transmit FCC1 Clock Source is BRG8 */ | ||
915 | #define CMXFCR_TF1CS_CLK9 0x04000000 /* Transmit FCC1 Clock Source is CLK9 */ | ||
916 | #define CMXFCR_TF1CS_CLK10 0x05000000 /* Transmit FCC1 Clock Source is CLK10 */ | ||
917 | #define CMXFCR_TF1CS_CLK11 0x06000000 /* Transmit FCC1 Clock Source is CLK11 */ | ||
918 | #define CMXFCR_TF1CS_CLK12 0x07000000 /* Transmit FCC1 Clock Source is CLK12 */ | ||
919 | |||
920 | #define CMXFCR_RF2CS_BRG5 0x00000000 /* Receive FCC2 Clock Source is BRG5 */ | ||
921 | #define CMXFCR_RF2CS_BRG6 0x00080000 /* Receive FCC2 Clock Source is BRG6 */ | ||
922 | #define CMXFCR_RF2CS_BRG7 0x00100000 /* Receive FCC2 Clock Source is BRG7 */ | ||
923 | #define CMXFCR_RF2CS_BRG8 0x00180000 /* Receive FCC2 Clock Source is BRG8 */ | ||
924 | #define CMXFCR_RF2CS_CLK13 0x00200000 /* Receive FCC2 Clock Source is CLK13 */ | ||
925 | #define CMXFCR_RF2CS_CLK14 0x00280000 /* Receive FCC2 Clock Source is CLK14 */ | ||
926 | #define CMXFCR_RF2CS_CLK15 0x00300000 /* Receive FCC2 Clock Source is CLK15 */ | ||
927 | #define CMXFCR_RF2CS_CLK16 0x00380000 /* Receive FCC2 Clock Source is CLK16 */ | ||
928 | |||
929 | #define CMXFCR_TF2CS_BRG5 0x00000000 /* Transmit FCC2 Clock Source is BRG5 */ | ||
930 | #define CMXFCR_TF2CS_BRG6 0x00010000 /* Transmit FCC2 Clock Source is BRG6 */ | ||
931 | #define CMXFCR_TF2CS_BRG7 0x00020000 /* Transmit FCC2 Clock Source is BRG7 */ | ||
932 | #define CMXFCR_TF2CS_BRG8 0x00030000 /* Transmit FCC2 Clock Source is BRG8 */ | ||
933 | #define CMXFCR_TF2CS_CLK13 0x00040000 /* Transmit FCC2 Clock Source is CLK13 */ | ||
934 | #define CMXFCR_TF2CS_CLK14 0x00050000 /* Transmit FCC2 Clock Source is CLK14 */ | ||
935 | #define CMXFCR_TF2CS_CLK15 0x00060000 /* Transmit FCC2 Clock Source is CLK15 */ | ||
936 | #define CMXFCR_TF2CS_CLK16 0x00070000 /* Transmit FCC2 Clock Source is CLK16 */ | ||
937 | |||
938 | #define CMXFCR_RF3CS_BRG5 0x00000000 /* Receive FCC3 Clock Source is BRG5 */ | ||
939 | #define CMXFCR_RF3CS_BRG6 0x00000800 /* Receive FCC3 Clock Source is BRG6 */ | ||
940 | #define CMXFCR_RF3CS_BRG7 0x00001000 /* Receive FCC3 Clock Source is BRG7 */ | ||
941 | #define CMXFCR_RF3CS_BRG8 0x00001800 /* Receive FCC3 Clock Source is BRG8 */ | ||
942 | #define CMXFCR_RF3CS_CLK13 0x00002000 /* Receive FCC3 Clock Source is CLK13 */ | ||
943 | #define CMXFCR_RF3CS_CLK14 0x00002800 /* Receive FCC3 Clock Source is CLK14 */ | ||
944 | #define CMXFCR_RF3CS_CLK15 0x00003000 /* Receive FCC3 Clock Source is CLK15 */ | ||
945 | #define CMXFCR_RF3CS_CLK16 0x00003800 /* Receive FCC3 Clock Source is CLK16 */ | ||
946 | |||
947 | #define CMXFCR_TF3CS_BRG5 0x00000000 /* Transmit FCC3 Clock Source is BRG5 */ | ||
948 | #define CMXFCR_TF3CS_BRG6 0x00000100 /* Transmit FCC3 Clock Source is BRG6 */ | ||
949 | #define CMXFCR_TF3CS_BRG7 0x00000200 /* Transmit FCC3 Clock Source is BRG7 */ | ||
950 | #define CMXFCR_TF3CS_BRG8 0x00000300 /* Transmit FCC3 Clock Source is BRG8 */ | ||
951 | #define CMXFCR_TF3CS_CLK13 0x00000400 /* Transmit FCC3 Clock Source is CLK13 */ | ||
952 | #define CMXFCR_TF3CS_CLK14 0x00000500 /* Transmit FCC3 Clock Source is CLK14 */ | ||
953 | #define CMXFCR_TF3CS_CLK15 0x00000600 /* Transmit FCC3 Clock Source is CLK15 */ | ||
954 | #define CMXFCR_TF3CS_CLK16 0x00000700 /* Transmit FCC3 Clock Source is CLK16 */ | ||
955 | |||
956 | /*----------------------------------------------------------------------- | ||
957 | * CMXSCR - CMX SCC Clock Route Register | ||
958 | */ | ||
959 | #define CMXSCR_GR1 0x80000000 /* Grant Support of SCC1 */ | ||
960 | #define CMXSCR_SC1 0x40000000 /* SCC1 connection */ | ||
961 | #define CMXSCR_RS1CS_MSK 0x38000000 /* Receive SCC1 Clock Source Mask */ | ||
962 | #define CMXSCR_TS1CS_MSK 0x07000000 /* Transmit SCC1 Clock Source Mask */ | ||
963 | #define CMXSCR_GR2 0x00800000 /* Grant Support of SCC2 */ | ||
964 | #define CMXSCR_SC2 0x00400000 /* SCC2 connection */ | ||
965 | #define CMXSCR_RS2CS_MSK 0x00380000 /* Receive SCC2 Clock Source Mask */ | ||
966 | #define CMXSCR_TS2CS_MSK 0x00070000 /* Transmit SCC2 Clock Source Mask */ | ||
967 | #define CMXSCR_GR3 0x00008000 /* Grant Support of SCC3 */ | ||
968 | #define CMXSCR_SC3 0x00004000 /* SCC3 connection */ | ||
969 | #define CMXSCR_RS3CS_MSK 0x00003800 /* Receive SCC3 Clock Source Mask */ | ||
970 | #define CMXSCR_TS3CS_MSK 0x00000700 /* Transmit SCC3 Clock Source Mask */ | ||
971 | #define CMXSCR_GR4 0x00000080 /* Grant Support of SCC4 */ | ||
972 | #define CMXSCR_SC4 0x00000040 /* SCC4 connection */ | ||
973 | #define CMXSCR_RS4CS_MSK 0x00000038 /* Receive SCC4 Clock Source Mask */ | ||
974 | #define CMXSCR_TS4CS_MSK 0x00000007 /* Transmit SCC4 Clock Source Mask */ | ||
975 | |||
976 | #define CMXSCR_RS1CS_BRG1 0x00000000 /* SCC1 Rx Clock Source is BRG1 */ | ||
977 | #define CMXSCR_RS1CS_BRG2 0x08000000 /* SCC1 Rx Clock Source is BRG2 */ | ||
978 | #define CMXSCR_RS1CS_BRG3 0x10000000 /* SCC1 Rx Clock Source is BRG3 */ | ||
979 | #define CMXSCR_RS1CS_BRG4 0x18000000 /* SCC1 Rx Clock Source is BRG4 */ | ||
980 | #define CMXSCR_RS1CS_CLK11 0x20000000 /* SCC1 Rx Clock Source is CLK11 */ | ||
981 | #define CMXSCR_RS1CS_CLK12 0x28000000 /* SCC1 Rx Clock Source is CLK12 */ | ||
982 | #define CMXSCR_RS1CS_CLK3 0x30000000 /* SCC1 Rx Clock Source is CLK3 */ | ||
983 | #define CMXSCR_RS1CS_CLK4 0x38000000 /* SCC1 Rx Clock Source is CLK4 */ | ||
984 | |||
985 | #define CMXSCR_TS1CS_BRG1 0x00000000 /* SCC1 Tx Clock Source is BRG1 */ | ||
986 | #define CMXSCR_TS1CS_BRG2 0x01000000 /* SCC1 Tx Clock Source is BRG2 */ | ||
987 | #define CMXSCR_TS1CS_BRG3 0x02000000 /* SCC1 Tx Clock Source is BRG3 */ | ||
988 | #define CMXSCR_TS1CS_BRG4 0x03000000 /* SCC1 Tx Clock Source is BRG4 */ | ||
989 | #define CMXSCR_TS1CS_CLK11 0x04000000 /* SCC1 Tx Clock Source is CLK11 */ | ||
990 | #define CMXSCR_TS1CS_CLK12 0x05000000 /* SCC1 Tx Clock Source is CLK12 */ | ||
991 | #define CMXSCR_TS1CS_CLK3 0x06000000 /* SCC1 Tx Clock Source is CLK3 */ | ||
992 | #define CMXSCR_TS1CS_CLK4 0x07000000 /* SCC1 Tx Clock Source is CLK4 */ | ||
993 | |||
994 | #define CMXSCR_RS2CS_BRG1 0x00000000 /* SCC2 Rx Clock Source is BRG1 */ | ||
995 | #define CMXSCR_RS2CS_BRG2 0x00080000 /* SCC2 Rx Clock Source is BRG2 */ | ||
996 | #define CMXSCR_RS2CS_BRG3 0x00100000 /* SCC2 Rx Clock Source is BRG3 */ | ||
997 | #define CMXSCR_RS2CS_BRG4 0x00180000 /* SCC2 Rx Clock Source is BRG4 */ | ||
998 | #define CMXSCR_RS2CS_CLK11 0x00200000 /* SCC2 Rx Clock Source is CLK11 */ | ||
999 | #define CMXSCR_RS2CS_CLK12 0x00280000 /* SCC2 Rx Clock Source is CLK12 */ | ||
1000 | #define CMXSCR_RS2CS_CLK3 0x00300000 /* SCC2 Rx Clock Source is CLK3 */ | ||
1001 | #define CMXSCR_RS2CS_CLK4 0x00380000 /* SCC2 Rx Clock Source is CLK4 */ | ||
1002 | |||
1003 | #define CMXSCR_TS2CS_BRG1 0x00000000 /* SCC2 Tx Clock Source is BRG1 */ | ||
1004 | #define CMXSCR_TS2CS_BRG2 0x00010000 /* SCC2 Tx Clock Source is BRG2 */ | ||
1005 | #define CMXSCR_TS2CS_BRG3 0x00020000 /* SCC2 Tx Clock Source is BRG3 */ | ||
1006 | #define CMXSCR_TS2CS_BRG4 0x00030000 /* SCC2 Tx Clock Source is BRG4 */ | ||
1007 | #define CMXSCR_TS2CS_CLK11 0x00040000 /* SCC2 Tx Clock Source is CLK11 */ | ||
1008 | #define CMXSCR_TS2CS_CLK12 0x00050000 /* SCC2 Tx Clock Source is CLK12 */ | ||
1009 | #define CMXSCR_TS2CS_CLK3 0x00060000 /* SCC2 Tx Clock Source is CLK3 */ | ||
1010 | #define CMXSCR_TS2CS_CLK4 0x00070000 /* SCC2 Tx Clock Source is CLK4 */ | ||
1011 | |||
1012 | #define CMXSCR_RS3CS_BRG1 0x00000000 /* SCC3 Rx Clock Source is BRG1 */ | ||
1013 | #define CMXSCR_RS3CS_BRG2 0x00000800 /* SCC3 Rx Clock Source is BRG2 */ | ||
1014 | #define CMXSCR_RS3CS_BRG3 0x00001000 /* SCC3 Rx Clock Source is BRG3 */ | ||
1015 | #define CMXSCR_RS3CS_BRG4 0x00001800 /* SCC3 Rx Clock Source is BRG4 */ | ||
1016 | #define CMXSCR_RS3CS_CLK5 0x00002000 /* SCC3 Rx Clock Source is CLK5 */ | ||
1017 | #define CMXSCR_RS3CS_CLK6 0x00002800 /* SCC3 Rx Clock Source is CLK6 */ | ||
1018 | #define CMXSCR_RS3CS_CLK7 0x00003000 /* SCC3 Rx Clock Source is CLK7 */ | ||
1019 | #define CMXSCR_RS3CS_CLK8 0x00003800 /* SCC3 Rx Clock Source is CLK8 */ | ||
1020 | |||
1021 | #define CMXSCR_TS3CS_BRG1 0x00000000 /* SCC3 Tx Clock Source is BRG1 */ | ||
1022 | #define CMXSCR_TS3CS_BRG2 0x00000100 /* SCC3 Tx Clock Source is BRG2 */ | ||
1023 | #define CMXSCR_TS3CS_BRG3 0x00000200 /* SCC3 Tx Clock Source is BRG3 */ | ||
1024 | #define CMXSCR_TS3CS_BRG4 0x00000300 /* SCC3 Tx Clock Source is BRG4 */ | ||
1025 | #define CMXSCR_TS3CS_CLK5 0x00000400 /* SCC3 Tx Clock Source is CLK5 */ | ||
1026 | #define CMXSCR_TS3CS_CLK6 0x00000500 /* SCC3 Tx Clock Source is CLK6 */ | ||
1027 | #define CMXSCR_TS3CS_CLK7 0x00000600 /* SCC3 Tx Clock Source is CLK7 */ | ||
1028 | #define CMXSCR_TS3CS_CLK8 0x00000700 /* SCC3 Tx Clock Source is CLK8 */ | ||
1029 | |||
1030 | #define CMXSCR_RS4CS_BRG1 0x00000000 /* SCC4 Rx Clock Source is BRG1 */ | ||
1031 | #define CMXSCR_RS4CS_BRG2 0x00000008 /* SCC4 Rx Clock Source is BRG2 */ | ||
1032 | #define CMXSCR_RS4CS_BRG3 0x00000010 /* SCC4 Rx Clock Source is BRG3 */ | ||
1033 | #define CMXSCR_RS4CS_BRG4 0x00000018 /* SCC4 Rx Clock Source is BRG4 */ | ||
1034 | #define CMXSCR_RS4CS_CLK5 0x00000020 /* SCC4 Rx Clock Source is CLK5 */ | ||
1035 | #define CMXSCR_RS4CS_CLK6 0x00000028 /* SCC4 Rx Clock Source is CLK6 */ | ||
1036 | #define CMXSCR_RS4CS_CLK7 0x00000030 /* SCC4 Rx Clock Source is CLK7 */ | ||
1037 | #define CMXSCR_RS4CS_CLK8 0x00000038 /* SCC4 Rx Clock Source is CLK8 */ | ||
1038 | |||
1039 | #define CMXSCR_TS4CS_BRG1 0x00000000 /* SCC4 Tx Clock Source is BRG1 */ | ||
1040 | #define CMXSCR_TS4CS_BRG2 0x00000001 /* SCC4 Tx Clock Source is BRG2 */ | ||
1041 | #define CMXSCR_TS4CS_BRG3 0x00000002 /* SCC4 Tx Clock Source is BRG3 */ | ||
1042 | #define CMXSCR_TS4CS_BRG4 0x00000003 /* SCC4 Tx Clock Source is BRG4 */ | ||
1043 | #define CMXSCR_TS4CS_CLK5 0x00000004 /* SCC4 Tx Clock Source is CLK5 */ | ||
1044 | #define CMXSCR_TS4CS_CLK6 0x00000005 /* SCC4 Tx Clock Source is CLK6 */ | ||
1045 | #define CMXSCR_TS4CS_CLK7 0x00000006 /* SCC4 Tx Clock Source is CLK7 */ | ||
1046 | #define CMXSCR_TS4CS_CLK8 0x00000007 /* SCC4 Tx Clock Source is CLK8 */ | ||
1047 | |||
1048 | /*----------------------------------------------------------------------- | ||
1049 | * SIUMCR - SIU Module Configuration Register 4-31 | ||
1050 | */ | ||
1051 | #define SIUMCR_BBD 0x80000000 /* Bus Busy Disable */ | ||
1052 | #define SIUMCR_ESE 0x40000000 /* External Snoop Enable */ | ||
1053 | #define SIUMCR_PBSE 0x20000000 /* Parity Byte Select Enable */ | ||
1054 | #define SIUMCR_CDIS 0x10000000 /* Core Disable */ | ||
1055 | #define SIUMCR_DPPC00 0x00000000 /* Data Parity Pins Configuration*/ | ||
1056 | #define SIUMCR_DPPC01 0x04000000 /* - " - */ | ||
1057 | #define SIUMCR_DPPC10 0x08000000 /* - " - */ | ||
1058 | #define SIUMCR_DPPC11 0x0c000000 /* - " - */ | ||
1059 | #define SIUMCR_L2CPC00 0x00000000 /* L2 Cache Pins Configuration */ | ||
1060 | #define SIUMCR_L2CPC01 0x01000000 /* - " - */ | ||
1061 | #define SIUMCR_L2CPC10 0x02000000 /* - " - */ | ||
1062 | #define SIUMCR_L2CPC11 0x03000000 /* - " - */ | ||
1063 | #define SIUMCR_LBPC00 0x00000000 /* Local Bus Pins Configuration */ | ||
1064 | #define SIUMCR_LBPC01 0x00400000 /* - " - */ | ||
1065 | #define SIUMCR_LBPC10 0x00800000 /* - " - */ | ||
1066 | #define SIUMCR_LBPC11 0x00c00000 /* - " - */ | ||
1067 | #define SIUMCR_APPC00 0x00000000 /* Address Parity Pins Configuration*/ | ||
1068 | #define SIUMCR_APPC01 0x00100000 /* - " - */ | ||
1069 | #define SIUMCR_APPC10 0x00200000 /* - " - */ | ||
1070 | #define SIUMCR_APPC11 0x00300000 /* - " - */ | ||
1071 | #define SIUMCR_CS10PC00 0x00000000 /* CS10 Pin Configuration */ | ||
1072 | #define SIUMCR_CS10PC01 0x00040000 /* - " - */ | ||
1073 | #define SIUMCR_CS10PC10 0x00080000 /* - " - */ | ||
1074 | #define SIUMCR_CS10PC11 0x000c0000 /* - " - */ | ||
1075 | #define SIUMCR_BCTLC00 0x00000000 /* Buffer Control Configuration */ | ||
1076 | #define SIUMCR_BCTLC01 0x00010000 /* - " - */ | ||
1077 | #define SIUMCR_BCTLC10 0x00020000 /* - " - */ | ||
1078 | #define SIUMCR_BCTLC11 0x00030000 /* - " - */ | ||
1079 | #define SIUMCR_MMR00 0x00000000 /* Mask Masters Requests */ | ||
1080 | #define SIUMCR_MMR01 0x00004000 /* - " - */ | ||
1081 | #define SIUMCR_MMR10 0x00008000 /* - " - */ | ||
1082 | #define SIUMCR_MMR11 0x0000c000 /* - " - */ | ||
1083 | #define SIUMCR_LPBSE 0x00002000 /* LocalBus Parity Byte Select Enable*/ | ||
1084 | |||
1085 | /*----------------------------------------------------------------------- | ||
1086 | * SCCR - System Clock Control Register 9-8 | ||
1087 | */ | ||
1088 | #define SCCR_PCI_MODE 0x00000100 /* PCI Mode */ | ||
1089 | #define SCCR_PCI_MODCK 0x00000080 /* Value of PCI_MODCK pin */ | ||
1090 | #define SCCR_PCIDF_MSK 0x00000078 /* PCI division factor */ | ||
1091 | #define SCCR_PCIDF_SHIFT 3 | ||
1092 | |||
1093 | #ifndef CPM_IMMR_OFFSET | ||
1094 | #define CPM_IMMR_OFFSET 0x101a8 | ||
1095 | #endif | ||
1096 | |||
1097 | #define FCC_PSMR_RMII ((uint)0x00020000) /* Use RMII interface */ | ||
1098 | |||
1099 | /* FCC iop & clock configuration. BSP code is responsible to define Fx_RXCLK & Fx_TXCLK | ||
1100 | * in order to use clock-computing stuff below for the FCC x | ||
1101 | */ | ||
1102 | |||
1103 | /* Automatically generates register configurations */ | ||
1104 | #define PC_CLK(x) ((uint)(1<<(x-1))) /* FCC CLK I/O ports */ | ||
1105 | |||
1106 | #define CMXFCR_RF1CS(x) ((uint)((x-5)<<27)) /* FCC1 Receive Clock Source */ | ||
1107 | #define CMXFCR_TF1CS(x) ((uint)((x-5)<<24)) /* FCC1 Transmit Clock Source */ | ||
1108 | #define CMXFCR_RF2CS(x) ((uint)((x-9)<<19)) /* FCC2 Receive Clock Source */ | ||
1109 | #define CMXFCR_TF2CS(x) ((uint)((x-9)<<16)) /* FCC2 Transmit Clock Source */ | ||
1110 | #define CMXFCR_RF3CS(x) ((uint)((x-9)<<11)) /* FCC3 Receive Clock Source */ | ||
1111 | #define CMXFCR_TF3CS(x) ((uint)((x-9)<<8)) /* FCC3 Transmit Clock Source */ | ||
1112 | |||
1113 | #define PC_F1RXCLK PC_CLK(F1_RXCLK) | ||
1114 | #define PC_F1TXCLK PC_CLK(F1_TXCLK) | ||
1115 | #define CMX1_CLK_ROUTE (CMXFCR_RF1CS(F1_RXCLK) | CMXFCR_TF1CS(F1_TXCLK)) | ||
1116 | #define CMX1_CLK_MASK ((uint)0xff000000) | ||
1117 | |||
1118 | #define PC_F2RXCLK PC_CLK(F2_RXCLK) | ||
1119 | #define PC_F2TXCLK PC_CLK(F2_TXCLK) | ||
1120 | #define CMX2_CLK_ROUTE (CMXFCR_RF2CS(F2_RXCLK) | CMXFCR_TF2CS(F2_TXCLK)) | ||
1121 | #define CMX2_CLK_MASK ((uint)0x00ff0000) | ||
1122 | |||
1123 | #define PC_F3RXCLK PC_CLK(F3_RXCLK) | ||
1124 | #define PC_F3TXCLK PC_CLK(F3_TXCLK) | ||
1125 | #define CMX3_CLK_ROUTE (CMXFCR_RF3CS(F3_RXCLK) | CMXFCR_TF3CS(F3_TXCLK)) | ||
1126 | #define CMX3_CLK_MASK ((uint)0x0000ff00) | ||
1127 | |||
1128 | #define CPMUX_CLK_MASK (CMX3_CLK_MASK | CMX2_CLK_MASK) | ||
1129 | #define CPMUX_CLK_ROUTE (CMX3_CLK_ROUTE | CMX2_CLK_ROUTE) | ||
1130 | |||
1131 | #define CLK_TRX (PC_F3TXCLK | PC_F3RXCLK | PC_F2TXCLK | PC_F2RXCLK) | ||
1132 | |||
1133 | /* I/O Pin assignment for FCC1. I don't yet know the best way to do this, | ||
1134 | * but there is little variation among the choices. | ||
1135 | */ | ||
1136 | #define PA1_COL 0x00000001U | ||
1137 | #define PA1_CRS 0x00000002U | ||
1138 | #define PA1_TXER 0x00000004U | ||
1139 | #define PA1_TXEN 0x00000008U | ||
1140 | #define PA1_RXDV 0x00000010U | ||
1141 | #define PA1_RXER 0x00000020U | ||
1142 | #define PA1_TXDAT 0x00003c00U | ||
1143 | #define PA1_RXDAT 0x0003c000U | ||
1144 | #define PA1_PSORA0 (PA1_RXDAT | PA1_TXDAT) | ||
1145 | #define PA1_PSORA1 (PA1_COL | PA1_CRS | PA1_TXER | PA1_TXEN | \ | ||
1146 | PA1_RXDV | PA1_RXER) | ||
1147 | #define PA1_DIRA0 (PA1_RXDAT | PA1_CRS | PA1_COL | PA1_RXER | PA1_RXDV) | ||
1148 | #define PA1_DIRA1 (PA1_TXDAT | PA1_TXEN | PA1_TXER) | ||
1149 | |||
1150 | |||
1151 | /* I/O Pin assignment for FCC2. I don't yet know the best way to do this, | ||
1152 | * but there is little variation among the choices. | ||
1153 | */ | ||
1154 | #define PB2_TXER 0x00000001U | ||
1155 | #define PB2_RXDV 0x00000002U | ||
1156 | #define PB2_TXEN 0x00000004U | ||
1157 | #define PB2_RXER 0x00000008U | ||
1158 | #define PB2_COL 0x00000010U | ||
1159 | #define PB2_CRS 0x00000020U | ||
1160 | #define PB2_TXDAT 0x000003c0U | ||
1161 | #define PB2_RXDAT 0x00003c00U | ||
1162 | #define PB2_PSORB0 (PB2_RXDAT | PB2_TXDAT | PB2_CRS | PB2_COL | \ | ||
1163 | PB2_RXER | PB2_RXDV | PB2_TXER) | ||
1164 | #define PB2_PSORB1 (PB2_TXEN) | ||
1165 | #define PB2_DIRB0 (PB2_RXDAT | PB2_CRS | PB2_COL | PB2_RXER | PB2_RXDV) | ||
1166 | #define PB2_DIRB1 (PB2_TXDAT | PB2_TXEN | PB2_TXER) | ||
1167 | |||
1168 | |||
1169 | /* I/O Pin assignment for FCC3. I don't yet know the best way to do this, | ||
1170 | * but there is little variation among the choices. | ||
1171 | */ | ||
1172 | #define PB3_RXDV 0x00004000U | ||
1173 | #define PB3_RXER 0x00008000U | ||
1174 | #define PB3_TXER 0x00010000U | ||
1175 | #define PB3_TXEN 0x00020000U | ||
1176 | #define PB3_COL 0x00040000U | ||
1177 | #define PB3_CRS 0x00080000U | ||
1178 | #define PB3_TXDAT 0x0f000000U | ||
1179 | #define PC3_TXDAT 0x00000010U | ||
1180 | #define PB3_RXDAT 0x00f00000U | ||
1181 | #define PB3_PSORB0 (PB3_RXDAT | PB3_TXDAT | PB3_CRS | PB3_COL | \ | ||
1182 | PB3_RXER | PB3_RXDV | PB3_TXER | PB3_TXEN) | ||
1183 | #define PB3_PSORB1 0 | ||
1184 | #define PB3_DIRB0 (PB3_RXDAT | PB3_CRS | PB3_COL | PB3_RXER | PB3_RXDV) | ||
1185 | #define PB3_DIRB1 (PB3_TXDAT | PB3_TXEN | PB3_TXER) | ||
1186 | #define PC3_DIRC1 (PC3_TXDAT) | ||
1187 | |||
1188 | /* Handy macro to specify mem for FCCs*/ | ||
1189 | #define FCC_MEM_OFFSET(x) (CPM_FCC_SPECIAL_BASE + (x*128)) | ||
1190 | #define FCC1_MEM_OFFSET FCC_MEM_OFFSET(0) | ||
1191 | #define FCC2_MEM_OFFSET FCC_MEM_OFFSET(1) | ||
1192 | #define FCC3_MEM_OFFSET FCC_MEM_OFFSET(2) | ||
1193 | |||
1194 | /* Clocks and GRG's */ | ||
1195 | |||
1196 | enum cpm_clk_dir { | ||
1197 | CPM_CLK_RX, | ||
1198 | CPM_CLK_TX, | ||
1199 | CPM_CLK_RTX | ||
1200 | }; | ||
1201 | |||
1202 | enum cpm_clk_target { | ||
1203 | CPM_CLK_SCC1, | ||
1204 | CPM_CLK_SCC2, | ||
1205 | CPM_CLK_SCC3, | ||
1206 | CPM_CLK_SCC4, | ||
1207 | CPM_CLK_FCC1, | ||
1208 | CPM_CLK_FCC2, | ||
1209 | CPM_CLK_FCC3 | ||
1210 | }; | ||
1211 | |||
1212 | enum cpm_clk { | ||
1213 | CPM_CLK_NONE = 0, | ||
1214 | CPM_BRG1, /* Baud Rate Generator 1 */ | ||
1215 | CPM_BRG2, /* Baud Rate Generator 2 */ | ||
1216 | CPM_BRG3, /* Baud Rate Generator 3 */ | ||
1217 | CPM_BRG4, /* Baud Rate Generator 4 */ | ||
1218 | CPM_BRG5, /* Baud Rate Generator 5 */ | ||
1219 | CPM_BRG6, /* Baud Rate Generator 6 */ | ||
1220 | CPM_BRG7, /* Baud Rate Generator 7 */ | ||
1221 | CPM_BRG8, /* Baud Rate Generator 8 */ | ||
1222 | CPM_CLK1, /* Clock 1 */ | ||
1223 | CPM_CLK2, /* Clock 2 */ | ||
1224 | CPM_CLK3, /* Clock 3 */ | ||
1225 | CPM_CLK4, /* Clock 4 */ | ||
1226 | CPM_CLK5, /* Clock 5 */ | ||
1227 | CPM_CLK6, /* Clock 6 */ | ||
1228 | CPM_CLK7, /* Clock 7 */ | ||
1229 | CPM_CLK8, /* Clock 8 */ | ||
1230 | CPM_CLK9, /* Clock 9 */ | ||
1231 | CPM_CLK10, /* Clock 10 */ | ||
1232 | CPM_CLK11, /* Clock 11 */ | ||
1233 | CPM_CLK12, /* Clock 12 */ | ||
1234 | CPM_CLK13, /* Clock 13 */ | ||
1235 | CPM_CLK14, /* Clock 14 */ | ||
1236 | CPM_CLK15, /* Clock 15 */ | ||
1237 | CPM_CLK16, /* Clock 16 */ | ||
1238 | CPM_CLK17, /* Clock 17 */ | ||
1239 | CPM_CLK18, /* Clock 18 */ | ||
1240 | CPM_CLK19, /* Clock 19 */ | ||
1241 | CPM_CLK20, /* Clock 20 */ | ||
1242 | CPM_CLK_DUMMY | ||
1243 | }; | ||
1244 | |||
1245 | extern int cpm2_clk_setup(enum cpm_clk_target target, int clock, int mode); | ||
1246 | |||
1247 | #endif /* __CPM2__ */ | ||
1248 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/delay.h b/include/asm-ppc/delay.h deleted file mode 100644 index badde6845af2..000000000000 --- a/include/asm-ppc/delay.h +++ /dev/null | |||
@@ -1,66 +0,0 @@ | |||
1 | #ifdef __KERNEL__ | ||
2 | #ifndef _PPC_DELAY_H | ||
3 | #define _PPC_DELAY_H | ||
4 | |||
5 | #include <asm/param.h> | ||
6 | |||
7 | /* | ||
8 | * Copyright 1996, Paul Mackerras. | ||
9 | * | ||
10 | * This program is free software; you can redistribute it and/or | ||
11 | * modify it under the terms of the GNU General Public License | ||
12 | * as published by the Free Software Foundation; either version | ||
13 | * 2 of the License, or (at your option) any later version. | ||
14 | */ | ||
15 | |||
16 | extern unsigned long loops_per_jiffy; | ||
17 | |||
18 | extern void __delay(unsigned int loops); | ||
19 | |||
20 | /* | ||
21 | * Note that 19 * 226 == 4294 ==~ 2^32 / 10^6, so | ||
22 | * loops = (4294 * usecs * loops_per_jiffy * HZ) / 2^32. | ||
23 | * | ||
24 | * The mulhwu instruction gives us loops = (a * b) / 2^32. | ||
25 | * We choose a = usecs * 19 * HZ and b = loops_per_jiffy * 226 | ||
26 | * because this lets us support a wide range of HZ and | ||
27 | * loops_per_jiffy values without either a or b overflowing 2^32. | ||
28 | * Thus we need usecs * HZ <= (2^32 - 1) / 19 = 226050910 and | ||
29 | * loops_per_jiffy <= (2^32 - 1) / 226 = 19004280 | ||
30 | * (which corresponds to ~3800 bogomips at HZ = 100). | ||
31 | * -- paulus | ||
32 | */ | ||
33 | #define __MAX_UDELAY (226050910UL/HZ) /* maximum udelay argument */ | ||
34 | #define __MAX_NDELAY (4294967295UL/HZ) /* maximum ndelay argument */ | ||
35 | |||
36 | extern __inline__ void __udelay(unsigned int x) | ||
37 | { | ||
38 | unsigned int loops; | ||
39 | |||
40 | __asm__("mulhwu %0,%1,%2" : "=r" (loops) : | ||
41 | "r" (x), "r" (loops_per_jiffy * 226)); | ||
42 | __delay(loops); | ||
43 | } | ||
44 | |||
45 | extern __inline__ void __ndelay(unsigned int x) | ||
46 | { | ||
47 | unsigned int loops; | ||
48 | |||
49 | __asm__("mulhwu %0,%1,%2" : "=r" (loops) : | ||
50 | "r" (x), "r" (loops_per_jiffy * 5)); | ||
51 | __delay(loops); | ||
52 | } | ||
53 | |||
54 | extern void __bad_udelay(void); /* deliberately undefined */ | ||
55 | extern void __bad_ndelay(void); /* deliberately undefined */ | ||
56 | |||
57 | #define udelay(n) (__builtin_constant_p(n)? \ | ||
58 | ((n) > __MAX_UDELAY? __bad_udelay(): __udelay((n) * (19 * HZ))) : \ | ||
59 | __udelay((n) * (19 * HZ))) | ||
60 | |||
61 | #define ndelay(n) (__builtin_constant_p(n)? \ | ||
62 | ((n) > __MAX_NDELAY? __bad_ndelay(): __ndelay((n) * HZ)) : \ | ||
63 | __ndelay((n) * HZ)) | ||
64 | |||
65 | #endif /* defined(_PPC_DELAY_H) */ | ||
66 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/device.h b/include/asm-ppc/device.h deleted file mode 100644 index d8f9872b0e2d..000000000000 --- a/include/asm-ppc/device.h +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | /* | ||
2 | * Arch specific extensions to struct device | ||
3 | * | ||
4 | * This file is released under the GPLv2 | ||
5 | */ | ||
6 | #include <asm-generic/device.h> | ||
7 | |||
diff --git a/include/asm-ppc/floppy.h b/include/asm-ppc/floppy.h deleted file mode 100644 index 7d9b3f430d92..000000000000 --- a/include/asm-ppc/floppy.h +++ /dev/null | |||
@@ -1,178 +0,0 @@ | |||
1 | /* | ||
2 | * Architecture specific parts of the Floppy driver | ||
3 | * | ||
4 | * This file is subject to the terms and conditions of the GNU General Public | ||
5 | * License. See the file "COPYING" in the main directory of this archive | ||
6 | * for more details. | ||
7 | * | ||
8 | * Copyright (C) 1995 | ||
9 | */ | ||
10 | #ifdef __KERNEL__ | ||
11 | #ifndef __ASM_PPC_FLOPPY_H | ||
12 | #define __ASM_PPC_FLOPPY_H | ||
13 | |||
14 | #define fd_inb(port) inb_p(port) | ||
15 | #define fd_outb(value,port) outb_p(value,port) | ||
16 | |||
17 | #define fd_disable_dma() fd_ops->_disable_dma(FLOPPY_DMA) | ||
18 | #define fd_free_dma() fd_ops->_free_dma(FLOPPY_DMA) | ||
19 | #define fd_get_dma_residue() fd_ops->_get_dma_residue(FLOPPY_DMA) | ||
20 | #define fd_dma_setup(addr, size, mode, io) fd_ops->_dma_setup(addr, size, mode, io) | ||
21 | #define fd_enable_irq() enable_irq(FLOPPY_IRQ) | ||
22 | #define fd_disable_irq() disable_irq(FLOPPY_IRQ) | ||
23 | #define fd_free_irq() free_irq(FLOPPY_IRQ, NULL); | ||
24 | |||
25 | static int fd_request_dma(void); | ||
26 | |||
27 | struct fd_dma_ops { | ||
28 | void (*_disable_dma)(unsigned int dmanr); | ||
29 | void (*_free_dma)(unsigned int dmanr); | ||
30 | int (*_get_dma_residue)(unsigned int dummy); | ||
31 | int (*_dma_setup)(char *addr, unsigned long size, int mode, int io); | ||
32 | }; | ||
33 | |||
34 | static int virtual_dma_count; | ||
35 | static int virtual_dma_residue; | ||
36 | static char *virtual_dma_addr; | ||
37 | static int virtual_dma_mode; | ||
38 | static int doing_vdma; | ||
39 | static struct fd_dma_ops *fd_ops; | ||
40 | |||
41 | static irqreturn_t floppy_hardint(int irq, void *dev_id) | ||
42 | { | ||
43 | unsigned char st; | ||
44 | int lcount; | ||
45 | char *lptr; | ||
46 | |||
47 | if (!doing_vdma) | ||
48 | return floppy_interrupt(irq, dev_id); | ||
49 | |||
50 | |||
51 | st = 1; | ||
52 | for (lcount=virtual_dma_count, lptr=virtual_dma_addr; | ||
53 | lcount; lcount--, lptr++) { | ||
54 | st=inb(virtual_dma_port+4) & 0xa0 ; | ||
55 | if (st != 0xa0) | ||
56 | break; | ||
57 | if (virtual_dma_mode) | ||
58 | outb_p(*lptr, virtual_dma_port+5); | ||
59 | else | ||
60 | *lptr = inb_p(virtual_dma_port+5); | ||
61 | } | ||
62 | virtual_dma_count = lcount; | ||
63 | virtual_dma_addr = lptr; | ||
64 | st = inb(virtual_dma_port+4); | ||
65 | |||
66 | if (st == 0x20) | ||
67 | return IRQ_HANDLED; | ||
68 | if (!(st & 0x20)) { | ||
69 | virtual_dma_residue += virtual_dma_count; | ||
70 | virtual_dma_count=0; | ||
71 | doing_vdma = 0; | ||
72 | floppy_interrupt(irq, dev_id); | ||
73 | return IRQ_HANDLED; | ||
74 | } | ||
75 | return IRQ_HANDLED; | ||
76 | } | ||
77 | |||
78 | static void vdma_disable_dma(unsigned int dummy) | ||
79 | { | ||
80 | doing_vdma = 0; | ||
81 | virtual_dma_residue += virtual_dma_count; | ||
82 | virtual_dma_count=0; | ||
83 | } | ||
84 | |||
85 | static void vdma_nop(unsigned int dummy) | ||
86 | { | ||
87 | } | ||
88 | |||
89 | |||
90 | static int vdma_get_dma_residue(unsigned int dummy) | ||
91 | { | ||
92 | return virtual_dma_count + virtual_dma_residue; | ||
93 | } | ||
94 | |||
95 | |||
96 | static int fd_request_irq(void) | ||
97 | { | ||
98 | if (can_use_virtual_dma) | ||
99 | return request_irq(FLOPPY_IRQ, floppy_hardint, | ||
100 | IRQF_DISABLED, "floppy", NULL); | ||
101 | else | ||
102 | return request_irq(FLOPPY_IRQ, floppy_interrupt, | ||
103 | IRQF_DISABLED, "floppy", NULL); | ||
104 | } | ||
105 | |||
106 | static int vdma_dma_setup(char *addr, unsigned long size, int mode, int io) | ||
107 | { | ||
108 | doing_vdma = 1; | ||
109 | virtual_dma_port = io; | ||
110 | virtual_dma_mode = (mode == DMA_MODE_WRITE); | ||
111 | virtual_dma_addr = addr; | ||
112 | virtual_dma_count = size; | ||
113 | virtual_dma_residue = 0; | ||
114 | return 0; | ||
115 | } | ||
116 | |||
117 | static int hard_dma_setup(char *addr, unsigned long size, int mode, int io) | ||
118 | { | ||
119 | /* actual, physical DMA */ | ||
120 | doing_vdma = 0; | ||
121 | clear_dma_ff(FLOPPY_DMA); | ||
122 | set_dma_mode(FLOPPY_DMA,mode); | ||
123 | set_dma_addr(FLOPPY_DMA,(unsigned int)virt_to_bus(addr)); | ||
124 | set_dma_count(FLOPPY_DMA,size); | ||
125 | enable_dma(FLOPPY_DMA); | ||
126 | return 0; | ||
127 | } | ||
128 | |||
129 | static struct fd_dma_ops real_dma_ops = | ||
130 | { | ||
131 | ._disable_dma = disable_dma, | ||
132 | ._free_dma = free_dma, | ||
133 | ._get_dma_residue = get_dma_residue, | ||
134 | ._dma_setup = hard_dma_setup | ||
135 | }; | ||
136 | |||
137 | static struct fd_dma_ops virt_dma_ops = | ||
138 | { | ||
139 | ._disable_dma = vdma_disable_dma, | ||
140 | ._free_dma = vdma_nop, | ||
141 | ._get_dma_residue = vdma_get_dma_residue, | ||
142 | ._dma_setup = vdma_dma_setup | ||
143 | }; | ||
144 | |||
145 | static int fd_request_dma() | ||
146 | { | ||
147 | if (can_use_virtual_dma & 1) { | ||
148 | fd_ops = &virt_dma_ops; | ||
149 | return 0; | ||
150 | } | ||
151 | else { | ||
152 | fd_ops = &real_dma_ops; | ||
153 | return request_dma(FLOPPY_DMA, "floppy"); | ||
154 | } | ||
155 | } | ||
156 | |||
157 | static int FDC1 = 0x3f0; | ||
158 | static int FDC2 = -1; | ||
159 | |||
160 | /* | ||
161 | * Again, the CMOS information not available | ||
162 | */ | ||
163 | #define FLOPPY0_TYPE 6 | ||
164 | #define FLOPPY1_TYPE 0 | ||
165 | |||
166 | #define N_FDC 2 /* Don't change this! */ | ||
167 | #define N_DRIVE 8 | ||
168 | |||
169 | /* | ||
170 | * The PowerPC has no problems with floppy DMA crossing 64k borders. | ||
171 | */ | ||
172 | #define CROSS_64KB(a,s) (0) | ||
173 | |||
174 | #endif /* __ASM_PPC_FLOPPY_H */ | ||
175 | |||
176 | #define EXTRA_FLOPPY_PARAMS | ||
177 | |||
178 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/fs_pd.h b/include/asm-ppc/fs_pd.h deleted file mode 100644 index 8691327653af..000000000000 --- a/include/asm-ppc/fs_pd.h +++ /dev/null | |||
@@ -1,36 +0,0 @@ | |||
1 | /* | ||
2 | * Platform information definitions. | ||
3 | * | ||
4 | * 2006 (c) MontaVista Software, Inc. | ||
5 | * Vitaly Bordug <vbordug@ru.mvista.com> | ||
6 | * | ||
7 | * This file is licensed under the terms of the GNU General Public License | ||
8 | * version 2. This program is licensed "as is" without any warranty of any | ||
9 | * kind, whether express or implied. | ||
10 | */ | ||
11 | |||
12 | #ifndef FS_PD_H | ||
13 | #define FS_PD_H | ||
14 | |||
15 | static inline int uart_baudrate(void) | ||
16 | { | ||
17 | int baud; | ||
18 | bd_t *bd = (bd_t *) __res; | ||
19 | |||
20 | if (bd->bi_baudrate) | ||
21 | baud = bd->bi_baudrate; | ||
22 | else | ||
23 | baud = -1; | ||
24 | return baud; | ||
25 | } | ||
26 | |||
27 | static inline int uart_clock(void) | ||
28 | { | ||
29 | return (((bd_t *) __res)->bi_intfreq); | ||
30 | } | ||
31 | |||
32 | #define cpm2_map(member) (&cpm2_immr->member) | ||
33 | #define cpm2_map_size(member, size) (&cpm2_immr->member) | ||
34 | #define cpm2_unmap(addr) do {} while(0) | ||
35 | |||
36 | #endif | ||
diff --git a/include/asm-ppc/gg2.h b/include/asm-ppc/gg2.h deleted file mode 100644 index 341ae55b99fb..000000000000 --- a/include/asm-ppc/gg2.h +++ /dev/null | |||
@@ -1,61 +0,0 @@ | |||
1 | /* | ||
2 | * include/asm-ppc/gg2.h -- VLSI VAS96011/12 `Golden Gate 2' register definitions | ||
3 | * | ||
4 | * Copyright (C) 1997 Geert Uytterhoeven | ||
5 | * | ||
6 | * This file is based on the following documentation: | ||
7 | * | ||
8 | * The VAS96011/12 Chipset, Data Book, Edition 1.0 | ||
9 | * VLSI Technology, Inc. | ||
10 | * | ||
11 | * This file is subject to the terms and conditions of the GNU General Public | ||
12 | * License. See the file COPYING in the main directory of this archive | ||
13 | * for more details. | ||
14 | */ | ||
15 | |||
16 | #ifndef _ASMPPC_GG2_H | ||
17 | #define _ASMPPC_GG2_H | ||
18 | |||
19 | /* | ||
20 | * Memory Map (CHRP mode) | ||
21 | */ | ||
22 | |||
23 | #define GG2_PCI_MEM_BASE 0xc0000000 /* Peripheral memory space */ | ||
24 | #define GG2_ISA_MEM_BASE 0xf7000000 /* Peripheral memory alias */ | ||
25 | #define GG2_ISA_IO_BASE 0xf8000000 /* Peripheral I/O space */ | ||
26 | #define GG2_PCI_CONFIG_BASE 0xfec00000 /* PCI configuration space */ | ||
27 | #define GG2_INT_ACK_SPECIAL 0xfec80000 /* Interrupt acknowledge and */ | ||
28 | /* special PCI cycles */ | ||
29 | #define GG2_ROM_BASE0 0xff000000 /* ROM bank 0 */ | ||
30 | #define GG2_ROM_BASE1 0xff800000 /* ROM bank 1 */ | ||
31 | |||
32 | |||
33 | /* | ||
34 | * GG2 specific PCI Registers | ||
35 | */ | ||
36 | |||
37 | extern void __iomem *gg2_pci_config_base; /* kernel virtual address */ | ||
38 | |||
39 | #define GG2_PCI_BUSNO 0x40 /* Bus number */ | ||
40 | #define GG2_PCI_SUBBUSNO 0x41 /* Subordinate bus number */ | ||
41 | #define GG2_PCI_DISCCTR 0x42 /* Disconnect counter */ | ||
42 | #define GG2_PCI_PPC_CTRL 0x50 /* PowerPC interface control register */ | ||
43 | #define GG2_PCI_ADDR_MAP 0x5c /* Address map */ | ||
44 | #define GG2_PCI_PCI_CTRL 0x60 /* PCI interface control register */ | ||
45 | #define GG2_PCI_ROM_CTRL 0x70 /* ROM interface control register */ | ||
46 | #define GG2_PCI_ROM_TIME 0x74 /* ROM timing */ | ||
47 | #define GG2_PCI_CC_CTRL 0x80 /* Cache controller control register */ | ||
48 | #define GG2_PCI_DRAM_BANK0 0x90 /* Control register for DRAM bank #0 */ | ||
49 | #define GG2_PCI_DRAM_BANK1 0x94 /* Control register for DRAM bank #1 */ | ||
50 | #define GG2_PCI_DRAM_BANK2 0x98 /* Control register for DRAM bank #2 */ | ||
51 | #define GG2_PCI_DRAM_BANK3 0x9c /* Control register for DRAM bank #3 */ | ||
52 | #define GG2_PCI_DRAM_BANK4 0xa0 /* Control register for DRAM bank #4 */ | ||
53 | #define GG2_PCI_DRAM_BANK5 0xa4 /* Control register for DRAM bank #5 */ | ||
54 | #define GG2_PCI_DRAM_TIME0 0xb0 /* Timing parameters set #0 */ | ||
55 | #define GG2_PCI_DRAM_TIME1 0xb4 /* Timing parameters set #1 */ | ||
56 | #define GG2_PCI_DRAM_CTRL 0xc0 /* DRAM control */ | ||
57 | #define GG2_PCI_ERR_CTRL 0xd0 /* Error control register */ | ||
58 | #define GG2_PCI_ERR_STATUS 0xd4 /* Error status register */ | ||
59 | /* Cleared when read */ | ||
60 | |||
61 | #endif /* _ASMPPC_GG2_H */ | ||
diff --git a/include/asm-ppc/gt64260.h b/include/asm-ppc/gt64260.h deleted file mode 100644 index 9e63b3cfffca..000000000000 --- a/include/asm-ppc/gt64260.h +++ /dev/null | |||
@@ -1,322 +0,0 @@ | |||
1 | /* | ||
2 | * include/asm-ppc/gt64260.h | ||
3 | * | ||
4 | * Prototypes, etc. for the Marvell/Galileo GT64260 host bridge routines. | ||
5 | * | ||
6 | * Author: Mark A. Greer <mgreer@mvista.com> | ||
7 | * | ||
8 | * 2001 (c) MontaVista, Software, Inc. This file is licensed under | ||
9 | * the terms of the GNU General Public License version 2. This program | ||
10 | * is licensed "as is" without any warranty of any kind, whether express | ||
11 | * or implied. | ||
12 | */ | ||
13 | #ifndef __ASMPPC_GT64260_H | ||
14 | #define __ASMPPC_GT64260_H | ||
15 | |||
16 | #include <linux/kernel.h> | ||
17 | #include <linux/init.h> | ||
18 | #include <linux/pci.h> | ||
19 | #include <linux/slab.h> | ||
20 | |||
21 | #include <asm/byteorder.h> | ||
22 | #include <asm/io.h> | ||
23 | #include <asm/irq.h> | ||
24 | #include <asm/uaccess.h> | ||
25 | #include <asm/machdep.h> | ||
26 | #include <asm/pci-bridge.h> | ||
27 | #include <asm/gt64260_defs.h> | ||
28 | |||
29 | |||
30 | extern u32 gt64260_base; | ||
31 | extern u32 gt64260_irq_base; /* We handle the next 96 IRQs from here */ | ||
32 | extern u32 gt64260_revision; | ||
33 | extern u8 gt64260_pci_exclude_bridge; | ||
34 | |||
35 | #ifndef TRUE | ||
36 | #define TRUE 1 | ||
37 | #endif | ||
38 | |||
39 | #ifndef FALSE | ||
40 | #define FALSE 0 | ||
41 | #endif | ||
42 | |||
43 | /* IRQs defined by the 64260 */ | ||
44 | #define GT64260_IRQ_MPSC0 40 | ||
45 | #define GT64260_IRQ_MPSC1 42 | ||
46 | #define GT64260_IRQ_SDMA 36 | ||
47 | |||
48 | /* | ||
49 | * Define a default physical memory map to be set up on the bridge. | ||
50 | * Also define a struct to pass that info from board-specific routines to | ||
51 | * GT64260 generic set up routines. By passing this info in, the board | ||
52 | * support developer can modify it at will. | ||
53 | */ | ||
54 | |||
55 | /* | ||
56 | * This is the default memory map: | ||
57 | * CPU PCI | ||
58 | * --- --- | ||
59 | * PCI 0 I/O: 0xfa000000-0xfaffffff 0x00000000-0x00ffffff | ||
60 | * PCI 1 I/O: 0xfb000000-0xfbffffff 0x01000000-0x01ffffff | ||
61 | * PCI 0 MEM: 0x80000000-0x8fffffff 0x80000000-0x8fffffff | ||
62 | * PCI 1 MEM: 0x90000000-0x9fffffff 0x90000000-0x9fffffff | ||
63 | */ | ||
64 | |||
65 | /* Default physical memory map for the GT64260 bridge */ | ||
66 | |||
67 | /* | ||
68 | * PCI Bus 0 Definitions | ||
69 | */ | ||
70 | #define GT64260_PCI_0_IO_SIZE 0x01000000U | ||
71 | #define GT64260_PCI_0_MEM_SIZE 0x10000000U | ||
72 | |||
73 | /* Processor Physical addresses */ | ||
74 | #define GT64260_PCI_0_IO_START_PROC 0xfa000000U | ||
75 | #define GT64260_PCI_0_IO_END_PROC (GT64260_PCI_0_IO_START_PROC + \ | ||
76 | GT64260_PCI_0_IO_SIZE - 1) | ||
77 | |||
78 | /* PCI 0 addresses */ | ||
79 | #define GT64260_PCI_0_IO_START 0x00000000U | ||
80 | #define GT64260_PCI_0_IO_END (GT64260_PCI_0_IO_START + \ | ||
81 | GT64260_PCI_0_IO_SIZE - 1) | ||
82 | |||
83 | /* Processor Physical addresses */ | ||
84 | #define GT64260_PCI_0_MEM_START_PROC 0x80000000U | ||
85 | #define GT64260_PCI_0_MEM_END_PROC (GT64260_PCI_0_MEM_START_PROC + \ | ||
86 | GT64260_PCI_0_MEM_SIZE - 1) | ||
87 | |||
88 | /* PCI 0 addresses */ | ||
89 | #define GT64260_PCI_0_MEM_START 0x80000000U | ||
90 | #define GT64260_PCI_0_MEM_END (GT64260_PCI_0_MEM_START + \ | ||
91 | GT64260_PCI_0_MEM_SIZE - 1) | ||
92 | |||
93 | /* | ||
94 | * PCI Bus 1 Definitions | ||
95 | */ | ||
96 | #define GT64260_PCI_1_IO_SIZE 0x01000000U | ||
97 | #define GT64260_PCI_1_MEM_SIZE 0x10000000U | ||
98 | |||
99 | /* PCI 1 addresses */ | ||
100 | #define GT64260_PCI_1_IO_START 0x01000000U | ||
101 | #define GT64260_PCI_1_IO_END (GT64260_PCI_1_IO_START + \ | ||
102 | GT64260_PCI_1_IO_SIZE - 1) | ||
103 | |||
104 | /* Processor Physical addresses */ | ||
105 | #define GT64260_PCI_1_IO_START_PROC 0xfb000000U | ||
106 | #define GT64260_PCI_1_IO_END_PROC (GT64260_PCI_1_IO_START_PROC + \ | ||
107 | GT64260_PCI_1_IO_SIZE - 1) | ||
108 | |||
109 | /* PCI 1 addresses */ | ||
110 | #define GT64260_PCI_1_MEM_START 0x90000000U | ||
111 | #define GT64260_PCI_1_MEM_END (GT64260_PCI_1_MEM_START + \ | ||
112 | GT64260_PCI_1_MEM_SIZE - 1) | ||
113 | |||
114 | /* Processor Physical addresses */ | ||
115 | #define GT64260_PCI_1_MEM_START_PROC 0x90000000U | ||
116 | #define GT64260_PCI_1_MEM_END_PROC (GT64260_PCI_1_MEM_START_PROC + \ | ||
117 | GT64260_PCI_1_MEM_SIZE - 1) | ||
118 | |||
119 | /* Define struct to pass mem-map info into gt64260_common.c code */ | ||
120 | typedef struct { | ||
121 | struct pci_controller *hose_a; | ||
122 | struct pci_controller *hose_b; | ||
123 | |||
124 | u32 mem_size; | ||
125 | |||
126 | u32 pci_0_io_start_proc; | ||
127 | u32 pci_0_io_start_pci; | ||
128 | u32 pci_0_io_size; | ||
129 | u32 pci_0_io_swap; | ||
130 | |||
131 | u32 pci_0_mem_start_proc; | ||
132 | u32 pci_0_mem_start_pci_hi; | ||
133 | u32 pci_0_mem_start_pci_lo; | ||
134 | u32 pci_0_mem_size; | ||
135 | u32 pci_0_mem_swap; | ||
136 | |||
137 | u32 pci_1_io_start_proc; | ||
138 | u32 pci_1_io_start_pci; | ||
139 | u32 pci_1_io_size; | ||
140 | u32 pci_1_io_swap; | ||
141 | |||
142 | u32 pci_1_mem_start_proc; | ||
143 | u32 pci_1_mem_start_pci_hi; | ||
144 | u32 pci_1_mem_start_pci_lo; | ||
145 | u32 pci_1_mem_size; | ||
146 | u32 pci_1_mem_swap; | ||
147 | } gt64260_bridge_info_t; | ||
148 | |||
149 | #define GT64260_BRIDGE_INFO_DEFAULT(ip, ms) { \ | ||
150 | (ip)->mem_size = (ms); \ | ||
151 | \ | ||
152 | (ip)->pci_0_io_start_proc = GT64260_PCI_0_IO_START_PROC; \ | ||
153 | (ip)->pci_0_io_start_pci = GT64260_PCI_0_IO_START; \ | ||
154 | (ip)->pci_0_io_size = GT64260_PCI_0_IO_SIZE; \ | ||
155 | (ip)->pci_0_io_swap = GT64260_CPU_PCI_SWAP_NONE; \ | ||
156 | \ | ||
157 | (ip)->pci_0_mem_start_proc = GT64260_PCI_0_MEM_START_PROC; \ | ||
158 | (ip)->pci_0_mem_start_pci_hi = 0x00000000; \ | ||
159 | (ip)->pci_0_mem_start_pci_lo = GT64260_PCI_0_MEM_START; \ | ||
160 | (ip)->pci_0_mem_size = GT64260_PCI_0_MEM_SIZE; \ | ||
161 | (ip)->pci_0_mem_swap = GT64260_CPU_PCI_SWAP_NONE; \ | ||
162 | \ | ||
163 | (ip)->pci_1_io_start_proc = GT64260_PCI_1_IO_START_PROC; \ | ||
164 | (ip)->pci_1_io_start_pci = GT64260_PCI_1_IO_START; \ | ||
165 | (ip)->pci_1_io_size = GT64260_PCI_1_IO_SIZE; \ | ||
166 | (ip)->pci_1_io_swap = GT64260_CPU_PCI_SWAP_NONE; \ | ||
167 | \ | ||
168 | (ip)->pci_1_mem_start_proc = GT64260_PCI_1_MEM_START_PROC; \ | ||
169 | (ip)->pci_1_mem_start_pci_hi = 0x00000000; \ | ||
170 | (ip)->pci_1_mem_start_pci_lo = GT64260_PCI_1_MEM_START; \ | ||
171 | (ip)->pci_1_mem_size = GT64260_PCI_1_MEM_SIZE; \ | ||
172 | (ip)->pci_1_mem_swap = GT64260_CPU_PCI_SWAP_NONE; \ | ||
173 | } | ||
174 | |||
175 | /* | ||
176 | ***************************************************************************** | ||
177 | * | ||
178 | * I/O macros to access the 64260's registers | ||
179 | * | ||
180 | ***************************************************************************** | ||
181 | */ | ||
182 | |||
183 | extern inline uint32_t gt_read(uint32_t offs){ | ||
184 | return (in_le32((volatile uint *)(gt64260_base + offs))); | ||
185 | } | ||
186 | extern inline void gt_write(uint32_t offs, uint32_t d){ | ||
187 | out_le32((volatile uint *)(gt64260_base + offs), d); | ||
188 | } | ||
189 | |||
190 | #if 0 /* paranoid SMP version */ | ||
191 | extern inline void gt_modify(u32 offs, u32 data, u32 mask) \ | ||
192 | { | ||
193 | uint32_t reg; | ||
194 | spin_lock(>64260_lock); | ||
195 | reg = gt_read(offs) & (~mask); /* zero any bits we care about*/ | ||
196 | reg |= data & mask; /* set bits from the data */ | ||
197 | gt_write(offs, reg); | ||
198 | spin_unlock(>64260_lock); | ||
199 | } | ||
200 | #else | ||
201 | extern inline void gt_modify(uint32_t offs, uint32_t data, uint32_t mask) | ||
202 | { | ||
203 | uint32_t reg; | ||
204 | reg = gt_read(offs) & (~(mask)); /* zero any bits we care about*/ | ||
205 | reg |= (data) & (mask); /* set bits from the data */ | ||
206 | gt_write(offs, reg); | ||
207 | } | ||
208 | #endif | ||
209 | #define gt_set_bits(offs, bits) gt_modify(offs, ~0, bits) | ||
210 | |||
211 | #define gt_clr_bits(offs, bits) gt_modify(offs, 0, bits) | ||
212 | |||
213 | |||
214 | /* | ||
215 | ***************************************************************************** | ||
216 | * | ||
217 | * Function Prototypes | ||
218 | * | ||
219 | ***************************************************************************** | ||
220 | */ | ||
221 | |||
222 | int gt64260_find_bridges(u32 phys_base_addr, gt64260_bridge_info_t *info, | ||
223 | int ((*map_irq)(struct pci_dev *, unsigned char, unsigned char))); | ||
224 | int gt64260_bridge_init(gt64260_bridge_info_t *info); | ||
225 | int gt64260_cpu_scs_set_window(u32 window, | ||
226 | u32 base_addr, | ||
227 | u32 size); | ||
228 | int gt64260_cpu_cs_set_window(u32 window, | ||
229 | u32 base_addr, | ||
230 | u32 size); | ||
231 | int gt64260_cpu_boot_set_window(u32 base_addr, | ||
232 | u32 size); | ||
233 | int gt64260_cpu_set_pci_io_window(u32 pci_bus, | ||
234 | u32 cpu_base_addr, | ||
235 | u32 pci_base_addr, | ||
236 | u32 size, | ||
237 | u32 swap); | ||
238 | int gt64260_cpu_set_pci_mem_window(u32 pci_bus, | ||
239 | u32 window, | ||
240 | u32 cpu_base_addr, | ||
241 | u32 pci_base_addr_hi, | ||
242 | u32 pci_base_addr_lo, | ||
243 | u32 size, | ||
244 | u32 swap_64bit); | ||
245 | int gt64260_cpu_prot_set_window(u32 window, | ||
246 | u32 base_addr, | ||
247 | u32 size, | ||
248 | u32 access_bits); | ||
249 | int gt64260_cpu_snoop_set_window(u32 window, | ||
250 | u32 base_addr, | ||
251 | u32 size, | ||
252 | u32 snoop_type); | ||
253 | void gt64260_cpu_disable_all_windows(void); | ||
254 | int gt64260_pci_bar_enable(u32 pci_bus, u32 enable_bits); | ||
255 | int gt64260_pci_slave_scs_set_window(struct pci_controller *hose, | ||
256 | u32 window, | ||
257 | u32 pci_base_addr, | ||
258 | u32 cpu_base_addr, | ||
259 | u32 size); | ||
260 | int gt64260_pci_slave_cs_set_window(struct pci_controller *hose, | ||
261 | u32 window, | ||
262 | u32 pci_base_addr, | ||
263 | u32 cpu_base_addr, | ||
264 | u32 size); | ||
265 | int gt64260_pci_slave_boot_set_window(struct pci_controller *hose, | ||
266 | u32 pci_base_addr, | ||
267 | u32 cpu_base_addr, | ||
268 | u32 size); | ||
269 | int gt64260_pci_slave_p2p_mem_set_window(struct pci_controller *hose, | ||
270 | u32 window, | ||
271 | u32 pci_base_addr, | ||
272 | u32 other_bus_base_addr, | ||
273 | u32 size); | ||
274 | int gt64260_pci_slave_p2p_io_set_window(struct pci_controller *hose, | ||
275 | u32 pci_base_addr, | ||
276 | u32 other_bus_base_addr, | ||
277 | u32 size); | ||
278 | int gt64260_pci_slave_dac_scs_set_window(struct pci_controller *hose, | ||
279 | u32 window, | ||
280 | u32 pci_base_addr_hi, | ||
281 | u32 pci_base_addr_lo, | ||
282 | u32 cpu_base_addr, | ||
283 | u32 size); | ||
284 | int gt64260_pci_slave_dac_cs_set_window(struct pci_controller *hose, | ||
285 | u32 window, | ||
286 | u32 pci_base_addr_hi, | ||
287 | u32 pci_base_addr_lo, | ||
288 | u32 cpu_base_addr, | ||
289 | u32 size); | ||
290 | int gt64260_pci_slave_dac_boot_set_window(struct pci_controller *hose, | ||
291 | u32 pci_base_addr_hi, | ||
292 | u32 pci_base_addr_lo, | ||
293 | u32 cpu_base_addr, | ||
294 | u32 size); | ||
295 | int gt64260_pci_slave_dac_p2p_mem_set_window(struct pci_controller *hose, | ||
296 | u32 window, | ||
297 | u32 pci_base_addr_hi, | ||
298 | u32 pci_base_addr_lo, | ||
299 | u32 other_bus_base_addr, | ||
300 | u32 size); | ||
301 | int gt64260_pci_acc_cntl_set_window(u32 pci_bus, | ||
302 | u32 window, | ||
303 | u32 base_addr_hi, | ||
304 | u32 base_addr_lo, | ||
305 | u32 size, | ||
306 | u32 features); | ||
307 | int gt64260_pci_snoop_set_window(u32 pci_bus, | ||
308 | u32 window, | ||
309 | u32 base_addr_hi, | ||
310 | u32 base_addr_lo, | ||
311 | u32 size, | ||
312 | u32 snoop_type); | ||
313 | int gt64260_set_base(u32 new_base); | ||
314 | int gt64260_get_base(u32 *base); | ||
315 | int gt64260_pci_exclude_device(u8 bus, u8 devfn); | ||
316 | |||
317 | void gt64260_init_irq(void); | ||
318 | int gt64260_get_irq(void); | ||
319 | |||
320 | void gt64260_mpsc_progress(char *s, unsigned short hex); | ||
321 | |||
322 | #endif /* __ASMPPC_GT64260_H */ | ||
diff --git a/include/asm-ppc/gt64260_defs.h b/include/asm-ppc/gt64260_defs.h deleted file mode 100644 index 6ffd01a5373e..000000000000 --- a/include/asm-ppc/gt64260_defs.h +++ /dev/null | |||
@@ -1,1010 +0,0 @@ | |||
1 | /* | ||
2 | * include/asm-ppc/gt64260_defs.h | ||
3 | * | ||
4 | * Register definitions for the Marvell/Galileo GT64260 host bridge. | ||
5 | * | ||
6 | * Author: Mark A. Greer <mgreer@mvista.com> | ||
7 | * | ||
8 | * 2001 (c) MontaVista, Software, Inc. This file is licensed under | ||
9 | * the terms of the GNU General Public License version 2. This program | ||
10 | * is licensed "as is" without any warranty of any kind, whether express | ||
11 | * or implied. | ||
12 | */ | ||
13 | #ifndef __ASMPPC_GT64260_DEFS_H | ||
14 | #define __ASMPPC_GT64260_DEFS_H | ||
15 | |||
16 | /* | ||
17 | * Define a macro to represent the supported version of the 64260. | ||
18 | */ | ||
19 | #define GT64260 0x01 | ||
20 | #define GT64260A 0x10 | ||
21 | |||
22 | /* | ||
23 | ***************************************************************************** | ||
24 | * | ||
25 | * CPU Interface Registers | ||
26 | * | ||
27 | ***************************************************************************** | ||
28 | */ | ||
29 | |||
30 | /* CPU physical address of 64260's registers */ | ||
31 | #define GT64260_INTERNAL_SPACE_DECODE 0x0068 | ||
32 | #define GT64260_INTERNAL_SPACE_SIZE 0x10000 | ||
33 | #define GT64260_INTERNAL_SPACE_DEFAULT_ADDR 0x14000000 | ||
34 | |||
35 | /* CPU Memory Controller Window Registers (4 windows) */ | ||
36 | #define GT64260_CPU_SCS_DECODE_WINDOWS 4 | ||
37 | |||
38 | #define GT64260_CPU_SCS_DECODE_0_BOT 0x0008 | ||
39 | #define GT64260_CPU_SCS_DECODE_0_TOP 0x0010 | ||
40 | #define GT64260_CPU_SCS_DECODE_1_BOT 0x0208 | ||
41 | #define GT64260_CPU_SCS_DECODE_1_TOP 0x0210 | ||
42 | #define GT64260_CPU_SCS_DECODE_2_BOT 0x0018 | ||
43 | #define GT64260_CPU_SCS_DECODE_2_TOP 0x0020 | ||
44 | #define GT64260_CPU_SCS_DECODE_3_BOT 0x0218 | ||
45 | #define GT64260_CPU_SCS_DECODE_3_TOP 0x0220 | ||
46 | |||
47 | /* CPU Device Controller Window Registers (4 windows) */ | ||
48 | #define GT64260_CPU_CS_DECODE_WINDOWS 4 | ||
49 | |||
50 | #define GT64260_CPU_CS_DECODE_0_BOT 0x0028 | ||
51 | #define GT64260_CPU_CS_DECODE_0_TOP 0x0030 | ||
52 | #define GT64260_CPU_CS_DECODE_1_BOT 0x0228 | ||
53 | #define GT64260_CPU_CS_DECODE_1_TOP 0x0230 | ||
54 | #define GT64260_CPU_CS_DECODE_2_BOT 0x0248 | ||
55 | #define GT64260_CPU_CS_DECODE_2_TOP 0x0250 | ||
56 | #define GT64260_CPU_CS_DECODE_3_BOT 0x0038 | ||
57 | #define GT64260_CPU_CS_DECODE_3_TOP 0x0040 | ||
58 | |||
59 | #define GT64260_CPU_BOOT_CS_DECODE_0_BOT 0x0238 | ||
60 | #define GT64260_CPU_BOOT_CS_DECODE_0_TOP 0x0240 | ||
61 | |||
62 | /* CPU Windows to PCI space (2 PCI buses each w/ 1 I/O & 4 MEM windows) */ | ||
63 | #define GT64260_PCI_BUSES 2 | ||
64 | #define GT64260_PCI_IO_WINDOWS_PER_BUS 1 | ||
65 | #define GT64260_PCI_MEM_WINDOWS_PER_BUS 4 | ||
66 | |||
67 | #define GT64260_CPU_PCI_SWAP_BYTE 0x00000000 | ||
68 | #define GT64260_CPU_PCI_SWAP_NONE 0x01000000 | ||
69 | #define GT64260_CPU_PCI_SWAP_BYTE_WORD 0x02000000 | ||
70 | #define GT64260_CPU_PCI_SWAP_WORD 0x03000000 | ||
71 | #define GT64260_CPU_PCI_SWAP_MASK 0x07000000 | ||
72 | |||
73 | #define GT64260_CPU_PCI_MEM_REQ64 (1<<27) | ||
74 | |||
75 | #define GT64260_CPU_PCI_0_IO_DECODE_BOT 0x0048 | ||
76 | #define GT64260_CPU_PCI_0_IO_DECODE_TOP 0x0050 | ||
77 | #define GT64260_CPU_PCI_0_MEM_0_DECODE_BOT 0x0058 | ||
78 | #define GT64260_CPU_PCI_0_MEM_0_DECODE_TOP 0x0060 | ||
79 | #define GT64260_CPU_PCI_0_MEM_1_DECODE_BOT 0x0080 | ||
80 | #define GT64260_CPU_PCI_0_MEM_1_DECODE_TOP 0x0088 | ||
81 | #define GT64260_CPU_PCI_0_MEM_2_DECODE_BOT 0x0258 | ||
82 | #define GT64260_CPU_PCI_0_MEM_2_DECODE_TOP 0x0260 | ||
83 | #define GT64260_CPU_PCI_0_MEM_3_DECODE_BOT 0x0280 | ||
84 | #define GT64260_CPU_PCI_0_MEM_3_DECODE_TOP 0x0288 | ||
85 | |||
86 | #define GT64260_CPU_PCI_0_IO_REMAP 0x00f0 | ||
87 | #define GT64260_CPU_PCI_0_MEM_0_REMAP_LO 0x00f8 | ||
88 | #define GT64260_CPU_PCI_0_MEM_0_REMAP_HI 0x0320 | ||
89 | #define GT64260_CPU_PCI_0_MEM_1_REMAP_LO 0x0100 | ||
90 | #define GT64260_CPU_PCI_0_MEM_1_REMAP_HI 0x0328 | ||
91 | #define GT64260_CPU_PCI_0_MEM_2_REMAP_LO 0x02f8 | ||
92 | #define GT64260_CPU_PCI_0_MEM_2_REMAP_HI 0x0330 | ||
93 | #define GT64260_CPU_PCI_0_MEM_3_REMAP_LO 0x0300 | ||
94 | #define GT64260_CPU_PCI_0_MEM_3_REMAP_HI 0x0338 | ||
95 | |||
96 | #define GT64260_CPU_PCI_1_IO_DECODE_BOT 0x0090 | ||
97 | #define GT64260_CPU_PCI_1_IO_DECODE_TOP 0x0098 | ||
98 | #define GT64260_CPU_PCI_1_MEM_0_DECODE_BOT 0x00a0 | ||
99 | #define GT64260_CPU_PCI_1_MEM_0_DECODE_TOP 0x00a8 | ||
100 | #define GT64260_CPU_PCI_1_MEM_1_DECODE_BOT 0x00b0 | ||
101 | #define GT64260_CPU_PCI_1_MEM_1_DECODE_TOP 0x00b8 | ||
102 | #define GT64260_CPU_PCI_1_MEM_2_DECODE_BOT 0x02a0 | ||
103 | #define GT64260_CPU_PCI_1_MEM_2_DECODE_TOP 0x02a8 | ||
104 | #define GT64260_CPU_PCI_1_MEM_3_DECODE_BOT 0x02b0 | ||
105 | #define GT64260_CPU_PCI_1_MEM_3_DECODE_TOP 0x02b8 | ||
106 | |||
107 | #define GT64260_CPU_PCI_1_IO_REMAP 0x0108 | ||
108 | #define GT64260_CPU_PCI_1_MEM_0_REMAP_LO 0x0110 | ||
109 | #define GT64260_CPU_PCI_1_MEM_0_REMAP_HI 0x0340 | ||
110 | #define GT64260_CPU_PCI_1_MEM_1_REMAP_LO 0x0118 | ||
111 | #define GT64260_CPU_PCI_1_MEM_1_REMAP_HI 0x0348 | ||
112 | #define GT64260_CPU_PCI_1_MEM_2_REMAP_LO 0x0310 | ||
113 | #define GT64260_CPU_PCI_1_MEM_2_REMAP_HI 0x0350 | ||
114 | #define GT64260_CPU_PCI_1_MEM_3_REMAP_LO 0x0318 | ||
115 | #define GT64260_CPU_PCI_1_MEM_3_REMAP_HI 0x0358 | ||
116 | |||
117 | /* CPU Control Registers */ | ||
118 | #define GT64260_CPU_CONFIG 0x0000 | ||
119 | #define GT64260_CPU_MODE 0x0120 | ||
120 | #define GT64260_CPU_MASTER_CNTL 0x0160 | ||
121 | #define GT64260_CPU_XBAR_CNTL_LO 0x0150 | ||
122 | #define GT64260_CPU_XBAR_CNTL_HI 0x0158 | ||
123 | #define GT64260_CPU_XBAR_TO 0x0168 | ||
124 | #define GT64260_CPU_RR_XBAR_CNTL_LO 0x0170 | ||
125 | #define GT64260_CPU_RR_XBAR_CNTL_HI 0x0178 | ||
126 | |||
127 | /* CPU Sync Barrier Registers */ | ||
128 | #define GT64260_CPU_SYNC_BARRIER_PCI_0 0x00c0 | ||
129 | #define GT64260_CPU_SYNC_BARRIER_PCI_1 0x00c8 | ||
130 | |||
131 | /* CPU Access Protection Registers */ | ||
132 | #define GT64260_CPU_PROT_WINDOWS 8 | ||
133 | |||
134 | #define GT64260_CPU_PROT_ACCPROTECT (1<<16) | ||
135 | #define GT64260_CPU_PROT_WRPROTECT (1<<17) | ||
136 | #define GT64260_CPU_PROT_CACHEPROTECT (1<<18) | ||
137 | |||
138 | #define GT64260_CPU_PROT_BASE_0 0x0180 | ||
139 | #define GT64260_CPU_PROT_TOP_0 0x0188 | ||
140 | #define GT64260_CPU_PROT_BASE_1 0x0190 | ||
141 | #define GT64260_CPU_PROT_TOP_1 0x0198 | ||
142 | #define GT64260_CPU_PROT_BASE_2 0x01a0 | ||
143 | #define GT64260_CPU_PROT_TOP_2 0x01a8 | ||
144 | #define GT64260_CPU_PROT_BASE_3 0x01b0 | ||
145 | #define GT64260_CPU_PROT_TOP_3 0x01b8 | ||
146 | #define GT64260_CPU_PROT_BASE_4 0x01c0 | ||
147 | #define GT64260_CPU_PROT_TOP_4 0x01c8 | ||
148 | #define GT64260_CPU_PROT_BASE_5 0x01d0 | ||
149 | #define GT64260_CPU_PROT_TOP_5 0x01d8 | ||
150 | #define GT64260_CPU_PROT_BASE_6 0x01e0 | ||
151 | #define GT64260_CPU_PROT_TOP_6 0x01e8 | ||
152 | #define GT64260_CPU_PROT_BASE_7 0x01f0 | ||
153 | #define GT64260_CPU_PROT_TOP_7 0x01f8 | ||
154 | |||
155 | /* CPU Snoop Control Registers */ | ||
156 | #define GT64260_CPU_SNOOP_WINDOWS 4 | ||
157 | |||
158 | #define GT64260_CPU_SNOOP_NONE 0x00000000 | ||
159 | #define GT64260_CPU_SNOOP_WT 0x00010000 | ||
160 | #define GT64260_CPU_SNOOP_WB 0x00020000 | ||
161 | #define GT64260_CPU_SNOOP_MASK 0x00030000 | ||
162 | #define GT64260_CPU_SNOOP_ALL_BITS GT64260_CPU_SNOOP_MASK | ||
163 | |||
164 | #define GT64260_CPU_SNOOP_BASE_0 0x0380 | ||
165 | #define GT64260_CPU_SNOOP_TOP_0 0x0388 | ||
166 | #define GT64260_CPU_SNOOP_BASE_1 0x0390 | ||
167 | #define GT64260_CPU_SNOOP_TOP_1 0x0398 | ||
168 | #define GT64260_CPU_SNOOP_BASE_2 0x03a0 | ||
169 | #define GT64260_CPU_SNOOP_TOP_2 0x03a8 | ||
170 | #define GT64260_CPU_SNOOP_BASE_3 0x03b0 | ||
171 | #define GT64260_CPU_SNOOP_TOP_3 0x03b8 | ||
172 | |||
173 | /* CPU Error Report Registers */ | ||
174 | #define GT64260_CPU_ERR_ADDR_LO 0x0070 | ||
175 | #define GT64260_CPU_ERR_ADDR_HI 0x0078 | ||
176 | #define GT64260_CPU_ERR_DATA_LO 0x0128 | ||
177 | #define GT64260_CPU_ERR_DATA_HI 0x0130 | ||
178 | #define GT64260_CPU_ERR_PARITY 0x0138 | ||
179 | #define GT64260_CPU_ERR_CAUSE 0x0140 | ||
180 | #define GT64260_CPU_ERR_MASK 0x0148 | ||
181 | |||
182 | |||
183 | /* | ||
184 | ***************************************************************************** | ||
185 | * | ||
186 | * SDRAM Cotnroller Registers | ||
187 | * | ||
188 | ***************************************************************************** | ||
189 | */ | ||
190 | |||
191 | /* SDRAM Config Registers */ | ||
192 | #define GT64260_SDRAM_CONFIG 0x0448 | ||
193 | #define GT64260_SDRAM_OPERATION_MODE 0x0474 | ||
194 | #define GT64260_SDRAM_ADDR_CNTL 0x047c | ||
195 | #define GT64260_SDRAM_TIMING_PARAMS 0x04b4 | ||
196 | #define GT64260_SDRAM_UMA_CNTL 0x04a4 | ||
197 | #define GT64260_SDRAM_XBAR_CNTL_LO 0x04a8 | ||
198 | #define GT64260_SDRAM_XBAR_CNTL_HI 0x04ac | ||
199 | #define GT64260_SDRAM_XBAR_CNTL_TO 0x04b0 | ||
200 | |||
201 | /* SDRAM Banks Parameters Registers */ | ||
202 | #define GT64260_SDRAM_BANK_PARAMS_0 0x044c | ||
203 | #define GT64260_SDRAM_BANK_PARAMS_1 0x0450 | ||
204 | #define GT64260_SDRAM_BANK_PARAMS_2 0x0454 | ||
205 | #define GT64260_SDRAM_BANK_PARAMS_3 0x0458 | ||
206 | |||
207 | /* SDRAM Error Report Registers */ | ||
208 | #define GT64260_SDRAM_ERR_DATA_LO 0x0484 | ||
209 | #define GT64260_SDRAM_ERR_DATA_HI 0x0480 | ||
210 | #define GT64260_SDRAM_ERR_ADDR 0x0490 | ||
211 | #define GT64260_SDRAM_ERR_ECC_RCVD 0x0488 | ||
212 | #define GT64260_SDRAM_ERR_ECC_CALC 0x048c | ||
213 | #define GT64260_SDRAM_ERR_ECC_CNTL 0x0494 | ||
214 | #define GT64260_SDRAM_ERR_ECC_ERR_CNT 0x0498 | ||
215 | |||
216 | |||
217 | /* | ||
218 | ***************************************************************************** | ||
219 | * | ||
220 | * Device/BOOT Cotnroller Registers | ||
221 | * | ||
222 | ***************************************************************************** | ||
223 | */ | ||
224 | |||
225 | /* Device Control Registers */ | ||
226 | #define GT64260_DEV_BANK_PARAMS_0 0x045c | ||
227 | #define GT64260_DEV_BANK_PARAMS_1 0x0460 | ||
228 | #define GT64260_DEV_BANK_PARAMS_2 0x0464 | ||
229 | #define GT64260_DEV_BANK_PARAMS_3 0x0468 | ||
230 | #define GT64260_DEV_BOOT_PARAMS 0x046c | ||
231 | #define GT64260_DEV_IF_CNTL 0x04c0 | ||
232 | #define GT64260_DEV_IF_XBAR_CNTL_LO 0x04c8 | ||
233 | #define GT64260_DEV_IF_XBAR_CNTL_HI 0x04cc | ||
234 | #define GT64260_DEV_IF_XBAR_CNTL_TO 0x04c4 | ||
235 | |||
236 | /* Device Interrupt Registers */ | ||
237 | #define GT64260_DEV_INTR_CAUSE 0x04d0 | ||
238 | #define GT64260_DEV_INTR_MASK 0x04d4 | ||
239 | #define GT64260_DEV_INTR_ERR_ADDR 0x04d8 | ||
240 | |||
241 | |||
242 | /* | ||
243 | ***************************************************************************** | ||
244 | * | ||
245 | * PCI Bridge Interface Registers | ||
246 | * | ||
247 | ***************************************************************************** | ||
248 | */ | ||
249 | |||
250 | /* PCI Configuration Access Registers */ | ||
251 | #define GT64260_PCI_0_CONFIG_ADDR 0x0cf8 | ||
252 | #define GT64260_PCI_0_CONFIG_DATA 0x0cfc | ||
253 | #define GT64260_PCI_0_IACK 0x0c34 | ||
254 | |||
255 | #define GT64260_PCI_1_CONFIG_ADDR 0x0c78 | ||
256 | #define GT64260_PCI_1_CONFIG_DATA 0x0c7c | ||
257 | #define GT64260_PCI_1_IACK 0x0cb4 | ||
258 | |||
259 | /* PCI Control Registers */ | ||
260 | #define GT64260_PCI_0_CMD 0x0c00 | ||
261 | #define GT64260_PCI_0_MODE 0x0d00 | ||
262 | #define GT64260_PCI_0_TO_RETRY 0x0c04 | ||
263 | #define GT64260_PCI_0_RD_BUF_DISCARD_TIMER 0x0d04 | ||
264 | #define GT64260_PCI_0_MSI_TRIGGER_TIMER 0x0c38 | ||
265 | #define GT64260_PCI_0_ARBITER_CNTL 0x1d00 | ||
266 | #define GT64260_PCI_0_XBAR_CNTL_LO 0x1d08 | ||
267 | #define GT64260_PCI_0_XBAR_CNTL_HI 0x1d0c | ||
268 | #define GT64260_PCI_0_XBAR_CNTL_TO 0x1d04 | ||
269 | #define GT64260_PCI_0_RD_RESP_XBAR_CNTL_LO 0x1d18 | ||
270 | #define GT64260_PCI_0_RD_RESP_XBAR_CNTL_HI 0x1d1c | ||
271 | #define GT64260_PCI_0_SYNC_BARRIER 0x1d10 | ||
272 | #define GT64260_PCI_0_P2P_CONFIG 0x1d14 | ||
273 | #define GT64260_PCI_0_P2P_SWAP_CNTL 0x1d54 | ||
274 | |||
275 | #define GT64260_PCI_1_CMD 0x0c80 | ||
276 | #define GT64260_PCI_1_MODE 0x0d80 | ||
277 | #define GT64260_PCI_1_TO_RETRY 0x0c84 | ||
278 | #define GT64260_PCI_1_RD_BUF_DISCARD_TIMER 0x0d84 | ||
279 | #define GT64260_PCI_1_MSI_TRIGGER_TIMER 0x0cb8 | ||
280 | #define GT64260_PCI_1_ARBITER_CNTL 0x1d80 | ||
281 | #define GT64260_PCI_1_XBAR_CNTL_LO 0x1d88 | ||
282 | #define GT64260_PCI_1_XBAR_CNTL_HI 0x1d8c | ||
283 | #define GT64260_PCI_1_XBAR_CNTL_TO 0x1d84 | ||
284 | #define GT64260_PCI_1_RD_RESP_XBAR_CNTL_LO 0x1d98 | ||
285 | #define GT64260_PCI_1_RD_RESP_XBAR_CNTL_HI 0x1d9c | ||
286 | #define GT64260_PCI_1_SYNC_BARRIER 0x1d90 | ||
287 | #define GT64260_PCI_1_P2P_CONFIG 0x1d94 | ||
288 | #define GT64260_PCI_1_P2P_SWAP_CNTL 0x1dd4 | ||
289 | |||
290 | /* PCI Access Control Regions Registers */ | ||
291 | #define GT64260_PCI_ACC_CNTL_WINDOWS 8 | ||
292 | |||
293 | #define GT64260_PCI_ACC_CNTL_PREFETCHEN (1<<12) | ||
294 | #define GT64260_PCI_ACC_CNTL_DREADEN (1<<13) | ||
295 | #define GT64260_PCI_ACC_CNTL_RDPREFETCH (1<<16) | ||
296 | #define GT64260_PCI_ACC_CNTL_RDLINEPREFETCH (1<<17) | ||
297 | #define GT64260_PCI_ACC_CNTL_RDMULPREFETCH (1<<18) | ||
298 | #define GT64260_PCI_ACC_CNTL_MBURST_4_WORDS 0x00000000 | ||
299 | #define GT64260_PCI_ACC_CNTL_MBURST_8_WORDS 0x00100000 | ||
300 | #define GT64260_PCI_ACC_CNTL_MBURST_16_WORDS 0x00200000 | ||
301 | #define GT64260_PCI_ACC_CNTL_MBURST_MASK 0x00300000 | ||
302 | #define GT64260_PCI_ACC_CNTL_SWAP_BYTE 0x00000000 | ||
303 | #define GT64260_PCI_ACC_CNTL_SWAP_NONE 0x01000000 | ||
304 | #define GT64260_PCI_ACC_CNTL_SWAP_BYTE_WORD 0x02000000 | ||
305 | #define GT64260_PCI_ACC_CNTL_SWAP_WORD 0x03000000 | ||
306 | #define GT64260_PCI_ACC_CNTL_SWAP_MASK 0x03000000 | ||
307 | #define GT64260_PCI_ACC_CNTL_ACCPROT (1<<28) | ||
308 | #define GT64260_PCI_ACC_CNTL_WRPROT (1<<29) | ||
309 | |||
310 | #define GT64260_PCI_ACC_CNTL_ALL_BITS (GT64260_PCI_ACC_CNTL_PREFETCHEN | \ | ||
311 | GT64260_PCI_ACC_CNTL_DREADEN | \ | ||
312 | GT64260_PCI_ACC_CNTL_RDPREFETCH | \ | ||
313 | GT64260_PCI_ACC_CNTL_RDLINEPREFETCH |\ | ||
314 | GT64260_PCI_ACC_CNTL_RDMULPREFETCH | \ | ||
315 | GT64260_PCI_ACC_CNTL_MBURST_MASK | \ | ||
316 | GT64260_PCI_ACC_CNTL_SWAP_MASK | \ | ||
317 | GT64260_PCI_ACC_CNTL_ACCPROT| \ | ||
318 | GT64260_PCI_ACC_CNTL_WRPROT) | ||
319 | |||
320 | #define GT64260_PCI_0_ACC_CNTL_0_BASE_LO 0x1e00 | ||
321 | #define GT64260_PCI_0_ACC_CNTL_0_BASE_HI 0x1e04 | ||
322 | #define GT64260_PCI_0_ACC_CNTL_0_TOP 0x1e08 | ||
323 | #define GT64260_PCI_0_ACC_CNTL_1_BASE_LO 0x1e10 | ||
324 | #define GT64260_PCI_0_ACC_CNTL_1_BASE_HI 0x1e14 | ||
325 | #define GT64260_PCI_0_ACC_CNTL_1_TOP 0x1e18 | ||
326 | #define GT64260_PCI_0_ACC_CNTL_2_BASE_LO 0x1e20 | ||
327 | #define GT64260_PCI_0_ACC_CNTL_2_BASE_HI 0x1e24 | ||
328 | #define GT64260_PCI_0_ACC_CNTL_2_TOP 0x1e28 | ||
329 | #define GT64260_PCI_0_ACC_CNTL_3_BASE_LO 0x1e30 | ||
330 | #define GT64260_PCI_0_ACC_CNTL_3_BASE_HI 0x1e34 | ||
331 | #define GT64260_PCI_0_ACC_CNTL_3_TOP 0x1e38 | ||
332 | #define GT64260_PCI_0_ACC_CNTL_4_BASE_LO 0x1e40 | ||
333 | #define GT64260_PCI_0_ACC_CNTL_4_BASE_HI 0x1e44 | ||
334 | #define GT64260_PCI_0_ACC_CNTL_4_TOP 0x1e48 | ||
335 | #define GT64260_PCI_0_ACC_CNTL_5_BASE_LO 0x1e50 | ||
336 | #define GT64260_PCI_0_ACC_CNTL_5_BASE_HI 0x1e54 | ||
337 | #define GT64260_PCI_0_ACC_CNTL_5_TOP 0x1e58 | ||
338 | #define GT64260_PCI_0_ACC_CNTL_6_BASE_LO 0x1e60 | ||
339 | #define GT64260_PCI_0_ACC_CNTL_6_BASE_HI 0x1e64 | ||
340 | #define GT64260_PCI_0_ACC_CNTL_6_TOP 0x1e68 | ||
341 | #define GT64260_PCI_0_ACC_CNTL_7_BASE_LO 0x1e70 | ||
342 | #define GT64260_PCI_0_ACC_CNTL_7_BASE_HI 0x1e74 | ||
343 | #define GT64260_PCI_0_ACC_CNTL_7_TOP 0x1e78 | ||
344 | |||
345 | #define GT64260_PCI_1_ACC_CNTL_0_BASE_LO 0x1e80 | ||
346 | #define GT64260_PCI_1_ACC_CNTL_0_BASE_HI 0x1e84 | ||
347 | #define GT64260_PCI_1_ACC_CNTL_0_TOP 0x1e88 | ||
348 | #define GT64260_PCI_1_ACC_CNTL_1_BASE_LO 0x1e90 | ||
349 | #define GT64260_PCI_1_ACC_CNTL_1_BASE_HI 0x1e94 | ||
350 | #define GT64260_PCI_1_ACC_CNTL_1_TOP 0x1e98 | ||
351 | #define GT64260_PCI_1_ACC_CNTL_2_BASE_LO 0x1ea0 | ||
352 | #define GT64260_PCI_1_ACC_CNTL_2_BASE_HI 0x1ea4 | ||
353 | #define GT64260_PCI_1_ACC_CNTL_2_TOP 0x1ea8 | ||
354 | #define GT64260_PCI_1_ACC_CNTL_3_BASE_LO 0x1eb0 | ||
355 | #define GT64260_PCI_1_ACC_CNTL_3_BASE_HI 0x1eb4 | ||
356 | #define GT64260_PCI_1_ACC_CNTL_3_TOP 0x1eb8 | ||
357 | #define GT64260_PCI_1_ACC_CNTL_4_BASE_LO 0x1ec0 | ||
358 | #define GT64260_PCI_1_ACC_CNTL_4_BASE_HI 0x1ec4 | ||
359 | #define GT64260_PCI_1_ACC_CNTL_4_TOP 0x1ec8 | ||
360 | #define GT64260_PCI_1_ACC_CNTL_5_BASE_LO 0x1ed0 | ||
361 | #define GT64260_PCI_1_ACC_CNTL_5_BASE_HI 0x1ed4 | ||
362 | #define GT64260_PCI_1_ACC_CNTL_5_TOP 0x1ed8 | ||
363 | #define GT64260_PCI_1_ACC_CNTL_6_BASE_LO 0x1ee0 | ||
364 | #define GT64260_PCI_1_ACC_CNTL_6_BASE_HI 0x1ee4 | ||
365 | #define GT64260_PCI_1_ACC_CNTL_6_TOP 0x1ee8 | ||
366 | #define GT64260_PCI_1_ACC_CNTL_7_BASE_LO 0x1ef0 | ||
367 | #define GT64260_PCI_1_ACC_CNTL_7_BASE_HI 0x1ef4 | ||
368 | #define GT64260_PCI_1_ACC_CNTL_7_TOP 0x1ef8 | ||
369 | |||
370 | /* PCI Snoop Control Registers */ | ||
371 | #define GT64260_PCI_SNOOP_WINDOWS 4 | ||
372 | |||
373 | #define GT64260_PCI_SNOOP_NONE 0x00000000 | ||
374 | #define GT64260_PCI_SNOOP_WT 0x00001000 | ||
375 | #define GT64260_PCI_SNOOP_WB 0x00002000 | ||
376 | |||
377 | #define GT64260_PCI_0_SNOOP_0_BASE_LO 0x1f00 | ||
378 | #define GT64260_PCI_0_SNOOP_0_BASE_HI 0x1f04 | ||
379 | #define GT64260_PCI_0_SNOOP_0_TOP 0x1f08 | ||
380 | #define GT64260_PCI_0_SNOOP_1_BASE_LO 0x1f10 | ||
381 | #define GT64260_PCI_0_SNOOP_1_BASE_HI 0x1f14 | ||
382 | #define GT64260_PCI_0_SNOOP_1_TOP 0x1f18 | ||
383 | #define GT64260_PCI_0_SNOOP_2_BASE_LO 0x1f20 | ||
384 | #define GT64260_PCI_0_SNOOP_2_BASE_HI 0x1f24 | ||
385 | #define GT64260_PCI_0_SNOOP_2_TOP 0x1f28 | ||
386 | #define GT64260_PCI_0_SNOOP_3_BASE_LO 0x1f30 | ||
387 | #define GT64260_PCI_0_SNOOP_3_BASE_HI 0x1f34 | ||
388 | #define GT64260_PCI_0_SNOOP_3_TOP 0x1f38 | ||
389 | |||
390 | #define GT64260_PCI_1_SNOOP_0_BASE_LO 0x1f80 | ||
391 | #define GT64260_PCI_1_SNOOP_0_BASE_HI 0x1f84 | ||
392 | #define GT64260_PCI_1_SNOOP_0_TOP 0x1f88 | ||
393 | #define GT64260_PCI_1_SNOOP_1_BASE_LO 0x1f90 | ||
394 | #define GT64260_PCI_1_SNOOP_1_BASE_HI 0x1f94 | ||
395 | #define GT64260_PCI_1_SNOOP_1_TOP 0x1f98 | ||
396 | #define GT64260_PCI_1_SNOOP_2_BASE_LO 0x1fa0 | ||
397 | #define GT64260_PCI_1_SNOOP_2_BASE_HI 0x1fa4 | ||
398 | #define GT64260_PCI_1_SNOOP_2_TOP 0x1fa8 | ||
399 | #define GT64260_PCI_1_SNOOP_3_BASE_LO 0x1fb0 | ||
400 | #define GT64260_PCI_1_SNOOP_3_BASE_HI 0x1fb4 | ||
401 | #define GT64260_PCI_1_SNOOP_3_TOP 0x1fb8 | ||
402 | |||
403 | /* PCI Error Report Registers */ | ||
404 | #define GT64260_PCI_0_ERR_SERR_MASK 0x0c28 | ||
405 | #define GT64260_PCI_0_ERR_ADDR_LO 0x1d40 | ||
406 | #define GT64260_PCI_0_ERR_ADDR_HI 0x1d44 | ||
407 | #define GT64260_PCI_0_ERR_DATA_LO 0x1d48 | ||
408 | #define GT64260_PCI_0_ERR_DATA_HI 0x1d4c | ||
409 | #define GT64260_PCI_0_ERR_CMD 0x1d50 | ||
410 | #define GT64260_PCI_0_ERR_CAUSE 0x1d58 | ||
411 | #define GT64260_PCI_0_ERR_MASK 0x1d5c | ||
412 | |||
413 | #define GT64260_PCI_1_ERR_SERR_MASK 0x0ca8 | ||
414 | #define GT64260_PCI_1_ERR_ADDR_LO 0x1dc0 | ||
415 | #define GT64260_PCI_1_ERR_ADDR_HI 0x1dc4 | ||
416 | #define GT64260_PCI_1_ERR_DATA_LO 0x1dc8 | ||
417 | #define GT64260_PCI_1_ERR_DATA_HI 0x1dcc | ||
418 | #define GT64260_PCI_1_ERR_CMD 0x1dd0 | ||
419 | #define GT64260_PCI_1_ERR_CAUSE 0x1dd8 | ||
420 | #define GT64260_PCI_1_ERR_MASK 0x1ddc | ||
421 | |||
422 | /* PCI Slave Address Decoding Registers */ | ||
423 | #define GT64260_PCI_SCS_WINDOWS 4 | ||
424 | #define GT64260_PCI_CS_WINDOWS 4 | ||
425 | #define GT64260_PCI_BOOT_WINDOWS 1 | ||
426 | #define GT64260_PCI_P2P_MEM_WINDOWS 2 | ||
427 | #define GT64260_PCI_P2P_IO_WINDOWS 1 | ||
428 | #define GT64260_PCI_DAC_SCS_WINDOWS 4 | ||
429 | #define GT64260_PCI_DAC_CS_WINDOWS 4 | ||
430 | #define GT64260_PCI_DAC_BOOT_WINDOWS 1 | ||
431 | #define GT64260_PCI_DAC_P2P_MEM_WINDOWS 2 | ||
432 | |||
433 | #define GT64260_PCI_0_SLAVE_SCS_0_SIZE 0x0c08 | ||
434 | #define GT64260_PCI_0_SLAVE_SCS_1_SIZE 0x0d08 | ||
435 | #define GT64260_PCI_0_SLAVE_SCS_2_SIZE 0x0c0c | ||
436 | #define GT64260_PCI_0_SLAVE_SCS_3_SIZE 0x0d0c | ||
437 | #define GT64260_PCI_0_SLAVE_CS_0_SIZE 0x0c10 | ||
438 | #define GT64260_PCI_0_SLAVE_CS_1_SIZE 0x0d10 | ||
439 | #define GT64260_PCI_0_SLAVE_CS_2_SIZE 0x0d18 | ||
440 | #define GT64260_PCI_0_SLAVE_CS_3_SIZE 0x0c14 | ||
441 | #define GT64260_PCI_0_SLAVE_BOOT_SIZE 0x0d14 | ||
442 | #define GT64260_PCI_0_SLAVE_P2P_MEM_0_SIZE 0x0d1c | ||
443 | #define GT64260_PCI_0_SLAVE_P2P_MEM_1_SIZE 0x0d20 | ||
444 | #define GT64260_PCI_0_SLAVE_P2P_IO_SIZE 0x0d24 | ||
445 | #define GT64260_PCI_0_SLAVE_CPU_SIZE 0x0d28 | ||
446 | |||
447 | #define GT64260_PCI_0_SLAVE_DAC_SCS_0_SIZE 0x0e00 | ||
448 | #define GT64260_PCI_0_SLAVE_DAC_SCS_1_SIZE 0x0e04 | ||
449 | #define GT64260_PCI_0_SLAVE_DAC_SCS_2_SIZE 0x0e08 | ||
450 | #define GT64260_PCI_0_SLAVE_DAC_SCS_3_SIZE 0x0e0c | ||
451 | #define GT64260_PCI_0_SLAVE_DAC_CS_0_SIZE 0x0e10 | ||
452 | #define GT64260_PCI_0_SLAVE_DAC_CS_1_SIZE 0x0e14 | ||
453 | #define GT64260_PCI_0_SLAVE_DAC_CS_2_SIZE 0x0e18 | ||
454 | #define GT64260_PCI_0_SLAVE_DAC_CS_3_SIZE 0x0e1c | ||
455 | #define GT64260_PCI_0_SLAVE_DAC_BOOT_SIZE 0x0e20 | ||
456 | #define GT64260_PCI_0_SLAVE_DAC_P2P_MEM_0_SIZE 0x0e24 | ||
457 | #define GT64260_PCI_0_SLAVE_DAC_P2P_MEM_1_SIZE 0x0e28 | ||
458 | #define GT64260_PCI_0_SLAVE_DAC_CPU_SIZE 0x0e2c | ||
459 | |||
460 | #define GT64260_PCI_0_SLAVE_EXP_ROM_SIZE 0x0d2c | ||
461 | |||
462 | #define GT64260_PCI_SLAVE_BAR_REG_ENABLES_SCS_0 (1<<0) | ||
463 | #define GT64260_PCI_SLAVE_BAR_REG_ENABLES_SCS_1 (1<<1) | ||
464 | #define GT64260_PCI_SLAVE_BAR_REG_ENABLES_SCS_2 (1<<2) | ||
465 | #define GT64260_PCI_SLAVE_BAR_REG_ENABLES_SCS_3 (1<<3) | ||
466 | #define GT64260_PCI_SLAVE_BAR_REG_ENABLES_CS_0 (1<<4) | ||
467 | #define GT64260_PCI_SLAVE_BAR_REG_ENABLES_CS_1 (1<<5) | ||
468 | #define GT64260_PCI_SLAVE_BAR_REG_ENABLES_CS_2 (1<<6) | ||
469 | #define GT64260_PCI_SLAVE_BAR_REG_ENABLES_CS_3 (1<<7) | ||
470 | #define GT64260_PCI_SLAVE_BAR_REG_ENABLES_BOOT (1<<8) | ||
471 | #define GT64260_PCI_SLAVE_BAR_REG_ENABLES_REG_MEM (1<<9) | ||
472 | #define GT64260_PCI_SLAVE_BAR_REG_ENABLES_REG_IO (1<<10) | ||
473 | #define GT64260_PCI_SLAVE_BAR_REG_ENABLES_P2P_MEM_0 (1<<11) | ||
474 | #define GT64260_PCI_SLAVE_BAR_REG_ENABLES_P2P_MEM_1 (1<<12) | ||
475 | #define GT64260_PCI_SLAVE_BAR_REG_ENABLES_P2P_IO (1<<13) | ||
476 | #define GT64260_PCI_SLAVE_BAR_REG_ENABLES_CPU (1<<14) | ||
477 | #define GT64260_PCI_SLAVE_BAR_REG_ENABLES_DAC_SCS_0 (1<<15) | ||
478 | #define GT64260_PCI_SLAVE_BAR_REG_ENABLES_DAC_SCS_1 (1<<16) | ||
479 | #define GT64260_PCI_SLAVE_BAR_REG_ENABLES_DAC_SCS_2 (1<<17) | ||
480 | #define GT64260_PCI_SLAVE_BAR_REG_ENABLES_DAC_SCS_3 (1<<18) | ||
481 | #define GT64260_PCI_SLAVE_BAR_REG_ENABLES_DAC_CS_0 (1<<19) | ||
482 | #define GT64260_PCI_SLAVE_BAR_REG_ENABLES_DAC_CS_1 (1<<20) | ||
483 | #define GT64260_PCI_SLAVE_BAR_REG_ENABLES_DAC_CS_2 (1<<21) | ||
484 | #define GT64260_PCI_SLAVE_BAR_REG_ENABLES_DAC_CS_3 (1<<22) | ||
485 | #define GT64260_PCI_SLAVE_BAR_REG_ENABLES_DAC_BOOT (1<<23) | ||
486 | #define GT64260_PCI_SLAVE_BAR_REG_ENABLES_DAC_P2P_MEM_0 (1<<24) | ||
487 | #define GT64260_PCI_SLAVE_BAR_REG_ENABLES_DAC_P2P_MEM_1 (1<<25) | ||
488 | #define GT64260_PCI_SLAVE_BAR_REG_ENABLES_DAC_CPU (1<<26) | ||
489 | |||
490 | #define GT64260_PCI_0_SLAVE_BAR_REG_ENABLES 0x0c3c | ||
491 | #define GT64260_PCI_0_SLAVE_SCS_0_REMAP 0x0c48 | ||
492 | #define GT64260_PCI_0_SLAVE_SCS_1_REMAP 0x0d48 | ||
493 | #define GT64260_PCI_0_SLAVE_SCS_2_REMAP 0x0c4c | ||
494 | #define GT64260_PCI_0_SLAVE_SCS_3_REMAP 0x0d4c | ||
495 | #define GT64260_PCI_0_SLAVE_CS_0_REMAP 0x0c50 | ||
496 | #define GT64260_PCI_0_SLAVE_CS_1_REMAP 0x0d50 | ||
497 | #define GT64260_PCI_0_SLAVE_CS_2_REMAP 0x0d58 | ||
498 | #define GT64260_PCI_0_SLAVE_CS_3_REMAP 0x0c54 | ||
499 | #define GT64260_PCI_0_SLAVE_BOOT_REMAP 0x0d54 | ||
500 | #define GT64260_PCI_0_SLAVE_P2P_MEM_0_REMAP_LO 0x0d5c | ||
501 | #define GT64260_PCI_0_SLAVE_P2P_MEM_0_REMAP_HI 0x0d60 | ||
502 | #define GT64260_PCI_0_SLAVE_P2P_MEM_1_REMAP_LO 0x0d64 | ||
503 | #define GT64260_PCI_0_SLAVE_P2P_MEM_1_REMAP_HI 0x0d68 | ||
504 | #define GT64260_PCI_0_SLAVE_P2P_IO_REMAP 0x0d6c | ||
505 | #define GT64260_PCI_0_SLAVE_CPU_REMAP 0x0d70 | ||
506 | |||
507 | #define GT64260_PCI_0_SLAVE_DAC_SCS_0_REMAP 0x0f00 | ||
508 | #define GT64260_PCI_0_SLAVE_DAC_SCS_1_REMAP 0x0f04 | ||
509 | #define GT64260_PCI_0_SLAVE_DAC_SCS_2_REMAP 0x0f08 | ||
510 | #define GT64260_PCI_0_SLAVE_DAC_SCS_3_REMAP 0x0f0c | ||
511 | #define GT64260_PCI_0_SLAVE_DAC_CS_0_REMAP 0x0f10 | ||
512 | #define GT64260_PCI_0_SLAVE_DAC_CS_1_REMAP 0x0f14 | ||
513 | #define GT64260_PCI_0_SLAVE_DAC_CS_2_REMAP 0x0f18 | ||
514 | #define GT64260_PCI_0_SLAVE_DAC_CS_3_REMAP 0x0f1c | ||
515 | #define GT64260_PCI_0_SLAVE_DAC_BOOT_REMAP 0x0f20 | ||
516 | #define GT64260_PCI_0_SLAVE_DAC_P2P_MEM_0_REMAP_LO 0x0f24 | ||
517 | #define GT64260_PCI_0_SLAVE_DAC_P2P_MEM_0_REMAP_HI 0x0f28 | ||
518 | #define GT64260_PCI_0_SLAVE_DAC_P2P_MEM_1_REMAP_LO 0x0f2c | ||
519 | #define GT64260_PCI_0_SLAVE_DAC_P2P_MEM_1_REMAP_HI 0x0f30 | ||
520 | #define GT64260_PCI_0_SLAVE_DAC_CPU_REMAP 0x0f34 | ||
521 | |||
522 | #define GT64260_PCI_0_SLAVE_EXP_ROM_REMAP 0x0f38 | ||
523 | #define GT64260_PCI_0_SLAVE_PCI_DECODE_CNTL 0x0d3c | ||
524 | |||
525 | #define GT64260_PCI_1_SLAVE_SCS_0_SIZE 0x0c88 | ||
526 | #define GT64260_PCI_1_SLAVE_SCS_1_SIZE 0x0d88 | ||
527 | #define GT64260_PCI_1_SLAVE_SCS_2_SIZE 0x0c8c | ||
528 | #define GT64260_PCI_1_SLAVE_SCS_3_SIZE 0x0d8c | ||
529 | #define GT64260_PCI_1_SLAVE_CS_0_SIZE 0x0c90 | ||
530 | #define GT64260_PCI_1_SLAVE_CS_1_SIZE 0x0d90 | ||
531 | #define GT64260_PCI_1_SLAVE_CS_2_SIZE 0x0d98 | ||
532 | #define GT64260_PCI_1_SLAVE_CS_3_SIZE 0x0c94 | ||
533 | #define GT64260_PCI_1_SLAVE_BOOT_SIZE 0x0d94 | ||
534 | #define GT64260_PCI_1_SLAVE_P2P_MEM_0_SIZE 0x0d9c | ||
535 | #define GT64260_PCI_1_SLAVE_P2P_MEM_1_SIZE 0x0da0 | ||
536 | #define GT64260_PCI_1_SLAVE_P2P_IO_SIZE 0x0da4 | ||
537 | #define GT64260_PCI_1_SLAVE_CPU_SIZE 0x0da8 | ||
538 | |||
539 | #define GT64260_PCI_1_SLAVE_DAC_SCS_0_SIZE 0x0e80 | ||
540 | #define GT64260_PCI_1_SLAVE_DAC_SCS_1_SIZE 0x0e84 | ||
541 | #define GT64260_PCI_1_SLAVE_DAC_SCS_2_SIZE 0x0e88 | ||
542 | #define GT64260_PCI_1_SLAVE_DAC_SCS_3_SIZE 0x0e8c | ||
543 | #define GT64260_PCI_1_SLAVE_DAC_CS_0_SIZE 0x0e90 | ||
544 | #define GT64260_PCI_1_SLAVE_DAC_CS_1_SIZE 0x0e94 | ||
545 | #define GT64260_PCI_1_SLAVE_DAC_CS_2_SIZE 0x0e98 | ||
546 | #define GT64260_PCI_1_SLAVE_DAC_CS_3_SIZE 0x0e9c | ||
547 | #define GT64260_PCI_1_SLAVE_DAC_BOOT_SIZE 0x0ea0 | ||
548 | #define GT64260_PCI_1_SLAVE_DAC_P2P_MEM_0_SIZE 0x0ea4 | ||
549 | #define GT64260_PCI_1_SLAVE_DAC_P2P_MEM_1_SIZE 0x0ea8 | ||
550 | #define GT64260_PCI_1_SLAVE_DAC_CPU_SIZE 0x0eac | ||
551 | |||
552 | #define GT64260_PCI_1_SLAVE_EXP_ROM_SIZE 0x0dac | ||
553 | |||
554 | #define GT64260_PCI_1_SLAVE_BAR_REG_ENABLES 0x0cbc | ||
555 | #define GT64260_PCI_1_SLAVE_SCS_0_REMAP 0x0cc8 | ||
556 | #define GT64260_PCI_1_SLAVE_SCS_1_REMAP 0x0dc8 | ||
557 | #define GT64260_PCI_1_SLAVE_SCS_2_REMAP 0x0ccc | ||
558 | #define GT64260_PCI_1_SLAVE_SCS_3_REMAP 0x0dcc | ||
559 | #define GT64260_PCI_1_SLAVE_CS_0_REMAP 0x0cd0 | ||
560 | #define GT64260_PCI_1_SLAVE_CS_1_REMAP 0x0dd0 | ||
561 | #define GT64260_PCI_1_SLAVE_CS_2_REMAP 0x0dd8 | ||
562 | #define GT64260_PCI_1_SLAVE_CS_3_REMAP 0x0cd4 | ||
563 | #define GT64260_PCI_1_SLAVE_BOOT_REMAP 0x0dd4 | ||
564 | #define GT64260_PCI_1_SLAVE_P2P_MEM_0_REMAP_LO 0x0ddc | ||
565 | #define GT64260_PCI_1_SLAVE_P2P_MEM_0_REMAP_HI 0x0de0 | ||
566 | #define GT64260_PCI_1_SLAVE_P2P_MEM_1_REMAP_LO 0x0de4 | ||
567 | #define GT64260_PCI_1_SLAVE_P2P_MEM_1_REMAP_HI 0x0de8 | ||
568 | #define GT64260_PCI_1_SLAVE_P2P_IO_REMAP 0x0dec | ||
569 | #define GT64260_PCI_1_SLAVE_CPU_REMAP 0x0df0 | ||
570 | |||
571 | #define GT64260_PCI_1_SLAVE_DAC_SCS_0_REMAP 0x0f80 | ||
572 | #define GT64260_PCI_1_SLAVE_DAC_SCS_1_REMAP 0x0f84 | ||
573 | #define GT64260_PCI_1_SLAVE_DAC_SCS_2_REMAP 0x0f88 | ||
574 | #define GT64260_PCI_1_SLAVE_DAC_SCS_3_REMAP 0x0f8c | ||
575 | #define GT64260_PCI_1_SLAVE_DAC_CS_0_REMAP 0x0f90 | ||
576 | #define GT64260_PCI_1_SLAVE_DAC_CS_1_REMAP 0x0f94 | ||
577 | #define GT64260_PCI_1_SLAVE_DAC_CS_2_REMAP 0x0f98 | ||
578 | #define GT64260_PCI_1_SLAVE_DAC_CS_3_REMAP 0x0f9c | ||
579 | #define GT64260_PCI_1_SLAVE_DAC_BOOT_REMAP 0x0fa0 | ||
580 | #define GT64260_PCI_1_SLAVE_DAC_P2P_MEM_0_REMAP_LO 0x0fa4 | ||
581 | #define GT64260_PCI_1_SLAVE_DAC_P2P_MEM_0_REMAP_HI 0x0fa8 | ||
582 | #define GT64260_PCI_1_SLAVE_DAC_P2P_MEM_1_REMAP_LO 0x0fac | ||
583 | #define GT64260_PCI_1_SLAVE_DAC_P2P_MEM_1_REMAP_HI 0x0fb0 | ||
584 | #define GT64260_PCI_1_SLAVE_DAC_CPU_REMAP 0x0fb4 | ||
585 | |||
586 | #define GT64260_PCI_1_SLAVE_EXP_ROM_REMAP 0x0fb8 | ||
587 | #define GT64260_PCI_1_SLAVE_PCI_DECODE_CNTL 0x0dbc | ||
588 | |||
589 | |||
590 | /* | ||
591 | ***************************************************************************** | ||
592 | * | ||
593 | * I2O Controller Interface Registers | ||
594 | * | ||
595 | ***************************************************************************** | ||
596 | */ | ||
597 | |||
598 | /* FIXME: fill in */ | ||
599 | |||
600 | |||
601 | |||
602 | /* | ||
603 | ***************************************************************************** | ||
604 | * | ||
605 | * DMA Controller Interface Registers | ||
606 | * | ||
607 | ***************************************************************************** | ||
608 | */ | ||
609 | |||
610 | /* FIXME: fill in */ | ||
611 | |||
612 | |||
613 | /* | ||
614 | ***************************************************************************** | ||
615 | * | ||
616 | * Timer/Counter Interface Registers | ||
617 | * | ||
618 | ***************************************************************************** | ||
619 | */ | ||
620 | |||
621 | /* FIXME: fill in */ | ||
622 | |||
623 | |||
624 | /* | ||
625 | ***************************************************************************** | ||
626 | * | ||
627 | * Communications Controller (Enet, Serial, etc.) Interface Registers | ||
628 | * | ||
629 | ***************************************************************************** | ||
630 | */ | ||
631 | |||
632 | #define GT64260_ENET_0_CNTL_LO 0xf200 | ||
633 | #define GT64260_ENET_0_CNTL_HI 0xf204 | ||
634 | #define GT64260_ENET_0_RX_BUF_PCI_ADDR_HI 0xf208 | ||
635 | #define GT64260_ENET_0_TX_BUF_PCI_ADDR_HI 0xf20c | ||
636 | #define GT64260_ENET_0_RX_DESC_ADDR_HI 0xf210 | ||
637 | #define GT64260_ENET_0_TX_DESC_ADDR_HI 0xf214 | ||
638 | #define GT64260_ENET_0_HASH_TAB_PCI_ADDR_HI 0xf218 | ||
639 | #define GT64260_ENET_1_CNTL_LO 0xf220 | ||
640 | #define GT64260_ENET_1_CNTL_HI 0xf224 | ||
641 | #define GT64260_ENET_1_RX_BUF_PCI_ADDR_HI 0xf228 | ||
642 | #define GT64260_ENET_1_TX_BUF_PCI_ADDR_HI 0xf22c | ||
643 | #define GT64260_ENET_1_RX_DESC_ADDR_HI 0xf230 | ||
644 | #define GT64260_ENET_1_TX_DESC_ADDR_HI 0xf234 | ||
645 | #define GT64260_ENET_1_HASH_TAB_PCI_ADDR_HI 0xf238 | ||
646 | #define GT64260_ENET_2_CNTL_LO 0xf240 | ||
647 | #define GT64260_ENET_2_CNTL_HI 0xf244 | ||
648 | #define GT64260_ENET_2_RX_BUF_PCI_ADDR_HI 0xf248 | ||
649 | #define GT64260_ENET_2_TX_BUF_PCI_ADDR_HI 0xf24c | ||
650 | #define GT64260_ENET_2_RX_DESC_ADDR_HI 0xf250 | ||
651 | #define GT64260_ENET_2_TX_DESC_ADDR_HI 0xf254 | ||
652 | #define GT64260_ENET_2_HASH_TAB_PCI_ADDR_HI 0xf258 | ||
653 | |||
654 | #define GT64260_MPSC_0_CNTL_LO 0xf280 | ||
655 | #define GT64260_MPSC_0_CNTL_HI 0xf284 | ||
656 | #define GT64260_MPSC_0_RX_BUF_PCI_ADDR_HI 0xf288 | ||
657 | #define GT64260_MPSC_0_TX_BUF_PCI_ADDR_HI 0xf28c | ||
658 | #define GT64260_MPSC_0_RX_DESC_ADDR_HI 0xf290 | ||
659 | #define GT64260_MPSC_0_TX_DESC_ADDR_HI 0xf294 | ||
660 | #define GT64260_MPSC_1_CNTL_LO 0xf2c0 | ||
661 | #define GT64260_MPSC_1_CNTL_HI 0xf2c4 | ||
662 | #define GT64260_MPSC_1_RX_BUF_PCI_ADDR_HI 0xf2c8 | ||
663 | #define GT64260_MPSC_1_TX_BUF_PCI_ADDR_HI 0xf2cc | ||
664 | #define GT64260_MPSC_1_RX_DESC_ADDR_HI 0xf2d0 | ||
665 | #define GT64260_MPSC_1_TX_DESC_ADDR_HI 0xf2d4 | ||
666 | |||
667 | #define GT64260_SER_INIT_PCI_ADDR_HI 0xf320 | ||
668 | #define GT64260_SER_INIT_LAST_DATA 0xf324 | ||
669 | #define GT64260_SER_INIT_CONTROL 0xf328 | ||
670 | #define GT64260_SER_INIT_STATUS 0xf32c | ||
671 | |||
672 | #define GT64260_COMM_ARBITER_CNTL 0xf300 | ||
673 | #define GT64260_COMM_CONFIG 0xb40c | ||
674 | #define GT64260_COMM_XBAR_TO 0xf304 | ||
675 | #define GT64260_COMM_INTR_CAUSE 0xf310 | ||
676 | #define GT64260_COMM_INTR_MASK 0xf314 | ||
677 | #define GT64260_COMM_ERR_ADDR 0xf318 | ||
678 | |||
679 | |||
680 | /* | ||
681 | ***************************************************************************** | ||
682 | * | ||
683 | * Fast Ethernet Controller Interface Registers | ||
684 | * | ||
685 | ***************************************************************************** | ||
686 | */ | ||
687 | |||
688 | #define GT64260_ENET_PHY_ADDR 0x2000 | ||
689 | #define GT64260_ENET_ESMIR 0x2010 | ||
690 | |||
691 | #define GT64260_ENET_E0PCR 0x2400 | ||
692 | #define GT64260_ENET_E0PCXR 0x2408 | ||
693 | #define GT64260_ENET_E0PCMR 0x2410 | ||
694 | #define GT64260_ENET_E0PSR 0x2418 | ||
695 | #define GT64260_ENET_E0SPR 0x2420 | ||
696 | #define GT64260_ENET_E0HTPR 0x2428 | ||
697 | #define GT64260_ENET_E0FCSAL 0x2430 | ||
698 | #define GT64260_ENET_E0FCSAH 0x2438 | ||
699 | #define GT64260_ENET_E0SDCR 0x2440 | ||
700 | #define GT64260_ENET_E0SDCMR 0x2448 | ||
701 | #define GT64260_ENET_E0ICR 0x2450 | ||
702 | #define GT64260_ENET_E0IMR 0x2458 | ||
703 | #define GT64260_ENET_E0FRDP0 0x2480 | ||
704 | #define GT64260_ENET_E0FRDP1 0x2484 | ||
705 | #define GT64260_ENET_E0FRDP2 0x2488 | ||
706 | #define GT64260_ENET_E0FRDP3 0x248c | ||
707 | #define GT64260_ENET_E0CRDP0 0x24a0 | ||
708 | #define GT64260_ENET_E0CRDP1 0x24a4 | ||
709 | #define GT64260_ENET_E0CRDP2 0x24a8 | ||
710 | #define GT64260_ENET_E0CRDP3 0x24ac | ||
711 | #define GT64260_ENET_E0CTDP0 0x24e0 | ||
712 | #define GT64260_ENET_E0CTDP1 0x24e4 | ||
713 | #define GT64260_ENET_0_DSCP2P0L 0x2460 | ||
714 | #define GT64260_ENET_0_DSCP2P0H 0x2464 | ||
715 | #define GT64260_ENET_0_DSCP2P1L 0x2468 | ||
716 | #define GT64260_ENET_0_DSCP2P1H 0x246c | ||
717 | #define GT64260_ENET_0_VPT2P 0x2470 | ||
718 | #define GT64260_ENET_0_MIB_CTRS 0x2500 | ||
719 | |||
720 | #define GT64260_ENET_E1PCR 0x2800 | ||
721 | #define GT64260_ENET_E1PCXR 0x2808 | ||
722 | #define GT64260_ENET_E1PCMR 0x2810 | ||
723 | #define GT64260_ENET_E1PSR 0x2818 | ||
724 | #define GT64260_ENET_E1SPR 0x2820 | ||
725 | #define GT64260_ENET_E1HTPR 0x2828 | ||
726 | #define GT64260_ENET_E1FCSAL 0x2830 | ||
727 | #define GT64260_ENET_E1FCSAH 0x2838 | ||
728 | #define GT64260_ENET_E1SDCR 0x2840 | ||
729 | #define GT64260_ENET_E1SDCMR 0x2848 | ||
730 | #define GT64260_ENET_E1ICR 0x2850 | ||
731 | #define GT64260_ENET_E1IMR 0x2858 | ||
732 | #define GT64260_ENET_E1FRDP0 0x2880 | ||
733 | #define GT64260_ENET_E1FRDP1 0x2884 | ||
734 | #define GT64260_ENET_E1FRDP2 0x2888 | ||
735 | #define GT64260_ENET_E1FRDP3 0x288c | ||
736 | #define GT64260_ENET_E1CRDP0 0x28a0 | ||
737 | #define GT64260_ENET_E1CRDP1 0x28a4 | ||
738 | #define GT64260_ENET_E1CRDP2 0x28a8 | ||
739 | #define GT64260_ENET_E1CRDP3 0x28ac | ||
740 | #define GT64260_ENET_E1CTDP0 0x28e0 | ||
741 | #define GT64260_ENET_E1CTDP1 0x28e4 | ||
742 | #define GT64260_ENET_1_DSCP2P0L 0x2860 | ||
743 | #define GT64260_ENET_1_DSCP2P0H 0x2864 | ||
744 | #define GT64260_ENET_1_DSCP2P1L 0x2868 | ||
745 | #define GT64260_ENET_1_DSCP2P1H 0x286c | ||
746 | #define GT64260_ENET_1_VPT2P 0x2870 | ||
747 | #define GT64260_ENET_1_MIB_CTRS 0x2900 | ||
748 | |||
749 | #define GT64260_ENET_E2PCR 0x2c00 | ||
750 | #define GT64260_ENET_E2PCXR 0x2c08 | ||
751 | #define GT64260_ENET_E2PCMR 0x2c10 | ||
752 | #define GT64260_ENET_E2PSR 0x2c18 | ||
753 | #define GT64260_ENET_E2SPR 0x2c20 | ||
754 | #define GT64260_ENET_E2HTPR 0x2c28 | ||
755 | #define GT64260_ENET_E2FCSAL 0x2c30 | ||
756 | #define GT64260_ENET_E2FCSAH 0x2c38 | ||
757 | #define GT64260_ENET_E2SDCR 0x2c40 | ||
758 | #define GT64260_ENET_E2SDCMR 0x2c48 | ||
759 | #define GT64260_ENET_E2ICR 0x2c50 | ||
760 | #define GT64260_ENET_E2IMR 0x2c58 | ||
761 | #define GT64260_ENET_E2FRDP0 0x2c80 | ||
762 | #define GT64260_ENET_E2FRDP1 0x2c84 | ||
763 | #define GT64260_ENET_E2FRDP2 0x2c88 | ||
764 | #define GT64260_ENET_E2FRDP3 0x2c8c | ||
765 | #define GT64260_ENET_E2CRDP0 0x2ca0 | ||
766 | #define GT64260_ENET_E2CRDP1 0x2ca4 | ||
767 | #define GT64260_ENET_E2CRDP2 0x2ca8 | ||
768 | #define GT64260_ENET_E2CRDP3 0x2cac | ||
769 | #define GT64260_ENET_E2CTDP0 0x2ce0 | ||
770 | #define GT64260_ENET_E2CTDP1 0x2ce4 | ||
771 | #define GT64260_ENET_2_DSCP2P0L 0x2c60 | ||
772 | #define GT64260_ENET_2_DSCP2P0H 0x2c64 | ||
773 | #define GT64260_ENET_2_DSCP2P1L 0x2c68 | ||
774 | #define GT64260_ENET_2_DSCP2P1H 0x2c6c | ||
775 | #define GT64260_ENET_2_VPT2P 0x2c70 | ||
776 | #define GT64260_ENET_2_MIB_CTRS 0x2d00 | ||
777 | |||
778 | |||
779 | /* | ||
780 | ***************************************************************************** | ||
781 | * | ||
782 | * Multi-Protocol Serial Controller Interface Registers | ||
783 | * | ||
784 | ***************************************************************************** | ||
785 | */ | ||
786 | |||
787 | /* Signal Routing */ | ||
788 | #define GT64260_MPSC_MRR 0xb400 | ||
789 | #define GT64260_MPSC_RCRR 0xb404 | ||
790 | #define GT64260_MPSC_TCRR 0xb408 | ||
791 | |||
792 | /* Main Configuratino Registers */ | ||
793 | #define GT64260_MPSC_0_MMCRL 0x8000 | ||
794 | #define GT64260_MPSC_0_MMCRH 0x8004 | ||
795 | #define GT64260_MPSC_0_MPCR 0x8008 | ||
796 | #define GT64260_MPSC_0_CHR_1 0x800c | ||
797 | #define GT64260_MPSC_0_CHR_2 0x8010 | ||
798 | #define GT64260_MPSC_0_CHR_3 0x8014 | ||
799 | #define GT64260_MPSC_0_CHR_4 0x8018 | ||
800 | #define GT64260_MPSC_0_CHR_5 0x801c | ||
801 | #define GT64260_MPSC_0_CHR_6 0x8020 | ||
802 | #define GT64260_MPSC_0_CHR_7 0x8024 | ||
803 | #define GT64260_MPSC_0_CHR_8 0x8028 | ||
804 | #define GT64260_MPSC_0_CHR_9 0x802c | ||
805 | #define GT64260_MPSC_0_CHR_10 0x8030 | ||
806 | #define GT64260_MPSC_0_CHR_11 0x8034 | ||
807 | |||
808 | #define GT64260_MPSC_1_MMCRL 0x9000 | ||
809 | #define GT64260_MPSC_1_MMCRH 0x9004 | ||
810 | #define GT64260_MPSC_1_MPCR 0x9008 | ||
811 | #define GT64260_MPSC_1_CHR_1 0x900c | ||
812 | #define GT64260_MPSC_1_CHR_2 0x9010 | ||
813 | #define GT64260_MPSC_1_CHR_3 0x9014 | ||
814 | #define GT64260_MPSC_1_CHR_4 0x9018 | ||
815 | #define GT64260_MPSC_1_CHR_5 0x901c | ||
816 | #define GT64260_MPSC_1_CHR_6 0x9020 | ||
817 | #define GT64260_MPSC_1_CHR_7 0x9024 | ||
818 | #define GT64260_MPSC_1_CHR_8 0x9028 | ||
819 | #define GT64260_MPSC_1_CHR_9 0x902c | ||
820 | #define GT64260_MPSC_1_CHR_10 0x9030 | ||
821 | #define GT64260_MPSC_1_CHR_11 0x9034 | ||
822 | |||
823 | #define GT64260_MPSC_0_INTR_CAUSE 0xb804 | ||
824 | #define GT64260_MPSC_0_INTR_MASK 0xb884 | ||
825 | #define GT64260_MPSC_1_INTR_CAUSE 0xb80c | ||
826 | #define GT64260_MPSC_1_INTR_MASK 0xb88c | ||
827 | |||
828 | #define GT64260_MPSC_UART_CR_TEV (1<<1) | ||
829 | #define GT64260_MPSC_UART_CR_TA (1<<7) | ||
830 | #define GT64260_MPSC_UART_CR_TTCS (1<<9) | ||
831 | #define GT64260_MPSC_UART_CR_REV (1<<17) | ||
832 | #define GT64260_MPSC_UART_CR_RA (1<<23) | ||
833 | #define GT64260_MPSC_UART_CR_CRD (1<<25) | ||
834 | #define GT64260_MPSC_UART_CR_EH (1<<31) | ||
835 | |||
836 | #define GT64260_MPSC_UART_ESR_CTS (1<<0) | ||
837 | #define GT64260_MPSC_UART_ESR_CD (1<<1) | ||
838 | #define GT64260_MPSC_UART_ESR_TIDLE (1<<3) | ||
839 | #define GT64260_MPSC_UART_ESR_RHS (1<<5) | ||
840 | #define GT64260_MPSC_UART_ESR_RLS (1<<7) | ||
841 | #define GT64260_MPSC_UART_ESR_RLIDL (1<<11) | ||
842 | |||
843 | |||
844 | /* | ||
845 | ***************************************************************************** | ||
846 | * | ||
847 | * Serial DMA Controller Interface Registers | ||
848 | * | ||
849 | ***************************************************************************** | ||
850 | */ | ||
851 | |||
852 | #define GT64260_SDMA_0_SDC 0x4000 | ||
853 | #define GT64260_SDMA_0_SDCM 0x4008 | ||
854 | #define GT64260_SDMA_0_RX_DESC 0x4800 | ||
855 | #define GT64260_SDMA_0_RX_BUF_PTR 0x4808 | ||
856 | #define GT64260_SDMA_0_SCRDP 0x4810 | ||
857 | #define GT64260_SDMA_0_TX_DESC 0x4c00 | ||
858 | #define GT64260_SDMA_0_SCTDP 0x4c10 | ||
859 | #define GT64260_SDMA_0_SFTDP 0x4c14 | ||
860 | |||
861 | #define GT64260_SDMA_1_SDC 0x6000 | ||
862 | #define GT64260_SDMA_1_SDCM 0x6008 | ||
863 | #define GT64260_SDMA_1_RX_DESC 0x6800 | ||
864 | #define GT64260_SDMA_1_RX_BUF_PTR 0x6808 | ||
865 | #define GT64260_SDMA_1_SCRDP 0x6810 | ||
866 | #define GT64260_SDMA_1_TX_DESC 0x6c00 | ||
867 | #define GT64260_SDMA_1_SCTDP 0x6c10 | ||
868 | #define GT64260_SDMA_1_SFTDP 0x6c14 | ||
869 | |||
870 | #define GT64260_SDMA_INTR_CAUSE 0xb800 | ||
871 | #define GT64260_SDMA_INTR_MASK 0xb880 | ||
872 | |||
873 | #define GT64260_SDMA_DESC_CMDSTAT_PE (1<<0) | ||
874 | #define GT64260_SDMA_DESC_CMDSTAT_CDL (1<<1) | ||
875 | #define GT64260_SDMA_DESC_CMDSTAT_FR (1<<3) | ||
876 | #define GT64260_SDMA_DESC_CMDSTAT_OR (1<<6) | ||
877 | #define GT64260_SDMA_DESC_CMDSTAT_BR (1<<9) | ||
878 | #define GT64260_SDMA_DESC_CMDSTAT_MI (1<<10) | ||
879 | #define GT64260_SDMA_DESC_CMDSTAT_A (1<<11) | ||
880 | #define GT64260_SDMA_DESC_CMDSTAT_AM (1<<12) | ||
881 | #define GT64260_SDMA_DESC_CMDSTAT_CT (1<<13) | ||
882 | #define GT64260_SDMA_DESC_CMDSTAT_C (1<<14) | ||
883 | #define GT64260_SDMA_DESC_CMDSTAT_ES (1<<15) | ||
884 | #define GT64260_SDMA_DESC_CMDSTAT_L (1<<16) | ||
885 | #define GT64260_SDMA_DESC_CMDSTAT_F (1<<17) | ||
886 | #define GT64260_SDMA_DESC_CMDSTAT_P (1<<18) | ||
887 | #define GT64260_SDMA_DESC_CMDSTAT_EI (1<<23) | ||
888 | #define GT64260_SDMA_DESC_CMDSTAT_O (1<<31) | ||
889 | |||
890 | #define GT64260_SDMA_SDC_RFT (1<<0) | ||
891 | #define GT64260_SDMA_SDC_SFM (1<<1) | ||
892 | #define GT64260_SDMA_SDC_BLMR (1<<6) | ||
893 | #define GT64260_SDMA_SDC_BLMT (1<<7) | ||
894 | #define GT64260_SDMA_SDC_POVR (1<<8) | ||
895 | #define GT64260_SDMA_SDC_RIFB (1<<9) | ||
896 | |||
897 | #define GT64260_SDMA_SDCM_ERD (1<<7) | ||
898 | #define GT64260_SDMA_SDCM_AR (1<<15) | ||
899 | #define GT64260_SDMA_SDCM_STD (1<<16) | ||
900 | #define GT64260_SDMA_SDCM_TXD (1<<23) | ||
901 | #define GT64260_SDMA_SDCM_AT (1<<31) | ||
902 | |||
903 | #define GT64260_SDMA_0_CAUSE_RXBUF (1<<0) | ||
904 | #define GT64260_SDMA_0_CAUSE_RXERR (1<<1) | ||
905 | #define GT64260_SDMA_0_CAUSE_TXBUF (1<<2) | ||
906 | #define GT64260_SDMA_0_CAUSE_TXEND (1<<3) | ||
907 | #define GT64260_SDMA_1_CAUSE_RXBUF (1<<8) | ||
908 | #define GT64260_SDMA_1_CAUSE_RXERR (1<<9) | ||
909 | #define GT64260_SDMA_1_CAUSE_TXBUF (1<<10) | ||
910 | #define GT64260_SDMA_1_CAUSE_TXEND (1<<11) | ||
911 | |||
912 | |||
913 | /* | ||
914 | ***************************************************************************** | ||
915 | * | ||
916 | * Baud Rate Generator Interface Registers | ||
917 | * | ||
918 | ***************************************************************************** | ||
919 | */ | ||
920 | |||
921 | #define GT64260_BRG_0_BCR 0xb200 | ||
922 | #define GT64260_BRG_0_BTR 0xb204 | ||
923 | #define GT64260_BRG_1_BCR 0xb208 | ||
924 | #define GT64260_BRG_1_BTR 0xb20c | ||
925 | #define GT64260_BRG_2_BCR 0xb210 | ||
926 | #define GT64260_BRG_2_BTR 0xb214 | ||
927 | |||
928 | #define GT64260_BRG_INTR_CAUSE 0xb834 | ||
929 | #define GT64260_BRG_INTR_MASK 0xb8b4 | ||
930 | |||
931 | |||
932 | /* | ||
933 | ***************************************************************************** | ||
934 | * | ||
935 | * Watchdog Timer Interface Registers | ||
936 | * | ||
937 | ***************************************************************************** | ||
938 | */ | ||
939 | |||
940 | #define GT64260_WDT_WDC 0xb410 | ||
941 | #define GT64260_WDT_WDV 0xb414 | ||
942 | |||
943 | |||
944 | /* | ||
945 | ***************************************************************************** | ||
946 | * | ||
947 | * General Purpose Pins Controller Interface Registers | ||
948 | * | ||
949 | ***************************************************************************** | ||
950 | */ | ||
951 | |||
952 | #define GT64260_GPP_IO_CNTL 0xf100 | ||
953 | #define GT64260_GPP_LEVEL_CNTL 0xf110 | ||
954 | #define GT64260_GPP_VALUE 0xf104 | ||
955 | #define GT64260_GPP_INTR_CAUSE 0xf108 | ||
956 | #define GT64260_GPP_INTR_MASK 0xf10c | ||
957 | |||
958 | |||
959 | /* | ||
960 | ***************************************************************************** | ||
961 | * | ||
962 | * Multi-Purpose Pins Controller Interface Registers | ||
963 | * | ||
964 | ***************************************************************************** | ||
965 | */ | ||
966 | |||
967 | #define GT64260_MPP_CNTL_0 0xf000 | ||
968 | #define GT64260_MPP_CNTL_1 0xf004 | ||
969 | #define GT64260_MPP_CNTL_2 0xf008 | ||
970 | #define GT64260_MPP_CNTL_3 0xf00c | ||
971 | #define GT64260_MPP_SERIAL_PORTS_MULTIPLEX 0xf010 | ||
972 | |||
973 | |||
974 | /* | ||
975 | ***************************************************************************** | ||
976 | * | ||
977 | * I2C Controller Interface Registers | ||
978 | * | ||
979 | ***************************************************************************** | ||
980 | */ | ||
981 | |||
982 | /* FIXME: fill in */ | ||
983 | |||
984 | |||
985 | /* | ||
986 | ***************************************************************************** | ||
987 | * | ||
988 | * Interrupt Controller Interface Registers | ||
989 | * | ||
990 | ***************************************************************************** | ||
991 | */ | ||
992 | |||
993 | #define GT64260_IC_MAIN_CAUSE_LO 0x0c18 | ||
994 | #define GT64260_IC_MAIN_CAUSE_HI 0x0c68 | ||
995 | #define GT64260_IC_CPU_INTR_MASK_LO 0x0c1c | ||
996 | #define GT64260_IC_CPU_INTR_MASK_HI 0x0c6c | ||
997 | #define GT64260_IC_CPU_SELECT_CAUSE 0x0c70 | ||
998 | #define GT64260_IC_PCI_0_INTR_MASK_LO 0x0c24 | ||
999 | #define GT64260_IC_PCI_0_INTR_MASK_HI 0x0c64 | ||
1000 | #define GT64260_IC_PCI_0_SELECT_CAUSE 0x0c74 | ||
1001 | #define GT64260_IC_PCI_1_INTR_MASK_LO 0x0ca4 | ||
1002 | #define GT64260_IC_PCI_1_INTR_MASK_HI 0x0ce4 | ||
1003 | #define GT64260_IC_PCI_1_SELECT_CAUSE 0x0cf4 | ||
1004 | #define GT64260_IC_CPU_INT_0_MASK 0x0e60 | ||
1005 | #define GT64260_IC_CPU_INT_1_MASK 0x0e64 | ||
1006 | #define GT64260_IC_CPU_INT_2_MASK 0x0e68 | ||
1007 | #define GT64260_IC_CPU_INT_3_MASK 0x0e6c | ||
1008 | |||
1009 | |||
1010 | #endif /* __ASMPPC_GT64260_DEFS_H */ | ||
diff --git a/include/asm-ppc/harrier.h b/include/asm-ppc/harrier.h deleted file mode 100644 index 7acd7fc126ec..000000000000 --- a/include/asm-ppc/harrier.h +++ /dev/null | |||
@@ -1,43 +0,0 @@ | |||
1 | /* | ||
2 | * Definitions for Motorola MCG Harrier North Bridge & Memory controller | ||
3 | * | ||
4 | * Author: Dale Farnsworth | ||
5 | * dale.farnsworth@mvista.com | ||
6 | * | ||
7 | * Modified by: Randy Vinson | ||
8 | * rvinson@mvista.com | ||
9 | * | ||
10 | * Copyright 2001-2002 MontaVista Software Inc. | ||
11 | * | ||
12 | * This program is free software; you can redistribute it and/or modify it | ||
13 | * under the terms of the GNU General Public License as published by the | ||
14 | * Free Software Foundation; either version 2 of the License, or (at your | ||
15 | * option) any later version. | ||
16 | */ | ||
17 | |||
18 | #ifndef __ASMPPC_HARRIER_H | ||
19 | #define __ASMPPC_HARRIER_H | ||
20 | |||
21 | #include <linux/types.h> | ||
22 | #include <asm/pci-bridge.h> | ||
23 | |||
24 | struct pci_controller; | ||
25 | int harrier_init(struct pci_controller *hose, | ||
26 | uint ppc_reg_base, | ||
27 | ulong processor_pci_mem_start, | ||
28 | ulong processor_pci_mem_end, | ||
29 | ulong processor_pci_io_start, | ||
30 | ulong processor_pci_io_end, | ||
31 | ulong processor_mpic_base); | ||
32 | |||
33 | unsigned long harrier_get_mem_size(uint smc_base); | ||
34 | |||
35 | int harrier_mpic_init(unsigned int pci_mem_offset); | ||
36 | |||
37 | void harrier_setup_nonmonarch(uint ppc_reg_base, | ||
38 | uint in0_size); | ||
39 | void harrier_release_eready(uint ppc_reg_base); | ||
40 | |||
41 | void harrier_wait_eready(uint ppc_reg_base); | ||
42 | |||
43 | #endif /* __ASMPPC_HARRIER_H */ | ||
diff --git a/include/asm-ppc/hawk.h b/include/asm-ppc/hawk.h deleted file mode 100644 index f347007d22af..000000000000 --- a/include/asm-ppc/hawk.h +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | /* | ||
2 | * include/asm-ppc/hawk.h | ||
3 | * | ||
4 | * Support functions for MCG Falcon/Raven & HAWK North Bridge & Memory ctlr. | ||
5 | * | ||
6 | * Author: Mark A. Greer | ||
7 | * mgreer@mvista.com | ||
8 | * | ||
9 | * Modified by Randy Vinson (rvinson@mvista.com) | ||
10 | * | ||
11 | * 2001,2004 (c) MontaVista, Software, Inc. This file is licensed under | ||
12 | * the terms of the GNU General Public License version 2. This program | ||
13 | * is licensed "as is" without any warranty of any kind, whether express | ||
14 | * or implied. | ||
15 | */ | ||
16 | |||
17 | #ifndef __ASMPPC_HAWK_H | ||
18 | #define __ASMPPC_HAWK_H | ||
19 | |||
20 | #include <asm/pci-bridge.h> | ||
21 | #include <asm/hawk_defs.h> | ||
22 | |||
23 | extern int hawk_init(struct pci_controller *hose, | ||
24 | unsigned int ppc_reg_base, unsigned long processor_pci_mem_start, | ||
25 | unsigned long processor_pci_mem_end, | ||
26 | unsigned long processor_pci_io_start, | ||
27 | unsigned long processor_pci_io_end, | ||
28 | unsigned long processor_mpic_base); | ||
29 | extern unsigned long hawk_get_mem_size(unsigned int smc_base); | ||
30 | extern int hawk_mpic_init(unsigned int pci_mem_offset); | ||
31 | |||
32 | #endif /* __ASMPPC_HAWK_H */ | ||
diff --git a/include/asm-ppc/hawk_defs.h b/include/asm-ppc/hawk_defs.h deleted file mode 100644 index 6d1d2baf648c..000000000000 --- a/include/asm-ppc/hawk_defs.h +++ /dev/null | |||
@@ -1,76 +0,0 @@ | |||
1 | /* | ||
2 | * include/asm-ppc/hawk_defs.h | ||
3 | * | ||
4 | * Definitions for Motorola MCG Falcon/Raven & HAWK North Bridge & Memory ctlr. | ||
5 | * | ||
6 | * Author: Mark A. Greer | ||
7 | * mgreer@mvista.com | ||
8 | * | ||
9 | * Modified by Randy Vinson (rvinson@mvista.com) | ||
10 | * | ||
11 | * 2001-2004 (c) MontaVista, Software, Inc. This file is licensed under | ||
12 | * the terms of the GNU General Public License version 2. This program | ||
13 | * is licensed "as is" without any warranty of any kind, whether express | ||
14 | * or implied. | ||
15 | */ | ||
16 | |||
17 | #ifndef __ASMPPC_HAWK_DEFS_H | ||
18 | #define __ASMPPC_HAWK_DEFS_H | ||
19 | |||
20 | #include <asm/pci-bridge.h> | ||
21 | |||
22 | /* | ||
23 | * The Falcon/Raven and HAWK have 4 sets of registers: | ||
24 | * 1) PPC Registers which define the mappings from PPC bus to PCI bus, | ||
25 | * etc. | ||
26 | * 2) PCI Registers which define the mappings from PCI bus to PPC bus and the | ||
27 | * MPIC base address. | ||
28 | * 3) MPIC registers | ||
29 | * 4) System Memory Controller (SMC) registers. | ||
30 | */ | ||
31 | |||
32 | #define HAWK_PCI_CONFIG_ADDR_OFF 0x00000cf8 | ||
33 | #define HAWK_PCI_CONFIG_DATA_OFF 0x00000cfc | ||
34 | |||
35 | #define HAWK_MPIC_SIZE 0x00040000U | ||
36 | #define HAWK_SMC_SIZE 0x00001000U | ||
37 | |||
38 | /* | ||
39 | * Define PPC register offsets. | ||
40 | */ | ||
41 | #define HAWK_PPC_XSADD0_OFF 0x40 | ||
42 | #define HAWK_PPC_XSOFF0_OFF 0x44 | ||
43 | #define HAWK_PPC_XSADD1_OFF 0x48 | ||
44 | #define HAWK_PPC_XSOFF1_OFF 0x4c | ||
45 | #define HAWK_PPC_XSADD2_OFF 0x50 | ||
46 | #define HAWK_PPC_XSOFF2_OFF 0x54 | ||
47 | #define HAWK_PPC_XSADD3_OFF 0x58 | ||
48 | #define HAWK_PPC_XSOFF3_OFF 0x5c | ||
49 | |||
50 | /* | ||
51 | * Define PCI register offsets. | ||
52 | */ | ||
53 | #define HAWK_PCI_PSADD0_OFF 0x80 | ||
54 | #define HAWK_PCI_PSOFF0_OFF 0x84 | ||
55 | #define HAWK_PCI_PSADD1_OFF 0x88 | ||
56 | #define HAWK_PCI_PSOFF1_OFF 0x8c | ||
57 | #define HAWK_PCI_PSADD2_OFF 0x90 | ||
58 | #define HAWK_PCI_PSOFF2_OFF 0x94 | ||
59 | #define HAWK_PCI_PSADD3_OFF 0x98 | ||
60 | #define HAWK_PCI_PSOFF3_OFF 0x9c | ||
61 | |||
62 | /* | ||
63 | * Define the System Memory Controller (SMC) register offsets. | ||
64 | */ | ||
65 | #define HAWK_SMC_RAM_A_SIZE_REG_OFF 0x10 | ||
66 | #define HAWK_SMC_RAM_B_SIZE_REG_OFF 0x11 | ||
67 | #define HAWK_SMC_RAM_C_SIZE_REG_OFF 0x12 | ||
68 | #define HAWK_SMC_RAM_D_SIZE_REG_OFF 0x13 | ||
69 | #define HAWK_SMC_RAM_E_SIZE_REG_OFF 0xc0 /* HAWK Only */ | ||
70 | #define HAWK_SMC_RAM_F_SIZE_REG_OFF 0xc1 /* HAWK Only */ | ||
71 | #define HAWK_SMC_RAM_G_SIZE_REG_OFF 0xc2 /* HAWK Only */ | ||
72 | #define HAWK_SMC_RAM_H_SIZE_REG_OFF 0xc3 /* HAWK Only */ | ||
73 | |||
74 | #define FALCON_SMC_REG_COUNT 4 | ||
75 | #define HAWK_SMC_REG_COUNT 8 | ||
76 | #endif /* __ASMPPC_HAWK_DEFS_H */ | ||
diff --git a/include/asm-ppc/highmem.h b/include/asm-ppc/highmem.h deleted file mode 100644 index f7b21ee302b4..000000000000 --- a/include/asm-ppc/highmem.h +++ /dev/null | |||
@@ -1,135 +0,0 @@ | |||
1 | /* | ||
2 | * highmem.h: virtual kernel memory mappings for high memory | ||
3 | * | ||
4 | * PowerPC version, stolen from the i386 version. | ||
5 | * | ||
6 | * Used in CONFIG_HIGHMEM systems for memory pages which | ||
7 | * are not addressable by direct kernel virtual addresses. | ||
8 | * | ||
9 | * Copyright (C) 1999 Gerhard Wichert, Siemens AG | ||
10 | * Gerhard.Wichert@pdb.siemens.de | ||
11 | * | ||
12 | * | ||
13 | * Redesigned the x86 32-bit VM architecture to deal with | ||
14 | * up to 16 Terrabyte physical memory. With current x86 CPUs | ||
15 | * we now support up to 64 Gigabytes physical RAM. | ||
16 | * | ||
17 | * Copyright (C) 1999 Ingo Molnar <mingo@redhat.com> | ||
18 | */ | ||
19 | |||
20 | #ifndef _ASM_HIGHMEM_H | ||
21 | #define _ASM_HIGHMEM_H | ||
22 | |||
23 | #ifdef __KERNEL__ | ||
24 | |||
25 | #include <linux/init.h> | ||
26 | #include <linux/interrupt.h> | ||
27 | #include <asm/kmap_types.h> | ||
28 | #include <asm/tlbflush.h> | ||
29 | #include <asm/page.h> | ||
30 | |||
31 | /* undef for production */ | ||
32 | #define HIGHMEM_DEBUG 1 | ||
33 | |||
34 | extern pte_t *kmap_pte; | ||
35 | extern pgprot_t kmap_prot; | ||
36 | extern pte_t *pkmap_page_table; | ||
37 | |||
38 | /* | ||
39 | * Right now we initialize only a single pte table. It can be extended | ||
40 | * easily, subsequent pte tables have to be allocated in one physical | ||
41 | * chunk of RAM. | ||
42 | */ | ||
43 | #define PKMAP_BASE CONFIG_HIGHMEM_START | ||
44 | #define LAST_PKMAP (1 << PTE_SHIFT) | ||
45 | #define LAST_PKMAP_MASK (LAST_PKMAP-1) | ||
46 | #define PKMAP_NR(virt) ((virt-PKMAP_BASE) >> PAGE_SHIFT) | ||
47 | #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) | ||
48 | |||
49 | #define KMAP_FIX_BEGIN (PKMAP_BASE + 0x00400000UL) | ||
50 | |||
51 | extern void *kmap_high(struct page *page); | ||
52 | extern void kunmap_high(struct page *page); | ||
53 | |||
54 | static inline void *kmap(struct page *page) | ||
55 | { | ||
56 | might_sleep(); | ||
57 | if (!PageHighMem(page)) | ||
58 | return page_address(page); | ||
59 | return kmap_high(page); | ||
60 | } | ||
61 | |||
62 | static inline void kunmap(struct page *page) | ||
63 | { | ||
64 | BUG_ON(in_interrupt()); | ||
65 | if (!PageHighMem(page)) | ||
66 | return; | ||
67 | kunmap_high(page); | ||
68 | } | ||
69 | |||
70 | /* | ||
71 | * The use of kmap_atomic/kunmap_atomic is discouraged - kmap/kunmap | ||
72 | * gives a more generic (and caching) interface. But kmap_atomic can | ||
73 | * be used in IRQ contexts, so in some (very limited) cases we need | ||
74 | * it. | ||
75 | */ | ||
76 | static inline void *kmap_atomic(struct page *page, enum km_type type) | ||
77 | { | ||
78 | unsigned int idx; | ||
79 | unsigned long vaddr; | ||
80 | |||
81 | /* even !CONFIG_PREEMPT needs this, for in_atomic in do_page_fault */ | ||
82 | pagefault_disable(); | ||
83 | if (!PageHighMem(page)) | ||
84 | return page_address(page); | ||
85 | |||
86 | idx = type + KM_TYPE_NR*smp_processor_id(); | ||
87 | vaddr = KMAP_FIX_BEGIN + idx * PAGE_SIZE; | ||
88 | #ifdef HIGHMEM_DEBUG | ||
89 | BUG_ON(!pte_none(*(kmap_pte+idx))); | ||
90 | #endif | ||
91 | set_pte_at(&init_mm, vaddr, kmap_pte+idx, mk_pte(page, kmap_prot)); | ||
92 | flush_tlb_page(NULL, vaddr); | ||
93 | |||
94 | return (void*) vaddr; | ||
95 | } | ||
96 | |||
97 | static inline void kunmap_atomic(void *kvaddr, enum km_type type) | ||
98 | { | ||
99 | #ifdef HIGHMEM_DEBUG | ||
100 | unsigned long vaddr = (unsigned long) kvaddr & PAGE_MASK; | ||
101 | unsigned int idx = type + KM_TYPE_NR*smp_processor_id(); | ||
102 | |||
103 | if (vaddr < KMAP_FIX_BEGIN) { // FIXME | ||
104 | pagefault_enable(); | ||
105 | return; | ||
106 | } | ||
107 | |||
108 | BUG_ON(vaddr != KMAP_FIX_BEGIN + idx * PAGE_SIZE); | ||
109 | |||
110 | /* | ||
111 | * force other mappings to Oops if they'll try to access | ||
112 | * this pte without first remap it | ||
113 | */ | ||
114 | pte_clear(&init_mm, vaddr, kmap_pte+idx); | ||
115 | flush_tlb_page(NULL, vaddr); | ||
116 | #endif | ||
117 | pagefault_enable(); | ||
118 | } | ||
119 | |||
120 | static inline struct page *kmap_atomic_to_page(void *ptr) | ||
121 | { | ||
122 | unsigned long idx, vaddr = (unsigned long) ptr; | ||
123 | |||
124 | if (vaddr < KMAP_FIX_BEGIN) | ||
125 | return virt_to_page(ptr); | ||
126 | |||
127 | idx = (vaddr - KMAP_FIX_BEGIN) >> PAGE_SHIFT; | ||
128 | return pte_page(kmap_pte[idx]); | ||
129 | } | ||
130 | |||
131 | #define flush_cache_kmaps() flush_cache_all() | ||
132 | |||
133 | #endif /* __KERNEL__ */ | ||
134 | |||
135 | #endif /* _ASM_HIGHMEM_H */ | ||
diff --git a/include/asm-ppc/hydra.h b/include/asm-ppc/hydra.h deleted file mode 100644 index 1ad4eed07fbe..000000000000 --- a/include/asm-ppc/hydra.h +++ /dev/null | |||
@@ -1,102 +0,0 @@ | |||
1 | /* | ||
2 | * include/asm-ppc/hydra.h -- Mac I/O `Hydra' definitions | ||
3 | * | ||
4 | * Copyright (C) 1997 Geert Uytterhoeven | ||
5 | * | ||
6 | * This file is based on the following documentation: | ||
7 | * | ||
8 | * Macintosh Technology in the Common Hardware Reference Platform | ||
9 | * Apple Computer, Inc. | ||
10 | * | ||
11 | * © Copyright 1995 Apple Computer, Inc. All rights reserved. | ||
12 | * | ||
13 | * It's available online from http://chrp.apple.com/MacTech.pdf. | ||
14 | * You can obtain paper copies of this book from computer bookstores or by | ||
15 | * writing Morgan Kaufmann Publishers, Inc., 340 Pine Street, Sixth Floor, San | ||
16 | * Francisco, CA 94104. Reference ISBN 1-55860-393-X. | ||
17 | * | ||
18 | * This file is subject to the terms and conditions of the GNU General Public | ||
19 | * License. See the file COPYING in the main directory of this archive | ||
20 | * for more details. | ||
21 | */ | ||
22 | |||
23 | #ifndef _ASMPPC_HYDRA_H | ||
24 | #define _ASMPPC_HYDRA_H | ||
25 | |||
26 | #ifdef __KERNEL__ | ||
27 | |||
28 | struct Hydra { | ||
29 | /* DBDMA Controller Register Space */ | ||
30 | char Pad1[0x30]; | ||
31 | u_int CachePD; | ||
32 | u_int IDs; | ||
33 | u_int Feature_Control; | ||
34 | char Pad2[0x7fc4]; | ||
35 | /* DBDMA Channel Register Space */ | ||
36 | char SCSI_DMA[0x100]; | ||
37 | char Pad3[0x300]; | ||
38 | char SCCA_Tx_DMA[0x100]; | ||
39 | char SCCA_Rx_DMA[0x100]; | ||
40 | char SCCB_Tx_DMA[0x100]; | ||
41 | char SCCB_Rx_DMA[0x100]; | ||
42 | char Pad4[0x7800]; | ||
43 | /* Device Register Space */ | ||
44 | char SCSI[0x1000]; | ||
45 | char ADB[0x1000]; | ||
46 | char SCC_Legacy[0x1000]; | ||
47 | char SCC[0x1000]; | ||
48 | char Pad9[0x2000]; | ||
49 | char VIA[0x2000]; | ||
50 | char Pad10[0x28000]; | ||
51 | char OpenPIC[0x40000]; | ||
52 | }; | ||
53 | |||
54 | extern volatile struct Hydra __iomem *Hydra; | ||
55 | |||
56 | |||
57 | /* | ||
58 | * Feature Control Register | ||
59 | */ | ||
60 | |||
61 | #define HYDRA_FC_SCC_CELL_EN 0x00000001 /* Enable SCC Clock */ | ||
62 | #define HYDRA_FC_SCSI_CELL_EN 0x00000002 /* Enable SCSI Clock */ | ||
63 | #define HYDRA_FC_SCCA_ENABLE 0x00000004 /* Enable SCC A Lines */ | ||
64 | #define HYDRA_FC_SCCB_ENABLE 0x00000008 /* Enable SCC B Lines */ | ||
65 | #define HYDRA_FC_ARB_BYPASS 0x00000010 /* Bypass Internal Arbiter */ | ||
66 | #define HYDRA_FC_RESET_SCC 0x00000020 /* Reset SCC */ | ||
67 | #define HYDRA_FC_MPIC_ENABLE 0x00000040 /* Enable OpenPIC */ | ||
68 | #define HYDRA_FC_SLOW_SCC_PCLK 0x00000080 /* 1=15.6672, 0=25 MHz */ | ||
69 | #define HYDRA_FC_MPIC_IS_MASTER 0x00000100 /* OpenPIC Master Mode */ | ||
70 | |||
71 | |||
72 | /* | ||
73 | * OpenPIC Interrupt Sources | ||
74 | */ | ||
75 | |||
76 | #define HYDRA_INT_SIO 0 | ||
77 | #define HYDRA_INT_SCSI_DMA 1 | ||
78 | #define HYDRA_INT_SCCA_TX_DMA 2 | ||
79 | #define HYDRA_INT_SCCA_RX_DMA 3 | ||
80 | #define HYDRA_INT_SCCB_TX_DMA 4 | ||
81 | #define HYDRA_INT_SCCB_RX_DMA 5 | ||
82 | #define HYDRA_INT_SCSI 6 | ||
83 | #define HYDRA_INT_SCCA 7 | ||
84 | #define HYDRA_INT_SCCB 8 | ||
85 | #define HYDRA_INT_VIA 9 | ||
86 | #define HYDRA_INT_ADB 10 | ||
87 | #define HYDRA_INT_ADB_NMI 11 | ||
88 | #define HYDRA_INT_EXT1 12 /* PCI IRQW */ | ||
89 | #define HYDRA_INT_EXT2 13 /* PCI IRQX */ | ||
90 | #define HYDRA_INT_EXT3 14 /* PCI IRQY */ | ||
91 | #define HYDRA_INT_EXT4 15 /* PCI IRQZ */ | ||
92 | #define HYDRA_INT_EXT5 16 /* IDE Primay/Secondary */ | ||
93 | #define HYDRA_INT_EXT6 17 /* IDE Secondary */ | ||
94 | #define HYDRA_INT_EXT7 18 /* Power Off Request */ | ||
95 | #define HYDRA_INT_SPARE 19 | ||
96 | |||
97 | extern int hydra_init(void); | ||
98 | extern void macio_adb_init(void); | ||
99 | |||
100 | #endif /* __KERNEL__ */ | ||
101 | |||
102 | #endif /* _ASMPPC_HYDRA_H */ | ||
diff --git a/include/asm-ppc/ibm403.h b/include/asm-ppc/ibm403.h deleted file mode 100644 index c9c5d539cfdb..000000000000 --- a/include/asm-ppc/ibm403.h +++ /dev/null | |||
@@ -1,478 +0,0 @@ | |||
1 | /* | ||
2 | * Authors: Armin Kuster <akuster@mvista.com> and Tom Rini <trini@mvista.com> | ||
3 | * | ||
4 | * 2001 (c) MontaVista, Software, Inc. This file is licensed under | ||
5 | * the terms of the GNU General Public License version 2. This program | ||
6 | * is licensed "as is" without any warranty of any kind, whether express | ||
7 | * or implied. | ||
8 | */ | ||
9 | |||
10 | |||
11 | #ifdef __KERNEL__ | ||
12 | #ifndef __ASM_IBM403_H__ | ||
13 | #define __ASM_IBM403_H__ | ||
14 | |||
15 | |||
16 | #if defined(CONFIG_403GCX) | ||
17 | |||
18 | #define DCRN_BE_BASE 0x090 | ||
19 | #define DCRN_DMA0_BASE 0x0C0 | ||
20 | #define DCRN_DMA1_BASE 0x0C8 | ||
21 | #define DCRN_DMA2_BASE 0x0D0 | ||
22 | #define DCRN_DMA3_BASE 0x0D8 | ||
23 | #define DCRNCAP_DMA_CC 1 /* have DMA chained count capability */ | ||
24 | #define DCRN_DMASR_BASE 0x0E0 | ||
25 | |||
26 | #define DCRN_EXIER_BASE 0x042 | ||
27 | #define DCRN_EXISR_BASE 0x040 | ||
28 | #define DCRN_IOCR_BASE 0x0A0 | ||
29 | |||
30 | |||
31 | /* ------------------------------------------------------------------------- */ | ||
32 | #endif | ||
33 | |||
34 | |||
35 | |||
36 | #ifdef DCRN_BE_BASE | ||
37 | #define DCRN_BEAR (DCRN_BE_BASE + 0x0) /* Bus Error Address Register */ | ||
38 | #define DCRN_BESR (DCRN_BE_BASE + 0x1) /* Bus Error Syndrome Register*/ | ||
39 | #endif | ||
40 | /* DCRN_BESR */ | ||
41 | #define BESR_DSES 0x80000000 /* Data-Side Error Status */ | ||
42 | #define BESR_DMES 0x40000000 /* DMA Error Status */ | ||
43 | #define BESR_RWS 0x20000000 /* Read/Write Status */ | ||
44 | #define BESR_ETMASK 0x1C000000 /* Error Type */ | ||
45 | #define ET_PROT 0 | ||
46 | #define ET_PARITY 1 | ||
47 | #define ET_NCFG 2 | ||
48 | #define ET_BUSERR 4 | ||
49 | #define ET_BUSTO 6 | ||
50 | |||
51 | #ifdef DCRN_CHCR_BASE | ||
52 | #define DCRN_CHCR0 (DCRN_CHCR_BASE + 0x0) /* Chip Control Register 1 */ | ||
53 | #define DCRN_CHCR1 (DCRN_CHCR_BASE + 0x1) /* Chip Control Register 2 */ | ||
54 | #endif | ||
55 | #define CHR1_CETE 0x00800000 /* CPU external timer enable */ | ||
56 | #define CHR1_PCIPW 0x00008000 /* PCI Int enable/Peripheral Write enable */ | ||
57 | |||
58 | #ifdef DCRN_CHPSR_BASE | ||
59 | #define DCRN_CHPSR (DCRN_CHPSR_BASE + 0x0) /* Chip Pin Strapping */ | ||
60 | #endif | ||
61 | |||
62 | #ifdef DCRN_CIC_BASE | ||
63 | #define DCRN_CICCR (DCRN_CIC_BASE + 0x0) /* CIC Control Register */ | ||
64 | #define DCRN_DMAS1 (DCRN_CIC_BASE + 0x1) /* DMA Select1 Register */ | ||
65 | #define DCRN_DMAS2 (DCRN_CIC_BASE + 0x2) /* DMA Select2 Register */ | ||
66 | #define DCRN_CICVCR (DCRN_CIC_BASE + 0x3) /* CIC Video COntro Register */ | ||
67 | #define DCRN_CICSEL3 (DCRN_CIC_BASE + 0x5) /* CIC Select 3 Register */ | ||
68 | #define DCRN_SGPO (DCRN_CIC_BASE + 0x6) /* CIC GPIO Output Register */ | ||
69 | #define DCRN_SGPOD (DCRN_CIC_BASE + 0x7) /* CIC GPIO OD Register */ | ||
70 | #define DCRN_SGPTC (DCRN_CIC_BASE + 0x8) /* CIC GPIO Tristate Ctrl Reg */ | ||
71 | #define DCRN_SGPI (DCRN_CIC_BASE + 0x9) /* CIC GPIO Input Reg */ | ||
72 | #endif | ||
73 | |||
74 | #ifdef DCRN_CPMFR_BASE | ||
75 | #define DCRN_CPMFR (DCRN_CPMFR_BASE + 0x0) /* CPM Force */ | ||
76 | #endif | ||
77 | |||
78 | #ifndef CPM_AUD | ||
79 | #define CPM_AUD 0x00000000 | ||
80 | #endif | ||
81 | #ifndef CPM_BRG | ||
82 | #define CPM_BRG 0x00000000 | ||
83 | #endif | ||
84 | #ifndef CPM_CBS | ||
85 | #define CPM_CBS 0x00000000 | ||
86 | #endif | ||
87 | #ifndef CPM_CPU | ||
88 | #define CPM_CPU 0x00000000 | ||
89 | #endif | ||
90 | #ifndef CPM_DCP | ||
91 | #define CPM_DCP 0x00000000 | ||
92 | #endif | ||
93 | #ifndef CPM_DCRX | ||
94 | #define CPM_DCRX 0x00000000 | ||
95 | #endif | ||
96 | #ifndef CPM_DENC | ||
97 | #define CPM_DENC 0x00000000 | ||
98 | #endif | ||
99 | #ifndef CPM_DMA | ||
100 | #define CPM_DMA 0x00000000 | ||
101 | #endif | ||
102 | #ifndef CPM_DSCR | ||
103 | #define CPM_DSCR 0x00000000 | ||
104 | #endif | ||
105 | #ifndef CPM_EBC | ||
106 | #define CPM_EBC 0x00000000 | ||
107 | #endif | ||
108 | #ifndef CPM_EBIU | ||
109 | #define CPM_EBIU 0x00000000 | ||
110 | #endif | ||
111 | #ifndef CPM_EMAC_MM | ||
112 | #define CPM_EMAC_MM 0x00000000 | ||
113 | #endif | ||
114 | #ifndef CPM_EMAC_RM | ||
115 | #define CPM_EMAC_RM 0x00000000 | ||
116 | #endif | ||
117 | #ifndef CPM_EMAC_TM | ||
118 | #define CPM_EMAC_TM 0x00000000 | ||
119 | #endif | ||
120 | #ifndef CPM_GPIO0 | ||
121 | #define CPM_GPIO0 0x00000000 | ||
122 | #endif | ||
123 | #ifndef CPM_GPT | ||
124 | #define CPM_GPT 0x00000000 | ||
125 | #endif | ||
126 | #ifndef CPM_I1284 | ||
127 | #define CPM_I1284 0x00000000 | ||
128 | #endif | ||
129 | #ifndef CPM_IIC0 | ||
130 | #define CPM_IIC0 0x00000000 | ||
131 | #endif | ||
132 | #ifndef CPM_IIC1 | ||
133 | #define CPM_IIC1 0x00000000 | ||
134 | #endif | ||
135 | #ifndef CPM_MSI | ||
136 | #define CPM_MSI 0x00000000 | ||
137 | #endif | ||
138 | #ifndef CPM_PCI | ||
139 | #define CPM_PCI 0x00000000 | ||
140 | #endif | ||
141 | #ifndef CPM_PLB | ||
142 | #define CPM_PLB 0x00000000 | ||
143 | #endif | ||
144 | #ifndef CPM_SC0 | ||
145 | #define CPM_SC0 0x00000000 | ||
146 | #endif | ||
147 | #ifndef CPM_SC1 | ||
148 | #define CPM_SC1 0x00000000 | ||
149 | #endif | ||
150 | #ifndef CPM_SDRAM0 | ||
151 | #define CPM_SDRAM0 0x00000000 | ||
152 | #endif | ||
153 | #ifndef CPM_SDRAM1 | ||
154 | #define CPM_SDRAM1 0x00000000 | ||
155 | #endif | ||
156 | #ifndef CPM_TMRCLK | ||
157 | #define CPM_TMRCLK 0x00000000 | ||
158 | #endif | ||
159 | #ifndef CPM_UART0 | ||
160 | #define CPM_UART0 0x00000000 | ||
161 | #endif | ||
162 | #ifndef CPM_UART1 | ||
163 | #define CPM_UART1 0x00000000 | ||
164 | #endif | ||
165 | #ifndef CPM_UART2 | ||
166 | #define CPM_UART2 0x00000000 | ||
167 | #endif | ||
168 | #ifndef CPM_UIC | ||
169 | #define CPM_UIC 0x00000000 | ||
170 | #endif | ||
171 | #ifndef CPM_VID2 | ||
172 | #define CPM_VID2 0x00000000 | ||
173 | #endif | ||
174 | #ifndef CPM_XPT27 | ||
175 | #define CPM_XPT27 0x00000000 | ||
176 | #endif | ||
177 | #ifndef CPM_XPT54 | ||
178 | #define CPM_XPT54 0x00000000 | ||
179 | #endif | ||
180 | |||
181 | #ifdef DCRN_CPMSR_BASE | ||
182 | #define DCRN_CPMSR (DCRN_CPMSR_BASE + 0x0) /* CPM Status */ | ||
183 | #define DCRN_CPMER (DCRN_CPMSR_BASE + 0x1) /* CPM Enable */ | ||
184 | #endif | ||
185 | |||
186 | #ifdef DCRN_DCP0_BASE | ||
187 | #define DCRN_DCP0_CFGADDR (DCRN_DCP0_BASE + 0x0) /* Decompression Controller Address */ | ||
188 | #define DCRN_DCP0_CFGDATA (DCRN_DCP0_BASE + 0x1) /* Decompression Controller Data */ | ||
189 | #endif | ||
190 | |||
191 | #ifdef DCRN_DCRX_BASE | ||
192 | #define DCRN_DCRXICR (DCRN_DCRX_BASE + 0x0) /* Internal Control Register */ | ||
193 | #define DCRN_DCRXISR (DCRN_DCRX_BASE + 0x1) /* Internal Status Register */ | ||
194 | #define DCRN_DCRXECR (DCRN_DCRX_BASE + 0x2) /* External Control Register */ | ||
195 | #define DCRN_DCRXESR (DCRN_DCRX_BASE + 0x3) /* External Status Register */ | ||
196 | #define DCRN_DCRXTAR (DCRN_DCRX_BASE + 0x4) /* Target Address Register */ | ||
197 | #define DCRN_DCRXTDR (DCRN_DCRX_BASE + 0x5) /* Target Data Register */ | ||
198 | #define DCRN_DCRXIGR (DCRN_DCRX_BASE + 0x6) /* Interrupt Generation Register */ | ||
199 | #define DCRN_DCRXBCR (DCRN_DCRX_BASE + 0x7) /* Line Buffer Control Register */ | ||
200 | #endif | ||
201 | |||
202 | #ifdef DCRN_DMA0_BASE | ||
203 | #define DCRN_DMACR0 (DCRN_DMA0_BASE + 0x0) /* DMA Channel Control Register 0 */ | ||
204 | #define DCRN_DMACT0 (DCRN_DMA0_BASE + 0x1) /* DMA Count Register 0 */ | ||
205 | #define DCRN_DMADA0 (DCRN_DMA0_BASE + 0x2) /* DMA Destination Address Register 0 */ | ||
206 | #define DCRN_DMASA0 (DCRN_DMA0_BASE + 0x3) /* DMA Source Address Register 0 */ | ||
207 | #ifdef DCRNCAP_DMA_CC | ||
208 | #define DCRN_DMACC0 (DCRN_DMA0_BASE + 0x4) /* DMA Chained Count Register 0 */ | ||
209 | #endif | ||
210 | |||
211 | #ifdef DCRNCAP_DMA_SG | ||
212 | #define DCRN_ASG0 (DCRN_DMA0_BASE + 0x4) /* DMA Scatter/Gather Descriptor Addr 0 */ | ||
213 | #endif | ||
214 | #endif | ||
215 | |||
216 | #ifdef DCRN_DMA1_BASE | ||
217 | #define DCRN_DMACR1 (DCRN_DMA1_BASE + 0x0) /* DMA Channel Control Register 1 */ | ||
218 | #define DCRN_DMACT1 (DCRN_DMA1_BASE + 0x1) /* DMA Count Register 1 */ | ||
219 | #define DCRN_DMADA1 (DCRN_DMA1_BASE + 0x2) /* DMA Destination Address Register 1 */ | ||
220 | #define DCRN_DMASA1 (DCRN_DMA1_BASE + 0x3) /* DMA Source Address Register 1 */ | ||
221 | |||
222 | #ifdef DCRNCAP_DMA_CC | ||
223 | #define DCRN_DMACC1 (DCRN_DMA1_BASE + 0x4) /* DMA Chained Count Register 1 */ | ||
224 | #endif | ||
225 | #ifdef DCRNCAP_DMA_SG | ||
226 | #define DCRN_ASG1 (DCRN_DMA1_BASE + 0x4) /* DMA Scatter/Gather Descriptor Addr 1 */ | ||
227 | #endif | ||
228 | #endif | ||
229 | |||
230 | #ifdef DCRN_DMA2_BASE | ||
231 | #define DCRN_DMACR2 (DCRN_DMA2_BASE + 0x0) /* DMA Channel Control Register 2 */ | ||
232 | #define DCRN_DMACT2 (DCRN_DMA2_BASE + 0x1) /* DMA Count Register 2 */ | ||
233 | #define DCRN_DMADA2 (DCRN_DMA2_BASE + 0x2) /* DMA Destination Address Register 2 */ | ||
234 | #define DCRN_DMASA2 (DCRN_DMA2_BASE + 0x3) /* DMA Source Address Register 2 */ | ||
235 | #ifdef DCRNCAP_DMA_CC | ||
236 | #define DCRN_DMACC2 (DCRN_DMA2_BASE + 0x4) /* DMA Chained Count Register 2 */ | ||
237 | #endif | ||
238 | #ifdef DCRNCAP_DMA_SG | ||
239 | #define DCRN_ASG2 (DCRN_DMA2_BASE + 0x4) /* DMA Scatter/Gather Descriptor Addr 2 */ | ||
240 | #endif | ||
241 | #endif | ||
242 | |||
243 | #ifdef DCRN_DMA3_BASE | ||
244 | #define DCRN_DMACR3 (DCRN_DMA3_BASE + 0x0) /* DMA Channel Control Register 3 */ | ||
245 | #define DCRN_DMACT3 (DCRN_DMA3_BASE + 0x1) /* DMA Count Register 3 */ | ||
246 | #define DCRN_DMADA3 (DCRN_DMA3_BASE + 0x2) /* DMA Destination Address Register 3 */ | ||
247 | #define DCRN_DMASA3 (DCRN_DMA3_BASE + 0x3) /* DMA Source Address Register 3 */ | ||
248 | #ifdef DCRNCAP_DMA_CC | ||
249 | #define DCRN_DMACC3 (DCRN_DMA3_BASE + 0x4) /* DMA Chained Count Register 3 */ | ||
250 | #endif | ||
251 | #ifdef DCRNCAP_DMA_SG | ||
252 | #define DCRN_ASG3 (DCRN_DMA3_BASE + 0x4) /* DMA Scatter/Gather Descriptor Addr 3 */ | ||
253 | #endif | ||
254 | #endif | ||
255 | |||
256 | #ifdef DCRN_DMASR_BASE | ||
257 | #define DCRN_DMASR (DCRN_DMASR_BASE + 0x0) /* DMA Status Register */ | ||
258 | #ifdef DCRNCAP_DMA_SG | ||
259 | #define DCRN_ASGC (DCRN_DMASR_BASE + 0x3) /* DMA Scatter/Gather Command */ | ||
260 | /* don't know if these two registers always exist if scatter/gather exists */ | ||
261 | #define DCRN_POL (DCRN_DMASR_BASE + 0x6) /* DMA Polarity Register */ | ||
262 | #define DCRN_SLP (DCRN_DMASR_BASE + 0x5) /* DMA Sleep Register */ | ||
263 | #endif | ||
264 | #endif | ||
265 | |||
266 | #ifdef DCRN_EBC_BASE | ||
267 | #define DCRN_EBCCFGADR (DCRN_EBC_BASE + 0x0) /* Peripheral Controller Address */ | ||
268 | #define DCRN_EBCCFGDATA (DCRN_EBC_BASE + 0x1) /* Peripheral Controller Data */ | ||
269 | #endif | ||
270 | |||
271 | #ifdef DCRN_EXIER_BASE | ||
272 | #define DCRN_EXIER (DCRN_EXIER_BASE + 0x0) /* External Interrupt Enable Register */ | ||
273 | #endif | ||
274 | |||
275 | #ifdef DCRN_EBIMC_BASE | ||
276 | #define DCRN_BRCRH0 (DCRN_EBIMC_BASE + 0x0) /* Bus Region Config High 0 */ | ||
277 | #define DCRN_BRCRH1 (DCRN_EBIMC_BASE + 0x1) /* Bus Region Config High 1 */ | ||
278 | #define DCRN_BRCRH2 (DCRN_EBIMC_BASE + 0x2) /* Bus Region Config High 2 */ | ||
279 | #define DCRN_BRCRH3 (DCRN_EBIMC_BASE + 0x3) /* Bus Region Config High 3 */ | ||
280 | #define DCRN_BRCRH4 (DCRN_EBIMC_BASE + 0x4) /* Bus Region Config High 4 */ | ||
281 | #define DCRN_BRCRH5 (DCRN_EBIMC_BASE + 0x5) /* Bus Region Config High 5 */ | ||
282 | #define DCRN_BRCRH6 (DCRN_EBIMC_BASE + 0x6) /* Bus Region Config High 6 */ | ||
283 | #define DCRN_BRCRH7 (DCRN_EBIMC_BASE + 0x7) /* Bus Region Config High 7 */ | ||
284 | #define DCRN_BRCR0 (DCRN_EBIMC_BASE + 0x10)/* BRC 0 */ | ||
285 | #define DCRN_BRCR1 (DCRN_EBIMC_BASE + 0x11)/* BRC 1 */ | ||
286 | #define DCRN_BRCR2 (DCRN_EBIMC_BASE + 0x12)/* BRC 2 */ | ||
287 | #define DCRN_BRCR3 (DCRN_EBIMC_BASE + 0x13)/* BRC 3 */ | ||
288 | #define DCRN_BRCR4 (DCRN_EBIMC_BASE + 0x14)/* BRC 4 */ | ||
289 | #define DCRN_BRCR5 (DCRN_EBIMC_BASE + 0x15)/* BRC 5 */ | ||
290 | #define DCRN_BRCR6 (DCRN_EBIMC_BASE + 0x16)/* BRC 6 */ | ||
291 | #define DCRN_BRCR7 (DCRN_EBIMC_BASE + 0x17)/* BRC 7 */ | ||
292 | #define DCRN_BEAR0 (DCRN_EBIMC_BASE + 0x20)/* Bus Error Address Register */ | ||
293 | #define DCRN_BESR0 (DCRN_EBIMC_BASE + 0x21)/* Bus Error Status Register */ | ||
294 | #define DCRN_BIUCR (DCRN_EBIMC_BASE + 0x2A)/* Bus Interfac Unit Ctrl Reg */ | ||
295 | #endif | ||
296 | |||
297 | #ifdef DCRN_EXISR_BASE | ||
298 | #define DCRN_EXISR (DCRN_EXISR_BASE + 0x0) /* External Interrupt Status Register */ | ||
299 | #endif | ||
300 | #define EXIER_CIE 0x80000000 /* Critical Interrupt Enable */ | ||
301 | #define EXIER_SRIE 0x08000000 /* Serial Port Rx Int. Enable */ | ||
302 | #define EXIER_STIE 0x04000000 /* Serial Port Tx Int. Enable */ | ||
303 | #define EXIER_JRIE 0x02000000 /* JTAG Serial Port Rx Int. Enable */ | ||
304 | #define EXIER_JTIE 0x01000000 /* JTAG Serial Port Tx Int. Enable */ | ||
305 | #define EXIER_D0IE 0x00800000 /* DMA Channel 0 Interrupt Enable */ | ||
306 | #define EXIER_D1IE 0x00400000 /* DMA Channel 1 Interrupt Enable */ | ||
307 | #define EXIER_D2IE 0x00200000 /* DMA Channel 2 Interrupt Enable */ | ||
308 | #define EXIER_D3IE 0x00100000 /* DMA Channel 3 Interrupt Enable */ | ||
309 | #define EXIER_E0IE 0x00000010 /* External Interrupt 0 Enable */ | ||
310 | #define EXIER_E1IE 0x00000008 /* External Interrupt 1 Enable */ | ||
311 | #define EXIER_E2IE 0x00000004 /* External Interrupt 2 Enable */ | ||
312 | #define EXIER_E3IE 0x00000002 /* External Interrupt 3 Enable */ | ||
313 | #define EXIER_E4IE 0x00000001 /* External Interrupt 4 Enable */ | ||
314 | |||
315 | #ifdef DCRN_IOCR_BASE | ||
316 | #define DCRN_IOCR (DCRN_IOCR_BASE + 0x0) /* Input/Output Configuration Register */ | ||
317 | #endif | ||
318 | #define IOCR_E0TE 0x80000000 | ||
319 | #define IOCR_E0LP 0x40000000 | ||
320 | #define IOCR_E1TE 0x20000000 | ||
321 | #define IOCR_E1LP 0x10000000 | ||
322 | #define IOCR_E2TE 0x08000000 | ||
323 | #define IOCR_E2LP 0x04000000 | ||
324 | #define IOCR_E3TE 0x02000000 | ||
325 | #define IOCR_E3LP 0x01000000 | ||
326 | #define IOCR_E4TE 0x00800000 | ||
327 | #define IOCR_E4LP 0x00400000 | ||
328 | #define IOCR_EDT 0x00080000 | ||
329 | #define IOCR_SOR 0x00040000 | ||
330 | #define IOCR_EDO 0x00008000 | ||
331 | #define IOCR_2XC 0x00004000 | ||
332 | #define IOCR_ATC 0x00002000 | ||
333 | #define IOCR_SPD 0x00001000 | ||
334 | #define IOCR_BEM 0x00000800 | ||
335 | #define IOCR_PTD 0x00000400 | ||
336 | #define IOCR_ARE 0x00000080 | ||
337 | #define IOCR_DRC 0x00000020 | ||
338 | #define IOCR_RDM(x) (((x) & 0x3) << 3) | ||
339 | #define IOCR_TCS 0x00000004 | ||
340 | #define IOCR_SCS 0x00000002 | ||
341 | #define IOCR_SPC 0x00000001 | ||
342 | |||
343 | #ifdef DCRN_MAL_BASE | ||
344 | #define DCRN_MALCR (DCRN_MAL_BASE + 0x0) /* MAL Configuration */ | ||
345 | #define DCRN_MALDBR (DCRN_MAL_BASE + 0x3) /* Debug Register */ | ||
346 | #define DCRN_MALESR (DCRN_MAL_BASE + 0x1) /* Error Status */ | ||
347 | #define DCRN_MALIER (DCRN_MAL_BASE + 0x2) /* Interrupt Enable */ | ||
348 | #define DCRN_MALTXCARR (DCRN_MAL_BASE + 0x5) /* TX Channed Active Reset Register */ | ||
349 | #define DCRN_MALTXCASR (DCRN_MAL_BASE + 0x4) /* TX Channel Active Set Register */ | ||
350 | #define DCRN_MALTXDEIR (DCRN_MAL_BASE + 0x7) /* Tx Descriptor Error Interrupt */ | ||
351 | #define DCRN_MALTXEOBISR (DCRN_MAL_BASE + 0x6) /* Tx End of Buffer Interrupt Status */ | ||
352 | #define DCRN_MALRXCARR (DCRN_MAL_BASE + 0x11) /* RX Channed Active Reset Register */ | ||
353 | #define DCRN_MALRXCASR (DCRN_MAL_BASE + 0x10) /* RX Channel Active Set Register */ | ||
354 | #define DCRN_MALRXDEIR (DCRN_MAL_BASE + 0x13) /* Rx Descriptor Error Interrupt */ | ||
355 | #define DCRN_MALRXEOBISR (DCRN_MAL_BASE + 0x12) /* Rx End of Buffer Interrupt Status */ | ||
356 | #define DCRN_MALRXCTP0R (DCRN_MAL_BASE + 0x40) /* Channel Rx 0 Channel Table Pointer */ | ||
357 | #define DCRN_MALTXCTP0R (DCRN_MAL_BASE + 0x20) /* Channel Tx 0 Channel Table Pointer */ | ||
358 | #define DCRN_MALTXCTP1R (DCRN_MAL_BASE + 0x21) /* Channel Tx 1 Channel Table Pointer */ | ||
359 | #define DCRN_MALRCBS0 (DCRN_MAL_BASE + 0x60) /* Channel Rx 0 Channel Buffer Size */ | ||
360 | #endif | ||
361 | /* DCRN_MALCR */ | ||
362 | #define MALCR_MMSR 0x80000000/* MAL Software reset */ | ||
363 | #define MALCR_PLBP_1 0x00400000 /* MAL reqest priority: */ | ||
364 | #define MALCR_PLBP_2 0x00800000 /* lowsest is 00 */ | ||
365 | #define MALCR_PLBP_3 0x00C00000 /* highest */ | ||
366 | #define MALCR_GA 0x00200000 /* Guarded Active Bit */ | ||
367 | #define MALCR_OA 0x00100000 /* Ordered Active Bit */ | ||
368 | #define MALCR_PLBLE 0x00080000 /* PLB Lock Error Bit */ | ||
369 | #define MALCR_PLBLT_1 0x00040000 /* PLB Latency Timer */ | ||
370 | #define MALCR_PLBLT_2 0x00020000 | ||
371 | #define MALCR_PLBLT_3 0x00010000 | ||
372 | #define MALCR_PLBLT_4 0x00008000 | ||
373 | #define MALCR_PLBLT_DEFAULT 0x00078000 /* JSP: Is this a valid default?? */ | ||
374 | #define MALCR_PLBB 0x00004000 /* PLB Burst Deactivation Bit */ | ||
375 | #define MALCR_OPBBL 0x00000080 /* OPB Lock Bit */ | ||
376 | #define MALCR_EOPIE 0x00000004 /* End Of Packet Interrupt Enable */ | ||
377 | #define MALCR_LEA 0x00000002 /* Locked Error Active */ | ||
378 | #define MALCR_MSD 0x00000001 /* MAL Scroll Descriptor Bit */ | ||
379 | /* DCRN_MALESR */ | ||
380 | #define MALESR_EVB 0x80000000 /* Error Valid Bit */ | ||
381 | #define MALESR_CIDRX 0x40000000 /* Channel ID Receive */ | ||
382 | #define MALESR_DE 0x00100000 /* Descriptor Error */ | ||
383 | #define MALESR_OEN 0x00080000 /* OPB Non-Fullword Error */ | ||
384 | #define MALESR_OTE 0x00040000 /* OPB Timeout Error */ | ||
385 | #define MALESR_OSE 0x00020000 /* OPB Slave Error */ | ||
386 | #define MALESR_PEIN 0x00010000 /* PLB Bus Error Indication */ | ||
387 | #define MALESR_DEI 0x00000010 /* Descriptor Error Interrupt */ | ||
388 | #define MALESR_ONEI 0x00000008 /* OPB Non-Fullword Error Interrupt */ | ||
389 | #define MALESR_OTEI 0x00000004 /* OPB Timeout Error Interrupt */ | ||
390 | #define MALESR_OSEI 0x00000002 /* OPB Slace Error Interrupt */ | ||
391 | #define MALESR_PBEI 0x00000001 /* PLB Bus Error Interrupt */ | ||
392 | /* DCRN_MALIER */ | ||
393 | #define MALIER_DE 0x00000010 /* Descriptor Error Interrupt Enable */ | ||
394 | #define MALIER_NE 0x00000008 /* OPB Non-word Transfer Int Enable */ | ||
395 | #define MALIER_TE 0x00000004 /* OPB Time Out Error Interrupt Enable */ | ||
396 | #define MALIER_OPBE 0x00000002 /* OPB Slave Error Interrupt Enable */ | ||
397 | #define MALIER_PLBE 0x00000001 /* PLB Error Interrupt Enable */ | ||
398 | /* DCRN_MALTXEOBISR */ | ||
399 | #define MALOBISR_CH0 0x80000000 /* EOB channel 1 bit */ | ||
400 | #define MALOBISR_CH2 0x40000000 /* EOB channel 2 bit */ | ||
401 | |||
402 | #ifdef DCRN_OCM0_BASE | ||
403 | #define DCRN_OCMISARC (DCRN_OCM0_BASE + 0x0) /* OCM Instr Side Addr Range Compare */ | ||
404 | #define DCRN_OCMISCR (DCRN_OCM0_BASE + 0x1) /* OCM Instr Side Control */ | ||
405 | #define DCRN_OCMDSARC (DCRN_OCM0_BASE + 0x2) /* OCM Data Side Addr Range Compare */ | ||
406 | #define DCRN_OCMDSCR (DCRN_OCM0_BASE + 0x3) /* OCM Data Side Control */ | ||
407 | #endif | ||
408 | |||
409 | #ifdef DCRN_PLB0_BASE | ||
410 | #define DCRN_PLB0_BESR (DCRN_PLB0_BASE + 0x0) | ||
411 | #define DCRN_PLB0_BEAR (DCRN_PLB0_BASE + 0x2) | ||
412 | /* doesn't exist on stb03xxx? */ | ||
413 | #define DCRN_PLB0_ACR (DCRN_PLB0_BASE + 0x3) | ||
414 | #endif | ||
415 | |||
416 | #ifdef DCRN_PLB1_BASE | ||
417 | #define DCRN_PLB1_BESR (DCRN_PLB1_BASE + 0x0) | ||
418 | #define DCRN_PLB1_BEAR (DCRN_PLB1_BASE + 0x1) | ||
419 | /* doesn't exist on stb03xxx? */ | ||
420 | #define DCRN_PLB1_ACR (DCRN_PLB1_BASE + 0x2) | ||
421 | #endif | ||
422 | |||
423 | #ifdef DCRN_PLLMR_BASE | ||
424 | #define DCRN_PLLMR (DCRN_PLLMR_BASE + 0x0) /* PL1 Mode */ | ||
425 | #endif | ||
426 | |||
427 | #ifdef DCRN_POB0_BASE | ||
428 | #define DCRN_POB0_BESR0 (DCRN_POB0_BASE + 0x0) | ||
429 | #define DCRN_POB0_BEAR (DCRN_POB0_BASE + 0x2) | ||
430 | #define DCRN_POB0_BESR1 (DCRN_POB0_BASE + 0x4) | ||
431 | #endif | ||
432 | |||
433 | #ifdef DCRN_SCCR_BASE | ||
434 | #define DCRN_SCCR (DCRN_SCCR_BASE + 0x0) | ||
435 | #endif | ||
436 | |||
437 | #ifdef DCRN_SDRAM0_BASE | ||
438 | #define DCRN_SDRAM0_CFGADDR (DCRN_SDRAM0_BASE + 0x0) /* Mem Ctrlr Address */ | ||
439 | #define DCRN_SDRAM0_CFGDATA (DCRN_SDRAM0_BASE + 0x1) /* Mem Ctrlr Data */ | ||
440 | #endif | ||
441 | |||
442 | #ifdef DCRN_UIC0_BASE | ||
443 | #define DCRN_UIC0_SR (DCRN_UIC0_BASE + 0x0) | ||
444 | #define DCRN_UIC0_ER (DCRN_UIC0_BASE + 0x2) | ||
445 | #define DCRN_UIC0_CR (DCRN_UIC0_BASE + 0x3) | ||
446 | #define DCRN_UIC0_PR (DCRN_UIC0_BASE + 0x4) | ||
447 | #define DCRN_UIC0_TR (DCRN_UIC0_BASE + 0x5) | ||
448 | #define DCRN_UIC0_MSR (DCRN_UIC0_BASE + 0x6) | ||
449 | #define DCRN_UIC0_VR (DCRN_UIC0_BASE + 0x7) | ||
450 | #define DCRN_UIC0_VCR (DCRN_UIC0_BASE + 0x8) | ||
451 | #endif | ||
452 | |||
453 | #ifdef DCRN_UIC1_BASE | ||
454 | #define DCRN_UIC1_SR (DCRN_UIC1_BASE + 0x0) | ||
455 | #define DCRN_UIC1_SRS (DCRN_UIC1_BASE + 0x1) | ||
456 | #define DCRN_UIC1_ER (DCRN_UIC1_BASE + 0x2) | ||
457 | #define DCRN_UIC1_CR (DCRN_UIC1_BASE + 0x3) | ||
458 | #define DCRN_UIC1_PR (DCRN_UIC1_BASE + 0x4) | ||
459 | #define DCRN_UIC1_TR (DCRN_UIC1_BASE + 0x5) | ||
460 | #define DCRN_UIC1_MSR (DCRN_UIC1_BASE + 0x6) | ||
461 | #define DCRN_UIC1_VR (DCRN_UIC1_BASE + 0x7) | ||
462 | #define DCRN_UIC1_VCR (DCRN_UIC1_BASE + 0x8) | ||
463 | #endif | ||
464 | |||
465 | #ifdef DCRN_SDRAM0_BASE | ||
466 | #define DCRN_SDRAM0_CFGADDR (DCRN_SDRAM0_BASE + 0x0) /* Memory Controller Address */ | ||
467 | #define DCRN_SDRAM0_CFGDATA (DCRN_SDRAM0_BASE + 0x1) /* Memory Controller Data */ | ||
468 | #endif | ||
469 | |||
470 | #ifdef DCRN_OCM0_BASE | ||
471 | #define DCRN_OCMISARC (DCRN_OCM0_BASE + 0x0) /* OCM Instr Side Addr Range Compare */ | ||
472 | #define DCRN_OCMISCR (DCRN_OCM0_BASE + 0x1) /* OCM Instr Side Control */ | ||
473 | #define DCRN_OCMDSARC (DCRN_OCM0_BASE + 0x2) /* OCM Data Side Addr Range Compare */ | ||
474 | #define DCRN_OCMDSCR (DCRN_OCM0_BASE + 0x3) /* OCM Data Side Control */ | ||
475 | #endif | ||
476 | |||
477 | #endif /* __ASM_IBM403_H__ */ | ||
478 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/ibm405.h b/include/asm-ppc/ibm405.h deleted file mode 100644 index 4e5be9e2c153..000000000000 --- a/include/asm-ppc/ibm405.h +++ /dev/null | |||
@@ -1,299 +0,0 @@ | |||
1 | /* | ||
2 | * Author: Armin Kuster <akuster@mvista.com> | ||
3 | * | ||
4 | * 2002 (c) MontaVista, Software, Inc. This file is licensed under | ||
5 | * the terms of the GNU General Public License version 2. This program | ||
6 | * is licensed "as is" without any warranty of any kind, whether express | ||
7 | * or implied. | ||
8 | */ | ||
9 | |||
10 | #ifdef __KERNEL__ | ||
11 | #ifndef __ASM_IBM405_H__ | ||
12 | #define __ASM_IBM405_H__ | ||
13 | |||
14 | #ifdef DCRN_BE_BASE | ||
15 | #define DCRN_BEAR (DCRN_BE_BASE + 0x0) /* Bus Error Address Register */ | ||
16 | #define DCRN_BESR (DCRN_BE_BASE + 0x1) /* Bus Error Syndrome Register */ | ||
17 | #endif | ||
18 | /* DCRN_BESR */ | ||
19 | #define BESR_DSES 0x80000000 /* Data-Side Error Status */ | ||
20 | #define BESR_DMES 0x40000000 /* DMA Error Status */ | ||
21 | #define BESR_RWS 0x20000000 /* Read/Write Status */ | ||
22 | #define BESR_ETMASK 0x1C000000 /* Error Type */ | ||
23 | #define ET_PROT 0 | ||
24 | #define ET_PARITY 1 | ||
25 | #define ET_NCFG 2 | ||
26 | #define ET_BUSERR 4 | ||
27 | #define ET_BUSTO 6 | ||
28 | |||
29 | /* Clock and power management shifts for emacs */ | ||
30 | #define IBM_CPM_EMMII 0 /* Shift value for MII */ | ||
31 | #define IBM_CPM_EMRX 1 /* Shift value for recv */ | ||
32 | #define IBM_CPM_EMTX 2 /* Shift value for MAC */ | ||
33 | |||
34 | #ifdef DCRN_CHCR_BASE | ||
35 | #define DCRN_CHCR0 (DCRN_CHCR_BASE + 0x0) /* Chip Control Register 1 */ | ||
36 | #define DCRN_CHCR1 (DCRN_CHCR_BASE + 0x1) /* Chip Control Register 2 */ | ||
37 | #endif | ||
38 | #define CHR1_PCIPW 0x00008000 /* PCI Int enable/Peripheral Write enable */ | ||
39 | |||
40 | #ifdef DCRN_CHPSR_BASE | ||
41 | #define DCRN_CHPSR (DCRN_CHPSR_BASE + 0x0) /* Chip Pin Strapping */ | ||
42 | #endif | ||
43 | |||
44 | #ifdef DCRN_CPMFR_BASE | ||
45 | #define DCRN_CPMFR (DCRN_CPMFR_BASE + 0x0) /* CPM Force */ | ||
46 | #endif | ||
47 | |||
48 | #ifdef DCRN_CPMSR_BASE | ||
49 | #define DCRN_CPMSR (DCRN_CPMSR_BASE + 0x0) /* CPM Status */ | ||
50 | #define DCRN_CPMER (DCRN_CPMSR_BASE + 0x1) /* CPM Enable */ | ||
51 | #endif | ||
52 | |||
53 | #ifdef DCRN_DCP0_BASE | ||
54 | /* Decompression Controller Address */ | ||
55 | #define DCRN_DCP0_CFGADDR (DCRN_DCP0_BASE + 0x0) | ||
56 | /* Decompression Controller Data */ | ||
57 | #define DCRN_DCP0_CFGDATA (DCRN_DCP0_BASE + 0x1) | ||
58 | #else | ||
59 | #define DCRN_DCP0_CFGADDR 0x0 | ||
60 | #define DCRN_DCP0_CFGDATA 0x0 | ||
61 | #endif | ||
62 | |||
63 | #ifdef DCRN_DMA0_BASE | ||
64 | /* DMA Channel Control Register 0 */ | ||
65 | #define DCRN_DMACR0 (DCRN_DMA0_BASE + 0x0) | ||
66 | #define DCRN_DMACT0 (DCRN_DMA0_BASE + 0x1) /* DMA Count Register 0 */ | ||
67 | /* DMA Destination Address Register 0 */ | ||
68 | #define DCRN_DMADA0 (DCRN_DMA0_BASE + 0x2) | ||
69 | /* DMA Source Address Register 0 */ | ||
70 | #define DCRN_DMASA0 (DCRN_DMA0_BASE + 0x3) | ||
71 | #ifdef DCRNCAP_DMA_CC | ||
72 | /* DMA Chained Count Register 0 */ | ||
73 | #define DCRN_DMACC0 (DCRN_DMA0_BASE + 0x4) | ||
74 | #endif | ||
75 | #ifdef DCRNCAP_DMA_SG | ||
76 | /* DMA Scatter/Gather Descriptor Addr 0 */ | ||
77 | #define DCRN_ASG0 (DCRN_DMA0_BASE + 0x4) | ||
78 | #endif | ||
79 | #endif | ||
80 | |||
81 | #ifdef DCRN_DMA1_BASE | ||
82 | /* DMA Channel Control Register 1 */ | ||
83 | #define DCRN_DMACR1 (DCRN_DMA1_BASE + 0x0) | ||
84 | #define DCRN_DMACT1 (DCRN_DMA1_BASE + 0x1) /* DMA Count Register 1 */ | ||
85 | /* DMA Destination Address Register 1 */ | ||
86 | #define DCRN_DMADA1 (DCRN_DMA1_BASE + 0x2) | ||
87 | /* DMA Source Address Register 1 */ | ||
88 | #define DCRN_DMASA1 (DCRN_DMA1_BASE + 0x3) /* DMA Source Address Register 1 */ | ||
89 | #ifdef DCRNCAP_DMA_CC | ||
90 | /* DMA Chained Count Register 1 */ | ||
91 | #define DCRN_DMACC1 (DCRN_DMA1_BASE + 0x4) | ||
92 | #endif | ||
93 | #ifdef DCRNCAP_DMA_SG | ||
94 | /* DMA Scatter/Gather Descriptor Addr 1 */ | ||
95 | #define DCRN_ASG1 (DCRN_DMA1_BASE + 0x4) | ||
96 | #endif | ||
97 | #endif | ||
98 | |||
99 | #ifdef DCRN_DMA2_BASE | ||
100 | #define DCRN_DMACR2 (DCRN_DMA2_BASE + 0x0) /* DMA Channel Control Register 2 */ | ||
101 | #define DCRN_DMACT2 (DCRN_DMA2_BASE + 0x1) /* DMA Count Register 2 */ | ||
102 | #define DCRN_DMADA2 (DCRN_DMA2_BASE + 0x2) /* DMA Destination Address Register 2 */ | ||
103 | #define DCRN_DMASA2 (DCRN_DMA2_BASE + 0x3) /* DMA Source Address Register 2 */ | ||
104 | #ifdef DCRNCAP_DMA_CC | ||
105 | #define DCRN_DMACC2 (DCRN_DMA2_BASE + 0x4) /* DMA Chained Count Register 2 */ | ||
106 | #endif | ||
107 | #ifdef DCRNCAP_DMA_SG | ||
108 | #define DCRN_ASG2 (DCRN_DMA2_BASE + 0x4) /* DMA Scatter/Gather Descriptor Addr 2 */ | ||
109 | #endif | ||
110 | #endif | ||
111 | |||
112 | #ifdef DCRN_DMA3_BASE | ||
113 | #define DCRN_DMACR3 (DCRN_DMA3_BASE + 0x0) /* DMA Channel Control Register 3 */ | ||
114 | #define DCRN_DMACT3 (DCRN_DMA3_BASE + 0x1) /* DMA Count Register 3 */ | ||
115 | #define DCRN_DMADA3 (DCRN_DMA3_BASE + 0x2) /* DMA Destination Address Register 3 */ | ||
116 | #define DCRN_DMASA3 (DCRN_DMA3_BASE + 0x3) /* DMA Source Address Register 3 */ | ||
117 | #ifdef DCRNCAP_DMA_CC | ||
118 | #define DCRN_DMACC3 (DCRN_DMA3_BASE + 0x4) /* DMA Chained Count Register 3 */ | ||
119 | #endif | ||
120 | #ifdef DCRNCAP_DMA_SG | ||
121 | #define DCRN_ASG3 (DCRN_DMA3_BASE + 0x4) /* DMA Scatter/Gather Descriptor Addr 3 */ | ||
122 | #endif | ||
123 | #endif | ||
124 | |||
125 | #ifdef DCRN_DMASR_BASE | ||
126 | #define DCRN_DMASR (DCRN_DMASR_BASE + 0x0) /* DMA Status Register */ | ||
127 | #ifdef DCRNCAP_DMA_SG | ||
128 | #define DCRN_ASGC (DCRN_DMASR_BASE + 0x3) /* DMA Scatter/Gather Command */ | ||
129 | /* don't know if these two registers always exist if scatter/gather exists */ | ||
130 | #define DCRN_POL (DCRN_DMASR_BASE + 0x6) /* DMA Polarity Register */ | ||
131 | #define DCRN_SLP (DCRN_DMASR_BASE + 0x5) /* DMA Sleep Register */ | ||
132 | #endif | ||
133 | #endif | ||
134 | |||
135 | #ifdef DCRN_EBC_BASE | ||
136 | #define DCRN_EBCCFGADR (DCRN_EBC_BASE + 0x0) /* Peripheral Controller Address */ | ||
137 | #define DCRN_EBCCFGDATA (DCRN_EBC_BASE + 0x1) /* Peripheral Controller Data */ | ||
138 | #endif | ||
139 | |||
140 | #ifdef DCRN_EXIER_BASE | ||
141 | #define DCRN_EXIER (DCRN_EXIER_BASE + 0x0) /* External Interrupt Enable Register */ | ||
142 | #endif | ||
143 | |||
144 | #ifdef DCRN_EXISR_BASE | ||
145 | #define DCRN_EXISR (DCRN_EXISR_BASE + 0x0) /* External Interrupt Status Register */ | ||
146 | #endif | ||
147 | |||
148 | #define EXIER_CIE 0x80000000 /* Critical Interrupt Enable */ | ||
149 | #define EXIER_SRIE 0x08000000 /* Serial Port Rx Int. Enable */ | ||
150 | #define EXIER_STIE 0x04000000 /* Serial Port Tx Int. Enable */ | ||
151 | #define EXIER_JRIE 0x02000000 /* JTAG Serial Port Rx Int. Enable */ | ||
152 | #define EXIER_JTIE 0x01000000 /* JTAG Serial Port Tx Int. Enable */ | ||
153 | #define EXIER_D0IE 0x00800000 /* DMA Channel 0 Interrupt Enable */ | ||
154 | #define EXIER_D1IE 0x00400000 /* DMA Channel 1 Interrupt Enable */ | ||
155 | #define EXIER_D2IE 0x00200000 /* DMA Channel 2 Interrupt Enable */ | ||
156 | #define EXIER_D3IE 0x00100000 /* DMA Channel 3 Interrupt Enable */ | ||
157 | #define EXIER_E0IE 0x00000010 /* External Interrupt 0 Enable */ | ||
158 | #define EXIER_E1IE 0x00000008 /* External Interrupt 1 Enable */ | ||
159 | #define EXIER_E2IE 0x00000004 /* External Interrupt 2 Enable */ | ||
160 | #define EXIER_E3IE 0x00000002 /* External Interrupt 3 Enable */ | ||
161 | #define EXIER_E4IE 0x00000001 /* External Interrupt 4 Enable */ | ||
162 | |||
163 | #ifdef DCRN_IOCR_BASE | ||
164 | #define DCRN_IOCR (DCRN_IOCR_BASE + 0x0) /* Input/Output Configuration Register */ | ||
165 | #endif | ||
166 | #define IOCR_E0TE 0x80000000 | ||
167 | #define IOCR_E0LP 0x40000000 | ||
168 | #define IOCR_E1TE 0x20000000 | ||
169 | #define IOCR_E1LP 0x10000000 | ||
170 | #define IOCR_E2TE 0x08000000 | ||
171 | #define IOCR_E2LP 0x04000000 | ||
172 | #define IOCR_E3TE 0x02000000 | ||
173 | #define IOCR_E3LP 0x01000000 | ||
174 | #define IOCR_E4TE 0x00800000 | ||
175 | #define IOCR_E4LP 0x00400000 | ||
176 | #define IOCR_EDT 0x00080000 | ||
177 | #define IOCR_SOR 0x00040000 | ||
178 | #define IOCR_EDO 0x00008000 | ||
179 | #define IOCR_2XC 0x00004000 | ||
180 | #define IOCR_ATC 0x00002000 | ||
181 | #define IOCR_SPD 0x00001000 | ||
182 | #define IOCR_BEM 0x00000800 | ||
183 | #define IOCR_PTD 0x00000400 | ||
184 | #define IOCR_ARE 0x00000080 | ||
185 | #define IOCR_DRC 0x00000020 | ||
186 | #define IOCR_RDM(x) (((x) & 0x3) << 3) | ||
187 | #define IOCR_TCS 0x00000004 | ||
188 | #define IOCR_SCS 0x00000002 | ||
189 | #define IOCR_SPC 0x00000001 | ||
190 | |||
191 | #define DCRN_MALCR(base) (base + 0x0) /* MAL Configuration */ | ||
192 | #define DCRN_MALDBR(base) ((base) + 0x3) /* Debug Register */ | ||
193 | #define DCRN_MALESR(base) ((base) + 0x1) /* Error Status */ | ||
194 | #define DCRN_MALIER(base) ((base) + 0x2) /* Interrupt Enable */ | ||
195 | #define DCRN_MALTXCARR(base) ((base) + 0x5) /* TX Channed Active Reset Register */ | ||
196 | #define DCRN_MALTXCASR(base) ((base) + 0x4) /* TX Channel Active Set Register */ | ||
197 | #define DCRN_MALTXDEIR(base) ((base) + 0x7) /* Tx Descriptor Error Interrupt */ | ||
198 | #define DCRN_MALTXEOBISR(base) ((base) + 0x6) /* Tx End of Buffer Interrupt Status */ | ||
199 | #define DCRN_MALRXCARR(base) ((base) + 0x11) /* RX Channed Active Reset Register */ | ||
200 | #define DCRN_MALRXCASR(base) ((base) + 0x10) /* RX Channel Active Set Register */ | ||
201 | #define DCRN_MALRXDEIR(base) ((base) + 0x13) /* Rx Descriptor Error Interrupt */ | ||
202 | #define DCRN_MALRXEOBISR(base) ((base) + 0x12) /* Rx End of Buffer Interrupt Status */ | ||
203 | #define DCRN_MALRXCTP0R(base) ((base) + 0x40) /* Channel Rx 0 Channel Table Pointer */ | ||
204 | #define DCRN_MALRXCTP1R(base) ((base) + 0x41) /* Channel Rx 1 Channel Table Pointer */ | ||
205 | #define DCRN_MALTXCTP0R(base) ((base) + 0x20) /* Channel Tx 0 Channel Table Pointer */ | ||
206 | #define DCRN_MALTXCTP1R(base) ((base) + 0x21) /* Channel Tx 1 Channel Table Pointer */ | ||
207 | #define DCRN_MALTXCTP2R(base) ((base) + 0x22) /* Channel Tx 2 Channel Table Pointer */ | ||
208 | #define DCRN_MALTXCTP3R(base) ((base) + 0x23) /* Channel Tx 3 Channel Table Pointer */ | ||
209 | #define DCRN_MALRCBS0(base) ((base) + 0x60) /* Channel Rx 0 Channel Buffer Size */ | ||
210 | #define DCRN_MALRCBS1(base) ((base) + 0x61) /* Channel Rx 1 Channel Buffer Size */ | ||
211 | |||
212 | /* DCRN_MALCR */ | ||
213 | #define MALCR_MMSR 0x80000000 /* MAL Software reset */ | ||
214 | #define MALCR_PLBP_1 0x00400000 /* MAL reqest priority: */ | ||
215 | #define MALCR_PLBP_2 0x00800000 /* lowsest is 00 */ | ||
216 | #define MALCR_PLBP_3 0x00C00000 /* highest */ | ||
217 | #define MALCR_GA 0x00200000 /* Guarded Active Bit */ | ||
218 | #define MALCR_OA 0x00100000 /* Ordered Active Bit */ | ||
219 | #define MALCR_PLBLE 0x00080000 /* PLB Lock Error Bit */ | ||
220 | #define MALCR_PLBLT_1 0x00040000 /* PLB Latency Timer */ | ||
221 | #define MALCR_PLBLT_2 0x00020000 | ||
222 | #define MALCR_PLBLT_3 0x00010000 | ||
223 | #define MALCR_PLBLT_4 0x00008000 | ||
224 | #define MALCR_PLBLT_DEFAULT 0x00078000 /* JSP: Is this a valid default?? */ | ||
225 | #define MALCR_PLBB 0x00004000 /* PLB Burst Deactivation Bit */ | ||
226 | #define MALCR_OPBBL 0x00000080 /* OPB Lock Bit */ | ||
227 | #define MALCR_EOPIE 0x00000004 /* End Of Packet Interrupt Enable */ | ||
228 | #define MALCR_LEA 0x00000002 /* Locked Error Active */ | ||
229 | #define MALCR_MSD 0x00000001 /* MAL Scroll Descriptor Bit */ | ||
230 | /* DCRN_MALESR */ | ||
231 | #define MALESR_EVB 0x80000000 /* Error Valid Bit */ | ||
232 | #define MALESR_CIDRX 0x40000000 /* Channel ID Receive */ | ||
233 | #define MALESR_DE 0x00100000 /* Descriptor Error */ | ||
234 | #define MALESR_OEN 0x00080000 /* OPB Non-Fullword Error */ | ||
235 | #define MALESR_OTE 0x00040000 /* OPB Timeout Error */ | ||
236 | #define MALESR_OSE 0x00020000 /* OPB Slave Error */ | ||
237 | #define MALESR_PEIN 0x00010000 /* PLB Bus Error Indication */ | ||
238 | #define MALESR_DEI 0x00000010 /* Descriptor Error Interrupt */ | ||
239 | #define MALESR_ONEI 0x00000008 /* OPB Non-Fullword Error Interrupt */ | ||
240 | #define MALESR_OTEI 0x00000004 /* OPB Timeout Error Interrupt */ | ||
241 | #define MALESR_OSEI 0x00000002 /* OPB Slace Error Interrupt */ | ||
242 | #define MALESR_PBEI 0x00000001 /* PLB Bus Error Interrupt */ | ||
243 | /* DCRN_MALIER */ | ||
244 | #define MALIER_DE 0x00000010 /* Descriptor Error Interrupt Enable */ | ||
245 | #define MALIER_NE 0x00000008 /* OPB Non-word Transfer Int Enable */ | ||
246 | #define MALIER_TE 0x00000004 /* OPB Time Out Error Interrupt Enable */ | ||
247 | #define MALIER_OPBE 0x00000002 /* OPB Slave Error Interrupt Enable */ | ||
248 | #define MALIER_PLBE 0x00000001 /* PLB Error Interrupt Enable */ | ||
249 | /* DCRN_MALTXEOBISR */ | ||
250 | #define MALOBISR_CH0 0x80000000 /* EOB channel 1 bit */ | ||
251 | #define MALOBISR_CH2 0x40000000 /* EOB channel 2 bit */ | ||
252 | |||
253 | #ifdef DCRN_PLB0_BASE | ||
254 | #define DCRN_PLB0_BESR (DCRN_PLB0_BASE + 0x0) | ||
255 | #define DCRN_PLB0_BEAR (DCRN_PLB0_BASE + 0x2) | ||
256 | /* doesn't exist on stb03xxx? */ | ||
257 | #define DCRN_PLB0_ACR (DCRN_PLB0_BASE + 0x3) | ||
258 | #endif | ||
259 | |||
260 | #ifdef DCRN_PLB1_BASE | ||
261 | #define DCRN_PLB1_BESR (DCRN_PLB1_BASE + 0x0) | ||
262 | #define DCRN_PLB1_BEAR (DCRN_PLB1_BASE + 0x1) | ||
263 | /* doesn't exist on stb03xxx? */ | ||
264 | #define DCRN_PLB1_ACR (DCRN_PLB1_BASE + 0x2) | ||
265 | #endif | ||
266 | |||
267 | #ifdef DCRN_PLLMR_BASE | ||
268 | #define DCRN_PLLMR (DCRN_PLLMR_BASE + 0x0) /* PL1 Mode */ | ||
269 | #endif | ||
270 | |||
271 | #ifdef DCRN_POB0_BASE | ||
272 | #define DCRN_POB0_BESR0 (DCRN_POB0_BASE + 0x0) | ||
273 | #define DCRN_POB0_BEAR (DCRN_POB0_BASE + 0x2) | ||
274 | #define DCRN_POB0_BESR1 (DCRN_POB0_BASE + 0x4) | ||
275 | #endif | ||
276 | |||
277 | #define DCRN_UIC_SR(base) (base + 0x0) | ||
278 | #define DCRN_UIC_ER(base) (base + 0x2) | ||
279 | #define DCRN_UIC_CR(base) (base + 0x3) | ||
280 | #define DCRN_UIC_PR(base) (base + 0x4) | ||
281 | #define DCRN_UIC_TR(base) (base + 0x5) | ||
282 | #define DCRN_UIC_MSR(base) (base + 0x6) | ||
283 | #define DCRN_UIC_VR(base) (base + 0x7) | ||
284 | #define DCRN_UIC_VCR(base) (base + 0x8) | ||
285 | |||
286 | #ifdef DCRN_SDRAM0_BASE | ||
287 | #define DCRN_SDRAM0_CFGADDR (DCRN_SDRAM0_BASE + 0x0) /* Memory Controller Address */ | ||
288 | #define DCRN_SDRAM0_CFGDATA (DCRN_SDRAM0_BASE + 0x1) /* Memory Controller Data */ | ||
289 | #endif | ||
290 | |||
291 | #ifdef DCRN_OCM0_BASE | ||
292 | #define DCRN_OCMISARC (DCRN_OCM0_BASE + 0x0) /* OCM Instr Side Addr Range Compare */ | ||
293 | #define DCRN_OCMISCR (DCRN_OCM0_BASE + 0x1) /* OCM Instr Side Control */ | ||
294 | #define DCRN_OCMDSARC (DCRN_OCM0_BASE + 0x2) /* OCM Data Side Addr Range Compare */ | ||
295 | #define DCRN_OCMDSCR (DCRN_OCM0_BASE + 0x3) /* OCM Data Side Control */ | ||
296 | #endif | ||
297 | |||
298 | #endif /* __ASM_IBM405_H__ */ | ||
299 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/ibm44x.h b/include/asm-ppc/ibm44x.h deleted file mode 100644 index 7818b54b6e37..000000000000 --- a/include/asm-ppc/ibm44x.h +++ /dev/null | |||
@@ -1,674 +0,0 @@ | |||
1 | /* | ||
2 | * include/asm-ppc/ibm44x.h | ||
3 | * | ||
4 | * PPC44x definitions | ||
5 | * | ||
6 | * Matt Porter <mporter@kernel.crashing.org> | ||
7 | * | ||
8 | * Copyright 2002-2005 MontaVista Software Inc. | ||
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of the GNU General Public License as published by the | ||
12 | * Free Software Foundation; either version 2 of the License, or (at your | ||
13 | * option) any later version. | ||
14 | */ | ||
15 | |||
16 | #ifdef __KERNEL__ | ||
17 | #ifndef __ASM_IBM44x_H__ | ||
18 | #define __ASM_IBM44x_H__ | ||
19 | |||
20 | |||
21 | #ifndef NR_BOARD_IRQS | ||
22 | #define NR_BOARD_IRQS 0 | ||
23 | #endif | ||
24 | |||
25 | #define _IO_BASE isa_io_base | ||
26 | #define _ISA_MEM_BASE isa_mem_base | ||
27 | #define PCI_DRAM_OFFSET pci_dram_offset | ||
28 | |||
29 | /* TLB entry offset/size used for pinning kernel lowmem */ | ||
30 | #define PPC44x_PIN_SHIFT 28 | ||
31 | #define PPC_PIN_SIZE (1 << PPC44x_PIN_SHIFT) | ||
32 | |||
33 | /* Lowest TLB slot consumed by the default pinned TLBs */ | ||
34 | #define PPC44x_LOW_SLOT 63 | ||
35 | |||
36 | /* | ||
37 | * Least significant 32-bits and extended real page number (ERPN) of | ||
38 | * UART0 physical address location for early serial text debug | ||
39 | */ | ||
40 | #if defined(CONFIG_440SP) | ||
41 | #define UART0_PHYS_ERPN 1 | ||
42 | #define UART0_PHYS_IO_BASE 0xf0000200 | ||
43 | #elif defined(CONFIG_440SPE) | ||
44 | #define UART0_PHYS_ERPN 4 | ||
45 | #define UART0_PHYS_IO_BASE 0xf0000200 | ||
46 | #elif defined(CONFIG_440EP) | ||
47 | #define UART0_PHYS_IO_BASE 0xe0000000 | ||
48 | #else | ||
49 | #define UART0_PHYS_ERPN 1 | ||
50 | #define UART0_PHYS_IO_BASE 0x40000200 | ||
51 | #endif | ||
52 | |||
53 | /* | ||
54 | * XXX This 36-bit trap stuff will move somewhere in syslib/ | ||
55 | * when we rework/abstract the PPC44x PCI-X handling -mdp | ||
56 | */ | ||
57 | |||
58 | /* | ||
59 | * Standard 4GB "page" definitions | ||
60 | */ | ||
61 | #if defined(CONFIG_440SP) | ||
62 | #define PPC44x_IO_PAGE 0x0000000100000000ULL | ||
63 | #define PPC44x_PCICFG_PAGE 0x0000000900000000ULL | ||
64 | #define PPC44x_PCIIO_PAGE PPC44x_PCICFG_PAGE | ||
65 | #define PPC44x_PCIMEM_PAGE 0x0000000a00000000ULL | ||
66 | #elif defined(CONFIG_440SPE) | ||
67 | #define PPC44x_IO_PAGE 0x0000000400000000ULL | ||
68 | #define PPC44x_PCICFG_PAGE 0x0000000c00000000ULL | ||
69 | #define PPC44x_PCIIO_PAGE PPC44x_PCICFG_PAGE | ||
70 | #define PPC44x_PCIMEM_PAGE 0x0000000d00000000ULL | ||
71 | #elif defined(CONFIG_440EP) | ||
72 | #define PPC44x_IO_PAGE 0x0000000000000000ULL | ||
73 | #define PPC44x_PCICFG_PAGE 0x0000000000000000ULL | ||
74 | #define PPC44x_PCIIO_PAGE PPC44x_PCICFG_PAGE | ||
75 | #define PPC44x_PCIMEM_PAGE 0x0000000000000000ULL | ||
76 | #else | ||
77 | #define PPC44x_IO_PAGE 0x0000000100000000ULL | ||
78 | #define PPC44x_PCICFG_PAGE 0x0000000200000000ULL | ||
79 | #define PPC44x_PCIIO_PAGE PPC44x_PCICFG_PAGE | ||
80 | #define PPC44x_PCIMEM_PAGE 0x0000000300000000ULL | ||
81 | #endif | ||
82 | |||
83 | /* | ||
84 | * 36-bit trap ranges | ||
85 | */ | ||
86 | #if defined(CONFIG_440SP) || defined(CONFIG_440SPE) | ||
87 | #define PPC44x_IO_LO 0xf0000000UL | ||
88 | #define PPC44x_IO_HI 0xf0000fffUL | ||
89 | #define PPC44x_PCI0CFG_LO 0x0ec00000UL | ||
90 | #define PPC44x_PCI0CFG_HI 0x0ec00007UL | ||
91 | #define PPC44x_PCI1CFG_LO 0x1ec00000UL | ||
92 | #define PPC44x_PCI1CFG_HI 0x1ec00007UL | ||
93 | #define PPC44x_PCI2CFG_LO 0x2ec00000UL | ||
94 | #define PPC44x_PCI2CFG_HI 0x2ec00007UL | ||
95 | #define PPC44x_PCIMEM_LO 0x80000000UL | ||
96 | #define PPC44x_PCIMEM_HI 0xdfffffffUL | ||
97 | #elif defined(CONFIG_440EP) | ||
98 | #define PPC44x_IO_LO 0xef500000UL | ||
99 | #define PPC44x_IO_HI 0xefffffffUL | ||
100 | #define PPC44x_PCI0CFG_LO 0xeec00000UL | ||
101 | #define PPC44x_PCI0CFG_HI 0xeecfffffUL | ||
102 | #define PPC44x_PCIMEM_LO 0xa0000000UL | ||
103 | #define PPC44x_PCIMEM_HI 0xdfffffffUL | ||
104 | #else | ||
105 | #define PPC44x_IO_LO 0x40000000UL | ||
106 | #define PPC44x_IO_HI 0x40000fffUL | ||
107 | #define PPC44x_PCI0CFG_LO 0x0ec00000UL | ||
108 | #define PPC44x_PCI0CFG_HI 0x0ec00007UL | ||
109 | #define PPC44x_PCIMEM_LO 0x80002000UL | ||
110 | #define PPC44x_PCIMEM_HI 0xffffffffUL | ||
111 | #endif | ||
112 | |||
113 | /* | ||
114 | * The "residual" board information structure the boot loader passes | ||
115 | * into the kernel. | ||
116 | */ | ||
117 | #ifndef __ASSEMBLY__ | ||
118 | |||
119 | /* | ||
120 | * DCRN definitions | ||
121 | */ | ||
122 | |||
123 | |||
124 | /* CPRs (440GX and 440SP/440SPe) */ | ||
125 | #define DCRN_CPR_CONFIG_ADDR 0xc | ||
126 | #define DCRN_CPR_CONFIG_DATA 0xd | ||
127 | |||
128 | #define DCRN_CPR_CLKUPD 0x0020 | ||
129 | #define DCRN_CPR_PLLC 0x0040 | ||
130 | #define DCRN_CPR_PLLD 0x0060 | ||
131 | #define DCRN_CPR_PRIMAD 0x0080 | ||
132 | #define DCRN_CPR_PRIMBD 0x00a0 | ||
133 | #define DCRN_CPR_OPBD 0x00c0 | ||
134 | #define DCRN_CPR_PERD 0x00e0 | ||
135 | #define DCRN_CPR_MALD 0x0100 | ||
136 | |||
137 | /* CPRs read/write helper macros */ | ||
138 | #define CPR_READ(offset) ({\ | ||
139 | mtdcr(DCRN_CPR_CONFIG_ADDR, offset); \ | ||
140 | mfdcr(DCRN_CPR_CONFIG_DATA);}) | ||
141 | #define CPR_WRITE(offset, data) ({\ | ||
142 | mtdcr(DCRN_CPR_CONFIG_ADDR, offset); \ | ||
143 | mtdcr(DCRN_CPR_CONFIG_DATA, data);}) | ||
144 | |||
145 | /* SDRs (440GX and 440SP/440SPe) */ | ||
146 | #define DCRN_SDR_CONFIG_ADDR 0xe | ||
147 | #define DCRN_SDR_CONFIG_DATA 0xf | ||
148 | #define DCRN_SDR_PFC0 0x4100 | ||
149 | #define DCRN_SDR_PFC1 0x4101 | ||
150 | #define DCRN_SDR_PFC1_EPS 0x1c00000 | ||
151 | #define DCRN_SDR_PFC1_EPS_SHIFT 22 | ||
152 | #define DCRN_SDR_PFC1_RMII 0x02000000 | ||
153 | #define DCRN_SDR_MFR 0x4300 | ||
154 | #define DCRN_SDR_MFR_TAH0 0x80000000 /* TAHOE0 Enable */ | ||
155 | #define DCRN_SDR_MFR_TAH1 0x40000000 /* TAHOE1 Enable */ | ||
156 | #define DCRN_SDR_MFR_PCM 0x10000000 /* PPC440GP irq compat mode */ | ||
157 | #define DCRN_SDR_MFR_ECS 0x08000000 /* EMAC int clk */ | ||
158 | #define DCRN_SDR_MFR_T0TXFL 0x00080000 | ||
159 | #define DCRN_SDR_MFR_T0TXFH 0x00040000 | ||
160 | #define DCRN_SDR_MFR_T1TXFL 0x00020000 | ||
161 | #define DCRN_SDR_MFR_T1TXFH 0x00010000 | ||
162 | #define DCRN_SDR_MFR_E0TXFL 0x00008000 | ||
163 | #define DCRN_SDR_MFR_E0TXFH 0x00004000 | ||
164 | #define DCRN_SDR_MFR_E0RXFL 0x00002000 | ||
165 | #define DCRN_SDR_MFR_E0RXFH 0x00001000 | ||
166 | #define DCRN_SDR_MFR_E1TXFL 0x00000800 | ||
167 | #define DCRN_SDR_MFR_E1TXFH 0x00000400 | ||
168 | #define DCRN_SDR_MFR_E1RXFL 0x00000200 | ||
169 | #define DCRN_SDR_MFR_E1RXFH 0x00000100 | ||
170 | #define DCRN_SDR_MFR_E2TXFL 0x00000080 | ||
171 | #define DCRN_SDR_MFR_E2TXFH 0x00000040 | ||
172 | #define DCRN_SDR_MFR_E2RXFL 0x00000020 | ||
173 | #define DCRN_SDR_MFR_E2RXFH 0x00000010 | ||
174 | #define DCRN_SDR_MFR_E3TXFL 0x00000008 | ||
175 | #define DCRN_SDR_MFR_E3TXFH 0x00000004 | ||
176 | #define DCRN_SDR_MFR_E3RXFL 0x00000002 | ||
177 | #define DCRN_SDR_MFR_E3RXFH 0x00000001 | ||
178 | #define DCRN_SDR_UART0 0x0120 | ||
179 | #define DCRN_SDR_UART1 0x0121 | ||
180 | |||
181 | #ifdef CONFIG_440EP | ||
182 | #define DCRN_SDR_UART2 0x0122 | ||
183 | #define DCRN_SDR_UART3 0x0123 | ||
184 | #define DCRN_SDR_CUST0 0x4000 | ||
185 | #endif | ||
186 | |||
187 | /* SDR read/write helper macros */ | ||
188 | #define SDR_READ(offset) ({\ | ||
189 | mtdcr(DCRN_SDR_CONFIG_ADDR, offset); \ | ||
190 | mfdcr(DCRN_SDR_CONFIG_DATA);}) | ||
191 | #define SDR_WRITE(offset, data) ({\ | ||
192 | mtdcr(DCRN_SDR_CONFIG_ADDR, offset); \ | ||
193 | mtdcr(DCRN_SDR_CONFIG_DATA,data);}) | ||
194 | |||
195 | /* DMA (excluding 440SP/440SPe) */ | ||
196 | #define DCRN_DMA0_BASE 0x100 | ||
197 | #define DCRN_DMA1_BASE 0x108 | ||
198 | #define DCRN_DMA2_BASE 0x110 | ||
199 | #define DCRN_DMA3_BASE 0x118 | ||
200 | #define DCRN_DMASR_BASE 0x120 | ||
201 | #define DCRNCAP_DMA_SG 1 /* have DMA scatter/gather capability */ | ||
202 | #define DCRN_MAL_BASE 0x180 | ||
203 | |||
204 | #ifdef CONFIG_440EP | ||
205 | #define DCRN_DMA2P40_BASE 0x300 | ||
206 | #define DCRN_DMA2P41_BASE 0x308 | ||
207 | #define DCRN_DMA2P42_BASE 0x310 | ||
208 | #define DCRN_DMA2P43_BASE 0x318 | ||
209 | #define DCRN_DMA2P4SR_BASE 0x320 | ||
210 | #endif | ||
211 | |||
212 | /* UIC */ | ||
213 | #define DCRN_UIC0_BASE 0xc0 | ||
214 | #define DCRN_UIC1_BASE 0xd0 | ||
215 | #define UIC0 DCRN_UIC0_BASE | ||
216 | #define UIC1 DCRN_UIC1_BASE | ||
217 | |||
218 | #ifdef CONFIG_440SPE | ||
219 | #define DCRN_UIC2_BASE 0xe0 | ||
220 | #define DCRN_UIC3_BASE 0xf0 | ||
221 | #define UIC2 DCRN_UIC2_BASE | ||
222 | #define UIC3 DCRN_UIC3_BASE | ||
223 | #else | ||
224 | #define DCRN_UIC2_BASE 0x210 | ||
225 | #define DCRN_UICB_BASE 0x200 | ||
226 | #define UIC2 DCRN_UIC2_BASE | ||
227 | #define UICB DCRN_UICB_BASE | ||
228 | #endif | ||
229 | |||
230 | #define DCRN_UIC_SR(base) (base + 0x0) | ||
231 | #define DCRN_UIC_ER(base) (base + 0x2) | ||
232 | #define DCRN_UIC_CR(base) (base + 0x3) | ||
233 | #define DCRN_UIC_PR(base) (base + 0x4) | ||
234 | #define DCRN_UIC_TR(base) (base + 0x5) | ||
235 | #define DCRN_UIC_MSR(base) (base + 0x6) | ||
236 | #define DCRN_UIC_VR(base) (base + 0x7) | ||
237 | #define DCRN_UIC_VCR(base) (base + 0x8) | ||
238 | |||
239 | #define UIC0_UIC1NC 0x00000002 | ||
240 | |||
241 | #ifdef CONFIG_440SPE | ||
242 | #define UIC0_UIC1NC 0x00000002 | ||
243 | #define UIC0_UIC2NC 0x00200000 | ||
244 | #define UIC0_UIC3NC 0x00008000 | ||
245 | #endif | ||
246 | |||
247 | #define UICB_UIC0NC 0x40000000 | ||
248 | #define UICB_UIC1NC 0x10000000 | ||
249 | #define UICB_UIC2NC 0x04000000 | ||
250 | |||
251 | /* 440 MAL DCRs */ | ||
252 | #define DCRN_MALCR(base) (base + 0x0) /* Configuration */ | ||
253 | #define DCRN_MALESR(base) (base + 0x1) /* Error Status */ | ||
254 | #define DCRN_MALIER(base) (base + 0x2) /* Interrupt Enable */ | ||
255 | #define DCRN_MALTXCASR(base) (base + 0x4) /* Tx Channel Active Set */ | ||
256 | #define DCRN_MALTXCARR(base) (base + 0x5) /* Tx Channel Active Reset */ | ||
257 | #define DCRN_MALTXEOBISR(base) (base + 0x6) /* Tx End of Buffer Interrupt Status */ | ||
258 | #define DCRN_MALTXDEIR(base) (base + 0x7) /* Tx Descriptor Error Interrupt */ | ||
259 | #define DCRN_MALRXCASR(base) (base + 0x10) /* Rx Channel Active Set */ | ||
260 | #define DCRN_MALRXCARR(base) (base + 0x11) /* Rx Channel Active Reset */ | ||
261 | #define DCRN_MALRXEOBISR(base) (base + 0x12) /* Rx End of Buffer Interrupt Status */ | ||
262 | #define DCRN_MALRXDEIR(base) (base + 0x13) /* Rx Descriptor Error Interrupt */ | ||
263 | #define DCRN_MALTXCTP0R(base) (base + 0x20) /* Channel Tx 0 Channel Table Pointer */ | ||
264 | #define DCRN_MALTXCTP1R(base) (base + 0x21) /* Channel Tx 1 Channel Table Pointer */ | ||
265 | #define DCRN_MALTXCTP2R(base) (base + 0x22) /* Channel Tx 2 Channel Table Pointer */ | ||
266 | #define DCRN_MALTXCTP3R(base) (base + 0x23) /* Channel Tx 3 Channel Table Pointer */ | ||
267 | #define DCRN_MALRXCTP0R(base) (base + 0x40) /* Channel Rx 0 Channel Table Pointer */ | ||
268 | #define DCRN_MALRXCTP1R(base) (base + 0x41) /* Channel Rx 1 Channel Table Pointer */ | ||
269 | #define DCRN_MALRCBS0(base) (base + 0x60) /* Channel Rx 0 Channel Buffer Size */ | ||
270 | #define DCRN_MALRCBS1(base) (base + 0x61) /* Channel Rx 1 Channel Buffer Size */ | ||
271 | |||
272 | /* Compatibility DCRN's */ | ||
273 | #define DCRN_MALRXCTP2R(base) ((base) + 0x42) /* Channel Rx 2 Channel Table Pointer */ | ||
274 | #define DCRN_MALRXCTP3R(base) ((base) + 0x43) /* Channel Rx 3 Channel Table Pointer */ | ||
275 | #define DCRN_MALTXCTP4R(base) ((base) + 0x24) /* Channel Tx 4 Channel Table Pointer */ | ||
276 | #define DCRN_MALTXCTP5R(base) ((base) + 0x25) /* Channel Tx 5 Channel Table Pointer */ | ||
277 | #define DCRN_MALTXCTP6R(base) ((base) + 0x26) /* Channel Tx 6 Channel Table Pointer */ | ||
278 | #define DCRN_MALTXCTP7R(base) ((base) + 0x27) /* Channel Tx 7 Channel Table Pointer */ | ||
279 | #define DCRN_MALRCBS2(base) ((base) + 0x62) /* Channel Rx 2 Channel Buffer Size */ | ||
280 | #define DCRN_MALRCBS3(base) ((base) + 0x63) /* Channel Rx 3 Channel Buffer Size */ | ||
281 | |||
282 | #define MALCR_MMSR 0x80000000 /* MAL Software reset */ | ||
283 | #define MALCR_PLBP_1 0x00400000 /* MAL reqest priority: */ | ||
284 | #define MALCR_PLBP_2 0x00800000 /* lowsest is 00 */ | ||
285 | #define MALCR_PLBP_3 0x00C00000 /* highest */ | ||
286 | #define MALCR_GA 0x00200000 /* Guarded Active Bit */ | ||
287 | #define MALCR_OA 0x00100000 /* Ordered Active Bit */ | ||
288 | #define MALCR_PLBLE 0x00080000 /* PLB Lock Error Bit */ | ||
289 | #define MALCR_PLBLT_1 0x00040000 /* PLB Latency Timer */ | ||
290 | #define MALCR_PLBLT_2 0x00020000 | ||
291 | #define MALCR_PLBLT_3 0x00010000 | ||
292 | #define MALCR_PLBLT_4 0x00008000 | ||
293 | #ifdef CONFIG_440GP | ||
294 | #define MALCR_PLBLT_DEFAULT 0x00330000 /* PLB Latency Timer default */ | ||
295 | #else | ||
296 | #define MALCR_PLBLT_DEFAULT 0x00ff0000 /* PLB Latency Timer default */ | ||
297 | #endif | ||
298 | #define MALCR_PLBB 0x00004000 /* PLB Burst Deactivation Bit */ | ||
299 | #define MALCR_OPBBL 0x00000080 /* OPB Lock Bit */ | ||
300 | #define MALCR_EOPIE 0x00000004 /* End Of Packet Interrupt Enable */ | ||
301 | #define MALCR_LEA 0x00000002 /* Locked Error Active */ | ||
302 | #define MALCR_MSD 0x00000001 /* MAL Scroll Descriptor Bit */ | ||
303 | /* DCRN_MALESR */ | ||
304 | #define MALESR_EVB 0x80000000 /* Error Valid Bit */ | ||
305 | #define MALESR_CIDRX 0x40000000 /* Channel ID Receive */ | ||
306 | #define MALESR_DE 0x00100000 /* Descriptor Error */ | ||
307 | #define MALESR_OEN 0x00080000 /* OPB Non-Fullword Error */ | ||
308 | #define MALESR_OTE 0x00040000 /* OPB Timeout Error */ | ||
309 | #define MALESR_OSE 0x00020000 /* OPB Slave Error */ | ||
310 | #define MALESR_PEIN 0x00010000 /* PLB Bus Error Indication */ | ||
311 | #define MALESR_DEI 0x00000010 /* Descriptor Error Interrupt */ | ||
312 | #define MALESR_ONEI 0x00000008 /* OPB Non-Fullword Error Interrupt */ | ||
313 | #define MALESR_OTEI 0x00000004 /* OPB Timeout Error Interrupt */ | ||
314 | #define MALESR_OSEI 0x00000002 /* OPB Slace Error Interrupt */ | ||
315 | #define MALESR_PBEI 0x00000001 /* PLB Bus Error Interrupt */ | ||
316 | /* DCRN_MALIER */ | ||
317 | #define MALIER_DE 0x00000010 /* Descriptor Error Interrupt Enable */ | ||
318 | #define MALIER_NE 0x00000008 /* OPB Non-word Transfer Int Enable */ | ||
319 | #define MALIER_TE 0x00000004 /* OPB Time Out Error Interrupt Enable */ | ||
320 | #define MALIER_OPBE 0x00000002 /* OPB Slave Error Interrupt Enable */ | ||
321 | #define MALIER_PLBE 0x00000001 /* PLB Error Interrupt Enable */ | ||
322 | /* DCRN_MALTXEOBISR */ | ||
323 | #define MALOBISR_CH0 0x80000000 /* EOB channel 1 bit */ | ||
324 | #define MALOBISR_CH2 0x40000000 /* EOB channel 2 bit */ | ||
325 | |||
326 | #if defined(CONFIG_440SP) || defined(CONFIG_440SPE) | ||
327 | /* 440SP/440SPe PLB Arbiter DCRs */ | ||
328 | #define DCRN_PLB_REVID 0x080 /* PLB Revision ID */ | ||
329 | #define DCRN_PLB_CCR 0x088 /* PLB Crossbar Control */ | ||
330 | |||
331 | #define DCRN_PLB0_ACR 0x081 /* PLB Arbiter Control */ | ||
332 | #define DCRN_PLB0_BESRL 0x082 /* PLB Error Status */ | ||
333 | #define DCRN_PLB0_BESRH 0x083 /* PLB Error Status */ | ||
334 | #define DCRN_PLB0_BEARL 0x084 /* PLB Error Address Low */ | ||
335 | #define DCRN_PLB0_BEARH 0x085 /* PLB Error Address High */ | ||
336 | |||
337 | #define DCRN_PLB1_ACR 0x089 /* PLB Arbiter Control */ | ||
338 | #define DCRN_PLB1_BESRL 0x08a /* PLB Error Status */ | ||
339 | #define DCRN_PLB1_BESRH 0x08b /* PLB Error Status */ | ||
340 | #define DCRN_PLB1_BEARL 0x08c /* PLB Error Address Low */ | ||
341 | #define DCRN_PLB1_BEARH 0x08d /* PLB Error Address High */ | ||
342 | #else | ||
343 | /* 440GP/GX PLB Arbiter DCRs */ | ||
344 | #define DCRN_PLB0_REVID 0x082 /* PLB Arbiter Revision ID */ | ||
345 | #define DCRN_PLB0_ACR 0x083 /* PLB Arbiter Control */ | ||
346 | #define DCRN_PLB0_BESR 0x084 /* PLB Error Status */ | ||
347 | #define DCRN_PLB0_BEARL 0x086 /* PLB Error Address Low */ | ||
348 | #define DCRN_PLB0_BEAR DCRN_PLB0_BEARL /* 40x compatibility */ | ||
349 | #define DCRN_PLB0_BEARH 0x087 /* PLB Error Address High */ | ||
350 | #endif | ||
351 | |||
352 | /* 440GP/GX PLB to OPB bridge DCRs */ | ||
353 | #define DCRN_POB0_BESR0 0x090 | ||
354 | #define DCRN_POB0_BESR1 0x094 | ||
355 | #define DCRN_POB0_BEARL 0x092 | ||
356 | #define DCRN_POB0_BEARH 0x093 | ||
357 | |||
358 | /* 440GP/GX OPB to PLB bridge DCRs */ | ||
359 | #define DCRN_OPB0_BSTAT 0x0a9 | ||
360 | #define DCRN_OPB0_BEARL 0x0aa | ||
361 | #define DCRN_OPB0_BEARH 0x0ab | ||
362 | |||
363 | /* 440GP Clock, PM, chip control */ | ||
364 | #define DCRN_CPC0_SR 0x0b0 | ||
365 | #define DCRN_CPC0_ER 0x0b1 | ||
366 | #define DCRN_CPC0_FR 0x0b2 | ||
367 | #define DCRN_CPC0_SYS0 0x0e0 | ||
368 | #define DCRN_CPC0_SYS1 0x0e1 | ||
369 | #define DCRN_CPC0_CUST0 0x0e2 | ||
370 | #define DCRN_CPC0_CUST1 0x0e3 | ||
371 | #define DCRN_CPC0_STRP0 0x0e4 | ||
372 | #define DCRN_CPC0_STRP1 0x0e5 | ||
373 | #define DCRN_CPC0_STRP2 0x0e6 | ||
374 | #define DCRN_CPC0_STRP3 0x0e7 | ||
375 | #define DCRN_CPC0_GPIO 0x0e8 | ||
376 | #define DCRN_CPC0_PLB 0x0e9 | ||
377 | #define DCRN_CPC0_CR1 0x0ea | ||
378 | #define DCRN_CPC0_CR0 0x0eb | ||
379 | #define DCRN_CPC0_MIRQ0 0x0ec | ||
380 | #define DCRN_CPC0_MIRQ1 0x0ed | ||
381 | #define DCRN_CPC0_JTAGID 0x0ef | ||
382 | |||
383 | /* 440GP DMA controller DCRs */ | ||
384 | #define DCRN_DMACR0 (DCRN_DMA0_BASE + 0x0) /* DMA Channel Control 0 */ | ||
385 | #define DCRN_DMACT0 (DCRN_DMA0_BASE + 0x1) /* DMA Count 0 */ | ||
386 | #define DCRN_DMASAH0 (DCRN_DMA0_BASE + 0x2) /* DMA Src Addr High 0 */ | ||
387 | #define DCRN_DMASA0 (DCRN_DMA0_BASE + 0x3) /* DMA Src Addr Low 0 */ | ||
388 | #define DCRN_DMADAH0 (DCRN_DMA0_BASE + 0x4) /* DMA Dest Addr High 0 */ | ||
389 | #define DCRN_DMADA0 (DCRN_DMA0_BASE + 0x5) /* DMA Dest Addr Low 0 */ | ||
390 | #define DCRN_ASGH0 (DCRN_DMA0_BASE + 0x6) /* DMA SG Desc Addr High 0 */ | ||
391 | #define DCRN_ASG0 (DCRN_DMA0_BASE + 0x7) /* DMA SG Desc Addr Low 0 */ | ||
392 | |||
393 | #define DCRN_DMACR1 (DCRN_DMA1_BASE + 0x0) /* DMA Channel Control 1 */ | ||
394 | #define DCRN_DMACT1 (DCRN_DMA1_BASE + 0x1) /* DMA Count 1 */ | ||
395 | #define DCRN_DMASAH1 (DCRN_DMA1_BASE + 0x2) /* DMA Src Addr High 1 */ | ||
396 | #define DCRN_DMASA1 (DCRN_DMA1_BASE + 0x3) /* DMA Src Addr Low 1 */ | ||
397 | #define DCRN_DMADAH1 (DCRN_DMA1_BASE + 0x4) /* DMA Dest Addr High 1 */ | ||
398 | #define DCRN_DMADA1 (DCRN_DMA1_BASE + 0x5) /* DMA Dest Addr Low 1 */ | ||
399 | #define DCRN_ASGH1 (DCRN_DMA1_BASE + 0x6) /* DMA SG Desc Addr High 1 */ | ||
400 | #define DCRN_ASG1 (DCRN_DMA1_BASE + 0x7) /* DMA SG Desc Addr Low 1 */ | ||
401 | |||
402 | #define DCRN_DMACR2 (DCRN_DMA2_BASE + 0x0) /* DMA Channel Control 2 */ | ||
403 | #define DCRN_DMACT2 (DCRN_DMA2_BASE + 0x1) /* DMA Count 2 */ | ||
404 | #define DCRN_DMASAH2 (DCRN_DMA2_BASE + 0x2) /* DMA Src Addr High 2 */ | ||
405 | #define DCRN_DMASA2 (DCRN_DMA2_BASE + 0x3) /* DMA Src Addr Low 2 */ | ||
406 | #define DCRN_DMADAH2 (DCRN_DMA2_BASE + 0x4) /* DMA Dest Addr High 2 */ | ||
407 | #define DCRN_DMADA2 (DCRN_DMA2_BASE + 0x5) /* DMA Dest Addr Low 2 */ | ||
408 | #define DCRN_ASGH2 (DCRN_DMA2_BASE + 0x6) /* DMA SG Desc Addr High 2 */ | ||
409 | #define DCRN_ASG2 (DCRN_DMA2_BASE + 0x7) /* DMA SG Desc Addr Low 2 */ | ||
410 | |||
411 | #define DCRN_DMACR3 (DCRN_DMA3_BASE + 0x0) /* DMA Channel Control 3 */ | ||
412 | #define DCRN_DMACT3 (DCRN_DMA3_BASE + 0x1) /* DMA Count 3 */ | ||
413 | #define DCRN_DMASAH3 (DCRN_DMA3_BASE + 0x2) /* DMA Src Addr High 3 */ | ||
414 | #define DCRN_DMASA3 (DCRN_DMA3_BASE + 0x3) /* DMA Src Addr Low 3 */ | ||
415 | #define DCRN_DMADAH3 (DCRN_DMA3_BASE + 0x4) /* DMA Dest Addr High 3 */ | ||
416 | #define DCRN_DMADA3 (DCRN_DMA3_BASE + 0x5) /* DMA Dest Addr Low 3 */ | ||
417 | #define DCRN_ASGH3 (DCRN_DMA3_BASE + 0x6) /* DMA SG Desc Addr High 3 */ | ||
418 | #define DCRN_ASG3 (DCRN_DMA3_BASE + 0x7) /* DMA SG Desc Addr Low 3 */ | ||
419 | |||
420 | #define DCRN_DMASR (DCRN_DMASR_BASE + 0x0) /* DMA Status Register */ | ||
421 | #define DCRN_ASGC (DCRN_DMASR_BASE + 0x3) /* DMA Scatter/Gather Command */ | ||
422 | #define DCRN_SLP (DCRN_DMASR_BASE + 0x5) /* DMA Sleep Register */ | ||
423 | #define DCRN_POL (DCRN_DMASR_BASE + 0x6) /* DMA Polarity Register */ | ||
424 | |||
425 | /* 440GP/440GX SDRAM controller DCRs */ | ||
426 | #define DCRN_SDRAM0_CFGADDR 0x010 | ||
427 | #define DCRN_SDRAM0_CFGDATA 0x011 | ||
428 | |||
429 | #define SDRAM0_B0CR 0x40 | ||
430 | #define SDRAM0_B1CR 0x44 | ||
431 | #define SDRAM0_B2CR 0x48 | ||
432 | #define SDRAM0_B3CR 0x4c | ||
433 | |||
434 | #define SDRAM_CONFIG_BANK_ENABLE 0x00000001 | ||
435 | #define SDRAM_CONFIG_SIZE_MASK 0x000e0000 | ||
436 | #define SDRAM_CONFIG_BANK_SIZE(reg) ((reg & SDRAM_CONFIG_SIZE_MASK) >> 17) | ||
437 | #define SDRAM_CONFIG_SIZE_8M 0x00000001 | ||
438 | #define SDRAM_CONFIG_SIZE_16M 0x00000002 | ||
439 | #define SDRAM_CONFIG_SIZE_32M 0x00000003 | ||
440 | #define SDRAM_CONFIG_SIZE_64M 0x00000004 | ||
441 | #define SDRAM_CONFIG_SIZE_128M 0x00000005 | ||
442 | #define SDRAM_CONFIG_SIZE_256M 0x00000006 | ||
443 | #define SDRAM_CONFIG_SIZE_512M 0x00000007 | ||
444 | #define PPC44x_MEM_SIZE_8M 0x00800000 | ||
445 | #define PPC44x_MEM_SIZE_16M 0x01000000 | ||
446 | #define PPC44x_MEM_SIZE_32M 0x02000000 | ||
447 | #define PPC44x_MEM_SIZE_64M 0x04000000 | ||
448 | #define PPC44x_MEM_SIZE_128M 0x08000000 | ||
449 | #define PPC44x_MEM_SIZE_256M 0x10000000 | ||
450 | #define PPC44x_MEM_SIZE_512M 0x20000000 | ||
451 | #define PPC44x_MEM_SIZE_1G 0x40000000 | ||
452 | #define PPC44x_MEM_SIZE_2G 0x80000000 | ||
453 | |||
454 | /* 440SP/440SPe memory controller DCRs */ | ||
455 | #define DCRN_MQ0_BS0BAS 0x40 | ||
456 | #if defined(CONFIG_440SP) | ||
457 | #define MQ0_NUM_BANKS 2 | ||
458 | #elif defined(CONFIG_440SPE) | ||
459 | #define MQ0_NUM_BANKS 4 | ||
460 | #endif | ||
461 | |||
462 | #define MQ0_CONFIG_SIZE_MASK 0x0000fff0 | ||
463 | #define MQ0_CONFIG_SIZE_8M 0x0000ffc0 | ||
464 | #define MQ0_CONFIG_SIZE_16M 0x0000ff80 | ||
465 | #define MQ0_CONFIG_SIZE_32M 0x0000ff00 | ||
466 | #define MQ0_CONFIG_SIZE_64M 0x0000fe00 | ||
467 | #define MQ0_CONFIG_SIZE_128M 0x0000fc00 | ||
468 | #define MQ0_CONFIG_SIZE_256M 0x0000f800 | ||
469 | #define MQ0_CONFIG_SIZE_512M 0x0000f000 | ||
470 | #define MQ0_CONFIG_SIZE_1G 0x0000e000 | ||
471 | #define MQ0_CONFIG_SIZE_2G 0x0000c000 | ||
472 | #define MQ0_CONFIG_SIZE_4G 0x00008000 | ||
473 | |||
474 | /* Internal SRAM Controller 440GX/440SP/440SPe */ | ||
475 | #define DCRN_SRAM0_BASE 0x000 | ||
476 | |||
477 | #define DCRN_SRAM0_SB0CR (DCRN_SRAM0_BASE + 0x020) | ||
478 | #define DCRN_SRAM0_SB1CR (DCRN_SRAM0_BASE + 0x021) | ||
479 | #define DCRN_SRAM0_SB2CR (DCRN_SRAM0_BASE + 0x022) | ||
480 | #define DCRN_SRAM0_SB3CR (DCRN_SRAM0_BASE + 0x023) | ||
481 | #define SRAM_SBCR_BAS0 0x80000000 | ||
482 | #define SRAM_SBCR_BAS1 0x80010000 | ||
483 | #define SRAM_SBCR_BAS2 0x80020000 | ||
484 | #define SRAM_SBCR_BAS3 0x80030000 | ||
485 | #define SRAM_SBCR_BU_MASK 0x00000180 | ||
486 | #define SRAM_SBCR_BS_64KB 0x00000800 | ||
487 | #define SRAM_SBCR_BU_RO 0x00000080 | ||
488 | #define SRAM_SBCR_BU_RW 0x00000180 | ||
489 | #define DCRN_SRAM0_BEAR (DCRN_SRAM0_BASE + 0x024) | ||
490 | #define DCRN_SRAM0_BESR0 (DCRN_SRAM0_BASE + 0x025) | ||
491 | #define DCRN_SRAM0_BESR1 (DCRN_SRAM0_BASE + 0x026) | ||
492 | #define DCRN_SRAM0_PMEG (DCRN_SRAM0_BASE + 0x027) | ||
493 | #define DCRN_SRAM0_CID (DCRN_SRAM0_BASE + 0x028) | ||
494 | #define DCRN_SRAM0_REVID (DCRN_SRAM0_BASE + 0x029) | ||
495 | #define DCRN_SRAM0_DPC (DCRN_SRAM0_BASE + 0x02a) | ||
496 | #define SRAM_DPC_ENABLE 0x80000000 | ||
497 | |||
498 | /* L2 Cache Controller 440GX/440SP/440SPe */ | ||
499 | #define DCRN_L2C0_CFG 0x030 | ||
500 | #define L2C_CFG_L2M 0x80000000 | ||
501 | #define L2C_CFG_ICU 0x40000000 | ||
502 | #define L2C_CFG_DCU 0x20000000 | ||
503 | #define L2C_CFG_DCW_MASK 0x1e000000 | ||
504 | #define L2C_CFG_TPC 0x01000000 | ||
505 | #define L2C_CFG_CPC 0x00800000 | ||
506 | #define L2C_CFG_FRAN 0x00200000 | ||
507 | #define L2C_CFG_SS_MASK 0x00180000 | ||
508 | #define L2C_CFG_SS_256 0x00000000 | ||
509 | #define L2C_CFG_CPIM 0x00040000 | ||
510 | #define L2C_CFG_TPIM 0x00020000 | ||
511 | #define L2C_CFG_LIM 0x00010000 | ||
512 | #define L2C_CFG_PMUX_MASK 0x00007000 | ||
513 | #define L2C_CFG_PMUX_SNP 0x00000000 | ||
514 | #define L2C_CFG_PMUX_IF 0x00001000 | ||
515 | #define L2C_CFG_PMUX_DF 0x00002000 | ||
516 | #define L2C_CFG_PMUX_DS 0x00003000 | ||
517 | #define L2C_CFG_PMIM 0x00000800 | ||
518 | #define L2C_CFG_TPEI 0x00000400 | ||
519 | #define L2C_CFG_CPEI 0x00000200 | ||
520 | #define L2C_CFG_NAM 0x00000100 | ||
521 | #define L2C_CFG_SMCM 0x00000080 | ||
522 | #define L2C_CFG_NBRM 0x00000040 | ||
523 | #define DCRN_L2C0_CMD 0x031 | ||
524 | #define L2C_CMD_CLR 0x80000000 | ||
525 | #define L2C_CMD_DIAG 0x40000000 | ||
526 | #define L2C_CMD_INV 0x20000000 | ||
527 | #define L2C_CMD_CCP 0x10000000 | ||
528 | #define L2C_CMD_CTE 0x08000000 | ||
529 | #define L2C_CMD_STRC 0x04000000 | ||
530 | #define L2C_CMD_STPC 0x02000000 | ||
531 | #define L2C_CMD_RPMC 0x01000000 | ||
532 | #define L2C_CMD_HCC 0x00800000 | ||
533 | #define DCRN_L2C0_ADDR 0x032 | ||
534 | #define DCRN_L2C0_DATA 0x033 | ||
535 | #define DCRN_L2C0_SR 0x034 | ||
536 | #define L2C_SR_CC 0x80000000 | ||
537 | #define L2C_SR_CPE 0x40000000 | ||
538 | #define L2C_SR_TPE 0x20000000 | ||
539 | #define L2C_SR_LRU 0x10000000 | ||
540 | #define L2C_SR_PCS 0x08000000 | ||
541 | #define DCRN_L2C0_REVID 0x035 | ||
542 | #define DCRN_L2C0_SNP0 0x036 | ||
543 | #define DCRN_L2C0_SNP1 0x037 | ||
544 | #define L2C_SNP_BA_MASK 0xffff0000 | ||
545 | #define L2C_SNP_SSR_MASK 0x0000f000 | ||
546 | #define L2C_SNP_SSR_32G 0x0000f000 | ||
547 | #define L2C_SNP_ESR 0x00000800 | ||
548 | |||
549 | /* | ||
550 | * PCI-X definitions | ||
551 | */ | ||
552 | #define PCIX0_CFGA 0x0ec00000UL | ||
553 | #define PCIX1_CFGA 0x1ec00000UL | ||
554 | #define PCIX2_CFGA 0x2ec00000UL | ||
555 | #define PCIX0_CFGD 0x0ec00004UL | ||
556 | #define PCIX1_CFGD 0x1ec00004UL | ||
557 | #define PCIX2_CFGD 0x2ec00004UL | ||
558 | |||
559 | #define PCIX0_IO_BASE 0x0000000908000000ULL | ||
560 | #define PCIX1_IO_BASE 0x0000000908000000ULL | ||
561 | #define PCIX2_IO_BASE 0x0000000908000000ULL | ||
562 | #define PCIX_IO_SIZE 0x00010000 | ||
563 | |||
564 | #ifdef CONFIG_440SP | ||
565 | #define PCIX0_REG_BASE 0x000000090ec80000ULL | ||
566 | #else | ||
567 | #define PCIX0_REG_BASE 0x000000020ec80000ULL | ||
568 | #endif | ||
569 | #define PCIX_REG_OFFSET 0x10000000 | ||
570 | #define PCIX_REG_SIZE 0x200 | ||
571 | |||
572 | #define PCIX0_VENDID 0x000 | ||
573 | #define PCIX0_DEVID 0x002 | ||
574 | #define PCIX0_COMMAND 0x004 | ||
575 | #define PCIX0_STATUS 0x006 | ||
576 | #define PCIX0_REVID 0x008 | ||
577 | #define PCIX0_CLS 0x009 | ||
578 | #define PCIX0_CACHELS 0x00c | ||
579 | #define PCIX0_LATTIM 0x00d | ||
580 | #define PCIX0_HDTYPE 0x00e | ||
581 | #define PCIX0_BIST 0x00f | ||
582 | #define PCIX0_BAR0L 0x010 | ||
583 | #define PCIX0_BAR0H 0x014 | ||
584 | #define PCIX0_BAR1 0x018 | ||
585 | #define PCIX0_BAR2L 0x01c | ||
586 | #define PCIX0_BAR2H 0x020 | ||
587 | #define PCIX0_BAR3 0x024 | ||
588 | #define PCIX0_CISPTR 0x028 | ||
589 | #define PCIX0_SBSYSVID 0x02c | ||
590 | #define PCIX0_SBSYSID 0x02e | ||
591 | #define PCIX0_EROMBA 0x030 | ||
592 | #define PCIX0_CAP 0x034 | ||
593 | #define PCIX0_RES0 0x035 | ||
594 | #define PCIX0_RES1 0x036 | ||
595 | #define PCIX0_RES2 0x038 | ||
596 | #define PCIX0_INTLN 0x03c | ||
597 | #define PCIX0_INTPN 0x03d | ||
598 | #define PCIX0_MINGNT 0x03e | ||
599 | #define PCIX0_MAXLTNCY 0x03f | ||
600 | #define PCIX0_BRDGOPT1 0x040 | ||
601 | #define PCIX0_BRDGOPT2 0x044 | ||
602 | #define PCIX0_ERREN 0x050 | ||
603 | #define PCIX0_ERRSTS 0x054 | ||
604 | #define PCIX0_PLBBESR 0x058 | ||
605 | #define PCIX0_PLBBEARL 0x05c | ||
606 | #define PCIX0_PLBBEARH 0x060 | ||
607 | #define PCIX0_POM0LAL 0x068 | ||
608 | #define PCIX0_POM0LAH 0x06c | ||
609 | #define PCIX0_POM0SA 0x070 | ||
610 | #define PCIX0_POM0PCIAL 0x074 | ||
611 | #define PCIX0_POM0PCIAH 0x078 | ||
612 | #define PCIX0_POM1LAL 0x07c | ||
613 | #define PCIX0_POM1LAH 0x080 | ||
614 | #define PCIX0_POM1SA 0x084 | ||
615 | #define PCIX0_POM1PCIAL 0x088 | ||
616 | #define PCIX0_POM1PCIAH 0x08c | ||
617 | #define PCIX0_POM2SA 0x090 | ||
618 | #define PCIX0_PIM0SAL 0x098 | ||
619 | #define PCIX0_PIM0SA PCIX0_PIM0SAL | ||
620 | #define PCIX0_PIM0LAL 0x09c | ||
621 | #define PCIX0_PIM0LAH 0x0a0 | ||
622 | #define PCIX0_PIM1SA 0x0a4 | ||
623 | #define PCIX0_PIM1LAL 0x0a8 | ||
624 | #define PCIX0_PIM1LAH 0x0ac | ||
625 | #define PCIX0_PIM2SAL 0x0b0 | ||
626 | #define PCIX0_PIM2SA PCIX0_PIM2SAL | ||
627 | #define PCIX0_PIM2LAL 0x0b4 | ||
628 | #define PCIX0_PIM2LAH 0x0b8 | ||
629 | #define PCIX0_OMCAPID 0x0c0 | ||
630 | #define PCIX0_OMNIPTR 0x0c1 | ||
631 | #define PCIX0_OMMC 0x0c2 | ||
632 | #define PCIX0_OMMA 0x0c4 | ||
633 | #define PCIX0_OMMUA 0x0c8 | ||
634 | #define PCIX0_OMMDATA 0x0cc | ||
635 | #define PCIX0_OMMEOI 0x0ce | ||
636 | #define PCIX0_PMCAPID 0x0d0 | ||
637 | #define PCIX0_PMNIPTR 0x0d1 | ||
638 | #define PCIX0_PMC 0x0d2 | ||
639 | #define PCIX0_PMCSR 0x0d4 | ||
640 | #define PCIX0_PMCSRBSE 0x0d6 | ||
641 | #define PCIX0_PMDATA 0x0d7 | ||
642 | #define PCIX0_PMSCRR 0x0d8 | ||
643 | #define PCIX0_CAPID 0x0dc | ||
644 | #define PCIX0_NIPTR 0x0dd | ||
645 | #define PCIX0_CMD 0x0de | ||
646 | #define PCIX0_STS 0x0e0 | ||
647 | #define PCIX0_IDR 0x0e4 | ||
648 | #define PCIX0_CID 0x0e8 | ||
649 | #define PCIX0_RID 0x0ec | ||
650 | #define PCIX0_PIM0SAH 0x0f8 | ||
651 | #define PCIX0_PIM2SAH 0x0fc | ||
652 | #define PCIX0_MSGIL 0x100 | ||
653 | #define PCIX0_MSGIH 0x104 | ||
654 | #define PCIX0_MSGOL 0x108 | ||
655 | #define PCIX0_MSGOH 0x10c | ||
656 | #define PCIX0_IM 0x1f8 | ||
657 | |||
658 | #define IIC_OWN 0x55 | ||
659 | #define IIC_CLOCK 50 | ||
660 | |||
661 | #undef NR_UICS | ||
662 | #if defined(CONFIG_440GX) | ||
663 | #define NR_UICS 3 | ||
664 | #elif defined(CONFIG_440SPE) | ||
665 | #define NR_UICS 4 | ||
666 | #else | ||
667 | #define NR_UICS 2 | ||
668 | #endif | ||
669 | |||
670 | #include <asm/ibm4xx.h> | ||
671 | |||
672 | #endif /* __ASSEMBLY__ */ | ||
673 | #endif /* __ASM_IBM44x_H__ */ | ||
674 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/ibm4xx.h b/include/asm-ppc/ibm4xx.h deleted file mode 100644 index ed6891af05d3..000000000000 --- a/include/asm-ppc/ibm4xx.h +++ /dev/null | |||
@@ -1,124 +0,0 @@ | |||
1 | /* | ||
2 | * | ||
3 | * Copyright (c) 1999 Grant Erickson <grant@lcse.umn.edu> | ||
4 | * | ||
5 | * Module name: ibm4xx.h | ||
6 | * | ||
7 | * Description: | ||
8 | * A generic include file which pulls in appropriate include files | ||
9 | * for specific board types based on configuration settings. | ||
10 | * | ||
11 | */ | ||
12 | |||
13 | #ifdef __KERNEL__ | ||
14 | #ifndef __ASM_IBM4XX_H__ | ||
15 | #define __ASM_IBM4XX_H__ | ||
16 | |||
17 | #include <asm/types.h> | ||
18 | #include <asm/dcr.h> | ||
19 | |||
20 | #ifdef CONFIG_40x | ||
21 | |||
22 | #if defined(CONFIG_BUBINGA) | ||
23 | #include <platforms/4xx/bubinga.h> | ||
24 | #endif | ||
25 | |||
26 | #if defined(CONFIG_CPCI405) | ||
27 | #include <platforms/4xx/cpci405.h> | ||
28 | #endif | ||
29 | |||
30 | #if defined(CONFIG_EP405) | ||
31 | #include <platforms/4xx/ep405.h> | ||
32 | #endif | ||
33 | |||
34 | #if defined(CONFIG_REDWOOD_5) | ||
35 | #include <platforms/4xx/redwood5.h> | ||
36 | #endif | ||
37 | |||
38 | #if defined(CONFIG_REDWOOD_6) | ||
39 | #include <platforms/4xx/redwood6.h> | ||
40 | #endif | ||
41 | |||
42 | #if defined(CONFIG_SYCAMORE) | ||
43 | #include <platforms/4xx/sycamore.h> | ||
44 | #endif | ||
45 | |||
46 | #if defined(CONFIG_WALNUT) | ||
47 | #include <platforms/4xx/walnut.h> | ||
48 | #endif | ||
49 | |||
50 | #if defined(CONFIG_XILINX_VIRTEX) | ||
51 | #include <platforms/4xx/virtex.h> | ||
52 | #endif | ||
53 | |||
54 | #ifndef __ASSEMBLY__ | ||
55 | |||
56 | #ifdef CONFIG_40x | ||
57 | /* | ||
58 | * The "residual" board information structure the boot loader passes | ||
59 | * into the kernel. | ||
60 | */ | ||
61 | extern bd_t __res; | ||
62 | #endif | ||
63 | |||
64 | void ppc4xx_setup_arch(void); | ||
65 | void ppc4xx_map_io(void); | ||
66 | void ppc4xx_init_IRQ(void); | ||
67 | void ppc4xx_init(unsigned long r3, unsigned long r4, unsigned long r5, | ||
68 | unsigned long r6, unsigned long r7); | ||
69 | #endif | ||
70 | |||
71 | #ifndef PPC4xx_MACHINE_NAME | ||
72 | #define PPC4xx_MACHINE_NAME "Unidentified 4xx class" | ||
73 | #endif | ||
74 | |||
75 | |||
76 | /* IO_BASE is for PCI I/O. | ||
77 | * ISA not supported, just here to resolve copilation. | ||
78 | */ | ||
79 | |||
80 | #ifndef _IO_BASE | ||
81 | #define _IO_BASE 0xe8000000 /* The PCI address window */ | ||
82 | #define _ISA_MEM_BASE 0 | ||
83 | #define PCI_DRAM_OFFSET 0 | ||
84 | #endif | ||
85 | |||
86 | #elif defined(CONFIG_44x) | ||
87 | |||
88 | #if defined(CONFIG_BAMBOO) | ||
89 | #include <platforms/4xx/bamboo.h> | ||
90 | #endif | ||
91 | |||
92 | #if defined(CONFIG_EBONY) | ||
93 | #include <platforms/4xx/ebony.h> | ||
94 | #endif | ||
95 | |||
96 | #if defined(CONFIG_LUAN) | ||
97 | #include <platforms/4xx/luan.h> | ||
98 | #endif | ||
99 | |||
100 | #if defined(CONFIG_YUCCA) | ||
101 | #include <platforms/4xx/yucca.h> | ||
102 | #endif | ||
103 | |||
104 | #if defined(CONFIG_OCOTEA) | ||
105 | #include <platforms/4xx/ocotea.h> | ||
106 | #endif | ||
107 | |||
108 | #if defined(CONFIG_TAISHAN) | ||
109 | #include <platforms/4xx/taishan.h> | ||
110 | #endif | ||
111 | |||
112 | #ifndef __ASSEMBLY__ | ||
113 | #ifdef CONFIG_40x | ||
114 | /* | ||
115 | * The "residual" board information structure the boot loader passes | ||
116 | * into the kernel. | ||
117 | */ | ||
118 | extern bd_t __res; | ||
119 | #endif | ||
120 | #endif | ||
121 | #endif /* CONFIG_40x */ | ||
122 | |||
123 | #endif /* __ASM_IBM4XX_H__ */ | ||
124 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/ibm_ocp.h b/include/asm-ppc/ibm_ocp.h deleted file mode 100644 index ddce616f765a..000000000000 --- a/include/asm-ppc/ibm_ocp.h +++ /dev/null | |||
@@ -1,204 +0,0 @@ | |||
1 | /* | ||
2 | * ibm_ocp.h | ||
3 | * | ||
4 | * (c) Benjamin Herrenschmidt (benh@kernel.crashing.org) | ||
5 | * Mipsys - France | ||
6 | * | ||
7 | * Derived from work (c) Armin Kuster akuster@pacbell.net | ||
8 | * | ||
9 | * Additional support and port to 2.6 LDM/sysfs by | ||
10 | * Matt Porter <mporter@kernel.crashing.org> | ||
11 | * Copyright 2003-2004 MontaVista Software, Inc. | ||
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify it | ||
14 | * under the terms of the GNU General Public License as published by the | ||
15 | * Free Software Foundation; either version 2 of the License, or (at your | ||
16 | * option) any later version. | ||
17 | * | ||
18 | */ | ||
19 | #ifdef __KERNEL__ | ||
20 | #ifndef __IBM_OCP_H__ | ||
21 | #define __IBM_OCP_H__ | ||
22 | |||
23 | #include <asm/types.h> | ||
24 | |||
25 | /* | ||
26 | * IBM 4xx OCP system information | ||
27 | */ | ||
28 | struct ocp_sys_info_data { | ||
29 | int opb_bus_freq; /* OPB Bus Frequency (Hz) */ | ||
30 | int ebc_bus_freq; /* EBC Bus Frequency (Hz) */ | ||
31 | }; | ||
32 | |||
33 | extern struct ocp_sys_info_data ocp_sys_info; | ||
34 | |||
35 | /* | ||
36 | * EMAC additional data and sysfs support | ||
37 | * | ||
38 | * Note about mdio_idx: When you have a zmii, it's usually | ||
39 | * not necessary, it covers the case of the 405EP which has | ||
40 | * the MDIO lines on EMAC0 only | ||
41 | * | ||
42 | * Note about phy_map: Per EMAC map of PHY ids which should | ||
43 | * be probed by emac_probe. Different EMACs can have | ||
44 | * overlapping maps. | ||
45 | * | ||
46 | * Note, this map uses inverse logic for bits: | ||
47 | * 0 - id should be probed | ||
48 | * 1 - id should be ignored | ||
49 | * | ||
50 | * Default value of 0x00000000 - will result in usual | ||
51 | * auto-detection logic. | ||
52 | * | ||
53 | */ | ||
54 | |||
55 | struct ocp_func_emac_data { | ||
56 | int rgmii_idx; /* RGMII device index or -1 */ | ||
57 | int rgmii_mux; /* RGMII input of this EMAC */ | ||
58 | int zmii_idx; /* ZMII device index or -1 */ | ||
59 | int zmii_mux; /* ZMII input of this EMAC */ | ||
60 | int mal_idx; /* MAL device index */ | ||
61 | int mal_rx_chan; /* MAL rx channel number */ | ||
62 | int mal_tx_chan; /* MAL tx channel number */ | ||
63 | int wol_irq; /* WOL interrupt */ | ||
64 | int mdio_idx; /* EMAC idx of MDIO master or -1 */ | ||
65 | int tah_idx; /* TAH device index or -1 */ | ||
66 | int phy_mode; /* PHY type or configurable mode */ | ||
67 | u8 mac_addr[6]; /* EMAC mac address */ | ||
68 | u32 phy_map; /* EMAC phy map */ | ||
69 | u32 phy_feat_exc; /* Excluded PHY features */ | ||
70 | }; | ||
71 | |||
72 | /* Sysfs support */ | ||
73 | #define OCP_SYSFS_EMAC_DATA() \ | ||
74 | OCP_SYSFS_ADDTL(struct ocp_func_emac_data, "%d\n", emac, rgmii_idx) \ | ||
75 | OCP_SYSFS_ADDTL(struct ocp_func_emac_data, "%d\n", emac, rgmii_mux) \ | ||
76 | OCP_SYSFS_ADDTL(struct ocp_func_emac_data, "%d\n", emac, zmii_idx) \ | ||
77 | OCP_SYSFS_ADDTL(struct ocp_func_emac_data, "%d\n", emac, zmii_mux) \ | ||
78 | OCP_SYSFS_ADDTL(struct ocp_func_emac_data, "%d\n", emac, mal_idx) \ | ||
79 | OCP_SYSFS_ADDTL(struct ocp_func_emac_data, "%d\n", emac, mal_rx_chan) \ | ||
80 | OCP_SYSFS_ADDTL(struct ocp_func_emac_data, "%d\n", emac, mal_tx_chan) \ | ||
81 | OCP_SYSFS_ADDTL(struct ocp_func_emac_data, "%d\n", emac, wol_irq) \ | ||
82 | OCP_SYSFS_ADDTL(struct ocp_func_emac_data, "%d\n", emac, mdio_idx) \ | ||
83 | OCP_SYSFS_ADDTL(struct ocp_func_emac_data, "%d\n", emac, tah_idx) \ | ||
84 | OCP_SYSFS_ADDTL(struct ocp_func_emac_data, "%d\n", emac, phy_mode) \ | ||
85 | OCP_SYSFS_ADDTL(struct ocp_func_emac_data, "0x%08x\n", emac, phy_map) \ | ||
86 | OCP_SYSFS_ADDTL(struct ocp_func_emac_data, "0x%08x\n", emac, phy_feat_exc)\ | ||
87 | \ | ||
88 | void ocp_show_emac_data(struct device *dev) \ | ||
89 | { \ | ||
90 | device_create_file(dev, &dev_attr_emac_rgmii_idx); \ | ||
91 | device_create_file(dev, &dev_attr_emac_rgmii_mux); \ | ||
92 | device_create_file(dev, &dev_attr_emac_zmii_idx); \ | ||
93 | device_create_file(dev, &dev_attr_emac_zmii_mux); \ | ||
94 | device_create_file(dev, &dev_attr_emac_mal_idx); \ | ||
95 | device_create_file(dev, &dev_attr_emac_mal_rx_chan); \ | ||
96 | device_create_file(dev, &dev_attr_emac_mal_tx_chan); \ | ||
97 | device_create_file(dev, &dev_attr_emac_wol_irq); \ | ||
98 | device_create_file(dev, &dev_attr_emac_mdio_idx); \ | ||
99 | device_create_file(dev, &dev_attr_emac_tah_idx); \ | ||
100 | device_create_file(dev, &dev_attr_emac_phy_mode); \ | ||
101 | device_create_file(dev, &dev_attr_emac_phy_map); \ | ||
102 | device_create_file(dev, &dev_attr_emac_phy_feat_exc); \ | ||
103 | } | ||
104 | |||
105 | /* | ||
106 | * PHY mode settings (EMAC <-> ZMII/RGMII bridge <-> PHY) | ||
107 | */ | ||
108 | #define PHY_MODE_NA 0 | ||
109 | #define PHY_MODE_MII 1 | ||
110 | #define PHY_MODE_RMII 2 | ||
111 | #define PHY_MODE_SMII 3 | ||
112 | #define PHY_MODE_RGMII 4 | ||
113 | #define PHY_MODE_TBI 5 | ||
114 | #define PHY_MODE_GMII 6 | ||
115 | #define PHY_MODE_RTBI 7 | ||
116 | #define PHY_MODE_SGMII 8 | ||
117 | |||
118 | #ifdef CONFIG_40x | ||
119 | /* | ||
120 | * Helper function to copy MAC addresses from the bd_t to OCP EMAC | ||
121 | * additions. | ||
122 | * | ||
123 | * The range of EMAC indices (inclusive) to be copied are the arguments. | ||
124 | */ | ||
125 | static inline void ibm_ocp_set_emac(int start, int end) | ||
126 | { | ||
127 | int i; | ||
128 | struct ocp_def *def; | ||
129 | |||
130 | /* Copy MAC addresses to EMAC additions */ | ||
131 | for (i=start; i<=end; i++) { | ||
132 | def = ocp_get_one_device(OCP_VENDOR_IBM, OCP_FUNC_EMAC, i); | ||
133 | if (i == 0) | ||
134 | memcpy(((struct ocp_func_emac_data *)def->additions)->mac_addr, | ||
135 | __res.bi_enetaddr, 6); | ||
136 | #if defined(CONFIG_405EP) || defined(CONFIG_44x) | ||
137 | else if (i == 1) | ||
138 | memcpy(((struct ocp_func_emac_data *)def->additions)->mac_addr, | ||
139 | __res.bi_enet1addr, 6); | ||
140 | #endif | ||
141 | #if defined(CONFIG_440GX) | ||
142 | else if (i == 2) | ||
143 | memcpy(((struct ocp_func_emac_data *)def->additions)->mac_addr, | ||
144 | __res.bi_enet2addr, 6); | ||
145 | else if (i == 3) | ||
146 | memcpy(((struct ocp_func_emac_data *)def->additions)->mac_addr, | ||
147 | __res.bi_enet3addr, 6); | ||
148 | #endif | ||
149 | } | ||
150 | } | ||
151 | #endif | ||
152 | |||
153 | /* | ||
154 | * MAL additional data and sysfs support | ||
155 | */ | ||
156 | struct ocp_func_mal_data { | ||
157 | int num_tx_chans; /* Number of TX channels */ | ||
158 | int num_rx_chans; /* Number of RX channels */ | ||
159 | int txeob_irq; /* TX End Of Buffer IRQ */ | ||
160 | int rxeob_irq; /* RX End Of Buffer IRQ */ | ||
161 | int txde_irq; /* TX Descriptor Error IRQ */ | ||
162 | int rxde_irq; /* RX Descriptor Error IRQ */ | ||
163 | int serr_irq; /* MAL System Error IRQ */ | ||
164 | int dcr_base; /* MALx_CFG DCR number */ | ||
165 | }; | ||
166 | |||
167 | #define OCP_SYSFS_MAL_DATA() \ | ||
168 | OCP_SYSFS_ADDTL(struct ocp_func_mal_data, "%d\n", mal, num_tx_chans) \ | ||
169 | OCP_SYSFS_ADDTL(struct ocp_func_mal_data, "%d\n", mal, num_rx_chans) \ | ||
170 | OCP_SYSFS_ADDTL(struct ocp_func_mal_data, "%d\n", mal, txeob_irq) \ | ||
171 | OCP_SYSFS_ADDTL(struct ocp_func_mal_data, "%d\n", mal, rxeob_irq) \ | ||
172 | OCP_SYSFS_ADDTL(struct ocp_func_mal_data, "%d\n", mal, txde_irq) \ | ||
173 | OCP_SYSFS_ADDTL(struct ocp_func_mal_data, "%d\n", mal, rxde_irq) \ | ||
174 | OCP_SYSFS_ADDTL(struct ocp_func_mal_data, "%d\n", mal, serr_irq) \ | ||
175 | OCP_SYSFS_ADDTL(struct ocp_func_mal_data, "%d\n", mal, dcr_base) \ | ||
176 | \ | ||
177 | void ocp_show_mal_data(struct device *dev) \ | ||
178 | { \ | ||
179 | device_create_file(dev, &dev_attr_mal_num_tx_chans); \ | ||
180 | device_create_file(dev, &dev_attr_mal_num_rx_chans); \ | ||
181 | device_create_file(dev, &dev_attr_mal_txeob_irq); \ | ||
182 | device_create_file(dev, &dev_attr_mal_rxeob_irq); \ | ||
183 | device_create_file(dev, &dev_attr_mal_txde_irq); \ | ||
184 | device_create_file(dev, &dev_attr_mal_rxde_irq); \ | ||
185 | device_create_file(dev, &dev_attr_mal_serr_irq); \ | ||
186 | device_create_file(dev, &dev_attr_mal_dcr_base); \ | ||
187 | } | ||
188 | |||
189 | /* | ||
190 | * IIC additional data and sysfs support | ||
191 | */ | ||
192 | struct ocp_func_iic_data { | ||
193 | int fast_mode; /* IIC fast mode enabled */ | ||
194 | }; | ||
195 | |||
196 | #define OCP_SYSFS_IIC_DATA() \ | ||
197 | OCP_SYSFS_ADDTL(struct ocp_func_iic_data, "%d\n", iic, fast_mode) \ | ||
198 | \ | ||
199 | void ocp_show_iic_data(struct device *dev) \ | ||
200 | { \ | ||
201 | device_create_file(dev, &dev_attr_iic_fast_mode); \ | ||
202 | } | ||
203 | #endif /* __IBM_OCP_H__ */ | ||
204 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/ibm_ocp_pci.h b/include/asm-ppc/ibm_ocp_pci.h deleted file mode 100644 index a81ab6144358..000000000000 --- a/include/asm-ppc/ibm_ocp_pci.h +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | /* | ||
2 | * Author: Armin Kuster <akuster@mvista.com> | ||
3 | * | ||
4 | * 2001-2002 (c) MontaVista, Software, Inc. This file is licensed under | ||
5 | * the terms of the GNU General Public License version 2. This program | ||
6 | * is licensed "as is" without any warranty of any kind, whether express | ||
7 | * or implied. | ||
8 | */ | ||
9 | |||
10 | #ifdef __KERNEL__ | ||
11 | #ifndef __ASM_IBM_OCP_PCI_H__ | ||
12 | #define __ASM_IBM_OCP_PCI_H__ | ||
13 | |||
14 | /* PCI 32 */ | ||
15 | |||
16 | struct pmm_regs { | ||
17 | u32 la; | ||
18 | u32 ma; | ||
19 | u32 pcila; | ||
20 | u32 pciha; | ||
21 | }; | ||
22 | |||
23 | typedef struct pcil0_regs { | ||
24 | struct pmm_regs pmm[3]; | ||
25 | u32 ptm1ms; | ||
26 | u32 ptm1la; | ||
27 | u32 ptm2ms; | ||
28 | u32 ptm2la; | ||
29 | } pci0_t; | ||
30 | |||
31 | #endif /* __ASM_IBM_OCP_PCI_H__ */ | ||
32 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/immap_cpm2.h b/include/asm-ppc/immap_cpm2.h deleted file mode 100644 index 3c23d9cb47a6..000000000000 --- a/include/asm-ppc/immap_cpm2.h +++ /dev/null | |||
@@ -1,648 +0,0 @@ | |||
1 | /* | ||
2 | * CPM2 Internal Memory Map | ||
3 | * Copyright (c) 1999 Dan Malek (dmalek@jlc.net) | ||
4 | * | ||
5 | * The Internal Memory Map for devices with CPM2 on them. This | ||
6 | * is the superset of all CPM2 devices (8260, 8266, 8280, 8272, | ||
7 | * 8560). | ||
8 | */ | ||
9 | #ifdef __KERNEL__ | ||
10 | #ifndef __IMMAP_CPM2__ | ||
11 | #define __IMMAP_CPM2__ | ||
12 | |||
13 | /* System configuration registers. | ||
14 | */ | ||
15 | typedef struct sys_82xx_conf { | ||
16 | u32 sc_siumcr; | ||
17 | u32 sc_sypcr; | ||
18 | u8 res1[6]; | ||
19 | u16 sc_swsr; | ||
20 | u8 res2[20]; | ||
21 | u32 sc_bcr; | ||
22 | u8 sc_ppc_acr; | ||
23 | u8 res3[3]; | ||
24 | u32 sc_ppc_alrh; | ||
25 | u32 sc_ppc_alrl; | ||
26 | u8 sc_lcl_acr; | ||
27 | u8 res4[3]; | ||
28 | u32 sc_lcl_alrh; | ||
29 | u32 sc_lcl_alrl; | ||
30 | u32 sc_tescr1; | ||
31 | u32 sc_tescr2; | ||
32 | u32 sc_ltescr1; | ||
33 | u32 sc_ltescr2; | ||
34 | u32 sc_pdtea; | ||
35 | u8 sc_pdtem; | ||
36 | u8 res5[3]; | ||
37 | u32 sc_ldtea; | ||
38 | u8 sc_ldtem; | ||
39 | u8 res6[163]; | ||
40 | } sysconf_82xx_cpm2_t; | ||
41 | |||
42 | typedef struct sys_85xx_conf { | ||
43 | u32 sc_cear; | ||
44 | u16 sc_ceer; | ||
45 | u16 sc_cemr; | ||
46 | u8 res1[70]; | ||
47 | u32 sc_smaer; | ||
48 | u8 res2[4]; | ||
49 | u32 sc_smevr; | ||
50 | u32 sc_smctr; | ||
51 | u32 sc_lmaer; | ||
52 | u8 res3[4]; | ||
53 | u32 sc_lmevr; | ||
54 | u32 sc_lmctr; | ||
55 | u8 res4[144]; | ||
56 | } sysconf_85xx_cpm2_t; | ||
57 | |||
58 | typedef union sys_conf { | ||
59 | sysconf_82xx_cpm2_t siu_82xx; | ||
60 | sysconf_85xx_cpm2_t siu_85xx; | ||
61 | } sysconf_cpm2_t; | ||
62 | |||
63 | |||
64 | |||
65 | /* Memory controller registers. | ||
66 | */ | ||
67 | typedef struct mem_ctlr { | ||
68 | u32 memc_br0; | ||
69 | u32 memc_or0; | ||
70 | u32 memc_br1; | ||
71 | u32 memc_or1; | ||
72 | u32 memc_br2; | ||
73 | u32 memc_or2; | ||
74 | u32 memc_br3; | ||
75 | u32 memc_or3; | ||
76 | u32 memc_br4; | ||
77 | u32 memc_or4; | ||
78 | u32 memc_br5; | ||
79 | u32 memc_or5; | ||
80 | u32 memc_br6; | ||
81 | u32 memc_or6; | ||
82 | u32 memc_br7; | ||
83 | u32 memc_or7; | ||
84 | u32 memc_br8; | ||
85 | u32 memc_or8; | ||
86 | u32 memc_br9; | ||
87 | u32 memc_or9; | ||
88 | u32 memc_br10; | ||
89 | u32 memc_or10; | ||
90 | u32 memc_br11; | ||
91 | u32 memc_or11; | ||
92 | u8 res1[8]; | ||
93 | u32 memc_mar; | ||
94 | u8 res2[4]; | ||
95 | u32 memc_mamr; | ||
96 | u32 memc_mbmr; | ||
97 | u32 memc_mcmr; | ||
98 | u8 res3[8]; | ||
99 | u16 memc_mptpr; | ||
100 | u8 res4[2]; | ||
101 | u32 memc_mdr; | ||
102 | u8 res5[4]; | ||
103 | u32 memc_psdmr; | ||
104 | u32 memc_lsdmr; | ||
105 | u8 memc_purt; | ||
106 | u8 res6[3]; | ||
107 | u8 memc_psrt; | ||
108 | u8 res7[3]; | ||
109 | u8 memc_lurt; | ||
110 | u8 res8[3]; | ||
111 | u8 memc_lsrt; | ||
112 | u8 res9[3]; | ||
113 | u32 memc_immr; | ||
114 | u32 memc_pcibr0; | ||
115 | u32 memc_pcibr1; | ||
116 | u8 res10[16]; | ||
117 | u32 memc_pcimsk0; | ||
118 | u32 memc_pcimsk1; | ||
119 | u8 res11[52]; | ||
120 | } memctl_cpm2_t; | ||
121 | |||
122 | /* System Integration Timers. | ||
123 | */ | ||
124 | typedef struct sys_int_timers { | ||
125 | u8 res1[32]; | ||
126 | u16 sit_tmcntsc; | ||
127 | u8 res2[2]; | ||
128 | u32 sit_tmcnt; | ||
129 | u8 res3[4]; | ||
130 | u32 sit_tmcntal; | ||
131 | u8 res4[16]; | ||
132 | u16 sit_piscr; | ||
133 | u8 res5[2]; | ||
134 | u32 sit_pitc; | ||
135 | u32 sit_pitr; | ||
136 | u8 res6[94]; | ||
137 | u8 res7[390]; | ||
138 | } sit_cpm2_t; | ||
139 | |||
140 | #define PISCR_PIRQ_MASK ((u16)0xff00) | ||
141 | #define PISCR_PS ((u16)0x0080) | ||
142 | #define PISCR_PIE ((u16)0x0004) | ||
143 | #define PISCR_PTF ((u16)0x0002) | ||
144 | #define PISCR_PTE ((u16)0x0001) | ||
145 | |||
146 | /* PCI Controller. | ||
147 | */ | ||
148 | typedef struct pci_ctlr { | ||
149 | u32 pci_omisr; | ||
150 | u32 pci_omimr; | ||
151 | u8 res1[8]; | ||
152 | u32 pci_ifqpr; | ||
153 | u32 pci_ofqpr; | ||
154 | u8 res2[8]; | ||
155 | u32 pci_imr0; | ||
156 | u32 pci_imr1; | ||
157 | u32 pci_omr0; | ||
158 | u32 pci_omr1; | ||
159 | u32 pci_odr; | ||
160 | u8 res3[4]; | ||
161 | u32 pci_idr; | ||
162 | u8 res4[20]; | ||
163 | u32 pci_imisr; | ||
164 | u32 pci_imimr; | ||
165 | u8 res5[24]; | ||
166 | u32 pci_ifhpr; | ||
167 | u8 res6[4]; | ||
168 | u32 pci_iftpr; | ||
169 | u8 res7[4]; | ||
170 | u32 pci_iphpr; | ||
171 | u8 res8[4]; | ||
172 | u32 pci_iptpr; | ||
173 | u8 res9[4]; | ||
174 | u32 pci_ofhpr; | ||
175 | u8 res10[4]; | ||
176 | u32 pci_oftpr; | ||
177 | u8 res11[4]; | ||
178 | u32 pci_ophpr; | ||
179 | u8 res12[4]; | ||
180 | u32 pci_optpr; | ||
181 | u8 res13[8]; | ||
182 | u32 pci_mucr; | ||
183 | u8 res14[8]; | ||
184 | u32 pci_qbar; | ||
185 | u8 res15[12]; | ||
186 | u32 pci_dmamr0; | ||
187 | u32 pci_dmasr0; | ||
188 | u32 pci_dmacdar0; | ||
189 | u8 res16[4]; | ||
190 | u32 pci_dmasar0; | ||
191 | u8 res17[4]; | ||
192 | u32 pci_dmadar0; | ||
193 | u8 res18[4]; | ||
194 | u32 pci_dmabcr0; | ||
195 | u32 pci_dmandar0; | ||
196 | u8 res19[86]; | ||
197 | u32 pci_dmamr1; | ||
198 | u32 pci_dmasr1; | ||
199 | u32 pci_dmacdar1; | ||
200 | u8 res20[4]; | ||
201 | u32 pci_dmasar1; | ||
202 | u8 res21[4]; | ||
203 | u32 pci_dmadar1; | ||
204 | u8 res22[4]; | ||
205 | u32 pci_dmabcr1; | ||
206 | u32 pci_dmandar1; | ||
207 | u8 res23[88]; | ||
208 | u32 pci_dmamr2; | ||
209 | u32 pci_dmasr2; | ||
210 | u32 pci_dmacdar2; | ||
211 | u8 res24[4]; | ||
212 | u32 pci_dmasar2; | ||
213 | u8 res25[4]; | ||
214 | u32 pci_dmadar2; | ||
215 | u8 res26[4]; | ||
216 | u32 pci_dmabcr2; | ||
217 | u32 pci_dmandar2; | ||
218 | u8 res27[88]; | ||
219 | u32 pci_dmamr3; | ||
220 | u32 pci_dmasr3; | ||
221 | u32 pci_dmacdar3; | ||
222 | u8 res28[4]; | ||
223 | u32 pci_dmasar3; | ||
224 | u8 res29[4]; | ||
225 | u32 pci_dmadar3; | ||
226 | u8 res30[4]; | ||
227 | u32 pci_dmabcr3; | ||
228 | u32 pci_dmandar3; | ||
229 | u8 res31[344]; | ||
230 | u32 pci_potar0; | ||
231 | u8 res32[4]; | ||
232 | u32 pci_pobar0; | ||
233 | u8 res33[4]; | ||
234 | u32 pci_pocmr0; | ||
235 | u8 res34[4]; | ||
236 | u32 pci_potar1; | ||
237 | u8 res35[4]; | ||
238 | u32 pci_pobar1; | ||
239 | u8 res36[4]; | ||
240 | u32 pci_pocmr1; | ||
241 | u8 res37[4]; | ||
242 | u32 pci_potar2; | ||
243 | u8 res38[4]; | ||
244 | u32 pci_pobar2; | ||
245 | u8 res39[4]; | ||
246 | u32 pci_pocmr2; | ||
247 | u8 res40[50]; | ||
248 | u32 pci_ptcr; | ||
249 | u32 pci_gpcr; | ||
250 | u32 pci_gcr; | ||
251 | u32 pci_esr; | ||
252 | u32 pci_emr; | ||
253 | u32 pci_ecr; | ||
254 | u32 pci_eacr; | ||
255 | u8 res41[4]; | ||
256 | u32 pci_edcr; | ||
257 | u8 res42[4]; | ||
258 | u32 pci_eccr; | ||
259 | u8 res43[44]; | ||
260 | u32 pci_pitar1; | ||
261 | u8 res44[4]; | ||
262 | u32 pci_pibar1; | ||
263 | u8 res45[4]; | ||
264 | u32 pci_picmr1; | ||
265 | u8 res46[4]; | ||
266 | u32 pci_pitar0; | ||
267 | u8 res47[4]; | ||
268 | u32 pci_pibar0; | ||
269 | u8 res48[4]; | ||
270 | u32 pci_picmr0; | ||
271 | u8 res49[4]; | ||
272 | u32 pci_cfg_addr; | ||
273 | u32 pci_cfg_data; | ||
274 | u32 pci_int_ack; | ||
275 | u8 res50[756]; | ||
276 | } pci_cpm2_t; | ||
277 | |||
278 | /* Interrupt Controller. | ||
279 | */ | ||
280 | typedef struct interrupt_controller { | ||
281 | u16 ic_sicr; | ||
282 | u8 res1[2]; | ||
283 | u32 ic_sivec; | ||
284 | u32 ic_sipnrh; | ||
285 | u32 ic_sipnrl; | ||
286 | u32 ic_siprr; | ||
287 | u32 ic_scprrh; | ||
288 | u32 ic_scprrl; | ||
289 | u32 ic_simrh; | ||
290 | u32 ic_simrl; | ||
291 | u32 ic_siexr; | ||
292 | u8 res2[88]; | ||
293 | } intctl_cpm2_t; | ||
294 | |||
295 | /* Clocks and Reset. | ||
296 | */ | ||
297 | typedef struct clk_and_reset { | ||
298 | u32 car_sccr; | ||
299 | u8 res1[4]; | ||
300 | u32 car_scmr; | ||
301 | u8 res2[4]; | ||
302 | u32 car_rsr; | ||
303 | u32 car_rmr; | ||
304 | u8 res[104]; | ||
305 | } car_cpm2_t; | ||
306 | |||
307 | /* Input/Output Port control/status registers. | ||
308 | * Names consistent with processor manual, although they are different | ||
309 | * from the original 8xx names....... | ||
310 | */ | ||
311 | typedef struct io_port { | ||
312 | u32 iop_pdira; | ||
313 | u32 iop_ppara; | ||
314 | u32 iop_psora; | ||
315 | u32 iop_podra; | ||
316 | u32 iop_pdata; | ||
317 | u8 res1[12]; | ||
318 | u32 iop_pdirb; | ||
319 | u32 iop_pparb; | ||
320 | u32 iop_psorb; | ||
321 | u32 iop_podrb; | ||
322 | u32 iop_pdatb; | ||
323 | u8 res2[12]; | ||
324 | u32 iop_pdirc; | ||
325 | u32 iop_pparc; | ||
326 | u32 iop_psorc; | ||
327 | u32 iop_podrc; | ||
328 | u32 iop_pdatc; | ||
329 | u8 res3[12]; | ||
330 | u32 iop_pdird; | ||
331 | u32 iop_ppard; | ||
332 | u32 iop_psord; | ||
333 | u32 iop_podrd; | ||
334 | u32 iop_pdatd; | ||
335 | u8 res4[12]; | ||
336 | } iop_cpm2_t; | ||
337 | |||
338 | /* Communication Processor Module Timers | ||
339 | */ | ||
340 | typedef struct cpm_timers { | ||
341 | u8 cpmt_tgcr1; | ||
342 | u8 res1[3]; | ||
343 | u8 cpmt_tgcr2; | ||
344 | u8 res2[11]; | ||
345 | u16 cpmt_tmr1; | ||
346 | u16 cpmt_tmr2; | ||
347 | u16 cpmt_trr1; | ||
348 | u16 cpmt_trr2; | ||
349 | u16 cpmt_tcr1; | ||
350 | u16 cpmt_tcr2; | ||
351 | u16 cpmt_tcn1; | ||
352 | u16 cpmt_tcn2; | ||
353 | u16 cpmt_tmr3; | ||
354 | u16 cpmt_tmr4; | ||
355 | u16 cpmt_trr3; | ||
356 | u16 cpmt_trr4; | ||
357 | u16 cpmt_tcr3; | ||
358 | u16 cpmt_tcr4; | ||
359 | u16 cpmt_tcn3; | ||
360 | u16 cpmt_tcn4; | ||
361 | u16 cpmt_ter1; | ||
362 | u16 cpmt_ter2; | ||
363 | u16 cpmt_ter3; | ||
364 | u16 cpmt_ter4; | ||
365 | u8 res3[584]; | ||
366 | } cpmtimer_cpm2_t; | ||
367 | |||
368 | /* DMA control/status registers. | ||
369 | */ | ||
370 | typedef struct sdma_csr { | ||
371 | u8 res0[24]; | ||
372 | u8 sdma_sdsr; | ||
373 | u8 res1[3]; | ||
374 | u8 sdma_sdmr; | ||
375 | u8 res2[3]; | ||
376 | u8 sdma_idsr1; | ||
377 | u8 res3[3]; | ||
378 | u8 sdma_idmr1; | ||
379 | u8 res4[3]; | ||
380 | u8 sdma_idsr2; | ||
381 | u8 res5[3]; | ||
382 | u8 sdma_idmr2; | ||
383 | u8 res6[3]; | ||
384 | u8 sdma_idsr3; | ||
385 | u8 res7[3]; | ||
386 | u8 sdma_idmr3; | ||
387 | u8 res8[3]; | ||
388 | u8 sdma_idsr4; | ||
389 | u8 res9[3]; | ||
390 | u8 sdma_idmr4; | ||
391 | u8 res10[707]; | ||
392 | } sdma_cpm2_t; | ||
393 | |||
394 | /* Fast controllers | ||
395 | */ | ||
396 | typedef struct fcc { | ||
397 | u32 fcc_gfmr; | ||
398 | u32 fcc_fpsmr; | ||
399 | u16 fcc_ftodr; | ||
400 | u8 res1[2]; | ||
401 | u16 fcc_fdsr; | ||
402 | u8 res2[2]; | ||
403 | u16 fcc_fcce; | ||
404 | u8 res3[2]; | ||
405 | u16 fcc_fccm; | ||
406 | u8 res4[2]; | ||
407 | u8 fcc_fccs; | ||
408 | u8 res5[3]; | ||
409 | u8 fcc_ftirr_phy[4]; | ||
410 | } fcc_t; | ||
411 | |||
412 | /* Fast controllers continued | ||
413 | */ | ||
414 | typedef struct fcc_c { | ||
415 | u32 fcc_firper; | ||
416 | u32 fcc_firer; | ||
417 | u32 fcc_firsr_hi; | ||
418 | u32 fcc_firsr_lo; | ||
419 | u8 fcc_gfemr; | ||
420 | u8 res1[15]; | ||
421 | } fcc_c_t; | ||
422 | |||
423 | /* TC Layer | ||
424 | */ | ||
425 | typedef struct tclayer { | ||
426 | u16 tc_tcmode; | ||
427 | u16 tc_cdsmr; | ||
428 | u16 tc_tcer; | ||
429 | u16 tc_rcc; | ||
430 | u16 tc_tcmr; | ||
431 | u16 tc_fcc; | ||
432 | u16 tc_ccc; | ||
433 | u16 tc_icc; | ||
434 | u16 tc_tcc; | ||
435 | u16 tc_ecc; | ||
436 | u8 res1[12]; | ||
437 | } tclayer_t; | ||
438 | |||
439 | |||
440 | /* I2C | ||
441 | */ | ||
442 | typedef struct i2c { | ||
443 | u8 i2c_i2mod; | ||
444 | u8 res1[3]; | ||
445 | u8 i2c_i2add; | ||
446 | u8 res2[3]; | ||
447 | u8 i2c_i2brg; | ||
448 | u8 res3[3]; | ||
449 | u8 i2c_i2com; | ||
450 | u8 res4[3]; | ||
451 | u8 i2c_i2cer; | ||
452 | u8 res5[3]; | ||
453 | u8 i2c_i2cmr; | ||
454 | u8 res6[331]; | ||
455 | } i2c_cpm2_t; | ||
456 | |||
457 | typedef struct scc { /* Serial communication channels */ | ||
458 | u32 scc_gsmrl; | ||
459 | u32 scc_gsmrh; | ||
460 | u16 scc_psmr; | ||
461 | u8 res1[2]; | ||
462 | u16 scc_todr; | ||
463 | u16 scc_dsr; | ||
464 | u16 scc_scce; | ||
465 | u8 res2[2]; | ||
466 | u16 scc_sccm; | ||
467 | u8 res3; | ||
468 | u8 scc_sccs; | ||
469 | u8 res4[8]; | ||
470 | } scc_t; | ||
471 | |||
472 | typedef struct smc { /* Serial management channels */ | ||
473 | u8 res1[2]; | ||
474 | u16 smc_smcmr; | ||
475 | u8 res2[2]; | ||
476 | u8 smc_smce; | ||
477 | u8 res3[3]; | ||
478 | u8 smc_smcm; | ||
479 | u8 res4[5]; | ||
480 | } smc_t; | ||
481 | |||
482 | /* Serial Peripheral Interface. | ||
483 | */ | ||
484 | typedef struct spi_ctrl { | ||
485 | u16 spi_spmode; | ||
486 | u8 res1[4]; | ||
487 | u8 spi_spie; | ||
488 | u8 res2[3]; | ||
489 | u8 spi_spim; | ||
490 | u8 res3[2]; | ||
491 | u8 spi_spcom; | ||
492 | u8 res4[82]; | ||
493 | } spictl_cpm2_t; | ||
494 | |||
495 | /* CPM Mux. | ||
496 | */ | ||
497 | typedef struct cpmux { | ||
498 | u8 cmx_si1cr; | ||
499 | u8 res1; | ||
500 | u8 cmx_si2cr; | ||
501 | u8 res2; | ||
502 | u32 cmx_fcr; | ||
503 | u32 cmx_scr; | ||
504 | u8 cmx_smr; | ||
505 | u8 res3; | ||
506 | u16 cmx_uar; | ||
507 | u8 res4[16]; | ||
508 | } cpmux_t; | ||
509 | |||
510 | /* SIRAM control | ||
511 | */ | ||
512 | typedef struct siram { | ||
513 | u16 si_amr; | ||
514 | u16 si_bmr; | ||
515 | u16 si_cmr; | ||
516 | u16 si_dmr; | ||
517 | u8 si_gmr; | ||
518 | u8 res1; | ||
519 | u8 si_cmdr; | ||
520 | u8 res2; | ||
521 | u8 si_str; | ||
522 | u8 res3; | ||
523 | u16 si_rsr; | ||
524 | } siramctl_t; | ||
525 | |||
526 | typedef struct mcc { | ||
527 | u16 mcc_mcce; | ||
528 | u8 res1[2]; | ||
529 | u16 mcc_mccm; | ||
530 | u8 res2[2]; | ||
531 | u8 mcc_mccf; | ||
532 | u8 res3[7]; | ||
533 | } mcc_t; | ||
534 | |||
535 | typedef struct comm_proc { | ||
536 | u32 cp_cpcr; | ||
537 | u32 cp_rccr; | ||
538 | u8 res1[14]; | ||
539 | u16 cp_rter; | ||
540 | u8 res2[2]; | ||
541 | u16 cp_rtmr; | ||
542 | u16 cp_rtscr; | ||
543 | u8 res3[2]; | ||
544 | u32 cp_rtsr; | ||
545 | u8 res4[12]; | ||
546 | } cpm_cpm2_t; | ||
547 | |||
548 | /* USB Controller. | ||
549 | */ | ||
550 | typedef struct usb_ctlr { | ||
551 | u8 usb_usmod; | ||
552 | u8 usb_usadr; | ||
553 | u8 usb_uscom; | ||
554 | u8 res1[1]; | ||
555 | u16 usb_usep1; | ||
556 | u16 usb_usep2; | ||
557 | u16 usb_usep3; | ||
558 | u16 usb_usep4; | ||
559 | u8 res2[4]; | ||
560 | u16 usb_usber; | ||
561 | u8 res3[2]; | ||
562 | u16 usb_usbmr; | ||
563 | u8 usb_usbs; | ||
564 | u8 res4[7]; | ||
565 | } usb_cpm2_t; | ||
566 | |||
567 | /* ...and the whole thing wrapped up.... | ||
568 | */ | ||
569 | |||
570 | typedef struct immap { | ||
571 | /* Some references are into the unique and known dpram spaces, | ||
572 | * others are from the generic base. | ||
573 | */ | ||
574 | #define im_dprambase im_dpram1 | ||
575 | u8 im_dpram1[16*1024]; | ||
576 | u8 res1[16*1024]; | ||
577 | u8 im_dpram2[4*1024]; | ||
578 | u8 res2[8*1024]; | ||
579 | u8 im_dpram3[4*1024]; | ||
580 | u8 res3[16*1024]; | ||
581 | |||
582 | sysconf_cpm2_t im_siu_conf; /* SIU Configuration */ | ||
583 | memctl_cpm2_t im_memctl; /* Memory Controller */ | ||
584 | sit_cpm2_t im_sit; /* System Integration Timers */ | ||
585 | pci_cpm2_t im_pci; /* PCI Controller */ | ||
586 | intctl_cpm2_t im_intctl; /* Interrupt Controller */ | ||
587 | car_cpm2_t im_clkrst; /* Clocks and reset */ | ||
588 | iop_cpm2_t im_ioport; /* IO Port control/status */ | ||
589 | cpmtimer_cpm2_t im_cpmtimer; /* CPM timers */ | ||
590 | sdma_cpm2_t im_sdma; /* SDMA control/status */ | ||
591 | |||
592 | fcc_t im_fcc[3]; /* Three FCCs */ | ||
593 | u8 res4z[32]; | ||
594 | fcc_c_t im_fcc_c[3]; /* Continued FCCs */ | ||
595 | |||
596 | u8 res4[32]; | ||
597 | |||
598 | tclayer_t im_tclayer[8]; /* Eight TCLayers */ | ||
599 | u16 tc_tcgsr; | ||
600 | u16 tc_tcger; | ||
601 | |||
602 | /* First set of baud rate generators. | ||
603 | */ | ||
604 | u8 res[236]; | ||
605 | u32 im_brgc5; | ||
606 | u32 im_brgc6; | ||
607 | u32 im_brgc7; | ||
608 | u32 im_brgc8; | ||
609 | |||
610 | u8 res5[608]; | ||
611 | |||
612 | i2c_cpm2_t im_i2c; /* I2C control/status */ | ||
613 | cpm_cpm2_t im_cpm; /* Communication processor */ | ||
614 | |||
615 | /* Second set of baud rate generators. | ||
616 | */ | ||
617 | u32 im_brgc1; | ||
618 | u32 im_brgc2; | ||
619 | u32 im_brgc3; | ||
620 | u32 im_brgc4; | ||
621 | |||
622 | scc_t im_scc[4]; /* Four SCCs */ | ||
623 | smc_t im_smc[2]; /* Couple of SMCs */ | ||
624 | spictl_cpm2_t im_spi; /* A SPI */ | ||
625 | cpmux_t im_cpmux; /* CPM clock route mux */ | ||
626 | siramctl_t im_siramctl1; /* First SI RAM Control */ | ||
627 | mcc_t im_mcc1; /* First MCC */ | ||
628 | siramctl_t im_siramctl2; /* Second SI RAM Control */ | ||
629 | mcc_t im_mcc2; /* Second MCC */ | ||
630 | usb_cpm2_t im_usb; /* USB Controller */ | ||
631 | |||
632 | u8 res6[1153]; | ||
633 | |||
634 | u16 im_si1txram[256]; | ||
635 | u8 res7[512]; | ||
636 | u16 im_si1rxram[256]; | ||
637 | u8 res8[512]; | ||
638 | u16 im_si2txram[256]; | ||
639 | u8 res9[512]; | ||
640 | u16 im_si2rxram[256]; | ||
641 | u8 res10[512]; | ||
642 | u8 res11[4096]; | ||
643 | } cpm2_map_t; | ||
644 | |||
645 | extern cpm2_map_t *cpm2_immr; | ||
646 | |||
647 | #endif /* __IMMAP_CPM2__ */ | ||
648 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/io.h b/include/asm-ppc/io.h deleted file mode 100644 index a0d409a5d80f..000000000000 --- a/include/asm-ppc/io.h +++ /dev/null | |||
@@ -1,502 +0,0 @@ | |||
1 | #ifdef __KERNEL__ | ||
2 | #ifndef _PPC_IO_H | ||
3 | #define _PPC_IO_H | ||
4 | |||
5 | #include <linux/string.h> | ||
6 | #include <linux/types.h> | ||
7 | |||
8 | #include <asm/page.h> | ||
9 | #include <asm/byteorder.h> | ||
10 | #include <asm/synch.h> | ||
11 | #include <asm/mmu.h> | ||
12 | |||
13 | #define SIO_CONFIG_RA 0x398 | ||
14 | #define SIO_CONFIG_RD 0x399 | ||
15 | |||
16 | #define SLOW_DOWN_IO | ||
17 | |||
18 | #define PMAC_ISA_MEM_BASE 0 | ||
19 | #define PMAC_PCI_DRAM_OFFSET 0 | ||
20 | #define CHRP_ISA_IO_BASE 0xf8000000 | ||
21 | #define CHRP_ISA_MEM_BASE 0xf7000000 | ||
22 | #define CHRP_PCI_DRAM_OFFSET 0 | ||
23 | #define PREP_ISA_IO_BASE 0x80000000 | ||
24 | #define PREP_ISA_MEM_BASE 0xc0000000 | ||
25 | #define PREP_PCI_DRAM_OFFSET 0x80000000 | ||
26 | |||
27 | #if defined(CONFIG_4xx) | ||
28 | #include <asm/ibm4xx.h> | ||
29 | #elif defined(CONFIG_8xx) | ||
30 | #include <asm/mpc8xx.h> | ||
31 | #elif defined(CONFIG_8260) | ||
32 | #include <asm/mpc8260.h> | ||
33 | #elif !defined(CONFIG_PCI) | ||
34 | #define _IO_BASE 0 | ||
35 | #define _ISA_MEM_BASE 0 | ||
36 | #define PCI_DRAM_OFFSET 0 | ||
37 | #else /* Everyone else */ | ||
38 | #define _IO_BASE isa_io_base | ||
39 | #define _ISA_MEM_BASE isa_mem_base | ||
40 | #define PCI_DRAM_OFFSET pci_dram_offset | ||
41 | #endif /* Platform-dependent I/O */ | ||
42 | |||
43 | #define ___IO_BASE ((void __iomem *)_IO_BASE) | ||
44 | extern unsigned long isa_io_base; | ||
45 | extern unsigned long isa_mem_base; | ||
46 | extern unsigned long pci_dram_offset; | ||
47 | |||
48 | /* | ||
49 | * 8, 16 and 32 bit, big and little endian I/O operations, with barrier. | ||
50 | * | ||
51 | * Read operations have additional twi & isync to make sure the read | ||
52 | * is actually performed (i.e. the data has come back) before we start | ||
53 | * executing any following instructions. | ||
54 | */ | ||
55 | extern inline int in_8(const volatile unsigned char __iomem *addr) | ||
56 | { | ||
57 | int ret; | ||
58 | |||
59 | __asm__ __volatile__( | ||
60 | "sync; lbz%U1%X1 %0,%1;\n" | ||
61 | "twi 0,%0,0;\n" | ||
62 | "isync" : "=r" (ret) : "m" (*addr)); | ||
63 | return ret; | ||
64 | } | ||
65 | |||
66 | extern inline void out_8(volatile unsigned char __iomem *addr, int val) | ||
67 | { | ||
68 | __asm__ __volatile__("stb%U0%X0 %1,%0; eieio" : "=m" (*addr) : "r" (val)); | ||
69 | } | ||
70 | |||
71 | extern inline int in_le16(const volatile unsigned short __iomem *addr) | ||
72 | { | ||
73 | int ret; | ||
74 | |||
75 | __asm__ __volatile__("sync; lhbrx %0,0,%1;\n" | ||
76 | "twi 0,%0,0;\n" | ||
77 | "isync" : "=r" (ret) : | ||
78 | "r" (addr), "m" (*addr)); | ||
79 | return ret; | ||
80 | } | ||
81 | |||
82 | extern inline int in_be16(const volatile unsigned short __iomem *addr) | ||
83 | { | ||
84 | int ret; | ||
85 | |||
86 | __asm__ __volatile__("sync; lhz%U1%X1 %0,%1;\n" | ||
87 | "twi 0,%0,0;\n" | ||
88 | "isync" : "=r" (ret) : "m" (*addr)); | ||
89 | return ret; | ||
90 | } | ||
91 | |||
92 | extern inline void out_le16(volatile unsigned short __iomem *addr, int val) | ||
93 | { | ||
94 | __asm__ __volatile__("sync; sthbrx %1,0,%2" : "=m" (*addr) : | ||
95 | "r" (val), "r" (addr)); | ||
96 | } | ||
97 | |||
98 | extern inline void out_be16(volatile unsigned short __iomem *addr, int val) | ||
99 | { | ||
100 | __asm__ __volatile__("sync; sth%U0%X0 %1,%0" : "=m" (*addr) : "r" (val)); | ||
101 | } | ||
102 | |||
103 | extern inline unsigned in_le32(const volatile unsigned __iomem *addr) | ||
104 | { | ||
105 | unsigned ret; | ||
106 | |||
107 | __asm__ __volatile__("sync; lwbrx %0,0,%1;\n" | ||
108 | "twi 0,%0,0;\n" | ||
109 | "isync" : "=r" (ret) : | ||
110 | "r" (addr), "m" (*addr)); | ||
111 | return ret; | ||
112 | } | ||
113 | |||
114 | extern inline unsigned in_be32(const volatile unsigned __iomem *addr) | ||
115 | { | ||
116 | unsigned ret; | ||
117 | |||
118 | __asm__ __volatile__("sync; lwz%U1%X1 %0,%1;\n" | ||
119 | "twi 0,%0,0;\n" | ||
120 | "isync" : "=r" (ret) : "m" (*addr)); | ||
121 | return ret; | ||
122 | } | ||
123 | |||
124 | extern inline void out_le32(volatile unsigned __iomem *addr, int val) | ||
125 | { | ||
126 | __asm__ __volatile__("sync; stwbrx %1,0,%2" : "=m" (*addr) : | ||
127 | "r" (val), "r" (addr)); | ||
128 | } | ||
129 | |||
130 | extern inline void out_be32(volatile unsigned __iomem *addr, int val) | ||
131 | { | ||
132 | __asm__ __volatile__("sync; stw%U0%X0 %1,%0" : "=m" (*addr) : "r" (val)); | ||
133 | } | ||
134 | #if defined (CONFIG_8260_PCI9) | ||
135 | #define readb(addr) in_8((volatile u8 *)(addr)) | ||
136 | #define writeb(b,addr) out_8((volatile u8 *)(addr), (b)) | ||
137 | #else | ||
138 | static inline __u8 readb(const volatile void __iomem *addr) | ||
139 | { | ||
140 | return in_8(addr); | ||
141 | } | ||
142 | static inline void writeb(__u8 b, volatile void __iomem *addr) | ||
143 | { | ||
144 | out_8(addr, b); | ||
145 | } | ||
146 | #endif | ||
147 | |||
148 | #if defined (CONFIG_8260_PCI9) | ||
149 | /* Use macros if PCI9 workaround enabled */ | ||
150 | #define readw(addr) in_le16((volatile u16 *)(addr)) | ||
151 | #define readl(addr) in_le32((volatile u32 *)(addr)) | ||
152 | #define writew(b,addr) out_le16((volatile u16 *)(addr),(b)) | ||
153 | #define writel(b,addr) out_le32((volatile u32 *)(addr),(b)) | ||
154 | #else | ||
155 | static inline __u16 readw(const volatile void __iomem *addr) | ||
156 | { | ||
157 | return in_le16(addr); | ||
158 | } | ||
159 | static inline __u32 readl(const volatile void __iomem *addr) | ||
160 | { | ||
161 | return in_le32(addr); | ||
162 | } | ||
163 | static inline void writew(__u16 b, volatile void __iomem *addr) | ||
164 | { | ||
165 | out_le16(addr, b); | ||
166 | } | ||
167 | static inline void writel(__u32 b, volatile void __iomem *addr) | ||
168 | { | ||
169 | out_le32(addr, b); | ||
170 | } | ||
171 | #endif /* CONFIG_8260_PCI9 */ | ||
172 | |||
173 | #define readb_relaxed(addr) readb(addr) | ||
174 | #define readw_relaxed(addr) readw(addr) | ||
175 | #define readl_relaxed(addr) readl(addr) | ||
176 | |||
177 | static inline __u8 __raw_readb(const volatile void __iomem *addr) | ||
178 | { | ||
179 | return *(__force volatile __u8 *)(addr); | ||
180 | } | ||
181 | static inline __u16 __raw_readw(const volatile void __iomem *addr) | ||
182 | { | ||
183 | return *(__force volatile __u16 *)(addr); | ||
184 | } | ||
185 | static inline __u32 __raw_readl(const volatile void __iomem *addr) | ||
186 | { | ||
187 | return *(__force volatile __u32 *)(addr); | ||
188 | } | ||
189 | static inline void __raw_writeb(__u8 b, volatile void __iomem *addr) | ||
190 | { | ||
191 | *(__force volatile __u8 *)(addr) = b; | ||
192 | } | ||
193 | static inline void __raw_writew(__u16 b, volatile void __iomem *addr) | ||
194 | { | ||
195 | *(__force volatile __u16 *)(addr) = b; | ||
196 | } | ||
197 | static inline void __raw_writel(__u32 b, volatile void __iomem *addr) | ||
198 | { | ||
199 | *(__force volatile __u32 *)(addr) = b; | ||
200 | } | ||
201 | |||
202 | #define mmiowb() | ||
203 | |||
204 | /* | ||
205 | * The insw/outsw/insl/outsl macros don't do byte-swapping. | ||
206 | * They are only used in practice for transferring buffers which | ||
207 | * are arrays of bytes, and byte-swapping is not appropriate in | ||
208 | * that case. - paulus | ||
209 | */ | ||
210 | #define insb(port, buf, ns) _insb((port)+___IO_BASE, (buf), (ns)) | ||
211 | #define outsb(port, buf, ns) _outsb((port)+___IO_BASE, (buf), (ns)) | ||
212 | #define insw(port, buf, ns) _insw_ns((port)+___IO_BASE, (buf), (ns)) | ||
213 | #define outsw(port, buf, ns) _outsw_ns((port)+___IO_BASE, (buf), (ns)) | ||
214 | #define insl(port, buf, nl) _insl_ns((port)+___IO_BASE, (buf), (nl)) | ||
215 | #define outsl(port, buf, nl) _outsl_ns((port)+___IO_BASE, (buf), (nl)) | ||
216 | |||
217 | #define readsb(a, b, n) _insb((a), (b), (n)) | ||
218 | #define readsw(a, b, n) _insw_ns((a), (b), (n)) | ||
219 | #define readsl(a, b, n) _insl_ns((a), (b), (n)) | ||
220 | #define writesb(a, b, n) _outsb((a),(b),(n)) | ||
221 | #define writesw(a, b, n) _outsw_ns((a),(b),(n)) | ||
222 | #define writesl(a, b, n) _outsl_ns((a),(b),(n)) | ||
223 | |||
224 | |||
225 | /* | ||
226 | * On powermacs and 8xx we will get a machine check exception | ||
227 | * if we try to read data from a non-existent I/O port. Because | ||
228 | * the machine check is an asynchronous exception, it isn't | ||
229 | * well-defined which instruction SRR0 will point to when the | ||
230 | * exception occurs. | ||
231 | * With the sequence below (twi; isync; nop), we have found that | ||
232 | * the machine check occurs on one of the three instructions on | ||
233 | * all PPC implementations tested so far. The twi and isync are | ||
234 | * needed on the 601 (in fact twi; sync works too), the isync and | ||
235 | * nop are needed on 604[e|r], and any of twi, sync or isync will | ||
236 | * work on 603[e], 750, 74xx. | ||
237 | * The twi creates an explicit data dependency on the returned | ||
238 | * value which seems to be needed to make the 601 wait for the | ||
239 | * load to finish. | ||
240 | */ | ||
241 | |||
242 | #define __do_in_asm(name, op) \ | ||
243 | extern __inline__ unsigned int name(unsigned int port) \ | ||
244 | { \ | ||
245 | unsigned int x; \ | ||
246 | __asm__ __volatile__( \ | ||
247 | "sync\n" \ | ||
248 | "0:" op " %0,0,%1\n" \ | ||
249 | "1: twi 0,%0,0\n" \ | ||
250 | "2: isync\n" \ | ||
251 | "3: nop\n" \ | ||
252 | "4:\n" \ | ||
253 | ".section .fixup,\"ax\"\n" \ | ||
254 | "5: li %0,-1\n" \ | ||
255 | " b 4b\n" \ | ||
256 | ".previous\n" \ | ||
257 | ".section __ex_table,\"a\"\n" \ | ||
258 | " .align 2\n" \ | ||
259 | " .long 0b,5b\n" \ | ||
260 | " .long 1b,5b\n" \ | ||
261 | " .long 2b,5b\n" \ | ||
262 | " .long 3b,5b\n" \ | ||
263 | ".previous" \ | ||
264 | : "=&r" (x) \ | ||
265 | : "r" (port + ___IO_BASE)); \ | ||
266 | return x; \ | ||
267 | } | ||
268 | |||
269 | #define __do_out_asm(name, op) \ | ||
270 | extern __inline__ void name(unsigned int val, unsigned int port) \ | ||
271 | { \ | ||
272 | __asm__ __volatile__( \ | ||
273 | "sync\n" \ | ||
274 | "0:" op " %0,0,%1\n" \ | ||
275 | "1: sync\n" \ | ||
276 | "2:\n" \ | ||
277 | ".section __ex_table,\"a\"\n" \ | ||
278 | " .align 2\n" \ | ||
279 | " .long 0b,2b\n" \ | ||
280 | " .long 1b,2b\n" \ | ||
281 | ".previous" \ | ||
282 | : : "r" (val), "r" (port + ___IO_BASE)); \ | ||
283 | } | ||
284 | |||
285 | __do_out_asm(outb, "stbx") | ||
286 | #if defined (CONFIG_8260_PCI9) | ||
287 | /* in asm cannot be defined if PCI9 workaround is used */ | ||
288 | #define inb(port) in_8((port)+___IO_BASE) | ||
289 | #define inw(port) in_le16((port)+___IO_BASE) | ||
290 | #define inl(port) in_le32((port)+___IO_BASE) | ||
291 | __do_out_asm(outw, "sthbrx") | ||
292 | __do_out_asm(outl, "stwbrx") | ||
293 | #else | ||
294 | __do_in_asm(inb, "lbzx") | ||
295 | __do_in_asm(inw, "lhbrx") | ||
296 | __do_in_asm(inl, "lwbrx") | ||
297 | __do_out_asm(outw, "sthbrx") | ||
298 | __do_out_asm(outl, "stwbrx") | ||
299 | |||
300 | #endif | ||
301 | |||
302 | #define inb_p(port) inb((port)) | ||
303 | #define outb_p(val, port) outb((val), (port)) | ||
304 | #define inw_p(port) inw((port)) | ||
305 | #define outw_p(val, port) outw((val), (port)) | ||
306 | #define inl_p(port) inl((port)) | ||
307 | #define outl_p(val, port) outl((val), (port)) | ||
308 | |||
309 | extern void _insb(const volatile u8 __iomem *addr, void *buf, long count); | ||
310 | extern void _outsb(volatile u8 __iomem *addr,const void *buf,long count); | ||
311 | extern void _insw_ns(const volatile u16 __iomem *addr, void *buf, long count); | ||
312 | extern void _outsw_ns(volatile u16 __iomem *addr, const void *buf, long count); | ||
313 | extern void _insl_ns(const volatile u32 __iomem *addr, void *buf, long count); | ||
314 | extern void _outsl_ns(volatile u32 __iomem *addr, const void *buf, long count); | ||
315 | |||
316 | |||
317 | #define IO_SPACE_LIMIT ~0 | ||
318 | |||
319 | #if defined (CONFIG_8260_PCI9) | ||
320 | #define memset_io(a,b,c) memset((void *)(a),(b),(c)) | ||
321 | #define memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) | ||
322 | #define memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) | ||
323 | #else | ||
324 | static inline void memset_io(volatile void __iomem *addr, unsigned char val, int count) | ||
325 | { | ||
326 | memset((void __force *)addr, val, count); | ||
327 | } | ||
328 | static inline void memcpy_fromio(void *dst,const volatile void __iomem *src, int count) | ||
329 | { | ||
330 | memcpy(dst, (void __force *) src, count); | ||
331 | } | ||
332 | static inline void memcpy_toio(volatile void __iomem *dst, const void *src, int count) | ||
333 | { | ||
334 | memcpy((void __force *) dst, src, count); | ||
335 | } | ||
336 | #endif | ||
337 | |||
338 | /* | ||
339 | * Map in an area of physical address space, for accessing | ||
340 | * I/O devices etc. | ||
341 | */ | ||
342 | extern void __iomem *__ioremap(phys_addr_t address, unsigned long size, | ||
343 | unsigned long flags); | ||
344 | extern void __iomem *ioremap(phys_addr_t address, unsigned long size); | ||
345 | #ifdef CONFIG_44x | ||
346 | extern void __iomem *ioremap64(unsigned long long address, unsigned long size); | ||
347 | #endif | ||
348 | #define ioremap_nocache(addr, size) ioremap((addr), (size)) | ||
349 | extern void iounmap(volatile void __iomem *addr); | ||
350 | extern unsigned long iopa(unsigned long addr); | ||
351 | extern void io_block_mapping(unsigned long virt, phys_addr_t phys, | ||
352 | unsigned int size, int flags); | ||
353 | |||
354 | /* | ||
355 | * The PCI bus is inherently Little-Endian. The PowerPC is being | ||
356 | * run Big-Endian. Thus all values which cross the [PCI] barrier | ||
357 | * must be endian-adjusted. Also, the local DRAM has a different | ||
358 | * address from the PCI point of view, thus buffer addresses also | ||
359 | * have to be modified [mapped] appropriately. | ||
360 | */ | ||
361 | extern inline unsigned long virt_to_bus(volatile void * address) | ||
362 | { | ||
363 | if (address == (void *)0) | ||
364 | return 0; | ||
365 | return (unsigned long)address - KERNELBASE + PCI_DRAM_OFFSET; | ||
366 | } | ||
367 | |||
368 | extern inline void * bus_to_virt(unsigned long address) | ||
369 | { | ||
370 | if (address == 0) | ||
371 | return NULL; | ||
372 | return (void *)(address - PCI_DRAM_OFFSET + KERNELBASE); | ||
373 | } | ||
374 | |||
375 | /* | ||
376 | * Change virtual addresses to physical addresses and vv, for | ||
377 | * addresses in the area where the kernel has the RAM mapped. | ||
378 | */ | ||
379 | extern inline unsigned long virt_to_phys(volatile void * address) | ||
380 | { | ||
381 | return (unsigned long) address - KERNELBASE; | ||
382 | } | ||
383 | |||
384 | extern inline void * phys_to_virt(unsigned long address) | ||
385 | { | ||
386 | return (void *) (address + KERNELBASE); | ||
387 | } | ||
388 | |||
389 | /* | ||
390 | * Change "struct page" to physical address. | ||
391 | */ | ||
392 | #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) | ||
393 | #define page_to_bus(page) (page_to_phys(page) + PCI_DRAM_OFFSET) | ||
394 | |||
395 | /* Enforce in-order execution of data I/O. | ||
396 | * No distinction between read/write on PPC; use eieio for all three. | ||
397 | */ | ||
398 | #define iobarrier_rw() eieio() | ||
399 | #define iobarrier_r() eieio() | ||
400 | #define iobarrier_w() eieio() | ||
401 | |||
402 | /* | ||
403 | * Here comes the ppc implementation of the IOMAP | ||
404 | * interfaces. | ||
405 | */ | ||
406 | static inline unsigned int ioread8(void __iomem *addr) | ||
407 | { | ||
408 | return readb(addr); | ||
409 | } | ||
410 | |||
411 | static inline unsigned int ioread16(void __iomem *addr) | ||
412 | { | ||
413 | return readw(addr); | ||
414 | } | ||
415 | |||
416 | static inline unsigned int ioread32(void __iomem *addr) | ||
417 | { | ||
418 | return readl(addr); | ||
419 | } | ||
420 | |||
421 | static inline void iowrite8(u8 val, void __iomem *addr) | ||
422 | { | ||
423 | writeb(val, addr); | ||
424 | } | ||
425 | |||
426 | static inline void iowrite16(u16 val, void __iomem *addr) | ||
427 | { | ||
428 | writew(val, addr); | ||
429 | } | ||
430 | |||
431 | static inline void iowrite32(u32 val, void __iomem *addr) | ||
432 | { | ||
433 | writel(val, addr); | ||
434 | } | ||
435 | |||
436 | static inline void ioread8_rep(void __iomem *addr, void *dst, unsigned long count) | ||
437 | { | ||
438 | _insb(addr, dst, count); | ||
439 | } | ||
440 | |||
441 | static inline void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) | ||
442 | { | ||
443 | _insw_ns(addr, dst, count); | ||
444 | } | ||
445 | |||
446 | static inline void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) | ||
447 | { | ||
448 | _insl_ns(addr, dst, count); | ||
449 | } | ||
450 | |||
451 | static inline void iowrite8_rep(void __iomem *addr, const void *src, unsigned long count) | ||
452 | { | ||
453 | _outsb(addr, src, count); | ||
454 | } | ||
455 | |||
456 | static inline void iowrite16_rep(void __iomem *addr, const void *src, unsigned long count) | ||
457 | { | ||
458 | _outsw_ns(addr, src, count); | ||
459 | } | ||
460 | |||
461 | static inline void iowrite32_rep(void __iomem *addr, const void *src, unsigned long count) | ||
462 | { | ||
463 | _outsl_ns(addr, src, count); | ||
464 | } | ||
465 | |||
466 | /* Create a virtual mapping cookie for an IO port range */ | ||
467 | extern void __iomem *ioport_map(unsigned long port, unsigned int nr); | ||
468 | extern void ioport_unmap(void __iomem *); | ||
469 | |||
470 | /* Create a virtual mapping cookie for a PCI BAR (memory or IO) */ | ||
471 | struct pci_dev; | ||
472 | extern void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned long max); | ||
473 | extern void pci_iounmap(struct pci_dev *dev, void __iomem *); | ||
474 | |||
475 | #endif /* _PPC_IO_H */ | ||
476 | |||
477 | #ifdef CONFIG_8260_PCI9 | ||
478 | #include <asm/mpc8260_pci9.h> | ||
479 | #endif | ||
480 | |||
481 | /* | ||
482 | * Convert a physical pointer to a virtual kernel pointer for /dev/mem | ||
483 | * access | ||
484 | */ | ||
485 | #define xlate_dev_mem_ptr(p) __va(p) | ||
486 | |||
487 | /* | ||
488 | * Convert a virtual cached pointer to an uncached pointer | ||
489 | */ | ||
490 | #define xlate_dev_kmem_ptr(p) p | ||
491 | |||
492 | /* access ports */ | ||
493 | #define setbits32(_addr, _v) out_be32((_addr), in_be32(_addr) | (_v)) | ||
494 | #define clrbits32(_addr, _v) out_be32((_addr), in_be32(_addr) & ~(_v)) | ||
495 | |||
496 | #define setbits16(_addr, _v) out_be16((_addr), in_be16(_addr) | (_v)) | ||
497 | #define clrbits16(_addr, _v) out_be16((_addr), in_be16(_addr) & ~(_v)) | ||
498 | |||
499 | #define setbits8(_addr, _v) out_8((_addr), in_8(_addr) | (_v)) | ||
500 | #define clrbits8(_addr, _v) out_8((_addr), in_8(_addr) & ~(_v)) | ||
501 | |||
502 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/irq_regs.h b/include/asm-ppc/irq_regs.h deleted file mode 100644 index 3dd9c0b70270..000000000000 --- a/include/asm-ppc/irq_regs.h +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | #include <asm-generic/irq_regs.h> | ||
diff --git a/include/asm-ppc/kdebug.h b/include/asm-ppc/kdebug.h deleted file mode 100644 index 6ece1b037665..000000000000 --- a/include/asm-ppc/kdebug.h +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | #include <asm-generic/kdebug.h> | ||
diff --git a/include/asm-ppc/kgdb.h b/include/asm-ppc/kgdb.h deleted file mode 100644 index b617dac82969..000000000000 --- a/include/asm-ppc/kgdb.h +++ /dev/null | |||
@@ -1,57 +0,0 @@ | |||
1 | /* | ||
2 | * kgdb.h: Defines and declarations for serial line source level | ||
3 | * remote debugging of the Linux kernel using gdb. | ||
4 | * | ||
5 | * PPC Mods (C) 1998 Michael Tesch (tesch@cs.wisc.edu) | ||
6 | * | ||
7 | * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu) | ||
8 | */ | ||
9 | #ifdef __KERNEL__ | ||
10 | #ifndef _PPC_KGDB_H | ||
11 | #define _PPC_KGDB_H | ||
12 | |||
13 | #ifndef __ASSEMBLY__ | ||
14 | |||
15 | /* Things specific to the gen550 backend. */ | ||
16 | struct uart_port; | ||
17 | |||
18 | extern void gen550_progress(char *, unsigned short); | ||
19 | extern void gen550_kgdb_map_scc(void); | ||
20 | extern void gen550_init(int, struct uart_port *); | ||
21 | |||
22 | /* Things specific to the pmac backend. */ | ||
23 | extern void zs_kgdb_hook(int tty_num); | ||
24 | |||
25 | /* To init the kgdb engine. (called by serial hook)*/ | ||
26 | extern void set_debug_traps(void); | ||
27 | |||
28 | /* To enter the debugger explicitly. */ | ||
29 | extern void breakpoint(void); | ||
30 | |||
31 | /* For taking exceptions | ||
32 | * these are defined in traps.c | ||
33 | */ | ||
34 | extern int (*debugger)(struct pt_regs *regs); | ||
35 | extern int (*debugger_bpt)(struct pt_regs *regs); | ||
36 | extern int (*debugger_sstep)(struct pt_regs *regs); | ||
37 | extern int (*debugger_iabr_match)(struct pt_regs *regs); | ||
38 | extern int (*debugger_dabr_match)(struct pt_regs *regs); | ||
39 | extern void (*debugger_fault_handler)(struct pt_regs *regs); | ||
40 | |||
41 | /* What we bring to the party */ | ||
42 | int kgdb_bpt(struct pt_regs *regs); | ||
43 | int kgdb_sstep(struct pt_regs *regs); | ||
44 | void kgdb(struct pt_regs *regs); | ||
45 | int kgdb_iabr_match(struct pt_regs *regs); | ||
46 | int kgdb_dabr_match(struct pt_regs *regs); | ||
47 | |||
48 | /* | ||
49 | * external low-level support routines (ie macserial.c) | ||
50 | */ | ||
51 | extern void kgdb_interruptible(int); /* control interrupts from serial */ | ||
52 | extern void putDebugChar(char); /* write a single character */ | ||
53 | extern char getDebugChar(void); /* read and return a single char */ | ||
54 | |||
55 | #endif /* !(__ASSEMBLY__) */ | ||
56 | #endif /* !(_PPC_KGDB_H) */ | ||
57 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/m8260_pci.h b/include/asm-ppc/m8260_pci.h deleted file mode 100644 index bf9e05dd54b5..000000000000 --- a/include/asm-ppc/m8260_pci.h +++ /dev/null | |||
@@ -1,187 +0,0 @@ | |||
1 | /* | ||
2 | * include/asm-ppc/m8260_pci.h | ||
3 | * | ||
4 | * Definitions for the MPC8250/MPC8265/MPC8266 integrated PCI host bridge. | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
10 | */ | ||
11 | |||
12 | #ifdef __KERNEL__ | ||
13 | #ifndef __M8260_PCI_H | ||
14 | #define __M8260_PCI_H | ||
15 | |||
16 | #include <linux/pci_ids.h> | ||
17 | |||
18 | /* | ||
19 | * Define the vendor/device ID for the MPC8265. | ||
20 | */ | ||
21 | #define PCI_DEVICE_ID_MPC8265 ((0x18C0 << 16) | PCI_VENDOR_ID_MOTOROLA) | ||
22 | #define PCI_DEVICE_ID_MPC8272 ((0x18C1 << 16) | PCI_VENDOR_ID_MOTOROLA) | ||
23 | |||
24 | #define M8265_PCIBR0 0x101ac | ||
25 | #define M8265_PCIBR1 0x101b0 | ||
26 | #define M8265_PCIMSK0 0x101c4 | ||
27 | #define M8265_PCIMSK1 0x101c8 | ||
28 | |||
29 | /* Bit definitions for PCIBR registers */ | ||
30 | |||
31 | #define PCIBR_ENABLE 0x00000001 | ||
32 | |||
33 | /* Bit definitions for PCIMSK registers */ | ||
34 | |||
35 | #define PCIMSK_32KiB 0xFFFF8000 /* Size of window, smallest */ | ||
36 | #define PCIMSK_64KiB 0xFFFF0000 | ||
37 | #define PCIMSK_128KiB 0xFFFE0000 | ||
38 | #define PCIMSK_256KiB 0xFFFC0000 | ||
39 | #define PCIMSK_512KiB 0xFFF80000 | ||
40 | #define PCIMSK_1MiB 0xFFF00000 | ||
41 | #define PCIMSK_2MiB 0xFFE00000 | ||
42 | #define PCIMSK_4MiB 0xFFC00000 | ||
43 | #define PCIMSK_8MiB 0xFF800000 | ||
44 | #define PCIMSK_16MiB 0xFF000000 | ||
45 | #define PCIMSK_32MiB 0xFE000000 | ||
46 | #define PCIMSK_64MiB 0xFC000000 | ||
47 | #define PCIMSK_128MiB 0xF8000000 | ||
48 | #define PCIMSK_256MiB 0xF0000000 | ||
49 | #define PCIMSK_512MiB 0xE0000000 | ||
50 | #define PCIMSK_1GiB 0xC0000000 /* Size of window, largest */ | ||
51 | |||
52 | |||
53 | #define M826X_SCCR_PCI_MODE_EN 0x100 | ||
54 | |||
55 | |||
56 | /* | ||
57 | * Outbound ATU registers (3 sets). These registers control how 60x bus (local) | ||
58 | * addresses are translated to PCI addresses when the MPC826x is a PCI bus | ||
59 | * master (initiator). | ||
60 | */ | ||
61 | |||
62 | #define POTAR_REG0 0x10800 /* PCI Outbound Translation Addr registers */ | ||
63 | #define POTAR_REG1 0x10818 | ||
64 | #define POTAR_REG2 0x10830 | ||
65 | |||
66 | #define POBAR_REG0 0x10808 /* PCI Outbound Base Addr registers */ | ||
67 | #define POBAR_REG1 0x10820 | ||
68 | #define POBAR_REG2 0x10838 | ||
69 | |||
70 | #define POCMR_REG0 0x10810 /* PCI Outbound Comparison Mask registers */ | ||
71 | #define POCMR_REG1 0x10828 | ||
72 | #define POCMR_REG2 0x10840 | ||
73 | |||
74 | /* Bit definitions for POMCR registers */ | ||
75 | |||
76 | #define POCMR_MASK_4KiB 0x000FFFFF | ||
77 | #define POCMR_MASK_8KiB 0x000FFFFE | ||
78 | #define POCMR_MASK_16KiB 0x000FFFFC | ||
79 | #define POCMR_MASK_32KiB 0x000FFFF8 | ||
80 | #define POCMR_MASK_64KiB 0x000FFFF0 | ||
81 | #define POCMR_MASK_128KiB 0x000FFFE0 | ||
82 | #define POCMR_MASK_256KiB 0x000FFFC0 | ||
83 | #define POCMR_MASK_512KiB 0x000FFF80 | ||
84 | #define POCMR_MASK_1MiB 0x000FFF00 | ||
85 | #define POCMR_MASK_2MiB 0x000FFE00 | ||
86 | #define POCMR_MASK_4MiB 0x000FFC00 | ||
87 | #define POCMR_MASK_8MiB 0x000FF800 | ||
88 | #define POCMR_MASK_16MiB 0x000FF000 | ||
89 | #define POCMR_MASK_32MiB 0x000FE000 | ||
90 | #define POCMR_MASK_64MiB 0x000FC000 | ||
91 | #define POCMR_MASK_128MiB 0x000F8000 | ||
92 | #define POCMR_MASK_256MiB 0x000F0000 | ||
93 | #define POCMR_MASK_512MiB 0x000E0000 | ||
94 | #define POCMR_MASK_1GiB 0x000C0000 | ||
95 | |||
96 | #define POCMR_ENABLE 0x80000000 | ||
97 | #define POCMR_PCI_IO 0x40000000 | ||
98 | #define POCMR_PREFETCH_EN 0x20000000 | ||
99 | |||
100 | /* Soft PCI reset */ | ||
101 | |||
102 | #define PCI_GCR_REG 0x10880 | ||
103 | |||
104 | /* Bit definitions for PCI_GCR registers */ | ||
105 | |||
106 | #define PCIGCR_PCI_BUS_EN 0x1 | ||
107 | |||
108 | #define PCI_EMR_REG 0x10888 | ||
109 | /* | ||
110 | * Inbound ATU registers (2 sets). These registers control how PCI addresses | ||
111 | * are translated to 60x bus (local) addresses when the MPC826x is a PCI bus target. | ||
112 | */ | ||
113 | |||
114 | #define PITAR_REG1 0x108D0 | ||
115 | #define PIBAR_REG1 0x108D8 | ||
116 | #define PICMR_REG1 0x108E0 | ||
117 | #define PITAR_REG0 0x108E8 | ||
118 | #define PIBAR_REG0 0x108F0 | ||
119 | #define PICMR_REG0 0x108F8 | ||
120 | |||
121 | /* Bit definitions for PCI Inbound Comparison Mask registers */ | ||
122 | |||
123 | #define PICMR_MASK_4KiB 0x000FFFFF | ||
124 | #define PICMR_MASK_8KiB 0x000FFFFE | ||
125 | #define PICMR_MASK_16KiB 0x000FFFFC | ||
126 | #define PICMR_MASK_32KiB 0x000FFFF8 | ||
127 | #define PICMR_MASK_64KiB 0x000FFFF0 | ||
128 | #define PICMR_MASK_128KiB 0x000FFFE0 | ||
129 | #define PICMR_MASK_256KiB 0x000FFFC0 | ||
130 | #define PICMR_MASK_512KiB 0x000FFF80 | ||
131 | #define PICMR_MASK_1MiB 0x000FFF00 | ||
132 | #define PICMR_MASK_2MiB 0x000FFE00 | ||
133 | #define PICMR_MASK_4MiB 0x000FFC00 | ||
134 | #define PICMR_MASK_8MiB 0x000FF800 | ||
135 | #define PICMR_MASK_16MiB 0x000FF000 | ||
136 | #define PICMR_MASK_32MiB 0x000FE000 | ||
137 | #define PICMR_MASK_64MiB 0x000FC000 | ||
138 | #define PICMR_MASK_128MiB 0x000F8000 | ||
139 | #define PICMR_MASK_256MiB 0x000F0000 | ||
140 | #define PICMR_MASK_512MiB 0x000E0000 | ||
141 | #define PICMR_MASK_1GiB 0x000C0000 | ||
142 | |||
143 | #define PICMR_ENABLE 0x80000000 | ||
144 | #define PICMR_NO_SNOOP_EN 0x40000000 | ||
145 | #define PICMR_PREFETCH_EN 0x20000000 | ||
146 | |||
147 | /* PCI error Registers */ | ||
148 | |||
149 | #define PCI_ERROR_STATUS_REG 0x10884 | ||
150 | #define PCI_ERROR_MASK_REG 0x10888 | ||
151 | #define PCI_ERROR_CONTROL_REG 0x1088C | ||
152 | #define PCI_ERROR_ADRS_CAPTURE_REG 0x10890 | ||
153 | #define PCI_ERROR_DATA_CAPTURE_REG 0x10898 | ||
154 | #define PCI_ERROR_CTRL_CAPTURE_REG 0x108A0 | ||
155 | |||
156 | /* PCI error Register bit defines */ | ||
157 | |||
158 | #define PCI_ERROR_PCI_ADDR_PAR 0x00000001 | ||
159 | #define PCI_ERROR_PCI_DATA_PAR_WR 0x00000002 | ||
160 | #define PCI_ERROR_PCI_DATA_PAR_RD 0x00000004 | ||
161 | #define PCI_ERROR_PCI_NO_RSP 0x00000008 | ||
162 | #define PCI_ERROR_PCI_TAR_ABT 0x00000010 | ||
163 | #define PCI_ERROR_PCI_SERR 0x00000020 | ||
164 | #define PCI_ERROR_PCI_PERR_RD 0x00000040 | ||
165 | #define PCI_ERROR_PCI_PERR_WR 0x00000080 | ||
166 | #define PCI_ERROR_I2O_OFQO 0x00000100 | ||
167 | #define PCI_ERROR_I2O_IPQO 0x00000200 | ||
168 | #define PCI_ERROR_IRA 0x00000400 | ||
169 | #define PCI_ERROR_NMI 0x00000800 | ||
170 | #define PCI_ERROR_I2O_DBMC 0x00001000 | ||
171 | |||
172 | /* | ||
173 | * Register pair used to generate configuration cycles on the PCI bus | ||
174 | * and access the MPC826x's own PCI configuration registers. | ||
175 | */ | ||
176 | |||
177 | #define PCI_CFG_ADDR_REG 0x10900 | ||
178 | #define PCI_CFG_DATA_REG 0x10904 | ||
179 | |||
180 | /* Bus parking decides where the bus control sits when idle */ | ||
181 | /* If modifying memory controllers for PCI park on the core */ | ||
182 | |||
183 | #define PPC_ACR_BUS_PARK_CORE 0x6 | ||
184 | #define PPC_ACR_BUS_PARK_PCI 0x3 | ||
185 | |||
186 | #endif /* __M8260_PCI_H */ | ||
187 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/machdep.h b/include/asm-ppc/machdep.h deleted file mode 100644 index a20b499b0186..000000000000 --- a/include/asm-ppc/machdep.h +++ /dev/null | |||
@@ -1,178 +0,0 @@ | |||
1 | #ifdef __KERNEL__ | ||
2 | #ifndef _PPC_MACHDEP_H | ||
3 | #define _PPC_MACHDEP_H | ||
4 | |||
5 | #include <linux/init.h> | ||
6 | #include <linux/kexec.h> | ||
7 | |||
8 | #include <asm/setup.h> | ||
9 | #include <asm/page.h> | ||
10 | |||
11 | struct pt_regs; | ||
12 | struct pci_bus; | ||
13 | struct pci_dev; | ||
14 | struct seq_file; | ||
15 | struct file; | ||
16 | |||
17 | /* | ||
18 | * This is for compatibility with ARCH=powerpc. | ||
19 | */ | ||
20 | #define machine_is(x) __MACHINE_IS_##x | ||
21 | #define __MACHINE_IS_powermac 0 | ||
22 | #define __MACHINE_IS_chrp 0 | ||
23 | #ifdef CONFIG_PPC_PREP | ||
24 | #define __MACHINE_IS_prep 1 | ||
25 | #else | ||
26 | #define __MACHINE_IS_prep 0 | ||
27 | #endif | ||
28 | |||
29 | /* We export this macro for external modules like Alsa to know if | ||
30 | * ppc_md.feature_call is implemented or not | ||
31 | */ | ||
32 | #define CONFIG_PPC_HAS_FEATURE_CALLS | ||
33 | |||
34 | struct machdep_calls { | ||
35 | void (*setup_arch)(void); | ||
36 | /* Optional, may be NULL. */ | ||
37 | int (*show_cpuinfo)(struct seq_file *m); | ||
38 | int (*show_percpuinfo)(struct seq_file *m, int i); | ||
39 | /* Optional, may be NULL. */ | ||
40 | unsigned int (*irq_canonicalize)(unsigned int irq); | ||
41 | void (*init_IRQ)(void); | ||
42 | int (*get_irq)(void); | ||
43 | |||
44 | /* A general init function, called by ppc_init in init/main.c. | ||
45 | May be NULL. DEPRECATED ! */ | ||
46 | void (*init)(void); | ||
47 | /* For compatibility with merged platforms */ | ||
48 | void (*init_early)(void); | ||
49 | |||
50 | void (*restart)(char *cmd); | ||
51 | void (*power_off)(void); | ||
52 | void (*halt)(void); | ||
53 | |||
54 | void (*idle_loop)(void); | ||
55 | void (*power_save)(void); | ||
56 | |||
57 | long (*time_init)(void); /* Optional, may be NULL */ | ||
58 | int (*set_rtc_time)(unsigned long nowtime); | ||
59 | unsigned long (*get_rtc_time)(void); | ||
60 | unsigned char (*rtc_read_val)(int addr); | ||
61 | void (*rtc_write_val)(int addr, unsigned char val); | ||
62 | void (*calibrate_decr)(void); | ||
63 | |||
64 | void (*heartbeat)(void); | ||
65 | unsigned long heartbeat_reset; | ||
66 | unsigned long heartbeat_count; | ||
67 | |||
68 | unsigned long (*find_end_of_memory)(void); | ||
69 | void (*setup_io_mappings)(void); | ||
70 | |||
71 | void (*early_serial_map)(void); | ||
72 | void (*progress)(char *, unsigned short); | ||
73 | void (*kgdb_map_scc)(void); | ||
74 | |||
75 | unsigned char (*nvram_read_val)(int addr); | ||
76 | void (*nvram_write_val)(int addr, unsigned char val); | ||
77 | void (*nvram_sync)(void); | ||
78 | |||
79 | /* | ||
80 | * optional PCI "hooks" | ||
81 | */ | ||
82 | |||
83 | /* Called after scanning the bus, before allocating resources */ | ||
84 | void (*pcibios_fixup)(void); | ||
85 | |||
86 | /* Called after PPC generic resource fixup to perform | ||
87 | machine specific fixups */ | ||
88 | void (*pcibios_fixup_resources)(struct pci_dev *); | ||
89 | |||
90 | /* Called for each PCI bus in the system when it's probed */ | ||
91 | void (*pcibios_fixup_bus)(struct pci_bus *); | ||
92 | |||
93 | /* Called when pci_enable_device() is called (initial=0) or | ||
94 | * when a device with no assigned resource is found (initial=1). | ||
95 | * Returns 0 to allow assignment/enabling of the device. */ | ||
96 | int (*pcibios_enable_device_hook)(struct pci_dev *, int initial); | ||
97 | |||
98 | /* For interrupt routing */ | ||
99 | unsigned char (*pci_swizzle)(struct pci_dev *, unsigned char *); | ||
100 | int (*pci_map_irq)(struct pci_dev *, unsigned char, unsigned char); | ||
101 | |||
102 | /* Called in indirect_* to avoid touching devices */ | ||
103 | int (*pci_exclude_device)(unsigned char, unsigned char); | ||
104 | |||
105 | /* Called at then very end of pcibios_init() */ | ||
106 | void (*pcibios_after_init)(void); | ||
107 | |||
108 | /* Get access protection for /dev/mem */ | ||
109 | pgprot_t (*phys_mem_access_prot)(struct file *file, | ||
110 | unsigned long pfn, | ||
111 | unsigned long size, | ||
112 | pgprot_t vma_prot); | ||
113 | |||
114 | /* Motherboard/chipset features. This is a kind of general purpose | ||
115 | * hook used to control some machine specific features (like reset | ||
116 | * lines, chip power control, etc...). | ||
117 | */ | ||
118 | long (*feature_call)(unsigned int feature, ...); | ||
119 | |||
120 | #ifdef CONFIG_SMP | ||
121 | /* functions for dealing with other cpus */ | ||
122 | struct smp_ops_t *smp_ops; | ||
123 | #endif /* CONFIG_SMP */ | ||
124 | |||
125 | #ifdef CONFIG_KEXEC | ||
126 | /* Called to shutdown machine specific hardware not already controlled | ||
127 | * by other drivers. | ||
128 | * XXX Should we move this one out of kexec scope? | ||
129 | */ | ||
130 | void (*machine_shutdown)(void); | ||
131 | |||
132 | /* Called to do the minimal shutdown needed to run a kexec'd kernel | ||
133 | * to run successfully. | ||
134 | * XXX Should we move this one out of kexec scope? | ||
135 | */ | ||
136 | void (*machine_crash_shutdown)(void); | ||
137 | |||
138 | /* Called to do what every setup is needed on image and the | ||
139 | * reboot code buffer. Returns 0 on success. | ||
140 | * Provide your own (maybe dummy) implementation if your platform | ||
141 | * claims to support kexec. | ||
142 | */ | ||
143 | int (*machine_kexec_prepare)(struct kimage *image); | ||
144 | |||
145 | /* Called to handle any machine specific cleanup on image */ | ||
146 | void (*machine_kexec_cleanup)(struct kimage *image); | ||
147 | |||
148 | /* Called to perform the _real_ kexec. | ||
149 | * Do NOT allocate memory or fail here. We are past the point of | ||
150 | * no return. | ||
151 | */ | ||
152 | void (*machine_kexec)(struct kimage *image); | ||
153 | #endif /* CONFIG_KEXEC */ | ||
154 | }; | ||
155 | |||
156 | extern struct machdep_calls ppc_md; | ||
157 | extern char cmd_line[COMMAND_LINE_SIZE]; | ||
158 | |||
159 | extern void setup_pci_ptrs(void); | ||
160 | |||
161 | #ifdef CONFIG_SMP | ||
162 | struct smp_ops_t { | ||
163 | void (*message_pass)(int target, int msg); | ||
164 | int (*probe)(void); | ||
165 | void (*kick_cpu)(int nr); | ||
166 | void (*setup_cpu)(int nr); | ||
167 | void (*space_timers)(int nr); | ||
168 | void (*take_timebase)(void); | ||
169 | void (*give_timebase)(void); | ||
170 | }; | ||
171 | |||
172 | /* Poor default implementations */ | ||
173 | extern void __devinit smp_generic_give_timebase(void); | ||
174 | extern void __devinit smp_generic_take_timebase(void); | ||
175 | #endif /* CONFIG_SMP */ | ||
176 | |||
177 | #endif /* _PPC_MACHDEP_H */ | ||
178 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/md.h b/include/asm-ppc/md.h deleted file mode 100644 index 9a9b6b42b4b4..000000000000 --- a/include/asm-ppc/md.h +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | /* | ||
2 | * md.h: High speed xor_block operation for RAID4/5 | ||
3 | * | ||
4 | */ | ||
5 | |||
6 | #ifdef __KERNEL__ | ||
7 | #ifndef __ASM_MD_H | ||
8 | #define __ASM_MD_H | ||
9 | |||
10 | /* #define HAVE_ARCH_XORBLOCK */ | ||
11 | |||
12 | #define MD_XORBLOCK_ALIGNMENT sizeof(long) | ||
13 | |||
14 | #endif /* __ASM_MD_H */ | ||
15 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/mk48t59.h b/include/asm-ppc/mk48t59.h deleted file mode 100644 index 6a0ed6fc2d56..000000000000 --- a/include/asm-ppc/mk48t59.h +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | /* | ||
2 | * Registers for the mk48t59 real-time-clock | ||
3 | */ | ||
4 | |||
5 | #ifndef _PPC_MK48T59_H | ||
6 | #define _PPC_MK48T59_H | ||
7 | |||
8 | /* RTC Offsets */ | ||
9 | |||
10 | #define MK48T59_RTC_SECONDS 0x1FF9 | ||
11 | #define MK48T59_RTC_MINUTES 0x1FFA | ||
12 | #define MK48T59_RTC_HOURS 0x1FFB | ||
13 | #define MK48T59_RTC_DAY_OF_WEEK 0x1FFC | ||
14 | #define MK48T59_RTC_DAY_OF_MONTH 0x1FFD | ||
15 | #define MK48T59_RTC_MONTH 0x1FFE | ||
16 | #define MK48T59_RTC_YEAR 0x1FFF | ||
17 | |||
18 | #define MK48T59_RTC_CONTROLA 0x1FF8 | ||
19 | #define MK48T59_RTC_CA_WRITE 0x80 | ||
20 | #define MK48T59_RTC_CA_READ 0x40 | ||
21 | #define MK48T59_RTC_CA_CALIB_SIGN 0x20 | ||
22 | #define MK48T59_RTC_CA_CALIB_MASK 0x1f | ||
23 | |||
24 | #define MK48T59_RTC_CONTROLB 0x1FF9 | ||
25 | #define MK48T59_RTC_CB_STOP 0x80 | ||
26 | |||
27 | #endif /* _PPC_MK48T59_H */ | ||
diff --git a/include/asm-ppc/mmu.h b/include/asm-ppc/mmu.h deleted file mode 100644 index d76ef098ed37..000000000000 --- a/include/asm-ppc/mmu.h +++ /dev/null | |||
@@ -1,444 +0,0 @@ | |||
1 | /* | ||
2 | * PowerPC memory management structures | ||
3 | */ | ||
4 | |||
5 | #ifdef __KERNEL__ | ||
6 | #ifndef _PPC_MMU_H_ | ||
7 | #define _PPC_MMU_H_ | ||
8 | |||
9 | |||
10 | #ifndef __ASSEMBLY__ | ||
11 | |||
12 | /* | ||
13 | * Define physical address type. Machines using split size | ||
14 | * virtual/physical addressing like 32-bit virtual / 36-bit | ||
15 | * physical need a larger than native word size type. -Matt | ||
16 | */ | ||
17 | #ifndef CONFIG_PHYS_64BIT | ||
18 | #define PHYS_FMT "%.8lx" | ||
19 | #else | ||
20 | extern phys_addr_t fixup_bigphys_addr(phys_addr_t, phys_addr_t); | ||
21 | #define PHYS_FMT "%16Lx" | ||
22 | #endif | ||
23 | |||
24 | typedef struct { | ||
25 | unsigned long id; | ||
26 | unsigned long vdso_base; | ||
27 | } mm_context_t; | ||
28 | |||
29 | /* Hardware Page Table Entry */ | ||
30 | typedef struct _PTE { | ||
31 | unsigned long v:1; /* Entry is valid */ | ||
32 | unsigned long vsid:24; /* Virtual segment identifier */ | ||
33 | unsigned long h:1; /* Hash algorithm indicator */ | ||
34 | unsigned long api:6; /* Abbreviated page index */ | ||
35 | unsigned long rpn:20; /* Real (physical) page number */ | ||
36 | unsigned long :3; /* Unused */ | ||
37 | unsigned long r:1; /* Referenced */ | ||
38 | unsigned long c:1; /* Changed */ | ||
39 | unsigned long w:1; /* Write-thru cache mode */ | ||
40 | unsigned long i:1; /* Cache inhibited */ | ||
41 | unsigned long m:1; /* Memory coherence */ | ||
42 | unsigned long g:1; /* Guarded */ | ||
43 | unsigned long :1; /* Unused */ | ||
44 | unsigned long pp:2; /* Page protection */ | ||
45 | } PTE; | ||
46 | |||
47 | /* Values for PP (assumes Ks=0, Kp=1) */ | ||
48 | #define PP_RWXX 0 /* Supervisor read/write, User none */ | ||
49 | #define PP_RWRX 1 /* Supervisor read/write, User read */ | ||
50 | #define PP_RWRW 2 /* Supervisor read/write, User read/write */ | ||
51 | #define PP_RXRX 3 /* Supervisor read, User read */ | ||
52 | |||
53 | /* Segment Register */ | ||
54 | typedef struct _SEGREG { | ||
55 | unsigned long t:1; /* Normal or I/O type */ | ||
56 | unsigned long ks:1; /* Supervisor 'key' (normally 0) */ | ||
57 | unsigned long kp:1; /* User 'key' (normally 1) */ | ||
58 | unsigned long n:1; /* No-execute */ | ||
59 | unsigned long :4; /* Unused */ | ||
60 | unsigned long vsid:24; /* Virtual Segment Identifier */ | ||
61 | } SEGREG; | ||
62 | |||
63 | /* Block Address Translation (BAT) Registers */ | ||
64 | typedef struct _P601_BATU { /* Upper part of BAT for 601 processor */ | ||
65 | unsigned long bepi:15; /* Effective page index (virtual address) */ | ||
66 | unsigned long :8; /* unused */ | ||
67 | unsigned long w:1; | ||
68 | unsigned long i:1; /* Cache inhibit */ | ||
69 | unsigned long m:1; /* Memory coherence */ | ||
70 | unsigned long ks:1; /* Supervisor key (normally 0) */ | ||
71 | unsigned long kp:1; /* User key (normally 1) */ | ||
72 | unsigned long pp:2; /* Page access protections */ | ||
73 | } P601_BATU; | ||
74 | |||
75 | typedef struct _BATU { /* Upper part of BAT (all except 601) */ | ||
76 | unsigned long bepi:15; /* Effective page index (virtual address) */ | ||
77 | unsigned long :4; /* Unused */ | ||
78 | unsigned long bl:11; /* Block size mask */ | ||
79 | unsigned long vs:1; /* Supervisor valid */ | ||
80 | unsigned long vp:1; /* User valid */ | ||
81 | } BATU; | ||
82 | |||
83 | typedef struct _P601_BATL { /* Lower part of BAT for 601 processor */ | ||
84 | unsigned long brpn:15; /* Real page index (physical address) */ | ||
85 | unsigned long :10; /* Unused */ | ||
86 | unsigned long v:1; /* Valid bit */ | ||
87 | unsigned long bl:6; /* Block size mask */ | ||
88 | } P601_BATL; | ||
89 | |||
90 | typedef struct _BATL { /* Lower part of BAT (all except 601) */ | ||
91 | unsigned long brpn:15; /* Real page index (physical address) */ | ||
92 | unsigned long :10; /* Unused */ | ||
93 | unsigned long w:1; /* Write-thru cache */ | ||
94 | unsigned long i:1; /* Cache inhibit */ | ||
95 | unsigned long m:1; /* Memory coherence */ | ||
96 | unsigned long g:1; /* Guarded (MBZ in IBAT) */ | ||
97 | unsigned long :1; /* Unused */ | ||
98 | unsigned long pp:2; /* Page access protections */ | ||
99 | } BATL; | ||
100 | |||
101 | typedef struct _BAT { | ||
102 | BATU batu; /* Upper register */ | ||
103 | BATL batl; /* Lower register */ | ||
104 | } BAT; | ||
105 | |||
106 | typedef struct _P601_BAT { | ||
107 | P601_BATU batu; /* Upper register */ | ||
108 | P601_BATL batl; /* Lower register */ | ||
109 | } P601_BAT; | ||
110 | |||
111 | #endif /* __ASSEMBLY__ */ | ||
112 | |||
113 | /* Block size masks */ | ||
114 | #define BL_128K 0x000 | ||
115 | #define BL_256K 0x001 | ||
116 | #define BL_512K 0x003 | ||
117 | #define BL_1M 0x007 | ||
118 | #define BL_2M 0x00F | ||
119 | #define BL_4M 0x01F | ||
120 | #define BL_8M 0x03F | ||
121 | #define BL_16M 0x07F | ||
122 | #define BL_32M 0x0FF | ||
123 | #define BL_64M 0x1FF | ||
124 | #define BL_128M 0x3FF | ||
125 | #define BL_256M 0x7FF | ||
126 | |||
127 | /* BAT Access Protection */ | ||
128 | #define BPP_XX 0x00 /* No access */ | ||
129 | #define BPP_RX 0x01 /* Read only */ | ||
130 | #define BPP_RW 0x02 /* Read/write */ | ||
131 | |||
132 | /* Control/status registers for the MPC8xx. | ||
133 | * A write operation to these registers causes serialized access. | ||
134 | * During software tablewalk, the registers used perform mask/shift-add | ||
135 | * operations when written/read. A TLB entry is created when the Mx_RPN | ||
136 | * is written, and the contents of several registers are used to | ||
137 | * create the entry. | ||
138 | */ | ||
139 | #define SPRN_MI_CTR 784 /* Instruction TLB control register */ | ||
140 | #define MI_GPM 0x80000000 /* Set domain manager mode */ | ||
141 | #define MI_PPM 0x40000000 /* Set subpage protection */ | ||
142 | #define MI_CIDEF 0x20000000 /* Set cache inhibit when MMU dis */ | ||
143 | #define MI_RSV4I 0x08000000 /* Reserve 4 TLB entries */ | ||
144 | #define MI_PPCS 0x02000000 /* Use MI_RPN prob/priv state */ | ||
145 | #define MI_IDXMASK 0x00001f00 /* TLB index to be loaded */ | ||
146 | #define MI_RESETVAL 0x00000000 /* Value of register at reset */ | ||
147 | |||
148 | /* These are the Ks and Kp from the PowerPC books. For proper operation, | ||
149 | * Ks = 0, Kp = 1. | ||
150 | */ | ||
151 | #define SPRN_MI_AP 786 | ||
152 | #define MI_Ks 0x80000000 /* Should not be set */ | ||
153 | #define MI_Kp 0x40000000 /* Should always be set */ | ||
154 | |||
155 | /* The effective page number register. When read, contains the information | ||
156 | * about the last instruction TLB miss. When MI_RPN is written, bits in | ||
157 | * this register are used to create the TLB entry. | ||
158 | */ | ||
159 | #define SPRN_MI_EPN 787 | ||
160 | #define MI_EPNMASK 0xfffff000 /* Effective page number for entry */ | ||
161 | #define MI_EVALID 0x00000200 /* Entry is valid */ | ||
162 | #define MI_ASIDMASK 0x0000000f /* ASID match value */ | ||
163 | /* Reset value is undefined */ | ||
164 | |||
165 | /* A "level 1" or "segment" or whatever you want to call it register. | ||
166 | * For the instruction TLB, it contains bits that get loaded into the | ||
167 | * TLB entry when the MI_RPN is written. | ||
168 | */ | ||
169 | #define SPRN_MI_TWC 789 | ||
170 | #define MI_APG 0x000001e0 /* Access protection group (0) */ | ||
171 | #define MI_GUARDED 0x00000010 /* Guarded storage */ | ||
172 | #define MI_PSMASK 0x0000000c /* Mask of page size bits */ | ||
173 | #define MI_PS8MEG 0x0000000c /* 8M page size */ | ||
174 | #define MI_PS512K 0x00000004 /* 512K page size */ | ||
175 | #define MI_PS4K_16K 0x00000000 /* 4K or 16K page size */ | ||
176 | #define MI_SVALID 0x00000001 /* Segment entry is valid */ | ||
177 | /* Reset value is undefined */ | ||
178 | |||
179 | /* Real page number. Defined by the pte. Writing this register | ||
180 | * causes a TLB entry to be created for the instruction TLB, using | ||
181 | * additional information from the MI_EPN, and MI_TWC registers. | ||
182 | */ | ||
183 | #define SPRN_MI_RPN 790 | ||
184 | |||
185 | /* Define an RPN value for mapping kernel memory to large virtual | ||
186 | * pages for boot initialization. This has real page number of 0, | ||
187 | * large page size, shared page, cache enabled, and valid. | ||
188 | * Also mark all subpages valid and write access. | ||
189 | */ | ||
190 | #define MI_BOOTINIT 0x000001fd | ||
191 | |||
192 | #define SPRN_MD_CTR 792 /* Data TLB control register */ | ||
193 | #define MD_GPM 0x80000000 /* Set domain manager mode */ | ||
194 | #define MD_PPM 0x40000000 /* Set subpage protection */ | ||
195 | #define MD_CIDEF 0x20000000 /* Set cache inhibit when MMU dis */ | ||
196 | #define MD_WTDEF 0x10000000 /* Set writethrough when MMU dis */ | ||
197 | #define MD_RSV4I 0x08000000 /* Reserve 4 TLB entries */ | ||
198 | #define MD_TWAM 0x04000000 /* Use 4K page hardware assist */ | ||
199 | #define MD_PPCS 0x02000000 /* Use MI_RPN prob/priv state */ | ||
200 | #define MD_IDXMASK 0x00001f00 /* TLB index to be loaded */ | ||
201 | #define MD_RESETVAL 0x04000000 /* Value of register at reset */ | ||
202 | |||
203 | #define SPRN_M_CASID 793 /* Address space ID (context) to match */ | ||
204 | #define MC_ASIDMASK 0x0000000f /* Bits used for ASID value */ | ||
205 | |||
206 | |||
207 | /* These are the Ks and Kp from the PowerPC books. For proper operation, | ||
208 | * Ks = 0, Kp = 1. | ||
209 | */ | ||
210 | #define SPRN_MD_AP 794 | ||
211 | #define MD_Ks 0x80000000 /* Should not be set */ | ||
212 | #define MD_Kp 0x40000000 /* Should always be set */ | ||
213 | |||
214 | /* The effective page number register. When read, contains the information | ||
215 | * about the last instruction TLB miss. When MD_RPN is written, bits in | ||
216 | * this register are used to create the TLB entry. | ||
217 | */ | ||
218 | #define SPRN_MD_EPN 795 | ||
219 | #define MD_EPNMASK 0xfffff000 /* Effective page number for entry */ | ||
220 | #define MD_EVALID 0x00000200 /* Entry is valid */ | ||
221 | #define MD_ASIDMASK 0x0000000f /* ASID match value */ | ||
222 | /* Reset value is undefined */ | ||
223 | |||
224 | /* The pointer to the base address of the first level page table. | ||
225 | * During a software tablewalk, reading this register provides the address | ||
226 | * of the entry associated with MD_EPN. | ||
227 | */ | ||
228 | #define SPRN_M_TWB 796 | ||
229 | #define M_L1TB 0xfffff000 /* Level 1 table base address */ | ||
230 | #define M_L1INDX 0x00000ffc /* Level 1 index, when read */ | ||
231 | /* Reset value is undefined */ | ||
232 | |||
233 | /* A "level 1" or "segment" or whatever you want to call it register. | ||
234 | * For the data TLB, it contains bits that get loaded into the TLB entry | ||
235 | * when the MD_RPN is written. It is also provides the hardware assist | ||
236 | * for finding the PTE address during software tablewalk. | ||
237 | */ | ||
238 | #define SPRN_MD_TWC 797 | ||
239 | #define MD_L2TB 0xfffff000 /* Level 2 table base address */ | ||
240 | #define MD_L2INDX 0xfffffe00 /* Level 2 index (*pte), when read */ | ||
241 | #define MD_APG 0x000001e0 /* Access protection group (0) */ | ||
242 | #define MD_GUARDED 0x00000010 /* Guarded storage */ | ||
243 | #define MD_PSMASK 0x0000000c /* Mask of page size bits */ | ||
244 | #define MD_PS8MEG 0x0000000c /* 8M page size */ | ||
245 | #define MD_PS512K 0x00000004 /* 512K page size */ | ||
246 | #define MD_PS4K_16K 0x00000000 /* 4K or 16K page size */ | ||
247 | #define MD_WT 0x00000002 /* Use writethrough page attribute */ | ||
248 | #define MD_SVALID 0x00000001 /* Segment entry is valid */ | ||
249 | /* Reset value is undefined */ | ||
250 | |||
251 | |||
252 | /* Real page number. Defined by the pte. Writing this register | ||
253 | * causes a TLB entry to be created for the data TLB, using | ||
254 | * additional information from the MD_EPN, and MD_TWC registers. | ||
255 | */ | ||
256 | #define SPRN_MD_RPN 798 | ||
257 | |||
258 | /* This is a temporary storage register that could be used to save | ||
259 | * a processor working register during a tablewalk. | ||
260 | */ | ||
261 | #define SPRN_M_TW 799 | ||
262 | |||
263 | /* | ||
264 | * At present, all PowerPC 400-class processors share a similar TLB | ||
265 | * architecture. The instruction and data sides share a unified, | ||
266 | * 64-entry, fully-associative TLB which is maintained totally under | ||
267 | * software control. In addition, the instruction side has a | ||
268 | * hardware-managed, 4-entry, fully- associative TLB which serves as a | ||
269 | * first level to the shared TLB. These two TLBs are known as the UTLB | ||
270 | * and ITLB, respectively. | ||
271 | */ | ||
272 | |||
273 | #define PPC4XX_TLB_SIZE 64 | ||
274 | |||
275 | /* | ||
276 | * TLB entries are defined by a "high" tag portion and a "low" data | ||
277 | * portion. On all architectures, the data portion is 32-bits. | ||
278 | * | ||
279 | * TLB entries are managed entirely under software control by reading, | ||
280 | * writing, and searchoing using the 4xx-specific tlbre, tlbwr, and tlbsx | ||
281 | * instructions. | ||
282 | */ | ||
283 | |||
284 | #define TLB_LO 1 | ||
285 | #define TLB_HI 0 | ||
286 | |||
287 | #define TLB_DATA TLB_LO | ||
288 | #define TLB_TAG TLB_HI | ||
289 | |||
290 | /* Tag portion */ | ||
291 | |||
292 | #define TLB_EPN_MASK 0xFFFFFC00 /* Effective Page Number */ | ||
293 | #define TLB_PAGESZ_MASK 0x00000380 | ||
294 | #define TLB_PAGESZ(x) (((x) & 0x7) << 7) | ||
295 | #define PAGESZ_1K 0 | ||
296 | #define PAGESZ_4K 1 | ||
297 | #define PAGESZ_16K 2 | ||
298 | #define PAGESZ_64K 3 | ||
299 | #define PAGESZ_256K 4 | ||
300 | #define PAGESZ_1M 5 | ||
301 | #define PAGESZ_4M 6 | ||
302 | #define PAGESZ_16M 7 | ||
303 | #define TLB_VALID 0x00000040 /* Entry is valid */ | ||
304 | |||
305 | /* Data portion */ | ||
306 | |||
307 | #define TLB_RPN_MASK 0xFFFFFC00 /* Real Page Number */ | ||
308 | #define TLB_PERM_MASK 0x00000300 | ||
309 | #define TLB_EX 0x00000200 /* Instruction execution allowed */ | ||
310 | #define TLB_WR 0x00000100 /* Writes permitted */ | ||
311 | #define TLB_ZSEL_MASK 0x000000F0 | ||
312 | #define TLB_ZSEL(x) (((x) & 0xF) << 4) | ||
313 | #define TLB_ATTR_MASK 0x0000000F | ||
314 | #define TLB_W 0x00000008 /* Caching is write-through */ | ||
315 | #define TLB_I 0x00000004 /* Caching is inhibited */ | ||
316 | #define TLB_M 0x00000002 /* Memory is coherent */ | ||
317 | #define TLB_G 0x00000001 /* Memory is guarded from prefetch */ | ||
318 | |||
319 | /* | ||
320 | * PPC440 support | ||
321 | */ | ||
322 | #define PPC44x_MMUCR_TID 0x000000ff | ||
323 | #define PPC44x_MMUCR_STS 0x00010000 | ||
324 | |||
325 | #define PPC44x_TLB_PAGEID 0 | ||
326 | #define PPC44x_TLB_XLAT 1 | ||
327 | #define PPC44x_TLB_ATTRIB 2 | ||
328 | |||
329 | /* Page identification fields */ | ||
330 | #define PPC44x_TLB_EPN_MASK 0xfffffc00 /* Effective Page Number */ | ||
331 | #define PPC44x_TLB_VALID 0x00000200 /* Valid flag */ | ||
332 | #define PPC44x_TLB_TS 0x00000100 /* Translation address space */ | ||
333 | #define PPC44x_TLB_1K 0x00000000 /* Page sizes */ | ||
334 | #define PPC44x_TLB_4K 0x00000010 | ||
335 | #define PPC44x_TLB_16K 0x00000020 | ||
336 | #define PPC44x_TLB_64K 0x00000030 | ||
337 | #define PPC44x_TLB_256K 0x00000040 | ||
338 | #define PPC44x_TLB_1M 0x00000050 | ||
339 | #define PPC44x_TLB_16M 0x00000070 | ||
340 | #define PPC44x_TLB_256M 0x00000090 | ||
341 | |||
342 | /* Translation fields */ | ||
343 | #define PPC44x_TLB_RPN_MASK 0xfffffc00 /* Real Page Number */ | ||
344 | #define PPC44x_TLB_ERPN_MASK 0x0000000f | ||
345 | |||
346 | /* Storage attribute and access control fields */ | ||
347 | #define PPC44x_TLB_ATTR_MASK 0x0000ff80 | ||
348 | #define PPC44x_TLB_U0 0x00008000 /* User 0 */ | ||
349 | #define PPC44x_TLB_U1 0x00004000 /* User 1 */ | ||
350 | #define PPC44x_TLB_U2 0x00002000 /* User 2 */ | ||
351 | #define PPC44x_TLB_U3 0x00001000 /* User 3 */ | ||
352 | #define PPC44x_TLB_W 0x00000800 /* Caching is write-through */ | ||
353 | #define PPC44x_TLB_I 0x00000400 /* Caching is inhibited */ | ||
354 | #define PPC44x_TLB_M 0x00000200 /* Memory is coherent */ | ||
355 | #define PPC44x_TLB_G 0x00000100 /* Memory is guarded */ | ||
356 | #define PPC44x_TLB_E 0x00000080 /* Memory is guarded */ | ||
357 | |||
358 | #define PPC44x_TLB_PERM_MASK 0x0000003f | ||
359 | #define PPC44x_TLB_UX 0x00000020 /* User execution */ | ||
360 | #define PPC44x_TLB_UW 0x00000010 /* User write */ | ||
361 | #define PPC44x_TLB_UR 0x00000008 /* User read */ | ||
362 | #define PPC44x_TLB_SX 0x00000004 /* Super execution */ | ||
363 | #define PPC44x_TLB_SW 0x00000002 /* Super write */ | ||
364 | #define PPC44x_TLB_SR 0x00000001 /* Super read */ | ||
365 | |||
366 | /* Book-E defined page sizes */ | ||
367 | #define BOOKE_PAGESZ_1K 0 | ||
368 | #define BOOKE_PAGESZ_4K 1 | ||
369 | #define BOOKE_PAGESZ_16K 2 | ||
370 | #define BOOKE_PAGESZ_64K 3 | ||
371 | #define BOOKE_PAGESZ_256K 4 | ||
372 | #define BOOKE_PAGESZ_1M 5 | ||
373 | #define BOOKE_PAGESZ_4M 6 | ||
374 | #define BOOKE_PAGESZ_16M 7 | ||
375 | #define BOOKE_PAGESZ_64M 8 | ||
376 | #define BOOKE_PAGESZ_256M 9 | ||
377 | #define BOOKE_PAGESZ_1GB 10 | ||
378 | #define BOOKE_PAGESZ_4GB 11 | ||
379 | #define BOOKE_PAGESZ_16GB 12 | ||
380 | #define BOOKE_PAGESZ_64GB 13 | ||
381 | #define BOOKE_PAGESZ_256GB 14 | ||
382 | #define BOOKE_PAGESZ_1TB 15 | ||
383 | |||
384 | #ifndef CONFIG_SERIAL_TEXT_DEBUG | ||
385 | #define PPC44x_EARLY_TLBS 1 | ||
386 | #else | ||
387 | #define PPC44x_EARLY_TLBS 2 | ||
388 | #endif | ||
389 | |||
390 | /* | ||
391 | * Freescale Book-E MMU support | ||
392 | */ | ||
393 | |||
394 | #define MAS0_TLBSEL(x) ((x << 28) & 0x30000000) | ||
395 | #define MAS0_ESEL(x) ((x << 16) & 0x0FFF0000) | ||
396 | #define MAS0_NV(x) ((x) & 0x00000FFF) | ||
397 | |||
398 | #define MAS1_VALID 0x80000000 | ||
399 | #define MAS1_IPROT 0x40000000 | ||
400 | #define MAS1_TID(x) ((x << 16) & 0x3FFF0000) | ||
401 | #define MAS1_TS 0x00001000 | ||
402 | #define MAS1_TSIZE(x) ((x << 8) & 0x00000F00) | ||
403 | |||
404 | #define MAS2_EPN 0xFFFFF000 | ||
405 | #define MAS2_X0 0x00000040 | ||
406 | #define MAS2_X1 0x00000020 | ||
407 | #define MAS2_W 0x00000010 | ||
408 | #define MAS2_I 0x00000008 | ||
409 | #define MAS2_M 0x00000004 | ||
410 | #define MAS2_G 0x00000002 | ||
411 | #define MAS2_E 0x00000001 | ||
412 | |||
413 | #define MAS3_RPN 0xFFFFF000 | ||
414 | #define MAS3_U0 0x00000200 | ||
415 | #define MAS3_U1 0x00000100 | ||
416 | #define MAS3_U2 0x00000080 | ||
417 | #define MAS3_U3 0x00000040 | ||
418 | #define MAS3_UX 0x00000020 | ||
419 | #define MAS3_SX 0x00000010 | ||
420 | #define MAS3_UW 0x00000008 | ||
421 | #define MAS3_SW 0x00000004 | ||
422 | #define MAS3_UR 0x00000002 | ||
423 | #define MAS3_SR 0x00000001 | ||
424 | |||
425 | #define MAS4_TLBSELD(x) MAS0_TLBSEL(x) | ||
426 | #define MAS4_TIDDSEL 0x000F0000 | ||
427 | #define MAS4_TSIZED(x) MAS1_TSIZE(x) | ||
428 | #define MAS4_X0D 0x00000040 | ||
429 | #define MAS4_X1D 0x00000020 | ||
430 | #define MAS4_WD 0x00000010 | ||
431 | #define MAS4_ID 0x00000008 | ||
432 | #define MAS4_MD 0x00000004 | ||
433 | #define MAS4_GD 0x00000002 | ||
434 | #define MAS4_ED 0x00000001 | ||
435 | |||
436 | #define MAS6_SPID0 0x3FFF0000 | ||
437 | #define MAS6_SPID1 0x00007FFE | ||
438 | #define MAS6_SAS 0x00000001 | ||
439 | #define MAS6_SPID MAS6_SPID0 | ||
440 | |||
441 | #define MAS7_RPN 0xFFFFFFFF | ||
442 | |||
443 | #endif /* _PPC_MMU_H_ */ | ||
444 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/mmu_context.h b/include/asm-ppc/mmu_context.h deleted file mode 100644 index 9f097e25b169..000000000000 --- a/include/asm-ppc/mmu_context.h +++ /dev/null | |||
@@ -1,198 +0,0 @@ | |||
1 | #ifdef __KERNEL__ | ||
2 | #ifndef __PPC_MMU_CONTEXT_H | ||
3 | #define __PPC_MMU_CONTEXT_H | ||
4 | |||
5 | #include <linux/bitops.h> | ||
6 | |||
7 | #include <asm/atomic.h> | ||
8 | #include <asm/mmu.h> | ||
9 | #include <asm/cputable.h> | ||
10 | #include <asm-generic/mm_hooks.h> | ||
11 | |||
12 | /* | ||
13 | * On 32-bit PowerPC 6xx/7xx/7xxx CPUs, we use a set of 16 VSIDs | ||
14 | * (virtual segment identifiers) for each context. Although the | ||
15 | * hardware supports 24-bit VSIDs, and thus >1 million contexts, | ||
16 | * we only use 32,768 of them. That is ample, since there can be | ||
17 | * at most around 30,000 tasks in the system anyway, and it means | ||
18 | * that we can use a bitmap to indicate which contexts are in use. | ||
19 | * Using a bitmap means that we entirely avoid all of the problems | ||
20 | * that we used to have when the context number overflowed, | ||
21 | * particularly on SMP systems. | ||
22 | * -- paulus. | ||
23 | */ | ||
24 | |||
25 | /* | ||
26 | * This function defines the mapping from contexts to VSIDs (virtual | ||
27 | * segment IDs). We use a skew on both the context and the high 4 bits | ||
28 | * of the 32-bit virtual address (the "effective segment ID") in order | ||
29 | * to spread out the entries in the MMU hash table. Note, if this | ||
30 | * function is changed then arch/ppc/mm/hashtable.S will have to be | ||
31 | * changed to correspond. | ||
32 | */ | ||
33 | #define CTX_TO_VSID(ctx, va) (((ctx) * (897 * 16) + ((va) >> 28) * 0x111) \ | ||
34 | & 0xffffff) | ||
35 | |||
36 | /* | ||
37 | The MPC8xx has only 16 contexts. We rotate through them on each | ||
38 | task switch. A better way would be to keep track of tasks that | ||
39 | own contexts, and implement an LRU usage. That way very active | ||
40 | tasks don't always have to pay the TLB reload overhead. The | ||
41 | kernel pages are mapped shared, so the kernel can run on behalf | ||
42 | of any task that makes a kernel entry. Shared does not mean they | ||
43 | are not protected, just that the ASID comparison is not performed. | ||
44 | -- Dan | ||
45 | |||
46 | The IBM4xx has 256 contexts, so we can just rotate through these | ||
47 | as a way of "switching" contexts. If the TID of the TLB is zero, | ||
48 | the PID/TID comparison is disabled, so we can use a TID of zero | ||
49 | to represent all kernel pages as shared among all contexts. | ||
50 | -- Dan | ||
51 | */ | ||
52 | |||
53 | static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) | ||
54 | { | ||
55 | } | ||
56 | |||
57 | #ifdef CONFIG_8xx | ||
58 | #define NO_CONTEXT 16 | ||
59 | #define LAST_CONTEXT 15 | ||
60 | #define FIRST_CONTEXT 0 | ||
61 | |||
62 | #elif defined(CONFIG_4xx) | ||
63 | #define NO_CONTEXT 256 | ||
64 | #define LAST_CONTEXT 255 | ||
65 | #define FIRST_CONTEXT 1 | ||
66 | |||
67 | #else | ||
68 | |||
69 | /* PPC 6xx, 7xx CPUs */ | ||
70 | #define NO_CONTEXT ((unsigned long) -1) | ||
71 | #define LAST_CONTEXT 32767 | ||
72 | #define FIRST_CONTEXT 1 | ||
73 | #endif | ||
74 | |||
75 | /* | ||
76 | * Set the current MMU context. | ||
77 | * On 32-bit PowerPCs (other than the 8xx embedded chips), this is done by | ||
78 | * loading up the segment registers for the user part of the address space. | ||
79 | * | ||
80 | * Since the PGD is immediately available, it is much faster to simply | ||
81 | * pass this along as a second parameter, which is required for 8xx and | ||
82 | * can be used for debugging on all processors (if you happen to have | ||
83 | * an Abatron). | ||
84 | */ | ||
85 | extern void set_context(unsigned long contextid, pgd_t *pgd); | ||
86 | |||
87 | /* | ||
88 | * Bitmap of contexts in use. | ||
89 | * The size of this bitmap is LAST_CONTEXT + 1 bits. | ||
90 | */ | ||
91 | extern unsigned long context_map[]; | ||
92 | |||
93 | /* | ||
94 | * This caches the next context number that we expect to be free. | ||
95 | * Its use is an optimization only, we can't rely on this context | ||
96 | * number to be free, but it usually will be. | ||
97 | */ | ||
98 | extern unsigned long next_mmu_context; | ||
99 | |||
100 | /* | ||
101 | * If we don't have sufficient contexts to give one to every task | ||
102 | * that could be in the system, we need to be able to steal contexts. | ||
103 | * These variables support that. | ||
104 | */ | ||
105 | #if LAST_CONTEXT < 30000 | ||
106 | #define FEW_CONTEXTS 1 | ||
107 | extern atomic_t nr_free_contexts; | ||
108 | extern struct mm_struct *context_mm[LAST_CONTEXT+1]; | ||
109 | extern void steal_context(void); | ||
110 | #endif | ||
111 | |||
112 | /* | ||
113 | * Get a new mmu context for the address space described by `mm'. | ||
114 | */ | ||
115 | static inline void get_mmu_context(struct mm_struct *mm) | ||
116 | { | ||
117 | unsigned long ctx; | ||
118 | |||
119 | if (mm->context.id != NO_CONTEXT) | ||
120 | return; | ||
121 | #ifdef FEW_CONTEXTS | ||
122 | while (atomic_dec_if_positive(&nr_free_contexts) < 0) | ||
123 | steal_context(); | ||
124 | #endif | ||
125 | ctx = next_mmu_context; | ||
126 | while (test_and_set_bit(ctx, context_map)) { | ||
127 | ctx = find_next_zero_bit(context_map, LAST_CONTEXT+1, ctx); | ||
128 | if (ctx > LAST_CONTEXT) | ||
129 | ctx = 0; | ||
130 | } | ||
131 | next_mmu_context = (ctx + 1) & LAST_CONTEXT; | ||
132 | mm->context.id = ctx; | ||
133 | #ifdef FEW_CONTEXTS | ||
134 | context_mm[ctx] = mm; | ||
135 | #endif | ||
136 | } | ||
137 | |||
138 | /* | ||
139 | * Set up the context for a new address space. | ||
140 | */ | ||
141 | static inline int init_new_context(struct task_struct *t, struct mm_struct *mm) | ||
142 | { | ||
143 | mm->context.id = NO_CONTEXT; | ||
144 | mm->context.vdso_base = 0; | ||
145 | return 0; | ||
146 | } | ||
147 | |||
148 | /* | ||
149 | * We're finished using the context for an address space. | ||
150 | */ | ||
151 | static inline void destroy_context(struct mm_struct *mm) | ||
152 | { | ||
153 | preempt_disable(); | ||
154 | if (mm->context.id != NO_CONTEXT) { | ||
155 | clear_bit(mm->context.id, context_map); | ||
156 | mm->context.id = NO_CONTEXT; | ||
157 | #ifdef FEW_CONTEXTS | ||
158 | atomic_inc(&nr_free_contexts); | ||
159 | #endif | ||
160 | } | ||
161 | preempt_enable(); | ||
162 | } | ||
163 | |||
164 | static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, | ||
165 | struct task_struct *tsk) | ||
166 | { | ||
167 | #ifdef CONFIG_ALTIVEC | ||
168 | if (cpu_has_feature(CPU_FTR_ALTIVEC)) | ||
169 | asm volatile ("dssall;\n" | ||
170 | #ifndef CONFIG_POWER4 | ||
171 | "sync;\n" /* G4 needs a sync here, G5 apparently not */ | ||
172 | #endif | ||
173 | : : ); | ||
174 | #endif /* CONFIG_ALTIVEC */ | ||
175 | |||
176 | tsk->thread.pgdir = next->pgd; | ||
177 | |||
178 | /* No need to flush userspace segments if the mm doesnt change */ | ||
179 | if (prev == next) | ||
180 | return; | ||
181 | |||
182 | /* Setup new userspace context */ | ||
183 | get_mmu_context(next); | ||
184 | set_context(next->context.id, next->pgd); | ||
185 | } | ||
186 | |||
187 | #define deactivate_mm(tsk,mm) do { } while (0) | ||
188 | |||
189 | /* | ||
190 | * After we have set current->mm to a new value, this activates | ||
191 | * the context for the new mm so we see the new mappings. | ||
192 | */ | ||
193 | #define activate_mm(active_mm, mm) switch_mm(active_mm, mm, current) | ||
194 | |||
195 | extern void mmu_context_init(void); | ||
196 | |||
197 | #endif /* __PPC_MMU_CONTEXT_H */ | ||
198 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/mpc10x.h b/include/asm-ppc/mpc10x.h deleted file mode 100644 index b30a6a3b5bd2..000000000000 --- a/include/asm-ppc/mpc10x.h +++ /dev/null | |||
@@ -1,180 +0,0 @@ | |||
1 | /* | ||
2 | * Common routines for the Motorola SPS MPC106/8240/107 Host bridge/Mem | ||
3 | * ctlr/EPIC/etc. | ||
4 | * | ||
5 | * Author: Mark A. Greer | ||
6 | * mgreer@mvista.com | ||
7 | * | ||
8 | * 2001 (c) MontaVista, Software, Inc. This file is licensed under | ||
9 | * the terms of the GNU General Public License version 2. This program | ||
10 | * is licensed "as is" without any warranty of any kind, whether express | ||
11 | * or implied. | ||
12 | */ | ||
13 | #ifndef __PPC_KERNEL_MPC10X_H | ||
14 | #define __PPC_KERNEL_MPC10X_H | ||
15 | |||
16 | #include <linux/pci_ids.h> | ||
17 | #include <asm/pci-bridge.h> | ||
18 | |||
19 | /* | ||
20 | * The values here don't completely map everything but should work in most | ||
21 | * cases. | ||
22 | * | ||
23 | * MAP A (PReP Map) | ||
24 | * Processor: 0x80000000 - 0x807fffff -> PCI I/O: 0x00000000 - 0x007fffff | ||
25 | * Processor: 0xc0000000 - 0xdfffffff -> PCI MEM: 0x00000000 - 0x1fffffff | ||
26 | * PCI MEM: 0x80000000 -> Processor System Memory: 0x00000000 | ||
27 | * EUMB mapped to: ioremap_base - 0x00100000 (ioremap_base - 1 MB) | ||
28 | * | ||
29 | * MAP B (CHRP Map) | ||
30 | * Processor: 0xfe000000 - 0xfebfffff -> PCI I/O: 0x00000000 - 0x00bfffff | ||
31 | * Processor: 0x80000000 - 0xbfffffff -> PCI MEM: 0x80000000 - 0xbfffffff | ||
32 | * PCI MEM: 0x00000000 -> Processor System Memory: 0x00000000 | ||
33 | * EUMB mapped to: ioremap_base - 0x00100000 (ioremap_base - 1 MB) | ||
34 | */ | ||
35 | |||
36 | /* | ||
37 | * Define the vendor/device IDs for the various bridges--should be added to | ||
38 | * <linux/pci_ids.h> | ||
39 | */ | ||
40 | #define MPC10X_BRIDGE_106 ((PCI_DEVICE_ID_MOTOROLA_MPC106 << 16) | \ | ||
41 | PCI_VENDOR_ID_MOTOROLA) | ||
42 | #define MPC10X_BRIDGE_8240 ((0x0003 << 16) | PCI_VENDOR_ID_MOTOROLA) | ||
43 | #define MPC10X_BRIDGE_107 ((0x0004 << 16) | PCI_VENDOR_ID_MOTOROLA) | ||
44 | #define MPC10X_BRIDGE_8245 ((0x0006 << 16) | PCI_VENDOR_ID_MOTOROLA) | ||
45 | |||
46 | /* Define the type of map to use */ | ||
47 | #define MPC10X_MEM_MAP_A 1 | ||
48 | #define MPC10X_MEM_MAP_B 2 | ||
49 | |||
50 | /* Map A (PReP Map) Defines */ | ||
51 | #define MPC10X_MAPA_CNFG_ADDR 0x80000cf8 | ||
52 | #define MPC10X_MAPA_CNFG_DATA 0x80000cfc | ||
53 | |||
54 | #define MPC10X_MAPA_ISA_IO_BASE 0x80000000 | ||
55 | #define MPC10X_MAPA_ISA_MEM_BASE 0xc0000000 | ||
56 | #define MPC10X_MAPA_DRAM_OFFSET 0x80000000 | ||
57 | |||
58 | #define MPC10X_MAPA_PCI_INTACK_ADDR 0xbffffff0 | ||
59 | #define MPC10X_MAPA_PCI_IO_START 0x00000000 | ||
60 | #define MPC10X_MAPA_PCI_IO_END (0x00800000 - 1) | ||
61 | #define MPC10X_MAPA_PCI_MEM_START 0x00000000 | ||
62 | #define MPC10X_MAPA_PCI_MEM_END (0x20000000 - 1) | ||
63 | |||
64 | #define MPC10X_MAPA_PCI_MEM_OFFSET (MPC10X_MAPA_ISA_MEM_BASE - \ | ||
65 | MPC10X_MAPA_PCI_MEM_START) | ||
66 | |||
67 | /* Map B (CHRP Map) Defines */ | ||
68 | #define MPC10X_MAPB_CNFG_ADDR 0xfec00000 | ||
69 | #define MPC10X_MAPB_CNFG_DATA 0xfee00000 | ||
70 | |||
71 | #define MPC10X_MAPB_ISA_IO_BASE 0xfe000000 | ||
72 | #define MPC10X_MAPB_ISA_MEM_BASE 0x80000000 | ||
73 | #define MPC10X_MAPB_DRAM_OFFSET 0x00000000 | ||
74 | |||
75 | #define MPC10X_MAPB_PCI_INTACK_ADDR 0xfef00000 | ||
76 | #define MPC10X_MAPB_PCI_IO_START 0x00000000 | ||
77 | #define MPC10X_MAPB_PCI_IO_END (0x00c00000 - 1) | ||
78 | #define MPC10X_MAPB_PCI_MEM_START 0x80000000 | ||
79 | #define MPC10X_MAPB_PCI_MEM_END (0xc0000000 - 1) | ||
80 | |||
81 | #define MPC10X_MAPB_PCI_MEM_OFFSET (MPC10X_MAPB_ISA_MEM_BASE - \ | ||
82 | MPC10X_MAPB_PCI_MEM_START) | ||
83 | |||
84 | /* Set hose members to values appropriate for the mem map used */ | ||
85 | #define MPC10X_SETUP_HOSE(hose, map) { \ | ||
86 | (hose)->pci_mem_offset = MPC10X_MAP##map##_PCI_MEM_OFFSET; \ | ||
87 | (hose)->io_space.start = MPC10X_MAP##map##_PCI_IO_START; \ | ||
88 | (hose)->io_space.end = MPC10X_MAP##map##_PCI_IO_END; \ | ||
89 | (hose)->mem_space.start = MPC10X_MAP##map##_PCI_MEM_START; \ | ||
90 | (hose)->mem_space.end = MPC10X_MAP##map##_PCI_MEM_END; \ | ||
91 | (hose)->io_base_virt = (void *)MPC10X_MAP##map##_ISA_IO_BASE; \ | ||
92 | } | ||
93 | |||
94 | |||
95 | /* Miscellaneous Configuration register offsets */ | ||
96 | #define MPC10X_CFG_PIR_REG 0x09 | ||
97 | #define MPC10X_CFG_PIR_HOST_BRIDGE 0x00 | ||
98 | #define MPC10X_CFG_PIR_AGENT 0x01 | ||
99 | |||
100 | #define MPC10X_CFG_EUMBBAR 0x78 | ||
101 | |||
102 | #define MPC10X_CFG_PICR1_REG 0xa8 | ||
103 | #define MPC10X_CFG_PICR1_ADDR_MAP_MASK 0x00010000 | ||
104 | #define MPC10X_CFG_PICR1_ADDR_MAP_A 0x00010000 | ||
105 | #define MPC10X_CFG_PICR1_ADDR_MAP_B 0x00000000 | ||
106 | #define MPC10X_CFG_PICR1_SPEC_PCI_RD 0x00000004 | ||
107 | #define MPC10X_CFG_PICR1_ST_GATH_EN 0x00000040 | ||
108 | |||
109 | #define MPC10X_CFG_PICR2_REG 0xac | ||
110 | #define MPC10X_CFG_PICR2_COPYBACK_OPT 0x00000001 | ||
111 | |||
112 | #define MPC10X_CFG_MAPB_OPTIONS_REG 0xe0 | ||
113 | #define MPC10X_CFG_MAPB_OPTIONS_CFAE 0x80 /* CPU_FD_ALIAS_EN */ | ||
114 | #define MPC10X_CFG_MAPB_OPTIONS_PFAE 0x40 /* PCI_FD_ALIAS_EN */ | ||
115 | #define MPC10X_CFG_MAPB_OPTIONS_DR 0x20 /* DLL_RESET */ | ||
116 | #define MPC10X_CFG_MAPB_OPTIONS_PCICH 0x08 /* PCI_COMPATIBILITY_HOLE */ | ||
117 | #define MPC10X_CFG_MAPB_OPTIONS_PROCCH 0x04 /* PROC_COMPATIBILITY_HOLE */ | ||
118 | |||
119 | /* Define offsets for the memory controller registers in the config space */ | ||
120 | #define MPC10X_MCTLR_MEM_START_1 0x80 /* Banks 0-3 */ | ||
121 | #define MPC10X_MCTLR_MEM_START_2 0x84 /* Banks 4-7 */ | ||
122 | #define MPC10X_MCTLR_EXT_MEM_START_1 0x88 /* Banks 0-3 */ | ||
123 | #define MPC10X_MCTLR_EXT_MEM_START_2 0x8c /* Banks 4-7 */ | ||
124 | |||
125 | #define MPC10X_MCTLR_MEM_END_1 0x90 /* Banks 0-3 */ | ||
126 | #define MPC10X_MCTLR_MEM_END_2 0x94 /* Banks 4-7 */ | ||
127 | #define MPC10X_MCTLR_EXT_MEM_END_1 0x98 /* Banks 0-3 */ | ||
128 | #define MPC10X_MCTLR_EXT_MEM_END_2 0x9c /* Banks 4-7 */ | ||
129 | |||
130 | #define MPC10X_MCTLR_MEM_BANK_ENABLES 0xa0 | ||
131 | |||
132 | /* Define some offset in the EUMB */ | ||
133 | #define MPC10X_EUMB_SIZE 0x00100000 /* Total EUMB size (1MB) */ | ||
134 | |||
135 | #define MPC10X_EUMB_MU_OFFSET 0x00000000 /* Msg Unit reg offset */ | ||
136 | #define MPC10X_EUMB_MU_SIZE 0x00001000 /* Msg Unit reg size */ | ||
137 | #define MPC10X_EUMB_DMA_OFFSET 0x00001000 /* DMA Unit reg offset */ | ||
138 | #define MPC10X_EUMB_DMA_SIZE 0x00001000 /* DMA Unit reg size */ | ||
139 | #define MPC10X_EUMB_ATU_OFFSET 0x00002000 /* Addr xlate reg offset */ | ||
140 | #define MPC10X_EUMB_ATU_SIZE 0x00001000 /* Addr xlate reg size */ | ||
141 | #define MPC10X_EUMB_I2C_OFFSET 0x00003000 /* I2C Unit reg offset */ | ||
142 | #define MPC10X_EUMB_I2C_SIZE 0x00001000 /* I2C Unit reg size */ | ||
143 | #define MPC10X_EUMB_DUART_OFFSET 0x00004000 /* DUART Unit reg offset (8245) */ | ||
144 | #define MPC10X_EUMB_DUART_SIZE 0x00001000 /* DUART Unit reg size (8245) */ | ||
145 | #define MPC10X_EUMB_EPIC_OFFSET 0x00040000 /* EPIC offset in EUMB */ | ||
146 | #define MPC10X_EUMB_EPIC_SIZE 0x00030000 /* EPIC size */ | ||
147 | #define MPC10X_EUMB_PM_OFFSET 0x000fe000 /* Performance Monitor reg offset (8245) */ | ||
148 | #define MPC10X_EUMB_PM_SIZE 0x00001000 /* Performance Monitor reg size (8245) */ | ||
149 | #define MPC10X_EUMB_WP_OFFSET 0x000ff000 /* Data path diagnostic, watchpoint reg offset */ | ||
150 | #define MPC10X_EUMB_WP_SIZE 0x00001000 /* Data path diagnostic, watchpoint reg size */ | ||
151 | |||
152 | /* | ||
153 | * Define some recommended places to put the EUMB regs. | ||
154 | * For both maps, recommend putting the EUMB from 0xeff00000 to 0xefffffff. | ||
155 | */ | ||
156 | extern unsigned long ioremap_base; | ||
157 | #define MPC10X_MAPA_EUMB_BASE (ioremap_base - MPC10X_EUMB_SIZE) | ||
158 | #define MPC10X_MAPB_EUMB_BASE MPC10X_MAPA_EUMB_BASE | ||
159 | |||
160 | enum ppc_sys_devices { | ||
161 | MPC10X_IIC1, | ||
162 | MPC10X_DMA0, | ||
163 | MPC10X_DMA1, | ||
164 | MPC10X_UART0, | ||
165 | MPC10X_UART1, | ||
166 | NUM_PPC_SYS_DEVS, | ||
167 | }; | ||
168 | |||
169 | int mpc10x_bridge_init(struct pci_controller *hose, | ||
170 | uint current_map, | ||
171 | uint new_map, | ||
172 | uint phys_eumb_base); | ||
173 | unsigned long mpc10x_get_mem_size(uint mem_map); | ||
174 | int mpc10x_enable_store_gathering(struct pci_controller *hose); | ||
175 | int mpc10x_disable_store_gathering(struct pci_controller *hose); | ||
176 | |||
177 | /* For MPC107 boards that use the built-in openpic */ | ||
178 | void mpc10x_set_openpic(void); | ||
179 | |||
180 | #endif /* __PPC_KERNEL_MPC10X_H */ | ||
diff --git a/include/asm-ppc/mpc52xx.h b/include/asm-ppc/mpc52xx.h deleted file mode 100644 index d9d21aa68ba3..000000000000 --- a/include/asm-ppc/mpc52xx.h +++ /dev/null | |||
@@ -1,450 +0,0 @@ | |||
1 | /* | ||
2 | * include/asm-ppc/mpc52xx.h | ||
3 | * | ||
4 | * Prototypes, etc. for the Freescale MPC52xx embedded cpu chips | ||
5 | * May need to be cleaned as the port goes on ... | ||
6 | * | ||
7 | * | ||
8 | * Maintainer : Sylvain Munaut <tnt@246tNt.com> | ||
9 | * | ||
10 | * Originally written by Dale Farnsworth <dfarnsworth@mvista.com> | ||
11 | * for the 2.4 kernel. | ||
12 | * | ||
13 | * Copyright (C) 2004-2005 Sylvain Munaut <tnt@246tNt.com> | ||
14 | * Copyright (C) 2003 MontaVista, Software, Inc. | ||
15 | * | ||
16 | * This file is licensed under the terms of the GNU General Public License | ||
17 | * version 2. This program is licensed "as is" without any warranty of any | ||
18 | * kind, whether express or implied. | ||
19 | */ | ||
20 | |||
21 | #ifndef __ASM_MPC52xx_H__ | ||
22 | #define __ASM_MPC52xx_H__ | ||
23 | |||
24 | #ifndef __ASSEMBLY__ | ||
25 | #include <asm/ppcboot.h> | ||
26 | #include <asm/types.h> | ||
27 | |||
28 | struct pt_regs; | ||
29 | #endif /* __ASSEMBLY__ */ | ||
30 | |||
31 | |||
32 | /* ======================================================================== */ | ||
33 | /* PPC Sys devices definition */ | ||
34 | /* ======================================================================== */ | ||
35 | |||
36 | enum ppc_sys_devices { | ||
37 | MPC52xx_MSCAN1, | ||
38 | MPC52xx_MSCAN2, | ||
39 | MPC52xx_SPI, | ||
40 | MPC52xx_USB, | ||
41 | MPC52xx_BDLC, | ||
42 | MPC52xx_PSC1, | ||
43 | MPC52xx_PSC2, | ||
44 | MPC52xx_PSC3, | ||
45 | MPC52xx_PSC4, | ||
46 | MPC52xx_PSC5, | ||
47 | MPC52xx_PSC6, | ||
48 | MPC52xx_FEC, | ||
49 | MPC52xx_ATA, | ||
50 | MPC52xx_I2C1, | ||
51 | MPC52xx_I2C2, | ||
52 | NUM_PPC_SYS_DEVS, | ||
53 | }; | ||
54 | |||
55 | |||
56 | /* ======================================================================== */ | ||
57 | /* Main registers/struct addresses */ | ||
58 | /* ======================================================================== */ | ||
59 | |||
60 | /* MBAR position */ | ||
61 | #define MPC52xx_MBAR 0xf0000000 /* Phys address */ | ||
62 | #define MPC52xx_MBAR_VIRT 0xf0000000 /* Virt address */ | ||
63 | #define MPC52xx_MBAR_SIZE 0x00010000 | ||
64 | |||
65 | #define MPC52xx_PA(x) ((phys_addr_t)(MPC52xx_MBAR + (x))) | ||
66 | #define MPC52xx_VA(x) ((void __iomem *)(MPC52xx_MBAR_VIRT + (x))) | ||
67 | |||
68 | /* Registers zone offset/size */ | ||
69 | #define MPC52xx_MMAP_CTL_OFFSET 0x0000 | ||
70 | #define MPC52xx_MMAP_CTL_SIZE 0x068 | ||
71 | #define MPC52xx_SDRAM_OFFSET 0x0100 | ||
72 | #define MPC52xx_SDRAM_SIZE 0x010 | ||
73 | #define MPC52xx_CDM_OFFSET 0x0200 | ||
74 | #define MPC52xx_CDM_SIZE 0x038 | ||
75 | #define MPC52xx_INTR_OFFSET 0x0500 | ||
76 | #define MPC52xx_INTR_SIZE 0x04c | ||
77 | #define MPC52xx_GPTx_OFFSET(x) (0x0600 + ((x)<<4)) | ||
78 | #define MPC52xx_GPT_SIZE 0x010 | ||
79 | #define MPC52xx_RTC_OFFSET 0x0800 | ||
80 | #define MPC52xx_RTC_SIZE 0x024 | ||
81 | #define MPC52xx_GPIO_OFFSET 0x0b00 | ||
82 | #define MPC52xx_GPIO_SIZE 0x040 | ||
83 | #define MPC52xx_GPIO_WKUP_OFFSET 0x0c00 | ||
84 | #define MPC52xx_GPIO_WKUP_SIZE 0x028 | ||
85 | #define MPC52xx_PCI_OFFSET 0x0d00 | ||
86 | #define MPC52xx_PCI_SIZE 0x100 | ||
87 | #define MPC52xx_SDMA_OFFSET 0x1200 | ||
88 | #define MPC52xx_SDMA_SIZE 0x100 | ||
89 | #define MPC52xx_XLB_OFFSET 0x1f00 | ||
90 | #define MPC52xx_XLB_SIZE 0x100 | ||
91 | #define MPC52xx_PSCx_OFFSET(x) (((x)!=6)?(0x1e00+((x)<<9)):0x2c00) | ||
92 | #define MPC52xx_PSC_SIZE 0x0a0 | ||
93 | |||
94 | /* SRAM used for SDMA */ | ||
95 | #define MPC52xx_SRAM_OFFSET 0x8000 | ||
96 | #define MPC52xx_SRAM_SIZE 0x4000 | ||
97 | |||
98 | |||
99 | /* ======================================================================== */ | ||
100 | /* IRQ mapping */ | ||
101 | /* ======================================================================== */ | ||
102 | /* Be sure to look at mpc52xx_pic.h if you wish for whatever reason to change | ||
103 | * this | ||
104 | */ | ||
105 | |||
106 | #define MPC52xx_CRIT_IRQ_NUM 4 | ||
107 | #define MPC52xx_MAIN_IRQ_NUM 17 | ||
108 | #define MPC52xx_SDMA_IRQ_NUM 17 | ||
109 | #define MPC52xx_PERP_IRQ_NUM 23 | ||
110 | |||
111 | #define MPC52xx_CRIT_IRQ_BASE 1 | ||
112 | #define MPC52xx_MAIN_IRQ_BASE (MPC52xx_CRIT_IRQ_BASE + MPC52xx_CRIT_IRQ_NUM) | ||
113 | #define MPC52xx_SDMA_IRQ_BASE (MPC52xx_MAIN_IRQ_BASE + MPC52xx_MAIN_IRQ_NUM) | ||
114 | #define MPC52xx_PERP_IRQ_BASE (MPC52xx_SDMA_IRQ_BASE + MPC52xx_SDMA_IRQ_NUM) | ||
115 | |||
116 | #define MPC52xx_IRQ0 (MPC52xx_CRIT_IRQ_BASE + 0) | ||
117 | #define MPC52xx_SLICE_TIMER_0_IRQ (MPC52xx_CRIT_IRQ_BASE + 1) | ||
118 | #define MPC52xx_HI_INT_IRQ (MPC52xx_CRIT_IRQ_BASE + 2) | ||
119 | #define MPC52xx_CCS_IRQ (MPC52xx_CRIT_IRQ_BASE + 3) | ||
120 | |||
121 | #define MPC52xx_IRQ1 (MPC52xx_MAIN_IRQ_BASE + 1) | ||
122 | #define MPC52xx_IRQ2 (MPC52xx_MAIN_IRQ_BASE + 2) | ||
123 | #define MPC52xx_IRQ3 (MPC52xx_MAIN_IRQ_BASE + 3) | ||
124 | |||
125 | #define MPC52xx_SDMA_IRQ (MPC52xx_PERP_IRQ_BASE + 0) | ||
126 | #define MPC52xx_PSC1_IRQ (MPC52xx_PERP_IRQ_BASE + 1) | ||
127 | #define MPC52xx_PSC2_IRQ (MPC52xx_PERP_IRQ_BASE + 2) | ||
128 | #define MPC52xx_PSC3_IRQ (MPC52xx_PERP_IRQ_BASE + 3) | ||
129 | #define MPC52xx_PSC6_IRQ (MPC52xx_PERP_IRQ_BASE + 4) | ||
130 | #define MPC52xx_IRDA_IRQ (MPC52xx_PERP_IRQ_BASE + 4) | ||
131 | #define MPC52xx_FEC_IRQ (MPC52xx_PERP_IRQ_BASE + 5) | ||
132 | #define MPC52xx_USB_IRQ (MPC52xx_PERP_IRQ_BASE + 6) | ||
133 | #define MPC52xx_ATA_IRQ (MPC52xx_PERP_IRQ_BASE + 7) | ||
134 | #define MPC52xx_PCI_CNTRL_IRQ (MPC52xx_PERP_IRQ_BASE + 8) | ||
135 | #define MPC52xx_PCI_SCIRX_IRQ (MPC52xx_PERP_IRQ_BASE + 9) | ||
136 | #define MPC52xx_PCI_SCITX_IRQ (MPC52xx_PERP_IRQ_BASE + 10) | ||
137 | #define MPC52xx_PSC4_IRQ (MPC52xx_PERP_IRQ_BASE + 11) | ||
138 | #define MPC52xx_PSC5_IRQ (MPC52xx_PERP_IRQ_BASE + 12) | ||
139 | #define MPC52xx_SPI_MODF_IRQ (MPC52xx_PERP_IRQ_BASE + 13) | ||
140 | #define MPC52xx_SPI_SPIF_IRQ (MPC52xx_PERP_IRQ_BASE + 14) | ||
141 | #define MPC52xx_I2C1_IRQ (MPC52xx_PERP_IRQ_BASE + 15) | ||
142 | #define MPC52xx_I2C2_IRQ (MPC52xx_PERP_IRQ_BASE + 16) | ||
143 | #define MPC52xx_MSCAN1_IRQ (MPC52xx_PERP_IRQ_BASE + 17) | ||
144 | #define MPC52xx_MSCAN2_IRQ (MPC52xx_PERP_IRQ_BASE + 18) | ||
145 | #define MPC52xx_IR_RX_IRQ (MPC52xx_PERP_IRQ_BASE + 19) | ||
146 | #define MPC52xx_IR_TX_IRQ (MPC52xx_PERP_IRQ_BASE + 20) | ||
147 | #define MPC52xx_XLB_ARB_IRQ (MPC52xx_PERP_IRQ_BASE + 21) | ||
148 | #define MPC52xx_BDLC_IRQ (MPC52xx_PERP_IRQ_BASE + 22) | ||
149 | |||
150 | |||
151 | |||
152 | /* ======================================================================== */ | ||
153 | /* Structures mapping of some unit register set */ | ||
154 | /* ======================================================================== */ | ||
155 | |||
156 | #ifndef __ASSEMBLY__ | ||
157 | |||
158 | /* Memory Mapping Control */ | ||
159 | struct mpc52xx_mmap_ctl { | ||
160 | u32 mbar; /* MMAP_CTRL + 0x00 */ | ||
161 | |||
162 | u32 cs0_start; /* MMAP_CTRL + 0x04 */ | ||
163 | u32 cs0_stop; /* MMAP_CTRL + 0x08 */ | ||
164 | u32 cs1_start; /* MMAP_CTRL + 0x0c */ | ||
165 | u32 cs1_stop; /* MMAP_CTRL + 0x10 */ | ||
166 | u32 cs2_start; /* MMAP_CTRL + 0x14 */ | ||
167 | u32 cs2_stop; /* MMAP_CTRL + 0x18 */ | ||
168 | u32 cs3_start; /* MMAP_CTRL + 0x1c */ | ||
169 | u32 cs3_stop; /* MMAP_CTRL + 0x20 */ | ||
170 | u32 cs4_start; /* MMAP_CTRL + 0x24 */ | ||
171 | u32 cs4_stop; /* MMAP_CTRL + 0x28 */ | ||
172 | u32 cs5_start; /* MMAP_CTRL + 0x2c */ | ||
173 | u32 cs5_stop; /* MMAP_CTRL + 0x30 */ | ||
174 | |||
175 | u32 sdram0; /* MMAP_CTRL + 0x34 */ | ||
176 | u32 sdram1; /* MMAP_CTRL + 0X38 */ | ||
177 | |||
178 | u32 reserved[4]; /* MMAP_CTRL + 0x3c .. 0x48 */ | ||
179 | |||
180 | u32 boot_start; /* MMAP_CTRL + 0x4c */ | ||
181 | u32 boot_stop; /* MMAP_CTRL + 0x50 */ | ||
182 | |||
183 | u32 ipbi_ws_ctrl; /* MMAP_CTRL + 0x54 */ | ||
184 | |||
185 | u32 cs6_start; /* MMAP_CTRL + 0x58 */ | ||
186 | u32 cs6_stop; /* MMAP_CTRL + 0x5c */ | ||
187 | u32 cs7_start; /* MMAP_CTRL + 0x60 */ | ||
188 | u32 cs7_stop; /* MMAP_CTRL + 0x64 */ | ||
189 | }; | ||
190 | |||
191 | /* SDRAM control */ | ||
192 | struct mpc52xx_sdram { | ||
193 | u32 mode; /* SDRAM + 0x00 */ | ||
194 | u32 ctrl; /* SDRAM + 0x04 */ | ||
195 | u32 config1; /* SDRAM + 0x08 */ | ||
196 | u32 config2; /* SDRAM + 0x0c */ | ||
197 | }; | ||
198 | |||
199 | /* Interrupt controller */ | ||
200 | struct mpc52xx_intr { | ||
201 | u32 per_mask; /* INTR + 0x00 */ | ||
202 | u32 per_pri1; /* INTR + 0x04 */ | ||
203 | u32 per_pri2; /* INTR + 0x08 */ | ||
204 | u32 per_pri3; /* INTR + 0x0c */ | ||
205 | u32 ctrl; /* INTR + 0x10 */ | ||
206 | u32 main_mask; /* INTR + 0x14 */ | ||
207 | u32 main_pri1; /* INTR + 0x18 */ | ||
208 | u32 main_pri2; /* INTR + 0x1c */ | ||
209 | u32 reserved1; /* INTR + 0x20 */ | ||
210 | u32 enc_status; /* INTR + 0x24 */ | ||
211 | u32 crit_status; /* INTR + 0x28 */ | ||
212 | u32 main_status; /* INTR + 0x2c */ | ||
213 | u32 per_status; /* INTR + 0x30 */ | ||
214 | u32 reserved2; /* INTR + 0x34 */ | ||
215 | u32 per_error; /* INTR + 0x38 */ | ||
216 | }; | ||
217 | |||
218 | /* SDMA */ | ||
219 | struct mpc52xx_sdma { | ||
220 | u32 taskBar; /* SDMA + 0x00 */ | ||
221 | u32 currentPointer; /* SDMA + 0x04 */ | ||
222 | u32 endPointer; /* SDMA + 0x08 */ | ||
223 | u32 variablePointer;/* SDMA + 0x0c */ | ||
224 | |||
225 | u8 IntVect1; /* SDMA + 0x10 */ | ||
226 | u8 IntVect2; /* SDMA + 0x11 */ | ||
227 | u16 PtdCntrl; /* SDMA + 0x12 */ | ||
228 | |||
229 | u32 IntPend; /* SDMA + 0x14 */ | ||
230 | u32 IntMask; /* SDMA + 0x18 */ | ||
231 | |||
232 | u16 tcr[16]; /* SDMA + 0x1c .. 0x3a */ | ||
233 | |||
234 | u8 ipr[32]; /* SDMA + 0x3c .. 0x5b */ | ||
235 | |||
236 | u32 cReqSelect; /* SDMA + 0x5c */ | ||
237 | u32 task_size0; /* SDMA + 0x60 */ | ||
238 | u32 task_size1; /* SDMA + 0x64 */ | ||
239 | u32 MDEDebug; /* SDMA + 0x68 */ | ||
240 | u32 ADSDebug; /* SDMA + 0x6c */ | ||
241 | u32 Value1; /* SDMA + 0x70 */ | ||
242 | u32 Value2; /* SDMA + 0x74 */ | ||
243 | u32 Control; /* SDMA + 0x78 */ | ||
244 | u32 Status; /* SDMA + 0x7c */ | ||
245 | u32 PTDDebug; /* SDMA + 0x80 */ | ||
246 | }; | ||
247 | |||
248 | /* GPT */ | ||
249 | struct mpc52xx_gpt { | ||
250 | u32 mode; /* GPTx + 0x00 */ | ||
251 | u32 count; /* GPTx + 0x04 */ | ||
252 | u32 pwm; /* GPTx + 0x08 */ | ||
253 | u32 status; /* GPTx + 0X0c */ | ||
254 | }; | ||
255 | |||
256 | /* RTC */ | ||
257 | struct mpc52xx_rtc { | ||
258 | u32 time_set; /* RTC + 0x00 */ | ||
259 | u32 date_set; /* RTC + 0x04 */ | ||
260 | u32 stopwatch; /* RTC + 0x08 */ | ||
261 | u32 int_enable; /* RTC + 0x0c */ | ||
262 | u32 time; /* RTC + 0x10 */ | ||
263 | u32 date; /* RTC + 0x14 */ | ||
264 | u32 stopwatch_intr; /* RTC + 0x18 */ | ||
265 | u32 bus_error; /* RTC + 0x1c */ | ||
266 | u32 dividers; /* RTC + 0x20 */ | ||
267 | }; | ||
268 | |||
269 | /* GPIO */ | ||
270 | struct mpc52xx_gpio { | ||
271 | u32 port_config; /* GPIO + 0x00 */ | ||
272 | u32 simple_gpioe; /* GPIO + 0x04 */ | ||
273 | u32 simple_ode; /* GPIO + 0x08 */ | ||
274 | u32 simple_ddr; /* GPIO + 0x0c */ | ||
275 | u32 simple_dvo; /* GPIO + 0x10 */ | ||
276 | u32 simple_ival; /* GPIO + 0x14 */ | ||
277 | u8 outo_gpioe; /* GPIO + 0x18 */ | ||
278 | u8 reserved1[3]; /* GPIO + 0x19 */ | ||
279 | u8 outo_dvo; /* GPIO + 0x1c */ | ||
280 | u8 reserved2[3]; /* GPIO + 0x1d */ | ||
281 | u8 sint_gpioe; /* GPIO + 0x20 */ | ||
282 | u8 reserved3[3]; /* GPIO + 0x21 */ | ||
283 | u8 sint_ode; /* GPIO + 0x24 */ | ||
284 | u8 reserved4[3]; /* GPIO + 0x25 */ | ||
285 | u8 sint_ddr; /* GPIO + 0x28 */ | ||
286 | u8 reserved5[3]; /* GPIO + 0x29 */ | ||
287 | u8 sint_dvo; /* GPIO + 0x2c */ | ||
288 | u8 reserved6[3]; /* GPIO + 0x2d */ | ||
289 | u8 sint_inten; /* GPIO + 0x30 */ | ||
290 | u8 reserved7[3]; /* GPIO + 0x31 */ | ||
291 | u16 sint_itype; /* GPIO + 0x34 */ | ||
292 | u16 reserved8; /* GPIO + 0x36 */ | ||
293 | u8 gpio_control; /* GPIO + 0x38 */ | ||
294 | u8 reserved9[3]; /* GPIO + 0x39 */ | ||
295 | u8 sint_istat; /* GPIO + 0x3c */ | ||
296 | u8 sint_ival; /* GPIO + 0x3d */ | ||
297 | u8 bus_errs; /* GPIO + 0x3e */ | ||
298 | u8 reserved10; /* GPIO + 0x3f */ | ||
299 | }; | ||
300 | |||
301 | #define MPC52xx_GPIO_PSC_CONFIG_UART_WITHOUT_CD 4 | ||
302 | #define MPC52xx_GPIO_PSC_CONFIG_UART_WITH_CD 5 | ||
303 | #define MPC52xx_GPIO_PCI_DIS (1<<15) | ||
304 | |||
305 | /* GPIO with WakeUp*/ | ||
306 | struct mpc52xx_gpio_wkup { | ||
307 | u8 wkup_gpioe; /* GPIO_WKUP + 0x00 */ | ||
308 | u8 reserved1[3]; /* GPIO_WKUP + 0x03 */ | ||
309 | u8 wkup_ode; /* GPIO_WKUP + 0x04 */ | ||
310 | u8 reserved2[3]; /* GPIO_WKUP + 0x05 */ | ||
311 | u8 wkup_ddr; /* GPIO_WKUP + 0x08 */ | ||
312 | u8 reserved3[3]; /* GPIO_WKUP + 0x09 */ | ||
313 | u8 wkup_dvo; /* GPIO_WKUP + 0x0C */ | ||
314 | u8 reserved4[3]; /* GPIO_WKUP + 0x0D */ | ||
315 | u8 wkup_inten; /* GPIO_WKUP + 0x10 */ | ||
316 | u8 reserved5[3]; /* GPIO_WKUP + 0x11 */ | ||
317 | u8 wkup_iinten; /* GPIO_WKUP + 0x14 */ | ||
318 | u8 reserved6[3]; /* GPIO_WKUP + 0x15 */ | ||
319 | u16 wkup_itype; /* GPIO_WKUP + 0x18 */ | ||
320 | u8 reserved7[2]; /* GPIO_WKUP + 0x1A */ | ||
321 | u8 wkup_maste; /* GPIO_WKUP + 0x1C */ | ||
322 | u8 reserved8[3]; /* GPIO_WKUP + 0x1D */ | ||
323 | u8 wkup_ival; /* GPIO_WKUP + 0x20 */ | ||
324 | u8 reserved9[3]; /* GPIO_WKUP + 0x21 */ | ||
325 | u8 wkup_istat; /* GPIO_WKUP + 0x24 */ | ||
326 | u8 reserved10[3]; /* GPIO_WKUP + 0x25 */ | ||
327 | }; | ||
328 | |||
329 | /* XLB Bus control */ | ||
330 | struct mpc52xx_xlb { | ||
331 | u8 reserved[0x40]; | ||
332 | u32 config; /* XLB + 0x40 */ | ||
333 | u32 version; /* XLB + 0x44 */ | ||
334 | u32 status; /* XLB + 0x48 */ | ||
335 | u32 int_enable; /* XLB + 0x4c */ | ||
336 | u32 addr_capture; /* XLB + 0x50 */ | ||
337 | u32 bus_sig_capture; /* XLB + 0x54 */ | ||
338 | u32 addr_timeout; /* XLB + 0x58 */ | ||
339 | u32 data_timeout; /* XLB + 0x5c */ | ||
340 | u32 bus_act_timeout; /* XLB + 0x60 */ | ||
341 | u32 master_pri_enable; /* XLB + 0x64 */ | ||
342 | u32 master_priority; /* XLB + 0x68 */ | ||
343 | u32 base_address; /* XLB + 0x6c */ | ||
344 | u32 snoop_window; /* XLB + 0x70 */ | ||
345 | }; | ||
346 | |||
347 | #define MPC52xx_XLB_CFG_PLDIS (1 << 31) | ||
348 | #define MPC52xx_XLB_CFG_SNOOP (1 << 15) | ||
349 | |||
350 | /* Clock Distribution control */ | ||
351 | struct mpc52xx_cdm { | ||
352 | u32 jtag_id; /* CDM + 0x00 reg0 read only */ | ||
353 | u32 rstcfg; /* CDM + 0x04 reg1 read only */ | ||
354 | u32 breadcrumb; /* CDM + 0x08 reg2 */ | ||
355 | |||
356 | u8 mem_clk_sel; /* CDM + 0x0c reg3 byte0 */ | ||
357 | u8 xlb_clk_sel; /* CDM + 0x0d reg3 byte1 read only */ | ||
358 | u8 ipb_clk_sel; /* CDM + 0x0e reg3 byte2 */ | ||
359 | u8 pci_clk_sel; /* CDM + 0x0f reg3 byte3 */ | ||
360 | |||
361 | u8 ext_48mhz_en; /* CDM + 0x10 reg4 byte0 */ | ||
362 | u8 fd_enable; /* CDM + 0x11 reg4 byte1 */ | ||
363 | u16 fd_counters; /* CDM + 0x12 reg4 byte2,3 */ | ||
364 | |||
365 | u32 clk_enables; /* CDM + 0x14 reg5 */ | ||
366 | |||
367 | u8 osc_disable; /* CDM + 0x18 reg6 byte0 */ | ||
368 | u8 reserved0[3]; /* CDM + 0x19 reg6 byte1,2,3 */ | ||
369 | |||
370 | u8 ccs_sleep_enable; /* CDM + 0x1c reg7 byte0 */ | ||
371 | u8 osc_sleep_enable; /* CDM + 0x1d reg7 byte1 */ | ||
372 | u8 reserved1; /* CDM + 0x1e reg7 byte2 */ | ||
373 | u8 ccs_qreq_test; /* CDM + 0x1f reg7 byte3 */ | ||
374 | |||
375 | u8 soft_reset; /* CDM + 0x20 u8 byte0 */ | ||
376 | u8 no_ckstp; /* CDM + 0x21 u8 byte0 */ | ||
377 | u8 reserved2[2]; /* CDM + 0x22 u8 byte1,2,3 */ | ||
378 | |||
379 | u8 pll_lock; /* CDM + 0x24 reg9 byte0 */ | ||
380 | u8 pll_looselock; /* CDM + 0x25 reg9 byte1 */ | ||
381 | u8 pll_sm_lockwin; /* CDM + 0x26 reg9 byte2 */ | ||
382 | u8 reserved3; /* CDM + 0x27 reg9 byte3 */ | ||
383 | |||
384 | u16 reserved4; /* CDM + 0x28 reg10 byte0,1 */ | ||
385 | u16 mclken_div_psc1; /* CDM + 0x2a reg10 byte2,3 */ | ||
386 | |||
387 | u16 reserved5; /* CDM + 0x2c reg11 byte0,1 */ | ||
388 | u16 mclken_div_psc2; /* CDM + 0x2e reg11 byte2,3 */ | ||
389 | |||
390 | u16 reserved6; /* CDM + 0x30 reg12 byte0,1 */ | ||
391 | u16 mclken_div_psc3; /* CDM + 0x32 reg12 byte2,3 */ | ||
392 | |||
393 | u16 reserved7; /* CDM + 0x34 reg13 byte0,1 */ | ||
394 | u16 mclken_div_psc6; /* CDM + 0x36 reg13 byte2,3 */ | ||
395 | }; | ||
396 | |||
397 | #endif /* __ASSEMBLY__ */ | ||
398 | |||
399 | |||
400 | /* ========================================================================= */ | ||
401 | /* Prototypes for MPC52xx syslib */ | ||
402 | /* ========================================================================= */ | ||
403 | |||
404 | #ifndef __ASSEMBLY__ | ||
405 | |||
406 | extern void mpc52xx_init_irq(void); | ||
407 | extern int mpc52xx_get_irq(void); | ||
408 | |||
409 | extern unsigned long mpc52xx_find_end_of_memory(void); | ||
410 | extern void mpc52xx_set_bat(void); | ||
411 | extern void mpc52xx_map_io(void); | ||
412 | extern void mpc52xx_restart(char *cmd); | ||
413 | extern void mpc52xx_halt(void); | ||
414 | extern void mpc52xx_power_off(void); | ||
415 | extern void mpc52xx_progress(char *s, unsigned short hex); | ||
416 | extern void mpc52xx_calibrate_decr(void); | ||
417 | |||
418 | extern void mpc52xx_find_bridges(void); | ||
419 | |||
420 | extern void mpc52xx_setup_cpu(void); | ||
421 | |||
422 | |||
423 | |||
424 | /* Matching of PSC function */ | ||
425 | struct mpc52xx_psc_func { | ||
426 | int id; | ||
427 | char *func; | ||
428 | }; | ||
429 | |||
430 | extern int mpc52xx_match_psc_function(int psc_idx, const char *func); | ||
431 | extern struct mpc52xx_psc_func mpc52xx_psc_functions[]; | ||
432 | /* This array is to be defined in platform file */ | ||
433 | |||
434 | #endif /* __ASSEMBLY__ */ | ||
435 | |||
436 | |||
437 | /* ========================================================================= */ | ||
438 | /* Platform configuration */ | ||
439 | /* ========================================================================= */ | ||
440 | |||
441 | /* The U-Boot platform information struct */ | ||
442 | extern bd_t __res; | ||
443 | |||
444 | /* Platform options */ | ||
445 | #if defined(CONFIG_LITE5200) | ||
446 | #include <platforms/lite5200.h> | ||
447 | #endif | ||
448 | |||
449 | |||
450 | #endif /* __ASM_MPC52xx_H__ */ | ||
diff --git a/include/asm-ppc/mpc52xx_psc.h b/include/asm-ppc/mpc52xx_psc.h deleted file mode 100644 index 39fcd02cd4e8..000000000000 --- a/include/asm-ppc/mpc52xx_psc.h +++ /dev/null | |||
@@ -1,200 +0,0 @@ | |||
1 | /* | ||
2 | * include/asm-ppc/mpc52xx_psc.h | ||
3 | * | ||
4 | * Definitions of consts/structs to drive the Freescale MPC52xx OnChip | ||
5 | * PSCs. Theses are shared between multiple drivers since a PSC can be | ||
6 | * UART, AC97, IR, I2S, ... So this header is in asm-ppc. | ||
7 | * | ||
8 | * | ||
9 | * Maintainer : Sylvain Munaut <tnt@246tNt.com> | ||
10 | * | ||
11 | * Based/Extracted from some header of the 2.4 originally written by | ||
12 | * Dale Farnsworth <dfarnsworth@mvista.com> | ||
13 | * | ||
14 | * Copyright (C) 2004 Sylvain Munaut <tnt@246tNt.com> | ||
15 | * Copyright (C) 2003 MontaVista, Software, Inc. | ||
16 | * | ||
17 | * This file is licensed under the terms of the GNU General Public License | ||
18 | * version 2. This program is licensed "as is" without any warranty of any | ||
19 | * kind, whether express or implied. | ||
20 | */ | ||
21 | |||
22 | #ifndef __ASM_MPC52xx_PSC_H__ | ||
23 | #define __ASM_MPC52xx_PSC_H__ | ||
24 | |||
25 | #include <asm/types.h> | ||
26 | |||
27 | /* Max number of PSCs */ | ||
28 | #define MPC52xx_PSC_MAXNUM 6 | ||
29 | |||
30 | /* Programmable Serial Controller (PSC) status register bits */ | ||
31 | #define MPC52xx_PSC_SR_UNEX_RX 0x0001 | ||
32 | #define MPC52xx_PSC_SR_DATA_VAL 0x0002 | ||
33 | #define MPC52xx_PSC_SR_DATA_OVR 0x0004 | ||
34 | #define MPC52xx_PSC_SR_CMDSEND 0x0008 | ||
35 | #define MPC52xx_PSC_SR_CDE 0x0080 | ||
36 | #define MPC52xx_PSC_SR_RXRDY 0x0100 | ||
37 | #define MPC52xx_PSC_SR_RXFULL 0x0200 | ||
38 | #define MPC52xx_PSC_SR_TXRDY 0x0400 | ||
39 | #define MPC52xx_PSC_SR_TXEMP 0x0800 | ||
40 | #define MPC52xx_PSC_SR_OE 0x1000 | ||
41 | #define MPC52xx_PSC_SR_PE 0x2000 | ||
42 | #define MPC52xx_PSC_SR_FE 0x4000 | ||
43 | #define MPC52xx_PSC_SR_RB 0x8000 | ||
44 | |||
45 | /* PSC Command values */ | ||
46 | #define MPC52xx_PSC_RX_ENABLE 0x0001 | ||
47 | #define MPC52xx_PSC_RX_DISABLE 0x0002 | ||
48 | #define MPC52xx_PSC_TX_ENABLE 0x0004 | ||
49 | #define MPC52xx_PSC_TX_DISABLE 0x0008 | ||
50 | #define MPC52xx_PSC_SEL_MODE_REG_1 0x0010 | ||
51 | #define MPC52xx_PSC_RST_RX 0x0020 | ||
52 | #define MPC52xx_PSC_RST_TX 0x0030 | ||
53 | #define MPC52xx_PSC_RST_ERR_STAT 0x0040 | ||
54 | #define MPC52xx_PSC_RST_BRK_CHG_INT 0x0050 | ||
55 | #define MPC52xx_PSC_START_BRK 0x0060 | ||
56 | #define MPC52xx_PSC_STOP_BRK 0x0070 | ||
57 | |||
58 | /* PSC TxRx FIFO status bits */ | ||
59 | #define MPC52xx_PSC_RXTX_FIFO_ERR 0x0040 | ||
60 | #define MPC52xx_PSC_RXTX_FIFO_UF 0x0020 | ||
61 | #define MPC52xx_PSC_RXTX_FIFO_OF 0x0010 | ||
62 | #define MPC52xx_PSC_RXTX_FIFO_FR 0x0008 | ||
63 | #define MPC52xx_PSC_RXTX_FIFO_FULL 0x0004 | ||
64 | #define MPC52xx_PSC_RXTX_FIFO_ALARM 0x0002 | ||
65 | #define MPC52xx_PSC_RXTX_FIFO_EMPTY 0x0001 | ||
66 | |||
67 | /* PSC interrupt mask bits */ | ||
68 | #define MPC52xx_PSC_IMR_TXRDY 0x0100 | ||
69 | #define MPC52xx_PSC_IMR_RXRDY 0x0200 | ||
70 | #define MPC52xx_PSC_IMR_DB 0x0400 | ||
71 | #define MPC52xx_PSC_IMR_IPC 0x8000 | ||
72 | |||
73 | /* PSC input port change bit */ | ||
74 | #define MPC52xx_PSC_CTS 0x01 | ||
75 | #define MPC52xx_PSC_DCD 0x02 | ||
76 | #define MPC52xx_PSC_D_CTS 0x10 | ||
77 | #define MPC52xx_PSC_D_DCD 0x20 | ||
78 | |||
79 | /* PSC mode fields */ | ||
80 | #define MPC52xx_PSC_MODE_5_BITS 0x00 | ||
81 | #define MPC52xx_PSC_MODE_6_BITS 0x01 | ||
82 | #define MPC52xx_PSC_MODE_7_BITS 0x02 | ||
83 | #define MPC52xx_PSC_MODE_8_BITS 0x03 | ||
84 | #define MPC52xx_PSC_MODE_BITS_MASK 0x03 | ||
85 | #define MPC52xx_PSC_MODE_PAREVEN 0x00 | ||
86 | #define MPC52xx_PSC_MODE_PARODD 0x04 | ||
87 | #define MPC52xx_PSC_MODE_PARFORCE 0x08 | ||
88 | #define MPC52xx_PSC_MODE_PARNONE 0x10 | ||
89 | #define MPC52xx_PSC_MODE_ERR 0x20 | ||
90 | #define MPC52xx_PSC_MODE_FFULL 0x40 | ||
91 | #define MPC52xx_PSC_MODE_RXRTS 0x80 | ||
92 | |||
93 | #define MPC52xx_PSC_MODE_ONE_STOP_5_BITS 0x00 | ||
94 | #define MPC52xx_PSC_MODE_ONE_STOP 0x07 | ||
95 | #define MPC52xx_PSC_MODE_TWO_STOP 0x0f | ||
96 | |||
97 | #define MPC52xx_PSC_RFNUM_MASK 0x01ff | ||
98 | |||
99 | |||
100 | /* Structure of the hardware registers */ | ||
101 | struct mpc52xx_psc { | ||
102 | u8 mode; /* PSC + 0x00 */ | ||
103 | u8 reserved0[3]; | ||
104 | union { /* PSC + 0x04 */ | ||
105 | u16 status; | ||
106 | u16 clock_select; | ||
107 | } sr_csr; | ||
108 | #define mpc52xx_psc_status sr_csr.status | ||
109 | #define mpc52xx_psc_clock_select sr_csr.clock_select | ||
110 | u16 reserved1; | ||
111 | u8 command; /* PSC + 0x08 */ | ||
112 | u8 reserved2[3]; | ||
113 | union { /* PSC + 0x0c */ | ||
114 | u8 buffer_8; | ||
115 | u16 buffer_16; | ||
116 | u32 buffer_32; | ||
117 | } buffer; | ||
118 | #define mpc52xx_psc_buffer_8 buffer.buffer_8 | ||
119 | #define mpc52xx_psc_buffer_16 buffer.buffer_16 | ||
120 | #define mpc52xx_psc_buffer_32 buffer.buffer_32 | ||
121 | union { /* PSC + 0x10 */ | ||
122 | u8 ipcr; | ||
123 | u8 acr; | ||
124 | } ipcr_acr; | ||
125 | #define mpc52xx_psc_ipcr ipcr_acr.ipcr | ||
126 | #define mpc52xx_psc_acr ipcr_acr.acr | ||
127 | u8 reserved3[3]; | ||
128 | union { /* PSC + 0x14 */ | ||
129 | u16 isr; | ||
130 | u16 imr; | ||
131 | } isr_imr; | ||
132 | #define mpc52xx_psc_isr isr_imr.isr | ||
133 | #define mpc52xx_psc_imr isr_imr.imr | ||
134 | u16 reserved4; | ||
135 | u8 ctur; /* PSC + 0x18 */ | ||
136 | u8 reserved5[3]; | ||
137 | u8 ctlr; /* PSC + 0x1c */ | ||
138 | u8 reserved6[3]; | ||
139 | u32 ccr; /* PSC + 0x20 */ | ||
140 | u32 ac97_slots; /* PSC + 0x24 */ | ||
141 | u32 ac97_cmd; /* PSC + 0x28 */ | ||
142 | u32 ac97_data; /* PSC + 0x2c */ | ||
143 | u8 ivr; /* PSC + 0x30 */ | ||
144 | u8 reserved8[3]; | ||
145 | u8 ip; /* PSC + 0x34 */ | ||
146 | u8 reserved9[3]; | ||
147 | u8 op1; /* PSC + 0x38 */ | ||
148 | u8 reserved10[3]; | ||
149 | u8 op0; /* PSC + 0x3c */ | ||
150 | u8 reserved11[3]; | ||
151 | u32 sicr; /* PSC + 0x40 */ | ||
152 | u8 ircr1; /* PSC + 0x44 */ | ||
153 | u8 reserved13[3]; | ||
154 | u8 ircr2; /* PSC + 0x44 */ | ||
155 | u8 reserved14[3]; | ||
156 | u8 irsdr; /* PSC + 0x4c */ | ||
157 | u8 reserved15[3]; | ||
158 | u8 irmdr; /* PSC + 0x50 */ | ||
159 | u8 reserved16[3]; | ||
160 | u8 irfdr; /* PSC + 0x54 */ | ||
161 | u8 reserved17[3]; | ||
162 | }; | ||
163 | |||
164 | struct mpc52xx_psc_fifo { | ||
165 | u16 rfnum; /* PSC + 0x58 */ | ||
166 | u16 reserved18; | ||
167 | u16 tfnum; /* PSC + 0x5c */ | ||
168 | u16 reserved19; | ||
169 | u32 rfdata; /* PSC + 0x60 */ | ||
170 | u16 rfstat; /* PSC + 0x64 */ | ||
171 | u16 reserved20; | ||
172 | u8 rfcntl; /* PSC + 0x68 */ | ||
173 | u8 reserved21[5]; | ||
174 | u16 rfalarm; /* PSC + 0x6e */ | ||
175 | u16 reserved22; | ||
176 | u16 rfrptr; /* PSC + 0x72 */ | ||
177 | u16 reserved23; | ||
178 | u16 rfwptr; /* PSC + 0x76 */ | ||
179 | u16 reserved24; | ||
180 | u16 rflrfptr; /* PSC + 0x7a */ | ||
181 | u16 reserved25; | ||
182 | u16 rflwfptr; /* PSC + 0x7e */ | ||
183 | u32 tfdata; /* PSC + 0x80 */ | ||
184 | u16 tfstat; /* PSC + 0x84 */ | ||
185 | u16 reserved26; | ||
186 | u8 tfcntl; /* PSC + 0x88 */ | ||
187 | u8 reserved27[5]; | ||
188 | u16 tfalarm; /* PSC + 0x8e */ | ||
189 | u16 reserved28; | ||
190 | u16 tfrptr; /* PSC + 0x92 */ | ||
191 | u16 reserved29; | ||
192 | u16 tfwptr; /* PSC + 0x96 */ | ||
193 | u16 reserved30; | ||
194 | u16 tflrfptr; /* PSC + 0x9a */ | ||
195 | u16 reserved31; | ||
196 | u16 tflwfptr; /* PSC + 0x9e */ | ||
197 | }; | ||
198 | |||
199 | |||
200 | #endif /* __ASM_MPC52xx_PSC_H__ */ | ||
diff --git a/include/asm-ppc/mpc8260.h b/include/asm-ppc/mpc8260.h deleted file mode 100644 index 402ba15c2e80..000000000000 --- a/include/asm-ppc/mpc8260.h +++ /dev/null | |||
@@ -1,98 +0,0 @@ | |||
1 | /* | ||
2 | * Since there are many different boards and no standard configuration, | ||
3 | * we have a unique include file for each. Rather than change every | ||
4 | * file that has to include MPC8260 configuration, they all include | ||
5 | * this one and the configuration switching is done here. | ||
6 | */ | ||
7 | #ifdef __KERNEL__ | ||
8 | #ifndef __ASM_PPC_MPC8260_H__ | ||
9 | #define __ASM_PPC_MPC8260_H__ | ||
10 | |||
11 | |||
12 | #ifdef CONFIG_8260 | ||
13 | |||
14 | #ifdef CONFIG_EST8260 | ||
15 | #include <platforms/est8260.h> | ||
16 | #endif | ||
17 | |||
18 | #ifdef CONFIG_SBC82xx | ||
19 | #include <platforms/sbc82xx.h> | ||
20 | #endif | ||
21 | |||
22 | #ifdef CONFIG_SBS8260 | ||
23 | #include <platforms/sbs8260.h> | ||
24 | #endif | ||
25 | |||
26 | #ifdef CONFIG_RPX8260 | ||
27 | #include <platforms/rpx8260.h> | ||
28 | #endif | ||
29 | |||
30 | #ifdef CONFIG_WILLOW | ||
31 | #include <platforms/willow.h> | ||
32 | #endif | ||
33 | |||
34 | #ifdef CONFIG_TQM8260 | ||
35 | #include <platforms/tqm8260.h> | ||
36 | #endif | ||
37 | |||
38 | #ifdef CONFIG_PCI_8260 | ||
39 | #include <syslib/m82xx_pci.h> | ||
40 | #endif | ||
41 | |||
42 | /* Make sure the memory translation stuff is there if PCI not used. | ||
43 | */ | ||
44 | #ifndef _IO_BASE | ||
45 | #define _IO_BASE 0 | ||
46 | #endif | ||
47 | |||
48 | #ifndef _ISA_MEM_BASE | ||
49 | #define _ISA_MEM_BASE 0 | ||
50 | #endif | ||
51 | |||
52 | #ifndef PCI_DRAM_OFFSET | ||
53 | #define PCI_DRAM_OFFSET 0 | ||
54 | #endif | ||
55 | |||
56 | /* Map 256MB I/O region | ||
57 | */ | ||
58 | #ifndef IO_PHYS_ADDR | ||
59 | #define IO_PHYS_ADDR 0xe0000000 | ||
60 | #endif | ||
61 | #ifndef IO_VIRT_ADDR | ||
62 | #define IO_VIRT_ADDR IO_PHYS_ADDR | ||
63 | #endif | ||
64 | |||
65 | enum ppc_sys_devices { | ||
66 | MPC82xx_CPM_FCC1, | ||
67 | MPC82xx_CPM_FCC2, | ||
68 | MPC82xx_CPM_FCC3, | ||
69 | MPC82xx_CPM_I2C, | ||
70 | MPC82xx_CPM_SCC1, | ||
71 | MPC82xx_CPM_SCC2, | ||
72 | MPC82xx_CPM_SCC3, | ||
73 | MPC82xx_CPM_SCC4, | ||
74 | MPC82xx_CPM_SPI, | ||
75 | MPC82xx_CPM_MCC1, | ||
76 | MPC82xx_CPM_MCC2, | ||
77 | MPC82xx_CPM_SMC1, | ||
78 | MPC82xx_CPM_SMC2, | ||
79 | MPC82xx_CPM_USB, | ||
80 | MPC82xx_SEC1, | ||
81 | MPC82xx_MDIO_BB, | ||
82 | NUM_PPC_SYS_DEVS, | ||
83 | }; | ||
84 | |||
85 | #ifndef __ASSEMBLY__ | ||
86 | /* The "residual" data board information structure the boot loader | ||
87 | * hands to us. | ||
88 | */ | ||
89 | extern unsigned char __res[]; | ||
90 | #endif | ||
91 | |||
92 | #ifndef BOARD_CHIP_NAME | ||
93 | #define BOARD_CHIP_NAME "" | ||
94 | #endif | ||
95 | |||
96 | #endif /* CONFIG_8260 */ | ||
97 | #endif /* !__ASM_PPC_MPC8260_H__ */ | ||
98 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/mpc8260_pci9.h b/include/asm-ppc/mpc8260_pci9.h deleted file mode 100644 index 9f7176881c56..000000000000 --- a/include/asm-ppc/mpc8260_pci9.h +++ /dev/null | |||
@@ -1,47 +0,0 @@ | |||
1 | /* include/asm-ppc/mpc8260_pci9.h | ||
2 | * | ||
3 | * Undefine the PCI read* and in* macros so we can define them as functions | ||
4 | * that implement the workaround for the MPC8260 device erratum PCI 9. | ||
5 | * | ||
6 | * This header file should only be included at the end of include/asm-ppc/io.h | ||
7 | * and never included directly anywhere else. | ||
8 | * | ||
9 | * Author: andy_lowe@mvista.com | ||
10 | * | ||
11 | * 2003 (c) MontaVista Software, Inc. This file is licensed under | ||
12 | * the terms of the GNU General Public License version 2. This program | ||
13 | * is licensed "as is" without any warranty of any kind, whether express | ||
14 | * or implied. | ||
15 | */ | ||
16 | #ifndef _PPC_IO_H | ||
17 | #error "Do not include mpc8260_pci9.h directly." | ||
18 | #endif | ||
19 | |||
20 | #ifdef __KERNEL__ | ||
21 | #ifndef __CONFIG_8260_PCI9_DEFS | ||
22 | #define __CONFIG_8260_PCI9_DEFS | ||
23 | |||
24 | #undef readb | ||
25 | #undef readw | ||
26 | #undef readl | ||
27 | #undef insb | ||
28 | #undef insw | ||
29 | #undef insl | ||
30 | #undef inb | ||
31 | #undef inw | ||
32 | #undef inl | ||
33 | #undef memcpy_fromio | ||
34 | |||
35 | extern int readb(volatile unsigned char *addr); | ||
36 | extern int readw(volatile unsigned short *addr); | ||
37 | extern unsigned readl(volatile unsigned *addr); | ||
38 | extern void insb(unsigned port, void *buf, int ns); | ||
39 | extern void insw(unsigned port, void *buf, int ns); | ||
40 | extern void insl(unsigned port, void *buf, int nl); | ||
41 | extern int inb(unsigned port); | ||
42 | extern int inw(unsigned port); | ||
43 | extern unsigned inl(unsigned port); | ||
44 | extern void *memcpy_fromio(void *dest, unsigned long src, size_t count); | ||
45 | |||
46 | #endif /* !__CONFIG_8260_PCI9_DEFS */ | ||
47 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/mpc8xx.h b/include/asm-ppc/mpc8xx.h deleted file mode 100644 index b9e3060b0278..000000000000 --- a/include/asm-ppc/mpc8xx.h +++ /dev/null | |||
@@ -1,122 +0,0 @@ | |||
1 | /* This is the single file included by all MPC8xx build options. | ||
2 | * Since there are many different boards and no standard configuration, | ||
3 | * we have a unique include file for each. Rather than change every | ||
4 | * file that has to include MPC8xx configuration, they all include | ||
5 | * this one and the configuration switching is done here. | ||
6 | */ | ||
7 | #ifdef __KERNEL__ | ||
8 | #ifndef __CONFIG_8xx_DEFS | ||
9 | #define __CONFIG_8xx_DEFS | ||
10 | |||
11 | |||
12 | #ifdef CONFIG_8xx | ||
13 | |||
14 | #ifdef CONFIG_MBX | ||
15 | #include <platforms/mbx.h> | ||
16 | #endif | ||
17 | |||
18 | #ifdef CONFIG_FADS | ||
19 | #include <platforms/fads.h> | ||
20 | #endif | ||
21 | |||
22 | #ifdef CONFIG_RPXLITE | ||
23 | #include <platforms/rpxlite.h> | ||
24 | #endif | ||
25 | |||
26 | #ifdef CONFIG_BSEIP | ||
27 | #include <platforms/bseip.h> | ||
28 | #endif | ||
29 | |||
30 | #ifdef CONFIG_RPXCLASSIC | ||
31 | #include <platforms/rpxclassic.h> | ||
32 | #endif | ||
33 | |||
34 | #if defined(CONFIG_TQM8xxL) | ||
35 | #include <platforms/tqm8xx.h> | ||
36 | #endif | ||
37 | |||
38 | #if defined(CONFIG_IVMS8) || defined(CONFIG_IVML24) | ||
39 | #include <platforms/ivms8.h> | ||
40 | #endif | ||
41 | |||
42 | #if defined(CONFIG_HERMES_PRO) | ||
43 | #include <platforms/hermes.h> | ||
44 | #endif | ||
45 | |||
46 | #if defined(CONFIG_IP860) | ||
47 | #include <platforms/ip860.h> | ||
48 | #endif | ||
49 | |||
50 | #if defined(CONFIG_LWMON) | ||
51 | #include <platforms/lwmon.h> | ||
52 | #endif | ||
53 | |||
54 | #if defined(CONFIG_PCU_E) | ||
55 | #include <platforms/pcu_e.h> | ||
56 | #endif | ||
57 | |||
58 | #if defined(CONFIG_CCM) | ||
59 | #include <platforms/ccm.h> | ||
60 | #endif | ||
61 | |||
62 | #if defined(CONFIG_LANTEC) | ||
63 | #include <platforms/lantec.h> | ||
64 | #endif | ||
65 | |||
66 | /* Currently, all 8xx boards that support a processor to PCI/ISA bridge | ||
67 | * use the same memory map. | ||
68 | */ | ||
69 | #if 0 | ||
70 | #if defined(CONFIG_PCI) && defined(PCI_ISA_IO_ADDR) | ||
71 | #define _IO_BASE PCI_ISA_IO_ADDR | ||
72 | #define _ISA_MEM_BASE PCI_ISA_MEM_ADDR | ||
73 | #define PCI_DRAM_OFFSET 0x80000000 | ||
74 | #else | ||
75 | #define _IO_BASE 0 | ||
76 | #define _ISA_MEM_BASE 0 | ||
77 | #define PCI_DRAM_OFFSET 0 | ||
78 | #endif | ||
79 | #else | ||
80 | #if !defined(_IO_BASE) /* defined in board specific header */ | ||
81 | #define _IO_BASE 0 | ||
82 | #endif | ||
83 | #define _ISA_MEM_BASE 0 | ||
84 | #define PCI_DRAM_OFFSET 0 | ||
85 | #endif | ||
86 | |||
87 | #ifndef __ASSEMBLY__ | ||
88 | /* The "residual" data board information structure the boot loader | ||
89 | * hands to us. | ||
90 | */ | ||
91 | extern unsigned char __res[]; | ||
92 | |||
93 | struct pt_regs; | ||
94 | |||
95 | enum ppc_sys_devices { | ||
96 | MPC8xx_CPM_FEC1, | ||
97 | MPC8xx_CPM_FEC2, | ||
98 | MPC8xx_CPM_I2C, | ||
99 | MPC8xx_CPM_SCC1, | ||
100 | MPC8xx_CPM_SCC2, | ||
101 | MPC8xx_CPM_SCC3, | ||
102 | MPC8xx_CPM_SCC4, | ||
103 | MPC8xx_CPM_SPI, | ||
104 | MPC8xx_CPM_MCC1, | ||
105 | MPC8xx_CPM_MCC2, | ||
106 | MPC8xx_CPM_SMC1, | ||
107 | MPC8xx_CPM_SMC2, | ||
108 | MPC8xx_CPM_USB, | ||
109 | MPC8xx_MDIO_FEC, | ||
110 | NUM_PPC_SYS_DEVS, | ||
111 | }; | ||
112 | |||
113 | #define PPC_PIN_SIZE (24 * 1024 * 1024) /* 24Mbytes of data pinned */ | ||
114 | |||
115 | #ifndef BOARD_CHIP_NAME | ||
116 | #define BOARD_CHIP_NAME "" | ||
117 | #endif | ||
118 | |||
119 | #endif /* !__ASSEMBLY__ */ | ||
120 | #endif /* CONFIG_8xx */ | ||
121 | #endif /* __CONFIG_8xx_DEFS */ | ||
122 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/mv64x60.h b/include/asm-ppc/mv64x60.h deleted file mode 100644 index 2963d6aa3ea5..000000000000 --- a/include/asm-ppc/mv64x60.h +++ /dev/null | |||
@@ -1,353 +0,0 @@ | |||
1 | /* | ||
2 | * include/asm-ppc/mv64x60.h | ||
3 | * | ||
4 | * Prototypes, etc. for the Marvell/Galileo MV64x60 host bridge routines. | ||
5 | * | ||
6 | * Author: Mark A. Greer <mgreer@mvista.com> | ||
7 | * | ||
8 | * 2001-2002 (c) MontaVista, Software, Inc. This file is licensed under | ||
9 | * the terms of the GNU General Public License version 2. This program | ||
10 | * is licensed "as is" without any warranty of any kind, whether express | ||
11 | * or implied. | ||
12 | */ | ||
13 | #ifndef __ASMPPC_MV64x60_H | ||
14 | #define __ASMPPC_MV64x60_H | ||
15 | |||
16 | #include <linux/kernel.h> | ||
17 | #include <linux/init.h> | ||
18 | #include <linux/pci.h> | ||
19 | #include <linux/slab.h> | ||
20 | |||
21 | #include <asm/byteorder.h> | ||
22 | #include <asm/io.h> | ||
23 | #include <asm/irq.h> | ||
24 | #include <asm/uaccess.h> | ||
25 | #include <asm/machdep.h> | ||
26 | #include <asm/pci-bridge.h> | ||
27 | #include <asm/mv64x60_defs.h> | ||
28 | |||
29 | struct platform_device; | ||
30 | |||
31 | extern u8 mv64x60_pci_exclude_bridge; | ||
32 | |||
33 | extern spinlock_t mv64x60_lock; | ||
34 | |||
35 | /* 32-bit Window table entry defines */ | ||
36 | #define MV64x60_CPU2MEM_0_WIN 0 | ||
37 | #define MV64x60_CPU2MEM_1_WIN 1 | ||
38 | #define MV64x60_CPU2MEM_2_WIN 2 | ||
39 | #define MV64x60_CPU2MEM_3_WIN 3 | ||
40 | #define MV64x60_CPU2DEV_0_WIN 4 | ||
41 | #define MV64x60_CPU2DEV_1_WIN 5 | ||
42 | #define MV64x60_CPU2DEV_2_WIN 6 | ||
43 | #define MV64x60_CPU2DEV_3_WIN 7 | ||
44 | #define MV64x60_CPU2BOOT_WIN 8 | ||
45 | #define MV64x60_CPU2PCI0_IO_WIN 9 | ||
46 | #define MV64x60_CPU2PCI0_MEM_0_WIN 10 | ||
47 | #define MV64x60_CPU2PCI0_MEM_1_WIN 11 | ||
48 | #define MV64x60_CPU2PCI0_MEM_2_WIN 12 | ||
49 | #define MV64x60_CPU2PCI0_MEM_3_WIN 13 | ||
50 | #define MV64x60_CPU2PCI1_IO_WIN 14 | ||
51 | #define MV64x60_CPU2PCI1_MEM_0_WIN 15 | ||
52 | #define MV64x60_CPU2PCI1_MEM_1_WIN 16 | ||
53 | #define MV64x60_CPU2PCI1_MEM_2_WIN 17 | ||
54 | #define MV64x60_CPU2PCI1_MEM_3_WIN 18 | ||
55 | #define MV64x60_CPU2SRAM_WIN 19 | ||
56 | #define MV64x60_CPU2PCI0_IO_REMAP_WIN 20 | ||
57 | #define MV64x60_CPU2PCI1_IO_REMAP_WIN 21 | ||
58 | #define MV64x60_CPU_PROT_0_WIN 22 | ||
59 | #define MV64x60_CPU_PROT_1_WIN 23 | ||
60 | #define MV64x60_CPU_PROT_2_WIN 24 | ||
61 | #define MV64x60_CPU_PROT_3_WIN 25 | ||
62 | #define MV64x60_CPU_SNOOP_0_WIN 26 | ||
63 | #define MV64x60_CPU_SNOOP_1_WIN 27 | ||
64 | #define MV64x60_CPU_SNOOP_2_WIN 28 | ||
65 | #define MV64x60_CPU_SNOOP_3_WIN 29 | ||
66 | #define MV64x60_PCI02MEM_REMAP_0_WIN 30 | ||
67 | #define MV64x60_PCI02MEM_REMAP_1_WIN 31 | ||
68 | #define MV64x60_PCI02MEM_REMAP_2_WIN 32 | ||
69 | #define MV64x60_PCI02MEM_REMAP_3_WIN 33 | ||
70 | #define MV64x60_PCI12MEM_REMAP_0_WIN 34 | ||
71 | #define MV64x60_PCI12MEM_REMAP_1_WIN 35 | ||
72 | #define MV64x60_PCI12MEM_REMAP_2_WIN 36 | ||
73 | #define MV64x60_PCI12MEM_REMAP_3_WIN 37 | ||
74 | #define MV64x60_ENET2MEM_0_WIN 38 | ||
75 | #define MV64x60_ENET2MEM_1_WIN 39 | ||
76 | #define MV64x60_ENET2MEM_2_WIN 40 | ||
77 | #define MV64x60_ENET2MEM_3_WIN 41 | ||
78 | #define MV64x60_ENET2MEM_4_WIN 42 | ||
79 | #define MV64x60_ENET2MEM_5_WIN 43 | ||
80 | #define MV64x60_MPSC2MEM_0_WIN 44 | ||
81 | #define MV64x60_MPSC2MEM_1_WIN 45 | ||
82 | #define MV64x60_MPSC2MEM_2_WIN 46 | ||
83 | #define MV64x60_MPSC2MEM_3_WIN 47 | ||
84 | #define MV64x60_IDMA2MEM_0_WIN 48 | ||
85 | #define MV64x60_IDMA2MEM_1_WIN 49 | ||
86 | #define MV64x60_IDMA2MEM_2_WIN 50 | ||
87 | #define MV64x60_IDMA2MEM_3_WIN 51 | ||
88 | #define MV64x60_IDMA2MEM_4_WIN 52 | ||
89 | #define MV64x60_IDMA2MEM_5_WIN 53 | ||
90 | #define MV64x60_IDMA2MEM_6_WIN 54 | ||
91 | #define MV64x60_IDMA2MEM_7_WIN 55 | ||
92 | |||
93 | #define MV64x60_32BIT_WIN_COUNT 56 | ||
94 | |||
95 | /* 64-bit Window table entry defines */ | ||
96 | #define MV64x60_CPU2PCI0_MEM_0_REMAP_WIN 0 | ||
97 | #define MV64x60_CPU2PCI0_MEM_1_REMAP_WIN 1 | ||
98 | #define MV64x60_CPU2PCI0_MEM_2_REMAP_WIN 2 | ||
99 | #define MV64x60_CPU2PCI0_MEM_3_REMAP_WIN 3 | ||
100 | #define MV64x60_CPU2PCI1_MEM_0_REMAP_WIN 4 | ||
101 | #define MV64x60_CPU2PCI1_MEM_1_REMAP_WIN 5 | ||
102 | #define MV64x60_CPU2PCI1_MEM_2_REMAP_WIN 6 | ||
103 | #define MV64x60_CPU2PCI1_MEM_3_REMAP_WIN 7 | ||
104 | #define MV64x60_PCI02MEM_ACC_CNTL_0_WIN 8 | ||
105 | #define MV64x60_PCI02MEM_ACC_CNTL_1_WIN 9 | ||
106 | #define MV64x60_PCI02MEM_ACC_CNTL_2_WIN 10 | ||
107 | #define MV64x60_PCI02MEM_ACC_CNTL_3_WIN 11 | ||
108 | #define MV64x60_PCI12MEM_ACC_CNTL_0_WIN 12 | ||
109 | #define MV64x60_PCI12MEM_ACC_CNTL_1_WIN 13 | ||
110 | #define MV64x60_PCI12MEM_ACC_CNTL_2_WIN 14 | ||
111 | #define MV64x60_PCI12MEM_ACC_CNTL_3_WIN 15 | ||
112 | #define MV64x60_PCI02MEM_SNOOP_0_WIN 16 | ||
113 | #define MV64x60_PCI02MEM_SNOOP_1_WIN 17 | ||
114 | #define MV64x60_PCI02MEM_SNOOP_2_WIN 18 | ||
115 | #define MV64x60_PCI02MEM_SNOOP_3_WIN 19 | ||
116 | #define MV64x60_PCI12MEM_SNOOP_0_WIN 20 | ||
117 | #define MV64x60_PCI12MEM_SNOOP_1_WIN 21 | ||
118 | #define MV64x60_PCI12MEM_SNOOP_2_WIN 22 | ||
119 | #define MV64x60_PCI12MEM_SNOOP_3_WIN 23 | ||
120 | |||
121 | #define MV64x60_64BIT_WIN_COUNT 24 | ||
122 | |||
123 | /* | ||
124 | * Define a structure that's used to pass in config information to the | ||
125 | * core routines. | ||
126 | */ | ||
127 | struct mv64x60_pci_window { | ||
128 | u32 cpu_base; | ||
129 | u32 pci_base_hi; | ||
130 | u32 pci_base_lo; | ||
131 | u32 size; | ||
132 | u32 swap; | ||
133 | }; | ||
134 | |||
135 | struct mv64x60_pci_info { | ||
136 | u8 enable_bus; /* allow access to this PCI bus? */ | ||
137 | |||
138 | struct mv64x60_pci_window pci_io; | ||
139 | struct mv64x60_pci_window pci_mem[3]; | ||
140 | |||
141 | u32 acc_cntl_options[MV64x60_CPU2MEM_WINDOWS]; | ||
142 | u32 snoop_options[MV64x60_CPU2MEM_WINDOWS]; | ||
143 | u16 pci_cmd_bits; | ||
144 | u16 latency_timer; | ||
145 | }; | ||
146 | |||
147 | struct mv64x60_setup_info { | ||
148 | u32 phys_reg_base; | ||
149 | u32 window_preserve_mask_32_hi; | ||
150 | u32 window_preserve_mask_32_lo; | ||
151 | u32 window_preserve_mask_64; | ||
152 | |||
153 | u32 cpu_prot_options[MV64x60_CPU2MEM_WINDOWS]; | ||
154 | u32 cpu_snoop_options[MV64x60_CPU2MEM_WINDOWS]; | ||
155 | u32 enet_options[MV64x60_CPU2MEM_WINDOWS]; | ||
156 | u32 mpsc_options[MV64x60_CPU2MEM_WINDOWS]; | ||
157 | u32 idma_options[MV64x60_CPU2MEM_WINDOWS]; | ||
158 | |||
159 | struct mv64x60_pci_info pci_0; | ||
160 | struct mv64x60_pci_info pci_1; | ||
161 | }; | ||
162 | |||
163 | /* Define what the top bits in the extra member of a window entry means. */ | ||
164 | #define MV64x60_EXTRA_INVALID 0x00000000 | ||
165 | #define MV64x60_EXTRA_CPUWIN_ENAB 0x10000000 | ||
166 | #define MV64x60_EXTRA_CPUPROT_ENAB 0x20000000 | ||
167 | #define MV64x60_EXTRA_ENET_ENAB 0x30000000 | ||
168 | #define MV64x60_EXTRA_MPSC_ENAB 0x40000000 | ||
169 | #define MV64x60_EXTRA_IDMA_ENAB 0x50000000 | ||
170 | #define MV64x60_EXTRA_PCIACC_ENAB 0x60000000 | ||
171 | |||
172 | #define MV64x60_EXTRA_MASK 0xf0000000 | ||
173 | |||
174 | /* | ||
175 | * Define the 'handle' struct that will be passed between the 64x60 core | ||
176 | * code and the platform-specific code that will use it. The handle | ||
177 | * will contain pointers to chip-specific routines & information. | ||
178 | */ | ||
179 | struct mv64x60_32bit_window { | ||
180 | u32 base_reg; | ||
181 | u32 size_reg; | ||
182 | u8 base_bits; | ||
183 | u8 size_bits; | ||
184 | u32 (*get_from_field)(u32 val, u32 num_bits); | ||
185 | u32 (*map_to_field)(u32 val, u32 num_bits); | ||
186 | u32 extra; | ||
187 | }; | ||
188 | |||
189 | struct mv64x60_64bit_window { | ||
190 | u32 base_hi_reg; | ||
191 | u32 base_lo_reg; | ||
192 | u32 size_reg; | ||
193 | u8 base_lo_bits; | ||
194 | u8 size_bits; | ||
195 | u32 (*get_from_field)(u32 val, u32 num_bits); | ||
196 | u32 (*map_to_field)(u32 val, u32 num_bits); | ||
197 | u32 extra; | ||
198 | }; | ||
199 | |||
200 | typedef struct mv64x60_handle mv64x60_handle_t; | ||
201 | struct mv64x60_chip_info { | ||
202 | u32 (*translate_size)(u32 base, u32 size, u32 num_bits); | ||
203 | u32 (*untranslate_size)(u32 base, u32 size, u32 num_bits); | ||
204 | void (*set_pci2mem_window)(struct pci_controller *hose, u32 bus, | ||
205 | u32 window, u32 base); | ||
206 | void (*set_pci2regs_window)(struct mv64x60_handle *bh, | ||
207 | struct pci_controller *hose, u32 bus, u32 base); | ||
208 | u32 (*is_enabled_32bit)(mv64x60_handle_t *bh, u32 window); | ||
209 | void (*enable_window_32bit)(mv64x60_handle_t *bh, u32 window); | ||
210 | void (*disable_window_32bit)(mv64x60_handle_t *bh, u32 window); | ||
211 | void (*enable_window_64bit)(mv64x60_handle_t *bh, u32 window); | ||
212 | void (*disable_window_64bit)(mv64x60_handle_t *bh, u32 window); | ||
213 | void (*disable_all_windows)(mv64x60_handle_t *bh, | ||
214 | struct mv64x60_setup_info *si); | ||
215 | void (*config_io2mem_windows)(mv64x60_handle_t *bh, | ||
216 | struct mv64x60_setup_info *si, | ||
217 | u32 mem_windows[MV64x60_CPU2MEM_WINDOWS][2]); | ||
218 | void (*set_mpsc2regs_window)(struct mv64x60_handle *bh, u32 base); | ||
219 | void (*chip_specific_init)(mv64x60_handle_t *bh, | ||
220 | struct mv64x60_setup_info *si); | ||
221 | |||
222 | struct mv64x60_32bit_window *window_tab_32bit; | ||
223 | struct mv64x60_64bit_window *window_tab_64bit; | ||
224 | }; | ||
225 | |||
226 | struct mv64x60_handle { | ||
227 | u32 type; /* type of bridge */ | ||
228 | u32 rev; /* revision of bridge */ | ||
229 | void __iomem *v_base;/* virtual base addr of bridge regs */ | ||
230 | phys_addr_t p_base; /* physical base addr of bridge regs */ | ||
231 | |||
232 | u32 pci_mode_a; /* pci 0 mode: conventional pci, pci-x*/ | ||
233 | u32 pci_mode_b; /* pci 1 mode: conventional pci, pci-x*/ | ||
234 | |||
235 | u32 io_base_a; /* vaddr of pci 0's I/O space */ | ||
236 | u32 io_base_b; /* vaddr of pci 1's I/O space */ | ||
237 | |||
238 | struct pci_controller *hose_a; | ||
239 | struct pci_controller *hose_b; | ||
240 | |||
241 | struct mv64x60_chip_info *ci; /* chip/bridge-specific info */ | ||
242 | }; | ||
243 | |||
244 | |||
245 | /* Define I/O routines for accessing registers on the 64x60 bridge. */ | ||
246 | extern inline void | ||
247 | mv64x60_write(struct mv64x60_handle *bh, u32 offset, u32 val) { | ||
248 | ulong flags; | ||
249 | |||
250 | spin_lock_irqsave(&mv64x60_lock, flags); | ||
251 | out_le32(bh->v_base + offset, val); | ||
252 | spin_unlock_irqrestore(&mv64x60_lock, flags); | ||
253 | } | ||
254 | |||
255 | extern inline u32 | ||
256 | mv64x60_read(struct mv64x60_handle *bh, u32 offset) { | ||
257 | ulong flags; | ||
258 | u32 reg; | ||
259 | |||
260 | spin_lock_irqsave(&mv64x60_lock, flags); | ||
261 | reg = in_le32(bh->v_base + offset); | ||
262 | spin_unlock_irqrestore(&mv64x60_lock, flags); | ||
263 | return reg; | ||
264 | } | ||
265 | |||
266 | extern inline void | ||
267 | mv64x60_modify(struct mv64x60_handle *bh, u32 offs, u32 data, u32 mask) | ||
268 | { | ||
269 | u32 reg; | ||
270 | ulong flags; | ||
271 | |||
272 | spin_lock_irqsave(&mv64x60_lock, flags); | ||
273 | reg = in_le32(bh->v_base + offs) & (~mask); | ||
274 | reg |= data & mask; | ||
275 | out_le32(bh->v_base + offs, reg); | ||
276 | spin_unlock_irqrestore(&mv64x60_lock, flags); | ||
277 | } | ||
278 | |||
279 | #define mv64x60_set_bits(bh, offs, bits) mv64x60_modify(bh, offs, ~0, bits) | ||
280 | #define mv64x60_clr_bits(bh, offs, bits) mv64x60_modify(bh, offs, 0, bits) | ||
281 | |||
282 | #if defined(CONFIG_SYSFS) && !defined(CONFIG_GT64260) | ||
283 | #define MV64XXX_DEV_NAME "mv64xxx" | ||
284 | |||
285 | struct mv64xxx_pdata { | ||
286 | u32 hs_reg_valid; | ||
287 | }; | ||
288 | #endif | ||
289 | |||
290 | /* Externally visible function prototypes */ | ||
291 | int mv64x60_init(struct mv64x60_handle *bh, struct mv64x60_setup_info *si); | ||
292 | u32 mv64x60_get_mem_size(u32 bridge_base, u32 chip_type); | ||
293 | void mv64x60_early_init(struct mv64x60_handle *bh, | ||
294 | struct mv64x60_setup_info *si); | ||
295 | void mv64x60_alloc_hose(struct mv64x60_handle *bh, u32 cfg_addr, | ||
296 | u32 cfg_data, struct pci_controller **hose); | ||
297 | int mv64x60_get_type(struct mv64x60_handle *bh); | ||
298 | int mv64x60_setup_for_chip(struct mv64x60_handle *bh); | ||
299 | void __iomem *mv64x60_get_bridge_vbase(void); | ||
300 | u32 mv64x60_get_bridge_type(void); | ||
301 | u32 mv64x60_get_bridge_rev(void); | ||
302 | void mv64x60_get_mem_windows(struct mv64x60_handle *bh, | ||
303 | u32 mem_windows[MV64x60_CPU2MEM_WINDOWS][2]); | ||
304 | void mv64x60_config_cpu2mem_windows(struct mv64x60_handle *bh, | ||
305 | struct mv64x60_setup_info *si, | ||
306 | u32 mem_windows[MV64x60_CPU2MEM_WINDOWS][2]); | ||
307 | void mv64x60_config_cpu2pci_windows(struct mv64x60_handle *bh, | ||
308 | struct mv64x60_pci_info *pi, u32 bus); | ||
309 | void mv64x60_config_pci2mem_windows(struct mv64x60_handle *bh, | ||
310 | struct pci_controller *hose, struct mv64x60_pci_info *pi, u32 bus, | ||
311 | u32 mem_windows[MV64x60_CPU2MEM_WINDOWS][2]); | ||
312 | void mv64x60_config_resources(struct pci_controller *hose, | ||
313 | struct mv64x60_pci_info *pi, u32 io_base); | ||
314 | void mv64x60_config_pci_params(struct pci_controller *hose, | ||
315 | struct mv64x60_pci_info *pi); | ||
316 | void mv64x60_pd_fixup(struct mv64x60_handle *bh, | ||
317 | struct platform_device *pd_devs[], u32 entries); | ||
318 | void mv64x60_get_32bit_window(struct mv64x60_handle *bh, u32 window, | ||
319 | u32 *base, u32 *size); | ||
320 | void mv64x60_set_32bit_window(struct mv64x60_handle *bh, u32 window, u32 base, | ||
321 | u32 size, u32 other_bits); | ||
322 | void mv64x60_get_64bit_window(struct mv64x60_handle *bh, u32 window, | ||
323 | u32 *base_hi, u32 *base_lo, u32 *size); | ||
324 | void mv64x60_set_64bit_window(struct mv64x60_handle *bh, u32 window, | ||
325 | u32 base_hi, u32 base_lo, u32 size, u32 other_bits); | ||
326 | void mv64x60_set_bus(struct mv64x60_handle *bh, u32 bus, u32 child_bus); | ||
327 | int mv64x60_pci_exclude_device(u8 bus, u8 devfn); | ||
328 | |||
329 | |||
330 | void gt64260_init_irq(void); | ||
331 | int gt64260_get_irq(void); | ||
332 | void mv64360_init_irq(void); | ||
333 | int mv64360_get_irq(void); | ||
334 | |||
335 | u32 mv64x60_mask(u32 val, u32 num_bits); | ||
336 | u32 mv64x60_shift_left(u32 val, u32 num_bits); | ||
337 | u32 mv64x60_shift_right(u32 val, u32 num_bits); | ||
338 | u32 mv64x60_calc_mem_size(struct mv64x60_handle *bh, | ||
339 | u32 mem_windows[MV64x60_CPU2MEM_WINDOWS][2]); | ||
340 | |||
341 | void mv64x60_progress_init(u32 base); | ||
342 | void mv64x60_mpsc_progress(char *s, unsigned short hex); | ||
343 | |||
344 | extern struct mv64x60_32bit_window | ||
345 | gt64260_32bit_windows[MV64x60_32BIT_WIN_COUNT]; | ||
346 | extern struct mv64x60_64bit_window | ||
347 | gt64260_64bit_windows[MV64x60_64BIT_WIN_COUNT]; | ||
348 | extern struct mv64x60_32bit_window | ||
349 | mv64360_32bit_windows[MV64x60_32BIT_WIN_COUNT]; | ||
350 | extern struct mv64x60_64bit_window | ||
351 | mv64360_64bit_windows[MV64x60_64BIT_WIN_COUNT]; | ||
352 | |||
353 | #endif /* __ASMPPC_MV64x60_H */ | ||
diff --git a/include/asm-ppc/mv64x60_defs.h b/include/asm-ppc/mv64x60_defs.h deleted file mode 100644 index 5b0704a3e6ea..000000000000 --- a/include/asm-ppc/mv64x60_defs.h +++ /dev/null | |||
@@ -1,976 +0,0 @@ | |||
1 | /* | ||
2 | * include/asm-ppc/mv64x60_defs.h | ||
3 | * | ||
4 | * Register definitions for the Marvell/Galileo GT64260, MV64360, etc. | ||
5 | * host bridges. | ||
6 | * | ||
7 | * Author: Mark A. Greer <mgreer@mvista.com> | ||
8 | * | ||
9 | * 2001-2002 (c) MontaVista, Software, Inc. This file is licensed under | ||
10 | * the terms of the GNU General Public License version 2. This program | ||
11 | * is licensed "as is" without any warranty of any kind, whether express | ||
12 | * or implied. | ||
13 | */ | ||
14 | #ifndef __ASMPPC_MV64x60_DEFS_H | ||
15 | #define __ASMPPC_MV64x60_DEFS_H | ||
16 | |||
17 | /* | ||
18 | * Define the Marvell bridges that are supported | ||
19 | */ | ||
20 | #define MV64x60_TYPE_INVALID 0 | ||
21 | #define MV64x60_TYPE_GT64260A 1 | ||
22 | #define MV64x60_TYPE_GT64260B 2 | ||
23 | #define MV64x60_TYPE_MV64360 3 | ||
24 | #define MV64x60_TYPE_MV64361 4 | ||
25 | #define MV64x60_TYPE_MV64362 5 | ||
26 | #define MV64x60_TYPE_MV64460 6 | ||
27 | |||
28 | |||
29 | /* Revisions of each supported chip */ | ||
30 | #define GT64260_REV_A 0x10 | ||
31 | #define GT64260_REV_B 0x20 | ||
32 | #define MV64360 0x01 | ||
33 | #define MV64460 0x01 | ||
34 | |||
35 | /* Minimum window size supported by 64260 is 1MB */ | ||
36 | #define GT64260_WINDOW_SIZE_MIN 0x00100000 | ||
37 | #define MV64360_WINDOW_SIZE_MIN 0x00010000 | ||
38 | |||
39 | #define MV64x60_TCLK_FREQ_MAX 133333333U | ||
40 | |||
41 | /* IRQ's for embedded controllers */ | ||
42 | #define MV64x60_IRQ_DEV 1 | ||
43 | #define MV64x60_IRQ_CPU_ERR 3 | ||
44 | #define MV64x60_IRQ_TIMER_0_1 8 | ||
45 | #define MV64x60_IRQ_TIMER_2_3 9 | ||
46 | #define MV64x60_IRQ_TIMER_4_5 10 | ||
47 | #define MV64x60_IRQ_TIMER_6_7 11 | ||
48 | #define MV64x60_IRQ_P1_GPP_0_7 24 | ||
49 | #define MV64x60_IRQ_P1_GPP_8_15 25 | ||
50 | #define MV64x60_IRQ_P1_GPP_16_23 26 | ||
51 | #define MV64x60_IRQ_P1_GPP_24_31 27 | ||
52 | #define MV64x60_IRQ_DOORBELL 28 | ||
53 | #define MV64x60_IRQ_ETH_0 32 | ||
54 | #define MV64x60_IRQ_ETH_1 33 | ||
55 | #define MV64x60_IRQ_ETH_2 34 | ||
56 | #define MV64x60_IRQ_SDMA_0 36 | ||
57 | #define MV64x60_IRQ_I2C 37 | ||
58 | #define MV64x60_IRQ_BRG 39 | ||
59 | #define MV64x60_IRQ_MPSC_0 40 | ||
60 | #define MV64x60_IRQ_MPSC_1 42 | ||
61 | #define MV64x60_IRQ_COMM 43 | ||
62 | #define MV64x60_IRQ_P0_GPP_0_7 56 | ||
63 | #define MV64x60_IRQ_P0_GPP_8_15 57 | ||
64 | #define MV64x60_IRQ_P0_GPP_16_23 58 | ||
65 | #define MV64x60_IRQ_P0_GPP_24_31 59 | ||
66 | |||
67 | #define MV64360_IRQ_PCI0 12 | ||
68 | #define MV64360_IRQ_SRAM_PAR_ERR 13 | ||
69 | #define MV64360_IRQ_PCI1 16 | ||
70 | #define MV64360_IRQ_SDMA_1 38 | ||
71 | |||
72 | #define MV64x60_IRQ_GPP0 64 | ||
73 | #define MV64x60_IRQ_GPP1 65 | ||
74 | #define MV64x60_IRQ_GPP2 66 | ||
75 | #define MV64x60_IRQ_GPP3 67 | ||
76 | #define MV64x60_IRQ_GPP4 68 | ||
77 | #define MV64x60_IRQ_GPP5 69 | ||
78 | #define MV64x60_IRQ_GPP6 70 | ||
79 | #define MV64x60_IRQ_GPP7 71 | ||
80 | #define MV64x60_IRQ_GPP8 72 | ||
81 | #define MV64x60_IRQ_GPP9 73 | ||
82 | #define MV64x60_IRQ_GPP10 74 | ||
83 | #define MV64x60_IRQ_GPP11 75 | ||
84 | #define MV64x60_IRQ_GPP12 76 | ||
85 | #define MV64x60_IRQ_GPP13 77 | ||
86 | #define MV64x60_IRQ_GPP14 78 | ||
87 | #define MV64x60_IRQ_GPP15 79 | ||
88 | #define MV64x60_IRQ_GPP16 80 | ||
89 | #define MV64x60_IRQ_GPP17 81 | ||
90 | #define MV64x60_IRQ_GPP18 82 | ||
91 | #define MV64x60_IRQ_GPP19 83 | ||
92 | #define MV64x60_IRQ_GPP20 84 | ||
93 | #define MV64x60_IRQ_GPP21 85 | ||
94 | #define MV64x60_IRQ_GPP22 86 | ||
95 | #define MV64x60_IRQ_GPP23 87 | ||
96 | #define MV64x60_IRQ_GPP24 88 | ||
97 | #define MV64x60_IRQ_GPP25 89 | ||
98 | #define MV64x60_IRQ_GPP26 90 | ||
99 | #define MV64x60_IRQ_GPP27 91 | ||
100 | #define MV64x60_IRQ_GPP28 92 | ||
101 | #define MV64x60_IRQ_GPP29 93 | ||
102 | #define MV64x60_IRQ_GPP30 94 | ||
103 | #define MV64x60_IRQ_GPP31 95 | ||
104 | |||
105 | /* Offsets for register blocks */ | ||
106 | #define GT64260_ENET_PHY_ADDR 0x2000 | ||
107 | #define GT64260_ENET_ESMIR 0x2010 | ||
108 | #define GT64260_ENET_0_OFFSET 0x2400 | ||
109 | #define GT64260_ENET_1_OFFSET 0x2800 | ||
110 | #define GT64260_ENET_2_OFFSET 0x2c00 | ||
111 | #define MV64x60_SDMA_0_OFFSET 0x4000 | ||
112 | #define MV64x60_SDMA_1_OFFSET 0x6000 | ||
113 | #define MV64x60_MPSC_0_OFFSET 0x8000 | ||
114 | #define MV64x60_MPSC_1_OFFSET 0x9000 | ||
115 | #define MV64x60_MPSC_ROUTING_OFFSET 0xb400 | ||
116 | #define MV64x60_SDMA_INTR_OFFSET 0xb800 | ||
117 | #define MV64x60_BRG_0_OFFSET 0xb200 | ||
118 | #define MV64x60_BRG_1_OFFSET 0xb208 | ||
119 | |||
120 | /* | ||
121 | ***************************************************************************** | ||
122 | * | ||
123 | * CPU Interface Registers | ||
124 | * | ||
125 | ***************************************************************************** | ||
126 | */ | ||
127 | |||
128 | /* CPU physical address of bridge's registers */ | ||
129 | #define MV64x60_INTERNAL_SPACE_DECODE 0x0068 | ||
130 | #define MV64x60_INTERNAL_SPACE_SIZE 0x10000 | ||
131 | #define MV64x60_INTERNAL_SPACE_DEFAULT_ADDR 0x14000000 | ||
132 | |||
133 | #define MV64360_CPU_BAR_ENABLE 0x0278 | ||
134 | |||
135 | /* CPU Memory Controller Window Registers (4 windows) */ | ||
136 | #define MV64x60_CPU2MEM_WINDOWS 4 | ||
137 | |||
138 | #define MV64x60_CPU2MEM_0_BASE 0x0008 | ||
139 | #define MV64x60_CPU2MEM_0_SIZE 0x0010 | ||
140 | #define MV64x60_CPU2MEM_1_BASE 0x0208 | ||
141 | #define MV64x60_CPU2MEM_1_SIZE 0x0210 | ||
142 | #define MV64x60_CPU2MEM_2_BASE 0x0018 | ||
143 | #define MV64x60_CPU2MEM_2_SIZE 0x0020 | ||
144 | #define MV64x60_CPU2MEM_3_BASE 0x0218 | ||
145 | #define MV64x60_CPU2MEM_3_SIZE 0x0220 | ||
146 | |||
147 | /* CPU Device Controller Window Registers (4 windows) */ | ||
148 | #define MV64x60_CPU2DEV_WINDOWS 4 | ||
149 | |||
150 | #define MV64x60_CPU2DEV_0_BASE 0x0028 | ||
151 | #define MV64x60_CPU2DEV_0_SIZE 0x0030 | ||
152 | #define MV64x60_CPU2DEV_1_BASE 0x0228 | ||
153 | #define MV64x60_CPU2DEV_1_SIZE 0x0230 | ||
154 | #define MV64x60_CPU2DEV_2_BASE 0x0248 | ||
155 | #define MV64x60_CPU2DEV_2_SIZE 0x0250 | ||
156 | #define MV64x60_CPU2DEV_3_BASE 0x0038 | ||
157 | #define MV64x60_CPU2DEV_3_SIZE 0x0040 | ||
158 | |||
159 | #define MV64x60_CPU2BOOT_0_BASE 0x0238 | ||
160 | #define MV64x60_CPU2BOOT_0_SIZE 0x0240 | ||
161 | |||
162 | #define MV64360_CPU2SRAM_BASE 0x0268 | ||
163 | |||
164 | /* CPU Windows to PCI space (2 PCI buses each w/ 1 I/O & 4 MEM windows) */ | ||
165 | #define MV64x60_PCI_BUSES 2 | ||
166 | #define MV64x60_PCI_IO_WINDOWS_PER_BUS 1 | ||
167 | #define MV64x60_PCI_MEM_WINDOWS_PER_BUS 4 | ||
168 | |||
169 | #define MV64x60_CPU2PCI_SWAP_BYTE 0x00000000 | ||
170 | #define MV64x60_CPU2PCI_SWAP_NONE 0x01000000 | ||
171 | #define MV64x60_CPU2PCI_SWAP_BYTE_WORD 0x02000000 | ||
172 | #define MV64x60_CPU2PCI_SWAP_WORD 0x03000000 | ||
173 | |||
174 | #define MV64x60_CPU2PCI_MEM_REQ64 (1<<27) | ||
175 | |||
176 | #define MV64x60_CPU2PCI0_IO_BASE 0x0048 | ||
177 | #define MV64x60_CPU2PCI0_IO_SIZE 0x0050 | ||
178 | #define MV64x60_CPU2PCI0_MEM_0_BASE 0x0058 | ||
179 | #define MV64x60_CPU2PCI0_MEM_0_SIZE 0x0060 | ||
180 | #define MV64x60_CPU2PCI0_MEM_1_BASE 0x0080 | ||
181 | #define MV64x60_CPU2PCI0_MEM_1_SIZE 0x0088 | ||
182 | #define MV64x60_CPU2PCI0_MEM_2_BASE 0x0258 | ||
183 | #define MV64x60_CPU2PCI0_MEM_2_SIZE 0x0260 | ||
184 | #define MV64x60_CPU2PCI0_MEM_3_BASE 0x0280 | ||
185 | #define MV64x60_CPU2PCI0_MEM_3_SIZE 0x0288 | ||
186 | |||
187 | #define MV64x60_CPU2PCI0_IO_REMAP 0x00f0 | ||
188 | #define MV64x60_CPU2PCI0_MEM_0_REMAP_LO 0x00f8 | ||
189 | #define MV64x60_CPU2PCI0_MEM_0_REMAP_HI 0x0320 | ||
190 | #define MV64x60_CPU2PCI0_MEM_1_REMAP_LO 0x0100 | ||
191 | #define MV64x60_CPU2PCI0_MEM_1_REMAP_HI 0x0328 | ||
192 | #define MV64x60_CPU2PCI0_MEM_2_REMAP_LO 0x02f8 | ||
193 | #define MV64x60_CPU2PCI0_MEM_2_REMAP_HI 0x0330 | ||
194 | #define MV64x60_CPU2PCI0_MEM_3_REMAP_LO 0x0300 | ||
195 | #define MV64x60_CPU2PCI0_MEM_3_REMAP_HI 0x0338 | ||
196 | |||
197 | #define MV64x60_CPU2PCI1_IO_BASE 0x0090 | ||
198 | #define MV64x60_CPU2PCI1_IO_SIZE 0x0098 | ||
199 | #define MV64x60_CPU2PCI1_MEM_0_BASE 0x00a0 | ||
200 | #define MV64x60_CPU2PCI1_MEM_0_SIZE 0x00a8 | ||
201 | #define MV64x60_CPU2PCI1_MEM_1_BASE 0x00b0 | ||
202 | #define MV64x60_CPU2PCI1_MEM_1_SIZE 0x00b8 | ||
203 | #define MV64x60_CPU2PCI1_MEM_2_BASE 0x02a0 | ||
204 | #define MV64x60_CPU2PCI1_MEM_2_SIZE 0x02a8 | ||
205 | #define MV64x60_CPU2PCI1_MEM_3_BASE 0x02b0 | ||
206 | #define MV64x60_CPU2PCI1_MEM_3_SIZE 0x02b8 | ||
207 | |||
208 | #define MV64x60_CPU2PCI1_IO_REMAP 0x0108 | ||
209 | #define MV64x60_CPU2PCI1_MEM_0_REMAP_LO 0x0110 | ||
210 | #define MV64x60_CPU2PCI1_MEM_0_REMAP_HI 0x0340 | ||
211 | #define MV64x60_CPU2PCI1_MEM_1_REMAP_LO 0x0118 | ||
212 | #define MV64x60_CPU2PCI1_MEM_1_REMAP_HI 0x0348 | ||
213 | #define MV64x60_CPU2PCI1_MEM_2_REMAP_LO 0x0310 | ||
214 | #define MV64x60_CPU2PCI1_MEM_2_REMAP_HI 0x0350 | ||
215 | #define MV64x60_CPU2PCI1_MEM_3_REMAP_LO 0x0318 | ||
216 | #define MV64x60_CPU2PCI1_MEM_3_REMAP_HI 0x0358 | ||
217 | |||
218 | /* CPU Control Registers */ | ||
219 | #define MV64x60_CPU_CONFIG 0x0000 | ||
220 | #define MV64x60_CPU_MODE 0x0120 | ||
221 | #define MV64x60_CPU_MASTER_CNTL 0x0160 | ||
222 | #define MV64x60_CPU_XBAR_CNTL_LO 0x0150 | ||
223 | #define MV64x60_CPU_XBAR_CNTL_HI 0x0158 | ||
224 | #define MV64x60_CPU_XBAR_TO 0x0168 | ||
225 | |||
226 | #define GT64260_CPU_RR_XBAR_CNTL_LO 0x0170 | ||
227 | #define GT64260_CPU_RR_XBAR_CNTL_HI 0x0178 | ||
228 | |||
229 | #define MV64360_CPU_PADS_CALIBRATION 0x03b4 | ||
230 | #define MV64360_CPU_RESET_SAMPLE_LO 0x03c4 | ||
231 | #define MV64360_CPU_RESET_SAMPLE_HI 0x03d4 | ||
232 | |||
233 | /* SMP Register Map */ | ||
234 | #define MV64360_WHO_AM_I 0x0200 | ||
235 | #define MV64360_CPU0_DOORBELL 0x0214 | ||
236 | #define MV64360_CPU0_DOORBELL_CLR 0x021c | ||
237 | #define MV64360_CPU0_DOORBELL_MASK 0x0234 | ||
238 | #define MV64360_CPU1_DOORBELL 0x0224 | ||
239 | #define MV64360_CPU1_DOORBELL_CLR 0x022c | ||
240 | #define MV64360_CPU1_DOORBELL_MASK 0x023c | ||
241 | #define MV64360_CPUx_DOORBELL(x) (0x0214 + ((x)*0x10)) | ||
242 | #define MV64360_CPUx_DOORBELL_CLR(x) (0x021c + ((x)*0x10)) | ||
243 | #define MV64360_CPUx_DOORBELL_MASK(x) (0x0234 + ((x)*0x08)) | ||
244 | #define MV64360_SEMAPHORE_0 0x0244 | ||
245 | #define MV64360_SEMAPHORE_1 0x024c | ||
246 | #define MV64360_SEMAPHORE_2 0x0254 | ||
247 | #define MV64360_SEMAPHORE_3 0x025c | ||
248 | #define MV64360_SEMAPHORE_4 0x0264 | ||
249 | #define MV64360_SEMAPHORE_5 0x026c | ||
250 | #define MV64360_SEMAPHORE_6 0x0274 | ||
251 | #define MV64360_SEMAPHORE_7 0x027c | ||
252 | |||
253 | /* CPU Sync Barrier Registers */ | ||
254 | #define GT64260_CPU_SYNC_BARRIER_PCI0 0x00c0 | ||
255 | #define GT64260_CPU_SYNC_BARRIER_PCI1 0x00c8 | ||
256 | |||
257 | #define MV64360_CPU0_SYNC_BARRIER_TRIG 0x00c0 | ||
258 | #define MV64360_CPU0_SYNC_BARRIER_VIRT 0x00c8 | ||
259 | #define MV64360_CPU1_SYNC_BARRIER_TRIG 0x00d0 | ||
260 | #define MV64360_CPU1_SYNC_BARRIER_VIRT 0x00d8 | ||
261 | |||
262 | /* CPU Deadlock and Ordering registers (Rev B part only) */ | ||
263 | #define GT64260_CPU_DEADLOCK_ORDERING 0x02d0 | ||
264 | #define GT64260_CPU_WB_PRIORITY_BUFFER_DEPTH 0x02d8 | ||
265 | #define GT64260_CPU_COUNTERS_SYNC_BARRIER_ATTRIBUTE 0x02e0 | ||
266 | |||
267 | /* CPU Access Protection Registers (gt64260 realy has 8 but don't need) */ | ||
268 | #define MV64x260_CPU_PROT_WINDOWS 4 | ||
269 | |||
270 | #define GT64260_CPU_PROT_ACCPROTECT (1<<16) | ||
271 | #define GT64260_CPU_PROT_WRPROTECT (1<<17) | ||
272 | #define GT64260_CPU_PROT_CACHEPROTECT (1<<18) | ||
273 | |||
274 | #define MV64360_CPU_PROT_ACCPROTECT (1<<20) | ||
275 | #define MV64360_CPU_PROT_WRPROTECT (1<<21) | ||
276 | #define MV64360_CPU_PROT_CACHEPROTECT (1<<22) | ||
277 | #define MV64360_CPU_PROT_WIN_ENABLE (1<<31) | ||
278 | |||
279 | #define MV64x60_CPU_PROT_BASE_0 0x0180 | ||
280 | #define MV64x60_CPU_PROT_SIZE_0 0x0188 | ||
281 | #define MV64x60_CPU_PROT_BASE_1 0x0190 | ||
282 | #define MV64x60_CPU_PROT_SIZE_1 0x0198 | ||
283 | #define MV64x60_CPU_PROT_BASE_2 0x01a0 | ||
284 | #define MV64x60_CPU_PROT_SIZE_2 0x01a8 | ||
285 | #define MV64x60_CPU_PROT_BASE_3 0x01b0 | ||
286 | #define MV64x60_CPU_PROT_SIZE_3 0x01b8 | ||
287 | |||
288 | #define GT64260_CPU_PROT_BASE_4 0x01c0 | ||
289 | #define GT64260_CPU_PROT_SIZE_4 0x01c8 | ||
290 | #define GT64260_CPU_PROT_BASE_5 0x01d0 | ||
291 | #define GT64260_CPU_PROT_SIZE_5 0x01d8 | ||
292 | #define GT64260_CPU_PROT_BASE_6 0x01e0 | ||
293 | #define GT64260_CPU_PROT_SIZE_6 0x01e8 | ||
294 | #define GT64260_CPU_PROT_BASE_7 0x01f0 | ||
295 | #define GT64260_CPU_PROT_SIZE_7 0x01f8 | ||
296 | |||
297 | /* CPU Snoop Control Registers (64260 only) */ | ||
298 | #define GT64260_CPU_SNOOP_WINDOWS 4 | ||
299 | |||
300 | #define GT64260_CPU_SNOOP_NONE 0x00000000 | ||
301 | #define GT64260_CPU_SNOOP_WT 0x00010000 | ||
302 | #define GT64260_CPU_SNOOP_WB 0x00020000 | ||
303 | #define GT64260_CPU_SNOOP_MASK 0x00030000 | ||
304 | #define GT64260_CPU_SNOOP_ALL_BITS GT64260_CPU_SNOOP_MASK | ||
305 | |||
306 | #define GT64260_CPU_SNOOP_BASE_0 0x0380 | ||
307 | #define GT64260_CPU_SNOOP_SIZE_0 0x0388 | ||
308 | #define GT64260_CPU_SNOOP_BASE_1 0x0390 | ||
309 | #define GT64260_CPU_SNOOP_SIZE_1 0x0398 | ||
310 | #define GT64260_CPU_SNOOP_BASE_2 0x03a0 | ||
311 | #define GT64260_CPU_SNOOP_SIZE_2 0x03a8 | ||
312 | #define GT64260_CPU_SNOOP_BASE_3 0x03b0 | ||
313 | #define GT64260_CPU_SNOOP_SIZE_3 0x03b8 | ||
314 | |||
315 | /* CPU Snoop Control Registers (64360 only) */ | ||
316 | #define MV64360_CPU_SNOOP_WINDOWS 4 | ||
317 | #define MV64360_CPU_SNOOP_NONE 0x00000000 | ||
318 | #define MV64360_CPU_SNOOP_WT 0x00010000 | ||
319 | #define MV64360_CPU_SNOOP_WB 0x00020000 | ||
320 | #define MV64360_CPU_SNOOP_MASK 0x00030000 | ||
321 | #define MV64360_CPU_SNOOP_ALL_BITS MV64360_CPU_SNOOP_MASK | ||
322 | |||
323 | |||
324 | /* CPU Error Report Registers */ | ||
325 | #define MV64x60_CPU_ERR_ADDR_LO 0x0070 | ||
326 | #define MV64x60_CPU_ERR_ADDR_HI 0x0078 | ||
327 | #define MV64x60_CPU_ERR_DATA_LO 0x0128 | ||
328 | #define MV64x60_CPU_ERR_DATA_HI 0x0130 | ||
329 | #define MV64x60_CPU_ERR_PARITY 0x0138 | ||
330 | #define MV64x60_CPU_ERR_CAUSE 0x0140 | ||
331 | #define MV64x60_CPU_ERR_MASK 0x0148 | ||
332 | |||
333 | /* | ||
334 | ***************************************************************************** | ||
335 | * | ||
336 | * SRAM Controller Registers | ||
337 | * | ||
338 | ***************************************************************************** | ||
339 | */ | ||
340 | |||
341 | #define MV64360_SRAM_CONFIG 0x0380 | ||
342 | #define MV64360_SRAM_TEST_MODE 0x03f4 | ||
343 | #define MV64360_SRAM_ERR_CAUSE 0x0388 | ||
344 | #define MV64360_SRAM_ERR_ADDR_LO 0x0390 | ||
345 | #define MV64360_SRAM_ERR_ADDR_HI 0x03f8 | ||
346 | #define MV64360_SRAM_ERR_DATA_LO 0x0398 | ||
347 | #define MV64360_SRAM_ERR_DATA_HI 0x03a0 | ||
348 | #define MV64360_SRAM_ERR_PARITY 0x03a8 | ||
349 | |||
350 | #define MV64360_SRAM_SIZE 0x00040000 /* 2Mb/256KB SRAM */ | ||
351 | |||
352 | /* | ||
353 | ***************************************************************************** | ||
354 | * | ||
355 | * SDRAM/MEM Controller Registers | ||
356 | * | ||
357 | ***************************************************************************** | ||
358 | */ | ||
359 | |||
360 | /* SDRAM Config Registers (64260) */ | ||
361 | #define GT64260_SDRAM_CONFIG 0x0448 | ||
362 | |||
363 | /* SDRAM Error Report Registers (64260) */ | ||
364 | #define GT64260_SDRAM_ERR_DATA_LO 0x0484 | ||
365 | #define GT64260_SDRAM_ERR_DATA_HI 0x0480 | ||
366 | #define GT64260_SDRAM_ERR_ADDR 0x0490 | ||
367 | #define GT64260_SDRAM_ERR_ECC_RCVD 0x0488 | ||
368 | #define GT64260_SDRAM_ERR_ECC_CALC 0x048c | ||
369 | #define GT64260_SDRAM_ERR_ECC_CNTL 0x0494 | ||
370 | #define GT64260_SDRAM_ERR_ECC_ERR_CNT 0x0498 | ||
371 | |||
372 | /* SDRAM Config Registers (64360) */ | ||
373 | #define MV64360_SDRAM_CONFIG 0x1400 | ||
374 | |||
375 | /* SDRAM Control Registers */ | ||
376 | #define MV64360_D_UNIT_CONTROL_LOW 0x1404 | ||
377 | #define MV64360_D_UNIT_CONTROL_HIGH 0x1424 | ||
378 | #define MV64460_D_UNIT_MMASK 0x14b0 | ||
379 | |||
380 | /* SDRAM Error Report Registers (64360) */ | ||
381 | #define MV64360_SDRAM_ERR_DATA_LO 0x1444 | ||
382 | #define MV64360_SDRAM_ERR_DATA_HI 0x1440 | ||
383 | #define MV64360_SDRAM_ERR_ADDR 0x1450 | ||
384 | #define MV64360_SDRAM_ERR_ECC_RCVD 0x1448 | ||
385 | #define MV64360_SDRAM_ERR_ECC_CALC 0x144c | ||
386 | #define MV64360_SDRAM_ERR_ECC_CNTL 0x1454 | ||
387 | #define MV64360_SDRAM_ERR_ECC_ERR_CNT 0x1458 | ||
388 | |||
389 | /* | ||
390 | ***************************************************************************** | ||
391 | * | ||
392 | * Device/BOOT Controller Registers | ||
393 | * | ||
394 | ***************************************************************************** | ||
395 | */ | ||
396 | |||
397 | /* Device Control Registers */ | ||
398 | #define MV64x60_DEV_BANK_PARAMS_0 0x045c | ||
399 | #define MV64x60_DEV_BANK_PARAMS_1 0x0460 | ||
400 | #define MV64x60_DEV_BANK_PARAMS_2 0x0464 | ||
401 | #define MV64x60_DEV_BANK_PARAMS_3 0x0468 | ||
402 | #define MV64x60_DEV_BOOT_PARAMS 0x046c | ||
403 | #define MV64x60_DEV_IF_CNTL 0x04c0 | ||
404 | #define MV64x60_DEV_IF_XBAR_CNTL_LO 0x04c8 | ||
405 | #define MV64x60_DEV_IF_XBAR_CNTL_HI 0x04cc | ||
406 | #define MV64x60_DEV_IF_XBAR_CNTL_TO 0x04c4 | ||
407 | |||
408 | /* Device Interrupt Registers */ | ||
409 | #define MV64x60_DEV_INTR_CAUSE 0x04d0 | ||
410 | #define MV64x60_DEV_INTR_MASK 0x04d4 | ||
411 | #define MV64x60_DEV_INTR_ERR_ADDR 0x04d8 | ||
412 | |||
413 | #define MV64360_DEV_INTR_ERR_DATA 0x04dc | ||
414 | #define MV64360_DEV_INTR_ERR_PAR 0x04e0 | ||
415 | |||
416 | /* | ||
417 | ***************************************************************************** | ||
418 | * | ||
419 | * PCI Bridge Interface Registers | ||
420 | * | ||
421 | ***************************************************************************** | ||
422 | */ | ||
423 | |||
424 | /* PCI Configuration Access Registers */ | ||
425 | #define MV64x60_PCI0_CONFIG_ADDR 0x0cf8 | ||
426 | #define MV64x60_PCI0_CONFIG_DATA 0x0cfc | ||
427 | #define MV64x60_PCI0_IACK 0x0c34 | ||
428 | |||
429 | #define MV64x60_PCI1_CONFIG_ADDR 0x0c78 | ||
430 | #define MV64x60_PCI1_CONFIG_DATA 0x0c7c | ||
431 | #define MV64x60_PCI1_IACK 0x0cb4 | ||
432 | |||
433 | /* PCI Control Registers */ | ||
434 | #define MV64x60_PCI0_CMD 0x0c00 | ||
435 | #define MV64x60_PCI0_MODE 0x0d00 | ||
436 | #define MV64x60_PCI0_TO_RETRY 0x0c04 | ||
437 | #define MV64x60_PCI0_RD_BUF_DISCARD_TIMER 0x0d04 | ||
438 | #define MV64x60_PCI0_MSI_TRIGGER_TIMER 0x0c38 | ||
439 | #define MV64x60_PCI0_ARBITER_CNTL 0x1d00 | ||
440 | #define MV64x60_PCI0_XBAR_CNTL_LO 0x1d08 | ||
441 | #define MV64x60_PCI0_XBAR_CNTL_HI 0x1d0c | ||
442 | #define MV64x60_PCI0_XBAR_CNTL_TO 0x1d04 | ||
443 | #define MV64x60_PCI0_RD_RESP_XBAR_CNTL_LO 0x1d18 | ||
444 | #define MV64x60_PCI0_RD_RESP_XBAR_CNTL_HI 0x1d1c | ||
445 | #define MV64x60_PCI0_SYNC_BARRIER 0x1d10 | ||
446 | #define MV64x60_PCI0_P2P_CONFIG 0x1d14 | ||
447 | #define MV64x60_PCI0_INTR_MASK | ||
448 | |||
449 | #define GT64260_PCI0_P2P_SWAP_CNTL 0x1d54 | ||
450 | |||
451 | #define MV64x60_PCI1_CMD 0x0c80 | ||
452 | #define MV64x60_PCI1_MODE 0x0d80 | ||
453 | #define MV64x60_PCI1_TO_RETRY 0x0c84 | ||
454 | #define MV64x60_PCI1_RD_BUF_DISCARD_TIMER 0x0d84 | ||
455 | #define MV64x60_PCI1_MSI_TRIGGER_TIMER 0x0cb8 | ||
456 | #define MV64x60_PCI1_ARBITER_CNTL 0x1d80 | ||
457 | #define MV64x60_PCI1_XBAR_CNTL_LO 0x1d88 | ||
458 | #define MV64x60_PCI1_XBAR_CNTL_HI 0x1d8c | ||
459 | #define MV64x60_PCI1_XBAR_CNTL_TO 0x1d84 | ||
460 | #define MV64x60_PCI1_RD_RESP_XBAR_CNTL_LO 0x1d98 | ||
461 | #define MV64x60_PCI1_RD_RESP_XBAR_CNTL_HI 0x1d9c | ||
462 | #define MV64x60_PCI1_SYNC_BARRIER 0x1d90 | ||
463 | #define MV64x60_PCI1_P2P_CONFIG 0x1d94 | ||
464 | |||
465 | #define GT64260_PCI1_P2P_SWAP_CNTL 0x1dd4 | ||
466 | |||
467 | /* Different modes that the pci hoses can be in (bits 5:4 in PCI Mode reg) */ | ||
468 | #define MV64x60_PCIMODE_CONVENTIONAL 0 | ||
469 | #define MV64x60_PCIMODE_PCIX_66 (1 << 4) | ||
470 | #define MV64x60_PCIMODE_PCIX_100 (2 << 4) | ||
471 | #define MV64x60_PCIMODE_PCIX_133 (3 << 4) | ||
472 | #define MV64x60_PCIMODE_MASK (0x3 << 4) | ||
473 | |||
474 | /* PCI Access Control Regions Registers */ | ||
475 | #define GT64260_PCI_ACC_CNTL_PREFETCHEN (1<<12) | ||
476 | #define GT64260_PCI_ACC_CNTL_DREADEN (1<<13) | ||
477 | #define GT64260_PCI_ACC_CNTL_RDPREFETCH (1<<16) | ||
478 | #define GT64260_PCI_ACC_CNTL_RDLINEPREFETCH (1<<17) | ||
479 | #define GT64260_PCI_ACC_CNTL_RDMULPREFETCH (1<<18) | ||
480 | #define GT64260_PCI_ACC_CNTL_MBURST_32_BTYES 0x00000000 | ||
481 | #define GT64260_PCI_ACC_CNTL_MBURST_64_BYTES 0x00100000 | ||
482 | #define GT64260_PCI_ACC_CNTL_MBURST_128_BYTES 0x00200000 | ||
483 | #define GT64260_PCI_ACC_CNTL_MBURST_MASK 0x00300000 | ||
484 | #define GT64260_PCI_ACC_CNTL_SWAP_BYTE 0x00000000 | ||
485 | #define GT64260_PCI_ACC_CNTL_SWAP_NONE 0x01000000 | ||
486 | #define GT64260_PCI_ACC_CNTL_SWAP_BYTE_WORD 0x02000000 | ||
487 | #define GT64260_PCI_ACC_CNTL_SWAP_WORD 0x03000000 | ||
488 | #define GT64260_PCI_ACC_CNTL_SWAP_MASK 0x03000000 | ||
489 | #define GT64260_PCI_ACC_CNTL_ACCPROT (1<<28) | ||
490 | #define GT64260_PCI_ACC_CNTL_WRPROT (1<<29) | ||
491 | |||
492 | #define GT64260_PCI_ACC_CNTL_ALL_BITS (GT64260_PCI_ACC_CNTL_PREFETCHEN | \ | ||
493 | GT64260_PCI_ACC_CNTL_DREADEN | \ | ||
494 | GT64260_PCI_ACC_CNTL_RDPREFETCH | \ | ||
495 | GT64260_PCI_ACC_CNTL_RDLINEPREFETCH |\ | ||
496 | GT64260_PCI_ACC_CNTL_RDMULPREFETCH | \ | ||
497 | GT64260_PCI_ACC_CNTL_MBURST_MASK | \ | ||
498 | GT64260_PCI_ACC_CNTL_SWAP_MASK | \ | ||
499 | GT64260_PCI_ACC_CNTL_ACCPROT| \ | ||
500 | GT64260_PCI_ACC_CNTL_WRPROT) | ||
501 | |||
502 | #define MV64360_PCI_ACC_CNTL_ENABLE (1<<0) | ||
503 | #define MV64360_PCI_ACC_CNTL_REQ64 (1<<1) | ||
504 | #define MV64360_PCI_ACC_CNTL_SNOOP_NONE 0x00000000 | ||
505 | #define MV64360_PCI_ACC_CNTL_SNOOP_WT 0x00000004 | ||
506 | #define MV64360_PCI_ACC_CNTL_SNOOP_WB 0x00000008 | ||
507 | #define MV64360_PCI_ACC_CNTL_SNOOP_MASK 0x0000000c | ||
508 | #define MV64360_PCI_ACC_CNTL_ACCPROT (1<<4) | ||
509 | #define MV64360_PCI_ACC_CNTL_WRPROT (1<<5) | ||
510 | #define MV64360_PCI_ACC_CNTL_SWAP_BYTE 0x00000000 | ||
511 | #define MV64360_PCI_ACC_CNTL_SWAP_NONE 0x00000040 | ||
512 | #define MV64360_PCI_ACC_CNTL_SWAP_BYTE_WORD 0x00000080 | ||
513 | #define MV64360_PCI_ACC_CNTL_SWAP_WORD 0x000000c0 | ||
514 | #define MV64360_PCI_ACC_CNTL_SWAP_MASK 0x000000c0 | ||
515 | #define MV64360_PCI_ACC_CNTL_MBURST_32_BYTES 0x00000000 | ||
516 | #define MV64360_PCI_ACC_CNTL_MBURST_64_BYTES 0x00000100 | ||
517 | #define MV64360_PCI_ACC_CNTL_MBURST_128_BYTES 0x00000200 | ||
518 | #define MV64360_PCI_ACC_CNTL_MBURST_MASK 0x00000300 | ||
519 | #define MV64360_PCI_ACC_CNTL_RDSIZE_32_BYTES 0x00000000 | ||
520 | #define MV64360_PCI_ACC_CNTL_RDSIZE_64_BYTES 0x00000400 | ||
521 | #define MV64360_PCI_ACC_CNTL_RDSIZE_128_BYTES 0x00000800 | ||
522 | #define MV64360_PCI_ACC_CNTL_RDSIZE_256_BYTES 0x00000c00 | ||
523 | #define MV64360_PCI_ACC_CNTL_RDSIZE_MASK 0x00000c00 | ||
524 | |||
525 | #define MV64360_PCI_ACC_CNTL_ALL_BITS (MV64360_PCI_ACC_CNTL_ENABLE | \ | ||
526 | MV64360_PCI_ACC_CNTL_REQ64 | \ | ||
527 | MV64360_PCI_ACC_CNTL_SNOOP_MASK | \ | ||
528 | MV64360_PCI_ACC_CNTL_ACCPROT | \ | ||
529 | MV64360_PCI_ACC_CNTL_WRPROT | \ | ||
530 | MV64360_PCI_ACC_CNTL_SWAP_MASK | \ | ||
531 | MV64360_PCI_ACC_CNTL_MBURST_MASK | \ | ||
532 | MV64360_PCI_ACC_CNTL_RDSIZE_MASK) | ||
533 | |||
534 | #define MV64x60_PCI0_ACC_CNTL_0_BASE_LO 0x1e00 | ||
535 | #define MV64x60_PCI0_ACC_CNTL_0_BASE_HI 0x1e04 | ||
536 | #define MV64x60_PCI0_ACC_CNTL_0_SIZE 0x1e08 | ||
537 | #define MV64x60_PCI0_ACC_CNTL_1_BASE_LO 0x1e10 | ||
538 | #define MV64x60_PCI0_ACC_CNTL_1_BASE_HI 0x1e14 | ||
539 | #define MV64x60_PCI0_ACC_CNTL_1_SIZE 0x1e18 | ||
540 | #define MV64x60_PCI0_ACC_CNTL_2_BASE_LO 0x1e20 | ||
541 | #define MV64x60_PCI0_ACC_CNTL_2_BASE_HI 0x1e24 | ||
542 | #define MV64x60_PCI0_ACC_CNTL_2_SIZE 0x1e28 | ||
543 | #define MV64x60_PCI0_ACC_CNTL_3_BASE_LO 0x1e30 | ||
544 | #define MV64x60_PCI0_ACC_CNTL_3_BASE_HI 0x1e34 | ||
545 | #define MV64x60_PCI0_ACC_CNTL_3_SIZE 0x1e38 | ||
546 | #define MV64x60_PCI0_ACC_CNTL_4_BASE_LO 0x1e40 | ||
547 | #define MV64x60_PCI0_ACC_CNTL_4_BASE_HI 0x1e44 | ||
548 | #define MV64x60_PCI0_ACC_CNTL_4_SIZE 0x1e48 | ||
549 | #define MV64x60_PCI0_ACC_CNTL_5_BASE_LO 0x1e50 | ||
550 | #define MV64x60_PCI0_ACC_CNTL_5_BASE_HI 0x1e54 | ||
551 | #define MV64x60_PCI0_ACC_CNTL_5_SIZE 0x1e58 | ||
552 | |||
553 | #define GT64260_PCI0_ACC_CNTL_6_BASE_LO 0x1e60 | ||
554 | #define GT64260_PCI0_ACC_CNTL_6_BASE_HI 0x1e64 | ||
555 | #define GT64260_PCI0_ACC_CNTL_6_SIZE 0x1e68 | ||
556 | #define GT64260_PCI0_ACC_CNTL_7_BASE_LO 0x1e70 | ||
557 | #define GT64260_PCI0_ACC_CNTL_7_BASE_HI 0x1e74 | ||
558 | #define GT64260_PCI0_ACC_CNTL_7_SIZE 0x1e78 | ||
559 | |||
560 | #define MV64x60_PCI1_ACC_CNTL_0_BASE_LO 0x1e80 | ||
561 | #define MV64x60_PCI1_ACC_CNTL_0_BASE_HI 0x1e84 | ||
562 | #define MV64x60_PCI1_ACC_CNTL_0_SIZE 0x1e88 | ||
563 | #define MV64x60_PCI1_ACC_CNTL_1_BASE_LO 0x1e90 | ||
564 | #define MV64x60_PCI1_ACC_CNTL_1_BASE_HI 0x1e94 | ||
565 | #define MV64x60_PCI1_ACC_CNTL_1_SIZE 0x1e98 | ||
566 | #define MV64x60_PCI1_ACC_CNTL_2_BASE_LO 0x1ea0 | ||
567 | #define MV64x60_PCI1_ACC_CNTL_2_BASE_HI 0x1ea4 | ||
568 | #define MV64x60_PCI1_ACC_CNTL_2_SIZE 0x1ea8 | ||
569 | #define MV64x60_PCI1_ACC_CNTL_3_BASE_LO 0x1eb0 | ||
570 | #define MV64x60_PCI1_ACC_CNTL_3_BASE_HI 0x1eb4 | ||
571 | #define MV64x60_PCI1_ACC_CNTL_3_SIZE 0x1eb8 | ||
572 | #define MV64x60_PCI1_ACC_CNTL_4_BASE_LO 0x1ec0 | ||
573 | #define MV64x60_PCI1_ACC_CNTL_4_BASE_HI 0x1ec4 | ||
574 | #define MV64x60_PCI1_ACC_CNTL_4_SIZE 0x1ec8 | ||
575 | #define MV64x60_PCI1_ACC_CNTL_5_BASE_LO 0x1ed0 | ||
576 | #define MV64x60_PCI1_ACC_CNTL_5_BASE_HI 0x1ed4 | ||
577 | #define MV64x60_PCI1_ACC_CNTL_5_SIZE 0x1ed8 | ||
578 | |||
579 | #define GT64260_PCI1_ACC_CNTL_6_BASE_LO 0x1ee0 | ||
580 | #define GT64260_PCI1_ACC_CNTL_6_BASE_HI 0x1ee4 | ||
581 | #define GT64260_PCI1_ACC_CNTL_6_SIZE 0x1ee8 | ||
582 | #define GT64260_PCI1_ACC_CNTL_7_BASE_LO 0x1ef0 | ||
583 | #define GT64260_PCI1_ACC_CNTL_7_BASE_HI 0x1ef4 | ||
584 | #define GT64260_PCI1_ACC_CNTL_7_SIZE 0x1ef8 | ||
585 | |||
586 | /* PCI Snoop Control Registers (64260 only) */ | ||
587 | #define GT64260_PCI_SNOOP_NONE 0x00000000 | ||
588 | #define GT64260_PCI_SNOOP_WT 0x00001000 | ||
589 | #define GT64260_PCI_SNOOP_WB 0x00002000 | ||
590 | |||
591 | #define GT64260_PCI0_SNOOP_0_BASE_LO 0x1f00 | ||
592 | #define GT64260_PCI0_SNOOP_0_BASE_HI 0x1f04 | ||
593 | #define GT64260_PCI0_SNOOP_0_SIZE 0x1f08 | ||
594 | #define GT64260_PCI0_SNOOP_1_BASE_LO 0x1f10 | ||
595 | #define GT64260_PCI0_SNOOP_1_BASE_HI 0x1f14 | ||
596 | #define GT64260_PCI0_SNOOP_1_SIZE 0x1f18 | ||
597 | #define GT64260_PCI0_SNOOP_2_BASE_LO 0x1f20 | ||
598 | #define GT64260_PCI0_SNOOP_2_BASE_HI 0x1f24 | ||
599 | #define GT64260_PCI0_SNOOP_2_SIZE 0x1f28 | ||
600 | #define GT64260_PCI0_SNOOP_3_BASE_LO 0x1f30 | ||
601 | #define GT64260_PCI0_SNOOP_3_BASE_HI 0x1f34 | ||
602 | #define GT64260_PCI0_SNOOP_3_SIZE 0x1f38 | ||
603 | |||
604 | #define GT64260_PCI1_SNOOP_0_BASE_LO 0x1f80 | ||
605 | #define GT64260_PCI1_SNOOP_0_BASE_HI 0x1f84 | ||
606 | #define GT64260_PCI1_SNOOP_0_SIZE 0x1f88 | ||
607 | #define GT64260_PCI1_SNOOP_1_BASE_LO 0x1f90 | ||
608 | #define GT64260_PCI1_SNOOP_1_BASE_HI 0x1f94 | ||
609 | #define GT64260_PCI1_SNOOP_1_SIZE 0x1f98 | ||
610 | #define GT64260_PCI1_SNOOP_2_BASE_LO 0x1fa0 | ||
611 | #define GT64260_PCI1_SNOOP_2_BASE_HI 0x1fa4 | ||
612 | #define GT64260_PCI1_SNOOP_2_SIZE 0x1fa8 | ||
613 | #define GT64260_PCI1_SNOOP_3_BASE_LO 0x1fb0 | ||
614 | #define GT64260_PCI1_SNOOP_3_BASE_HI 0x1fb4 | ||
615 | #define GT64260_PCI1_SNOOP_3_SIZE 0x1fb8 | ||
616 | |||
617 | /* PCI Error Report Registers */ | ||
618 | #define MV64x60_PCI0_ERR_SERR_MASK 0x0c28 | ||
619 | #define MV64x60_PCI0_ERR_ADDR_LO 0x1d40 | ||
620 | #define MV64x60_PCI0_ERR_ADDR_HI 0x1d44 | ||
621 | #define MV64x60_PCI0_ERR_DATA_LO 0x1d48 | ||
622 | #define MV64x60_PCI0_ERR_DATA_HI 0x1d4c | ||
623 | #define MV64x60_PCI0_ERR_CMD 0x1d50 | ||
624 | #define MV64x60_PCI0_ERR_CAUSE 0x1d58 | ||
625 | #define MV64x60_PCI0_ERR_MASK 0x1d5c | ||
626 | |||
627 | #define MV64x60_PCI1_ERR_SERR_MASK 0x0ca8 | ||
628 | #define MV64x60_PCI1_ERR_ADDR_LO 0x1dc0 | ||
629 | #define MV64x60_PCI1_ERR_ADDR_HI 0x1dc4 | ||
630 | #define MV64x60_PCI1_ERR_DATA_LO 0x1dc8 | ||
631 | #define MV64x60_PCI1_ERR_DATA_HI 0x1dcc | ||
632 | #define MV64x60_PCI1_ERR_CMD 0x1dd0 | ||
633 | #define MV64x60_PCI1_ERR_CAUSE 0x1dd8 | ||
634 | #define MV64x60_PCI1_ERR_MASK 0x1ddc | ||
635 | |||
636 | /* PCI Slave Address Decoding Registers */ | ||
637 | #define MV64x60_PCI0_MEM_0_SIZE 0x0c08 | ||
638 | #define MV64x60_PCI0_MEM_1_SIZE 0x0d08 | ||
639 | #define MV64x60_PCI0_MEM_2_SIZE 0x0c0c | ||
640 | #define MV64x60_PCI0_MEM_3_SIZE 0x0d0c | ||
641 | #define MV64x60_PCI1_MEM_0_SIZE 0x0c88 | ||
642 | #define MV64x60_PCI1_MEM_1_SIZE 0x0d88 | ||
643 | #define MV64x60_PCI1_MEM_2_SIZE 0x0c8c | ||
644 | #define MV64x60_PCI1_MEM_3_SIZE 0x0d8c | ||
645 | |||
646 | #define MV64x60_PCI0_BAR_ENABLE 0x0c3c | ||
647 | #define MV64x60_PCI1_BAR_ENABLE 0x0cbc | ||
648 | |||
649 | #define MV64x60_PCI0_PCI_DECODE_CNTL 0x0d3c | ||
650 | #define MV64x60_PCI1_PCI_DECODE_CNTL 0x0dbc | ||
651 | |||
652 | #define MV64x60_PCI0_SLAVE_MEM_0_REMAP 0x0c48 | ||
653 | #define MV64x60_PCI0_SLAVE_MEM_1_REMAP 0x0d48 | ||
654 | #define MV64x60_PCI0_SLAVE_MEM_2_REMAP 0x0c4c | ||
655 | #define MV64x60_PCI0_SLAVE_MEM_3_REMAP 0x0d4c | ||
656 | #define MV64x60_PCI0_SLAVE_DEV_0_REMAP 0x0c50 | ||
657 | #define MV64x60_PCI0_SLAVE_DEV_1_REMAP 0x0d50 | ||
658 | #define MV64x60_PCI0_SLAVE_DEV_2_REMAP 0x0d58 | ||
659 | #define MV64x60_PCI0_SLAVE_DEV_3_REMAP 0x0c54 | ||
660 | #define MV64x60_PCI0_SLAVE_BOOT_REMAP 0x0d54 | ||
661 | #define MV64x60_PCI0_SLAVE_P2P_MEM_0_REMAP_LO 0x0d5c | ||
662 | #define MV64x60_PCI0_SLAVE_P2P_MEM_0_REMAP_HI 0x0d60 | ||
663 | #define MV64x60_PCI0_SLAVE_P2P_MEM_1_REMAP_LO 0x0d64 | ||
664 | #define MV64x60_PCI0_SLAVE_P2P_MEM_1_REMAP_HI 0x0d68 | ||
665 | #define MV64x60_PCI0_SLAVE_P2P_IO_REMAP 0x0d6c | ||
666 | #define MV64x60_PCI0_SLAVE_CPU_REMAP 0x0d70 | ||
667 | |||
668 | #define MV64x60_PCI1_SLAVE_MEM_0_REMAP 0x0cc8 | ||
669 | #define MV64x60_PCI1_SLAVE_MEM_1_REMAP 0x0dc8 | ||
670 | #define MV64x60_PCI1_SLAVE_MEM_2_REMAP 0x0ccc | ||
671 | #define MV64x60_PCI1_SLAVE_MEM_3_REMAP 0x0dcc | ||
672 | #define MV64x60_PCI1_SLAVE_DEV_0_REMAP 0x0cd0 | ||
673 | #define MV64x60_PCI1_SLAVE_DEV_1_REMAP 0x0dd0 | ||
674 | #define MV64x60_PCI1_SLAVE_DEV_2_REMAP 0x0dd8 | ||
675 | #define MV64x60_PCI1_SLAVE_DEV_3_REMAP 0x0cd4 | ||
676 | #define MV64x60_PCI1_SLAVE_BOOT_REMAP 0x0dd4 | ||
677 | #define MV64x60_PCI1_SLAVE_P2P_MEM_0_REMAP_LO 0x0ddc | ||
678 | #define MV64x60_PCI1_SLAVE_P2P_MEM_0_REMAP_HI 0x0de0 | ||
679 | #define MV64x60_PCI1_SLAVE_P2P_MEM_1_REMAP_LO 0x0de4 | ||
680 | #define MV64x60_PCI1_SLAVE_P2P_MEM_1_REMAP_HI 0x0de8 | ||
681 | #define MV64x60_PCI1_SLAVE_P2P_IO_REMAP 0x0dec | ||
682 | #define MV64x60_PCI1_SLAVE_CPU_REMAP 0x0df0 | ||
683 | |||
684 | #define MV64360_PCICFG_CPCI_HOTSWAP 0x68 | ||
685 | |||
686 | /* | ||
687 | ***************************************************************************** | ||
688 | * | ||
689 | * ENET Controller Interface Registers | ||
690 | * | ||
691 | ***************************************************************************** | ||
692 | */ | ||
693 | |||
694 | /* ENET Controller Window Registers (6 windows) */ | ||
695 | #define MV64360_ENET2MEM_WINDOWS 6 | ||
696 | |||
697 | #define MV64360_ENET2MEM_0_BASE 0x2200 | ||
698 | #define MV64360_ENET2MEM_0_SIZE 0x2204 | ||
699 | #define MV64360_ENET2MEM_1_BASE 0x2208 | ||
700 | #define MV64360_ENET2MEM_1_SIZE 0x220c | ||
701 | #define MV64360_ENET2MEM_2_BASE 0x2210 | ||
702 | #define MV64360_ENET2MEM_2_SIZE 0x2214 | ||
703 | #define MV64360_ENET2MEM_3_BASE 0x2218 | ||
704 | #define MV64360_ENET2MEM_3_SIZE 0x221c | ||
705 | #define MV64360_ENET2MEM_4_BASE 0x2220 | ||
706 | #define MV64360_ENET2MEM_4_SIZE 0x2224 | ||
707 | #define MV64360_ENET2MEM_5_BASE 0x2228 | ||
708 | #define MV64360_ENET2MEM_5_SIZE 0x222c | ||
709 | |||
710 | #define MV64360_ENET2MEM_SNOOP_NONE 0x00000000 | ||
711 | #define MV64360_ENET2MEM_SNOOP_WT 0x00001000 | ||
712 | #define MV64360_ENET2MEM_SNOOP_WB 0x00002000 | ||
713 | |||
714 | #define MV64360_ENET2MEM_BAR_ENABLE 0x2290 | ||
715 | |||
716 | #define MV64360_ENET2MEM_ACC_PROT_0 0x2294 | ||
717 | #define MV64360_ENET2MEM_ACC_PROT_1 0x2298 | ||
718 | #define MV64360_ENET2MEM_ACC_PROT_2 0x229c | ||
719 | |||
720 | /* | ||
721 | ***************************************************************************** | ||
722 | * | ||
723 | * MPSC Controller Interface Registers | ||
724 | * | ||
725 | ***************************************************************************** | ||
726 | */ | ||
727 | |||
728 | /* MPSC Controller Window Registers (4 windows) */ | ||
729 | #define MV64360_MPSC2MEM_WINDOWS 4 | ||
730 | |||
731 | #define MV64360_MPSC2MEM_0_BASE 0xf200 | ||
732 | #define MV64360_MPSC2MEM_0_SIZE 0xf204 | ||
733 | #define MV64360_MPSC2MEM_1_BASE 0xf208 | ||
734 | #define MV64360_MPSC2MEM_1_SIZE 0xf20c | ||
735 | #define MV64360_MPSC2MEM_2_BASE 0xf210 | ||
736 | #define MV64360_MPSC2MEM_2_SIZE 0xf214 | ||
737 | #define MV64360_MPSC2MEM_3_BASE 0xf218 | ||
738 | #define MV64360_MPSC2MEM_3_SIZE 0xf21c | ||
739 | |||
740 | #define MV64360_MPSC_0_REMAP 0xf240 | ||
741 | #define MV64360_MPSC_1_REMAP 0xf244 | ||
742 | |||
743 | #define MV64360_MPSC2MEM_SNOOP_NONE 0x00000000 | ||
744 | #define MV64360_MPSC2MEM_SNOOP_WT 0x00001000 | ||
745 | #define MV64360_MPSC2MEM_SNOOP_WB 0x00002000 | ||
746 | |||
747 | #define MV64360_MPSC2MEM_BAR_ENABLE 0xf250 | ||
748 | |||
749 | #define MV64360_MPSC2MEM_ACC_PROT_0 0xf254 | ||
750 | #define MV64360_MPSC2MEM_ACC_PROT_1 0xf258 | ||
751 | |||
752 | #define MV64360_MPSC2REGS_BASE 0xf25c | ||
753 | |||
754 | /* | ||
755 | ***************************************************************************** | ||
756 | * | ||
757 | * Timer/Counter Interface Registers | ||
758 | * | ||
759 | ***************************************************************************** | ||
760 | */ | ||
761 | |||
762 | #define MV64x60_TIMR_CNTR_0 0x0850 | ||
763 | #define MV64x60_TIMR_CNTR_1 0x0854 | ||
764 | #define MV64x60_TIMR_CNTR_2 0x0858 | ||
765 | #define MV64x60_TIMR_CNTR_3 0x085c | ||
766 | #define MV64x60_TIMR_CNTR_0_3_CNTL 0x0864 | ||
767 | #define MV64x60_TIMR_CNTR_0_3_INTR_CAUSE 0x0868 | ||
768 | #define MV64x60_TIMR_CNTR_0_3_INTR_MASK 0x086c | ||
769 | |||
770 | #define GT64260_TIMR_CNTR_4 0x0950 | ||
771 | #define GT64260_TIMR_CNTR_5 0x0954 | ||
772 | #define GT64260_TIMR_CNTR_6 0x0958 | ||
773 | #define GT64260_TIMR_CNTR_7 0x095c | ||
774 | #define GT64260_TIMR_CNTR_4_7_CNTL 0x0964 | ||
775 | #define GT64260_TIMR_CNTR_4_7_INTR_CAUSE 0x0968 | ||
776 | #define GT64260_TIMR_CNTR_4_7_INTR_MASK 0x096c | ||
777 | |||
778 | /* | ||
779 | ***************************************************************************** | ||
780 | * | ||
781 | * Communications Controller | ||
782 | * | ||
783 | ***************************************************************************** | ||
784 | */ | ||
785 | |||
786 | #define GT64260_SER_INIT_PCI_ADDR_HI 0xf320 | ||
787 | #define GT64260_SER_INIT_LAST_DATA 0xf324 | ||
788 | #define GT64260_SER_INIT_CONTROL 0xf328 | ||
789 | #define GT64260_SER_INIT_STATUS 0xf32c | ||
790 | |||
791 | #define MV64x60_COMM_ARBITER_CNTL 0xf300 | ||
792 | #define MV64x60_COMM_CONFIG 0xb40c | ||
793 | #define MV64x60_COMM_XBAR_TO 0xf304 | ||
794 | #define MV64x60_COMM_INTR_CAUSE 0xf310 | ||
795 | #define MV64x60_COMM_INTR_MASK 0xf314 | ||
796 | #define MV64x60_COMM_ERR_ADDR 0xf318 | ||
797 | |||
798 | #define MV64360_COMM_ARBITER_CNTL 0xf300 | ||
799 | |||
800 | /* | ||
801 | ***************************************************************************** | ||
802 | * | ||
803 | * IDMA Controller Interface Registers | ||
804 | * | ||
805 | ***************************************************************************** | ||
806 | */ | ||
807 | |||
808 | /* IDMA Controller Window Registers (8 windows) */ | ||
809 | #define MV64360_IDMA2MEM_WINDOWS 8 | ||
810 | |||
811 | #define MV64360_IDMA2MEM_0_BASE 0x0a00 | ||
812 | #define MV64360_IDMA2MEM_0_SIZE 0x0a04 | ||
813 | #define MV64360_IDMA2MEM_1_BASE 0x0a08 | ||
814 | #define MV64360_IDMA2MEM_1_SIZE 0x0a0c | ||
815 | #define MV64360_IDMA2MEM_2_BASE 0x0a10 | ||
816 | #define MV64360_IDMA2MEM_2_SIZE 0x0a14 | ||
817 | #define MV64360_IDMA2MEM_3_BASE 0x0a18 | ||
818 | #define MV64360_IDMA2MEM_3_SIZE 0x0a1c | ||
819 | #define MV64360_IDMA2MEM_4_BASE 0x0a20 | ||
820 | #define MV64360_IDMA2MEM_4_SIZE 0x0a24 | ||
821 | #define MV64360_IDMA2MEM_5_BASE 0x0a28 | ||
822 | #define MV64360_IDMA2MEM_5_SIZE 0x0a2c | ||
823 | #define MV64360_IDMA2MEM_6_BASE 0x0a30 | ||
824 | #define MV64360_IDMA2MEM_6_SIZE 0x0a34 | ||
825 | #define MV64360_IDMA2MEM_7_BASE 0x0a38 | ||
826 | #define MV64360_IDMA2MEM_7_SIZE 0x0a3c | ||
827 | |||
828 | #define MV64360_IDMA2MEM_SNOOP_NONE 0x00000000 | ||
829 | #define MV64360_IDMA2MEM_SNOOP_WT 0x00001000 | ||
830 | #define MV64360_IDMA2MEM_SNOOP_WB 0x00002000 | ||
831 | |||
832 | #define MV64360_IDMA2MEM_BAR_ENABLE 0x0a80 | ||
833 | |||
834 | #define MV64360_IDMA2MEM_ACC_PROT_0 0x0a70 | ||
835 | #define MV64360_IDMA2MEM_ACC_PROT_1 0x0a74 | ||
836 | #define MV64360_IDMA2MEM_ACC_PROT_2 0x0a78 | ||
837 | #define MV64360_IDMA2MEM_ACC_PROT_3 0x0a7c | ||
838 | |||
839 | #define MV64x60_IDMA_0_OFFSET 0x0800 | ||
840 | #define MV64x60_IDMA_1_OFFSET 0x0804 | ||
841 | #define MV64x60_IDMA_2_OFFSET 0x0808 | ||
842 | #define MV64x60_IDMA_3_OFFSET 0x080c | ||
843 | #define MV64x60_IDMA_4_OFFSET 0x0900 | ||
844 | #define MV64x60_IDMA_5_OFFSET 0x0904 | ||
845 | #define MV64x60_IDMA_6_OFFSET 0x0908 | ||
846 | #define MV64x60_IDMA_7_OFFSET 0x090c | ||
847 | |||
848 | #define MV64x60_IDMA_BYTE_COUNT (0x0800 - MV64x60_IDMA_0_OFFSET) | ||
849 | #define MV64x60_IDMA_SRC_ADDR (0x0810 - MV64x60_IDMA_0_OFFSET) | ||
850 | #define MV64x60_IDMA_DST_ADDR (0x0820 - MV64x60_IDMA_0_OFFSET) | ||
851 | #define MV64x60_IDMA_NEXT_DESC (0x0830 - MV64x60_IDMA_0_OFFSET) | ||
852 | #define MV64x60_IDMA_CUR_DESC (0x0870 - MV64x60_IDMA_0_OFFSET) | ||
853 | #define MV64x60_IDMA_SRC_PCI_ADDR_HI (0x0890 - MV64x60_IDMA_0_OFFSET) | ||
854 | #define MV64x60_IDMA_DST_PCI_ADDR_HI (0x08a0 - MV64x60_IDMA_0_OFFSET) | ||
855 | #define MV64x60_IDMA_NEXT_DESC_PCI_ADDR_HI (0x08b0 - MV64x60_IDMA_0_OFFSET) | ||
856 | #define MV64x60_IDMA_CONTROL_LO (0x0840 - MV64x60_IDMA_0_OFFSET) | ||
857 | #define MV64x60_IDMA_CONTROL_HI (0x0880 - MV64x60_IDMA_0_OFFSET) | ||
858 | |||
859 | #define MV64x60_IDMA_0_3_ARBITER_CNTL 0x0860 | ||
860 | #define MV64x60_IDMA_4_7_ARBITER_CNTL 0x0960 | ||
861 | |||
862 | #define MV64x60_IDMA_0_3_XBAR_TO 0x08d0 | ||
863 | #define MV64x60_IDMA_4_7_XBAR_TO 0x09d0 | ||
864 | |||
865 | #define MV64x60_IDMA_0_3_INTR_CAUSE 0x08c0 | ||
866 | #define MV64x60_IDMA_0_3_INTR_MASK 0x08c4 | ||
867 | #define MV64x60_IDMA_0_3_ERROR_ADDR 0x08c8 | ||
868 | #define MV64x60_IDMA_0_3_ERROR_SELECT 0x08cc | ||
869 | #define MV64x60_IDMA_4_7_INTR_CAUSE 0x09c0 | ||
870 | #define MV64x60_IDMA_4_7_INTR_MASK 0x09c4 | ||
871 | #define MV64x60_IDMA_4_7_ERROR_ADDR 0x09c8 | ||
872 | #define MV64x60_IDMA_4_7_ERROR_SELECT 0x09cc | ||
873 | |||
874 | /* | ||
875 | ***************************************************************************** | ||
876 | * | ||
877 | * Watchdog Timer Interface Registers | ||
878 | * | ||
879 | ***************************************************************************** | ||
880 | */ | ||
881 | |||
882 | #define MV64x60_WDT_WDC 0xb410 | ||
883 | #define MV64x60_WDT_WDV 0xb414 | ||
884 | |||
885 | |||
886 | /* | ||
887 | ***************************************************************************** | ||
888 | * | ||
889 | * General Purpose Pins Controller Interface Registers | ||
890 | * | ||
891 | ***************************************************************************** | ||
892 | */ | ||
893 | |||
894 | #define MV64x60_GPP_IO_CNTL 0xf100 | ||
895 | #define MV64x60_GPP_LEVEL_CNTL 0xf110 | ||
896 | #define MV64x60_GPP_VALUE 0xf104 | ||
897 | #define MV64x60_GPP_INTR_CAUSE 0xf108 | ||
898 | #define MV64x60_GPP_INTR_MASK 0xf10c | ||
899 | #define MV64x60_GPP_VALUE_SET 0xf118 | ||
900 | #define MV64x60_GPP_VALUE_CLR 0xf11c | ||
901 | |||
902 | |||
903 | /* | ||
904 | ***************************************************************************** | ||
905 | * | ||
906 | * Multi-Purpose Pins Controller Interface Registers | ||
907 | * | ||
908 | ***************************************************************************** | ||
909 | */ | ||
910 | |||
911 | #define MV64x60_MPP_CNTL_0 0xf000 | ||
912 | #define MV64x60_MPP_CNTL_1 0xf004 | ||
913 | #define MV64x60_MPP_CNTL_2 0xf008 | ||
914 | #define MV64x60_MPP_CNTL_3 0xf00c | ||
915 | #define GT64260_MPP_SERIAL_PORTS_MULTIPLEX 0xf010 | ||
916 | |||
917 | #define MV64x60_ETH_BAR_GAP 0x8 | ||
918 | #define MV64x60_ETH_SIZE_REG_GAP 0x8 | ||
919 | #define MV64x60_ETH_HIGH_ADDR_REMAP_REG_GAP 0x4 | ||
920 | #define MV64x60_ETH_PORT_ACCESS_CTRL_GAP 0x4 | ||
921 | |||
922 | #define MV64x60_EBAR_ATTR_DRAM_CS0 0x00000E00 | ||
923 | #define MV64x60_EBAR_ATTR_DRAM_CS1 0x00000D00 | ||
924 | #define MV64x60_EBAR_ATTR_DRAM_CS2 0x00000B00 | ||
925 | #define MV64x60_EBAR_ATTR_DRAM_CS3 0x00000700 | ||
926 | |||
927 | #define MV64x60_EBAR_ATTR_CBS_SRAM_BLOCK0 0x00000000 | ||
928 | #define MV64x60_EBAR_ATTR_CBS_SRAM_BLOCK1 0x00000100 | ||
929 | #define MV64x60_EBAR_ATTR_CBS_SRAM 0x00000000 | ||
930 | #define MV64x60_EBAR_ATTR_CBS_CPU_BUS 0x00000800 | ||
931 | |||
932 | |||
933 | /* | ||
934 | ***************************************************************************** | ||
935 | * | ||
936 | * Interrupt Controller Interface Registers | ||
937 | * | ||
938 | ***************************************************************************** | ||
939 | */ | ||
940 | |||
941 | #define GT64260_IC_OFFSET 0x0c18 | ||
942 | |||
943 | #define GT64260_IC_MAIN_CAUSE_LO 0x0c18 | ||
944 | #define GT64260_IC_MAIN_CAUSE_HI 0x0c68 | ||
945 | #define GT64260_IC_CPU_INTR_MASK_LO 0x0c1c | ||
946 | #define GT64260_IC_CPU_INTR_MASK_HI 0x0c6c | ||
947 | #define GT64260_IC_CPU_SELECT_CAUSE 0x0c70 | ||
948 | #define GT64260_IC_PCI0_INTR_MASK_LO 0x0c24 | ||
949 | #define GT64260_IC_PCI0_INTR_MASK_HI 0x0c64 | ||
950 | #define GT64260_IC_PCI0_SELECT_CAUSE 0x0c74 | ||
951 | #define GT64260_IC_PCI1_INTR_MASK_LO 0x0ca4 | ||
952 | #define GT64260_IC_PCI1_INTR_MASK_HI 0x0ce4 | ||
953 | #define GT64260_IC_PCI1_SELECT_CAUSE 0x0cf4 | ||
954 | #define GT64260_IC_CPU_INT_0_MASK 0x0e60 | ||
955 | #define GT64260_IC_CPU_INT_1_MASK 0x0e64 | ||
956 | #define GT64260_IC_CPU_INT_2_MASK 0x0e68 | ||
957 | #define GT64260_IC_CPU_INT_3_MASK 0x0e6c | ||
958 | |||
959 | #define MV64360_IC_OFFSET 0x0000 | ||
960 | |||
961 | #define MV64360_IC_MAIN_CAUSE_LO 0x0004 | ||
962 | #define MV64360_IC_MAIN_CAUSE_HI 0x000c | ||
963 | #define MV64360_IC_CPU0_INTR_MASK_LO 0x0014 | ||
964 | #define MV64360_IC_CPU0_INTR_MASK_HI 0x001c | ||
965 | #define MV64360_IC_CPU0_SELECT_CAUSE 0x0024 | ||
966 | #define MV64360_IC_CPU1_INTR_MASK_LO 0x0034 | ||
967 | #define MV64360_IC_CPU1_INTR_MASK_HI 0x003c | ||
968 | #define MV64360_IC_CPU1_SELECT_CAUSE 0x0044 | ||
969 | #define MV64360_IC_INT0_MASK_LO 0x0054 | ||
970 | #define MV64360_IC_INT0_MASK_HI 0x005c | ||
971 | #define MV64360_IC_INT0_SELECT_CAUSE 0x0064 | ||
972 | #define MV64360_IC_INT1_MASK_LO 0x0074 | ||
973 | #define MV64360_IC_INT1_MASK_HI 0x007c | ||
974 | #define MV64360_IC_INT1_SELECT_CAUSE 0x0084 | ||
975 | |||
976 | #endif /* __ASMPPC_MV64x60_DEFS_H */ | ||
diff --git a/include/asm-ppc/ocp.h b/include/asm-ppc/ocp.h deleted file mode 100644 index 3909a2eec286..000000000000 --- a/include/asm-ppc/ocp.h +++ /dev/null | |||
@@ -1,204 +0,0 @@ | |||
1 | /* | ||
2 | * ocp.h | ||
3 | * | ||
4 | * (c) Benjamin Herrenschmidt (benh@kernel.crashing.org) | ||
5 | * Mipsys - France | ||
6 | * | ||
7 | * Derived from work (c) Armin Kuster akuster@pacbell.net | ||
8 | * | ||
9 | * Additional support and port to 2.6 LDM/sysfs by | ||
10 | * Matt Porter <mporter@kernel.crashing.org> | ||
11 | * Copyright 2003-2004 MontaVista Software, Inc. | ||
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify it | ||
14 | * under the terms of the GNU General Public License as published by the | ||
15 | * Free Software Foundation; either version 2 of the License, or (at your | ||
16 | * option) any later version. | ||
17 | * | ||
18 | * TODO: - Add get/put interface & fixup locking to provide same API for | ||
19 | * 2.4 and 2.5 | ||
20 | * - Rework PM callbacks | ||
21 | */ | ||
22 | |||
23 | #ifdef __KERNEL__ | ||
24 | #ifndef __OCP_H__ | ||
25 | #define __OCP_H__ | ||
26 | |||
27 | #include <linux/init.h> | ||
28 | #include <linux/list.h> | ||
29 | #include <linux/device.h> | ||
30 | #include <linux/rwsem.h> | ||
31 | |||
32 | #include <asm/mmu.h> | ||
33 | #include <asm/ocp_ids.h> | ||
34 | |||
35 | #ifdef CONFIG_PPC_OCP | ||
36 | |||
37 | #define OCP_MAX_IRQS 7 | ||
38 | #define MAX_EMACS 4 | ||
39 | #define OCP_IRQ_NA -1 /* used when ocp device does not have an irq */ | ||
40 | #define OCP_IRQ_MUL -2 /* used for ocp devices with multiply irqs */ | ||
41 | #define OCP_NULL_TYPE -1 /* used to mark end of list */ | ||
42 | #define OCP_CPM_NA 0 /* No Clock or Power Management avaliable */ | ||
43 | #define OCP_PADDR_NA 0 /* No MMIO registers */ | ||
44 | |||
45 | #define OCP_ANY_ID (~0) | ||
46 | #define OCP_ANY_INDEX -1 | ||
47 | |||
48 | extern struct list_head ocp_devices; | ||
49 | extern struct rw_semaphore ocp_devices_sem; | ||
50 | |||
51 | struct ocp_device_id { | ||
52 | unsigned int vendor, function; /* Vendor and function ID or OCP_ANY_ID */ | ||
53 | unsigned long driver_data; /* Data private to the driver */ | ||
54 | }; | ||
55 | |||
56 | |||
57 | /* | ||
58 | * Static definition of an OCP device. | ||
59 | * | ||
60 | * @vendor: Vendor code. It is _STRONGLY_ discouraged to use | ||
61 | * the vendor code as a way to match a unique device, | ||
62 | * though I kept that possibility open, you should | ||
63 | * really define different function codes for different | ||
64 | * device types | ||
65 | * @function: This is the function code for this device. | ||
66 | * @index: This index is used for mapping the Nth function of a | ||
67 | * given core. This is typically used for cross-driver | ||
68 | * matching, like looking for a given MAL or ZMII from | ||
69 | * an EMAC or for getting to the proper set of DCRs. | ||
70 | * Indices are no longer magically calculated based on | ||
71 | * structure ordering, they have to be actually coded | ||
72 | * into the ocp_def to avoid any possible confusion | ||
73 | * I _STRONGLY_ (again ? wow !) encourage anybody relying | ||
74 | * on index mapping to encode the "target" index in an | ||
75 | * associated structure pointed to by "additions", see | ||
76 | * how it's done for the EMAC driver. | ||
77 | * @paddr: Device physical address (may not mean anything...) | ||
78 | * @irq: Interrupt line for this device (TODO: think about making | ||
79 | * an array with this) | ||
80 | * @pm: Currently, contains the bitmask in CPMFR DCR for the device | ||
81 | * @additions: Optionally points to a function specific structure | ||
82 | * providing additional informations for a given device | ||
83 | * instance. It's currently used by the EMAC driver for MAL | ||
84 | * channel & ZMII port mapping among others. | ||
85 | * @show: Optionally points to a function specific structure | ||
86 | * providing a sysfs show routine for additions fields. | ||
87 | */ | ||
88 | struct ocp_def { | ||
89 | unsigned int vendor; | ||
90 | unsigned int function; | ||
91 | int index; | ||
92 | phys_addr_t paddr; | ||
93 | int irq; | ||
94 | unsigned long pm; | ||
95 | void *additions; | ||
96 | void (*show)(struct device *); | ||
97 | }; | ||
98 | |||
99 | |||
100 | /* Struct for a given device instance */ | ||
101 | struct ocp_device { | ||
102 | struct list_head link; | ||
103 | char name[80]; /* device name */ | ||
104 | struct ocp_def *def; /* device definition */ | ||
105 | void *drvdata; /* driver data for this device */ | ||
106 | struct ocp_driver *driver; | ||
107 | u32 current_state; /* Current operating state. In ACPI-speak, | ||
108 | this is D0-D3, D0 being fully functional, | ||
109 | and D3 being off. */ | ||
110 | struct device dev; | ||
111 | }; | ||
112 | |||
113 | struct ocp_driver { | ||
114 | struct list_head node; | ||
115 | char *name; | ||
116 | const struct ocp_device_id *id_table; /* NULL if wants all devices */ | ||
117 | int (*probe) (struct ocp_device *dev); /* New device inserted */ | ||
118 | void (*remove) (struct ocp_device *dev); /* Device removed (NULL if not a hot-plug capable driver) */ | ||
119 | int (*suspend) (struct ocp_device *dev, pm_message_t state); /* Device suspended */ | ||
120 | int (*resume) (struct ocp_device *dev); /* Device woken up */ | ||
121 | struct device_driver driver; | ||
122 | }; | ||
123 | |||
124 | #define to_ocp_dev(n) container_of(n, struct ocp_device, dev) | ||
125 | #define to_ocp_drv(n) container_of(n, struct ocp_driver, driver) | ||
126 | |||
127 | /* Similar to the helpers above, these manipulate per-ocp_dev | ||
128 | * driver-specific data. Currently stored as ocp_dev::ocpdev, | ||
129 | * a void pointer, but it is not present on older kernels. | ||
130 | */ | ||
131 | static inline void * | ||
132 | ocp_get_drvdata(struct ocp_device *pdev) | ||
133 | { | ||
134 | return pdev->drvdata; | ||
135 | } | ||
136 | |||
137 | static inline void | ||
138 | ocp_set_drvdata(struct ocp_device *pdev, void *data) | ||
139 | { | ||
140 | pdev->drvdata = data; | ||
141 | } | ||
142 | |||
143 | #if defined (CONFIG_PM) | ||
144 | /* | ||
145 | * This is right for the IBM 405 and 440 but will need to be | ||
146 | * generalized if the OCP stuff gets used on other processors. | ||
147 | */ | ||
148 | static inline void | ||
149 | ocp_force_power_off(struct ocp_device *odev) | ||
150 | { | ||
151 | mtdcr(DCRN_CPMFR, mfdcr(DCRN_CPMFR) | odev->def->pm); | ||
152 | } | ||
153 | |||
154 | static inline void | ||
155 | ocp_force_power_on(struct ocp_device *odev) | ||
156 | { | ||
157 | mtdcr(DCRN_CPMFR, mfdcr(DCRN_CPMFR) & ~odev->def->pm); | ||
158 | } | ||
159 | #else | ||
160 | #define ocp_force_power_off(x) (void)(x) | ||
161 | #define ocp_force_power_on(x) (void)(x) | ||
162 | #endif | ||
163 | |||
164 | /* Register/Unregister an OCP driver */ | ||
165 | extern int ocp_register_driver(struct ocp_driver *drv); | ||
166 | extern void ocp_unregister_driver(struct ocp_driver *drv); | ||
167 | |||
168 | /* Build list of devices */ | ||
169 | extern int ocp_early_init(void) __init; | ||
170 | |||
171 | /* Find a device by index */ | ||
172 | extern struct ocp_device *ocp_find_device(unsigned int vendor, unsigned int function, int index); | ||
173 | |||
174 | /* Get a def by index */ | ||
175 | extern struct ocp_def *ocp_get_one_device(unsigned int vendor, unsigned int function, int index); | ||
176 | |||
177 | /* Add a device by index */ | ||
178 | extern int ocp_add_one_device(struct ocp_def *def); | ||
179 | |||
180 | /* Remove a device by index */ | ||
181 | extern int ocp_remove_one_device(unsigned int vendor, unsigned int function, int index); | ||
182 | |||
183 | /* Iterate over devices and execute a routine */ | ||
184 | extern void ocp_for_each_device(void(*callback)(struct ocp_device *, void *arg), void *arg); | ||
185 | |||
186 | /* Sysfs support */ | ||
187 | #define OCP_SYSFS_ADDTL(type, format, name, field) \ | ||
188 | static ssize_t \ | ||
189 | show_##name##_##field(struct device *dev, struct device_attribute *attr, char *buf) \ | ||
190 | { \ | ||
191 | struct ocp_device *odev = to_ocp_dev(dev); \ | ||
192 | type *add = odev->def->additions; \ | ||
193 | \ | ||
194 | return sprintf(buf, format, add->field); \ | ||
195 | } \ | ||
196 | static DEVICE_ATTR(name##_##field, S_IRUGO, show_##name##_##field, NULL); | ||
197 | |||
198 | #ifdef CONFIG_IBM_OCP | ||
199 | #include <asm/ibm_ocp.h> | ||
200 | #endif | ||
201 | |||
202 | #endif /* CONFIG_PPC_OCP */ | ||
203 | #endif /* __OCP_H__ */ | ||
204 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/ocp_ids.h b/include/asm-ppc/ocp_ids.h deleted file mode 100644 index 8ae4b311a37c..000000000000 --- a/include/asm-ppc/ocp_ids.h +++ /dev/null | |||
@@ -1,73 +0,0 @@ | |||
1 | /* | ||
2 | * ocp_ids.h | ||
3 | * | ||
4 | * OCP device ids based on the ideas from PCI | ||
5 | * | ||
6 | * The numbers below are almost completely arbitrary, and in fact | ||
7 | * strings might work better. -- paulus | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify it | ||
10 | * under the terms of the GNU General Public License as published by the | ||
11 | * Free Software Foundation; either version 2 of the License, or (at your | ||
12 | * option) any later version. | ||
13 | */ | ||
14 | |||
15 | /* | ||
16 | * Vender device | ||
17 | * [xxxx] [xxxx] | ||
18 | * | ||
19 | * Keep in order, please | ||
20 | */ | ||
21 | |||
22 | /* Vendor IDs 0x0001 - 0xFFFF copied from pci_ids.h */ | ||
23 | |||
24 | #define OCP_VENDOR_INVALID 0x0000 | ||
25 | #define OCP_VENDOR_ARM 0x0004 | ||
26 | #define OCP_VENDOR_FREESCALE 0x1057 | ||
27 | #define OCP_VENDOR_IBM 0x1014 | ||
28 | #define OCP_VENDOR_MOTOROLA OCP_VENDOR_FREESCALE | ||
29 | #define OCP_VENDOR_XILINX 0x10ee | ||
30 | #define OCP_VENDOR_UNKNOWN 0xFFFF | ||
31 | |||
32 | /* device identification */ | ||
33 | |||
34 | /* define type */ | ||
35 | #define OCP_FUNC_INVALID 0x0000 | ||
36 | |||
37 | /* system 0x0001 - 0x001F */ | ||
38 | |||
39 | /* Timers 0x0020 - 0x002F */ | ||
40 | |||
41 | /* Serial 0x0030 - 0x006F*/ | ||
42 | #define OCP_FUNC_16550 0x0031 | ||
43 | #define OCP_FUNC_IIC 0x0032 | ||
44 | #define OCP_FUNC_USB 0x0033 | ||
45 | #define OCP_FUNC_PSC_UART 0x0034 | ||
46 | |||
47 | /* Memory devices 0x0090 - 0x009F */ | ||
48 | #define OCP_FUNC_MAL 0x0090 | ||
49 | #define OCP_FUNC_DMA 0x0091 | ||
50 | |||
51 | /* Display 0x00A0 - 0x00AF */ | ||
52 | |||
53 | /* Sound 0x00B0 - 0x00BF */ | ||
54 | |||
55 | /* Mass Storage 0x00C0 - 0xxCF */ | ||
56 | #define OCP_FUNC_IDE 0x00C0 | ||
57 | |||
58 | /* Misc 0x00D0 - 0x00DF*/ | ||
59 | #define OCP_FUNC_GPIO 0x00D0 | ||
60 | #define OCP_FUNC_ZMII 0x00D1 | ||
61 | #define OCP_FUNC_PERFMON 0x00D2 /* Performance Monitor */ | ||
62 | #define OCP_FUNC_RGMII 0x00D3 | ||
63 | #define OCP_FUNC_TAH 0x00D4 | ||
64 | #define OCP_FUNC_SEC2 0x00D5 /* Crypto/Security 2.0 */ | ||
65 | |||
66 | /* Network 0x0200 - 0x02FF */ | ||
67 | #define OCP_FUNC_EMAC 0x0200 | ||
68 | #define OCP_FUNC_GFAR 0x0201 /* TSEC & FEC */ | ||
69 | |||
70 | /* Bridge devices 0xE00 - 0xEFF */ | ||
71 | #define OCP_FUNC_OPB 0x0E00 | ||
72 | |||
73 | #define OCP_FUNC_UNKNOWN 0xFFFF | ||
diff --git a/include/asm-ppc/open_pic.h b/include/asm-ppc/open_pic.h deleted file mode 100644 index 778d5726212c..000000000000 --- a/include/asm-ppc/open_pic.h +++ /dev/null | |||
@@ -1,98 +0,0 @@ | |||
1 | /* | ||
2 | * include/asm-ppc/open_pic.h -- OpenPIC Interrupt Handling | ||
3 | * | ||
4 | * Copyright (C) 1997 Geert Uytterhoeven | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file COPYING in the main directory of this archive | ||
8 | * for more details. | ||
9 | * | ||
10 | */ | ||
11 | |||
12 | #ifndef _PPC_KERNEL_OPEN_PIC_H | ||
13 | #define _PPC_KERNEL_OPEN_PIC_H | ||
14 | |||
15 | #include <linux/irq.h> | ||
16 | |||
17 | #define OPENPIC_SIZE 0x40000 | ||
18 | |||
19 | /* | ||
20 | * Non-offset'ed vector numbers | ||
21 | */ | ||
22 | |||
23 | #define OPENPIC_VEC_TIMER 110 /* and up */ | ||
24 | #define OPENPIC_VEC_IPI 118 /* and up */ | ||
25 | #define OPENPIC_VEC_SPURIOUS 255 | ||
26 | |||
27 | /* Priorities */ | ||
28 | #define OPENPIC_PRIORITY_IPI_BASE 10 | ||
29 | #define OPENPIC_PRIORITY_DEFAULT 4 | ||
30 | #define OPENPIC_PRIORITY_NMI 9 | ||
31 | |||
32 | /* OpenPIC IRQ controller structure */ | ||
33 | extern struct hw_interrupt_type open_pic; | ||
34 | |||
35 | /* OpenPIC IPI controller structure */ | ||
36 | #ifdef CONFIG_SMP | ||
37 | extern struct hw_interrupt_type open_pic_ipi; | ||
38 | #endif /* CONFIG_SMP */ | ||
39 | |||
40 | extern u_int OpenPIC_NumInitSenses; | ||
41 | extern u_char *OpenPIC_InitSenses; | ||
42 | extern void __iomem * OpenPIC_Addr; | ||
43 | extern int epic_serial_mode; | ||
44 | |||
45 | /* Exported functions */ | ||
46 | extern void openpic_set_sources(int first_irq, int num_irqs, void __iomem *isr); | ||
47 | extern void openpic_init(int linux_irq_offset); | ||
48 | extern void openpic_init_nmi_irq(u_int irq); | ||
49 | extern void openpic_set_irq_priority(u_int irq, u_int pri); | ||
50 | extern void openpic_hookup_cascade(u_int irq, char *name, | ||
51 | int (*cascade_fn)(void)); | ||
52 | extern u_int openpic_irq(void); | ||
53 | extern void openpic_eoi(void); | ||
54 | extern void openpic_request_IPIs(void); | ||
55 | extern void do_openpic_setup_cpu(void); | ||
56 | extern int openpic_get_irq(void); | ||
57 | extern void openpic_reset_processor_phys(u_int cpumask); | ||
58 | extern void openpic_setup_ISU(int isu_num, unsigned long addr); | ||
59 | extern void openpic_cause_IPI(u_int ipi, cpumask_t cpumask); | ||
60 | extern void smp_openpic_message_pass(int target, int msg); | ||
61 | extern void openpic_set_k2_cascade(int irq); | ||
62 | extern void openpic_set_priority(u_int pri); | ||
63 | extern u_int openpic_get_priority(void); | ||
64 | |||
65 | extern inline int openpic_to_irq(int irq) | ||
66 | { | ||
67 | /* IRQ 0 usually means 'disabled'.. don't mess with it | ||
68 | * exceptions to this (sandpoint maybe?) | ||
69 | * shouldn't use openpic_to_irq | ||
70 | */ | ||
71 | if (irq != 0){ | ||
72 | return irq += NUM_8259_INTERRUPTS; | ||
73 | } else { | ||
74 | return 0; | ||
75 | } | ||
76 | } | ||
77 | /* Support for second openpic on G5 macs */ | ||
78 | |||
79 | // FIXME: To be replaced by sane cascaded controller management */ | ||
80 | |||
81 | #define PMAC_OPENPIC2_OFFSET 128 | ||
82 | |||
83 | #define OPENPIC2_VEC_TIMER 110 /* and up */ | ||
84 | #define OPENPIC2_VEC_IPI 118 /* and up */ | ||
85 | #define OPENPIC2_VEC_SPURIOUS 127 | ||
86 | |||
87 | |||
88 | extern void* OpenPIC2_Addr; | ||
89 | |||
90 | /* Exported functions */ | ||
91 | extern void openpic2_set_sources(int first_irq, int num_irqs, void *isr); | ||
92 | extern void openpic2_init(int linux_irq_offset); | ||
93 | extern void openpic2_init_nmi_irq(u_int irq); | ||
94 | extern u_int openpic2_irq(void); | ||
95 | extern void openpic2_eoi(void); | ||
96 | extern int openpic2_get_irq(void); | ||
97 | extern void openpic2_setup_ISU(int isu_num, unsigned long addr); | ||
98 | #endif /* _PPC_KERNEL_OPEN_PIC_H */ | ||
diff --git a/include/asm-ppc/page.h b/include/asm-ppc/page.h deleted file mode 100644 index 37e4756b6b2d..000000000000 --- a/include/asm-ppc/page.h +++ /dev/null | |||
@@ -1,140 +0,0 @@ | |||
1 | #ifndef _PPC_PAGE_H | ||
2 | #define _PPC_PAGE_H | ||
3 | |||
4 | #include <asm/asm-compat.h> | ||
5 | |||
6 | /* PAGE_SHIFT determines the page size */ | ||
7 | #define PAGE_SHIFT 12 | ||
8 | #define PAGE_SIZE (ASM_CONST(1) << PAGE_SHIFT) | ||
9 | |||
10 | /* | ||
11 | * Subtle: this is an int (not an unsigned long) and so it | ||
12 | * gets extended to 64 bits the way want (i.e. with 1s). -- paulus | ||
13 | */ | ||
14 | #define PAGE_MASK (~((1 << PAGE_SHIFT) - 1)) | ||
15 | |||
16 | #ifdef __KERNEL__ | ||
17 | |||
18 | /* This must match what is in arch/ppc/Makefile */ | ||
19 | #define PAGE_OFFSET CONFIG_KERNEL_START | ||
20 | #define KERNELBASE PAGE_OFFSET | ||
21 | #define is_kernel_addr(x) ((x) >= PAGE_OFFSET) | ||
22 | |||
23 | #ifndef __ASSEMBLY__ | ||
24 | |||
25 | /* | ||
26 | * The basic type of a PTE - 64 bits for those CPUs with > 32 bit | ||
27 | * physical addressing. For now this just the IBM PPC440. | ||
28 | */ | ||
29 | #ifdef CONFIG_PTE_64BIT | ||
30 | typedef unsigned long long pte_basic_t; | ||
31 | #define PTE_SHIFT (PAGE_SHIFT - 3) /* 512 ptes per page */ | ||
32 | #define PTE_FMT "%16Lx" | ||
33 | #else | ||
34 | typedef unsigned long pte_basic_t; | ||
35 | #define PTE_SHIFT (PAGE_SHIFT - 2) /* 1024 ptes per page */ | ||
36 | #define PTE_FMT "%.8lx" | ||
37 | #endif | ||
38 | |||
39 | /* align addr on a size boundary - adjust address up/down if needed */ | ||
40 | #define _ALIGN_UP(addr,size) (((addr)+((size)-1))&(~((size)-1))) | ||
41 | #define _ALIGN_DOWN(addr,size) ((addr)&(~((size)-1))) | ||
42 | |||
43 | /* align addr on a size boundary - adjust address up if needed */ | ||
44 | #define _ALIGN(addr,size) _ALIGN_UP(addr,size) | ||
45 | |||
46 | /* to align the pointer to the (next) page boundary */ | ||
47 | #define PAGE_ALIGN(addr) _ALIGN(addr, PAGE_SIZE) | ||
48 | |||
49 | |||
50 | #undef STRICT_MM_TYPECHECKS | ||
51 | |||
52 | #ifdef STRICT_MM_TYPECHECKS | ||
53 | /* | ||
54 | * These are used to make use of C type-checking.. | ||
55 | */ | ||
56 | typedef struct { pte_basic_t pte; } pte_t; | ||
57 | typedef struct { unsigned long pmd; } pmd_t; | ||
58 | typedef struct { unsigned long pgd; } pgd_t; | ||
59 | typedef struct { unsigned long pgprot; } pgprot_t; | ||
60 | |||
61 | #define pte_val(x) ((x).pte) | ||
62 | #define pmd_val(x) ((x).pmd) | ||
63 | #define pgd_val(x) ((x).pgd) | ||
64 | #define pgprot_val(x) ((x).pgprot) | ||
65 | |||
66 | #define __pte(x) ((pte_t) { (x) } ) | ||
67 | #define __pmd(x) ((pmd_t) { (x) } ) | ||
68 | #define __pgd(x) ((pgd_t) { (x) } ) | ||
69 | #define __pgprot(x) ((pgprot_t) { (x) } ) | ||
70 | |||
71 | #else | ||
72 | /* | ||
73 | * .. while these make it easier on the compiler | ||
74 | */ | ||
75 | typedef pte_basic_t pte_t; | ||
76 | typedef unsigned long pmd_t; | ||
77 | typedef unsigned long pgd_t; | ||
78 | typedef unsigned long pgprot_t; | ||
79 | |||
80 | #define pte_val(x) (x) | ||
81 | #define pmd_val(x) (x) | ||
82 | #define pgd_val(x) (x) | ||
83 | #define pgprot_val(x) (x) | ||
84 | |||
85 | #define __pte(x) (x) | ||
86 | #define __pmd(x) (x) | ||
87 | #define __pgd(x) (x) | ||
88 | #define __pgprot(x) (x) | ||
89 | |||
90 | #endif | ||
91 | |||
92 | struct page; | ||
93 | extern void clear_pages(void *page, int order); | ||
94 | static inline void clear_page(void *page) { clear_pages(page, 0); } | ||
95 | extern void copy_page(void *to, void *from); | ||
96 | extern void clear_user_page(void *page, unsigned long vaddr, struct page *pg); | ||
97 | extern void copy_user_page(void *to, void *from, unsigned long vaddr, | ||
98 | struct page *pg); | ||
99 | |||
100 | #define PPC_MEMSTART 0 | ||
101 | #define PPC_MEMOFFSET PAGE_OFFSET | ||
102 | |||
103 | #define ___pa(vaddr) ((vaddr)-PPC_MEMOFFSET) | ||
104 | #define ___va(paddr) ((paddr)+PPC_MEMOFFSET) | ||
105 | |||
106 | extern int page_is_ram(unsigned long pfn); | ||
107 | |||
108 | #define __pa(x) ___pa((unsigned long)(x)) | ||
109 | #define __va(x) ((void *)(___va((unsigned long)(x)))) | ||
110 | |||
111 | #define ARCH_PFN_OFFSET 0 | ||
112 | #define virt_to_page(kaddr) pfn_to_page(__pa(kaddr) >> PAGE_SHIFT) | ||
113 | #define page_to_virt(page) __va(page_to_pfn(page) << PAGE_SHIFT) | ||
114 | |||
115 | #define pfn_valid(pfn) ((pfn) < max_mapnr) | ||
116 | #define virt_addr_valid(kaddr) pfn_valid(__pa(kaddr) >> PAGE_SHIFT) | ||
117 | |||
118 | /* Pure 2^n version of get_order */ | ||
119 | extern __inline__ int get_order(unsigned long size) | ||
120 | { | ||
121 | int lz; | ||
122 | |||
123 | size = (size-1) >> PAGE_SHIFT; | ||
124 | asm ("cntlzw %0,%1" : "=r" (lz) : "r" (size)); | ||
125 | return 32 - lz; | ||
126 | } | ||
127 | |||
128 | typedef struct page *pgtable_t; | ||
129 | |||
130 | #endif /* __ASSEMBLY__ */ | ||
131 | |||
132 | #define VM_DATA_DEFAULT_FLAGS (VM_READ | VM_WRITE | VM_EXEC | \ | ||
133 | VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC) | ||
134 | |||
135 | /* We do define AT_SYSINFO_EHDR but don't use the gate mechanism */ | ||
136 | #define __HAVE_ARCH_GATE_AREA 1 | ||
137 | |||
138 | #include <asm-generic/memory_model.h> | ||
139 | #endif /* __KERNEL__ */ | ||
140 | #endif /* _PPC_PAGE_H */ | ||
diff --git a/include/asm-ppc/pc_serial.h b/include/asm-ppc/pc_serial.h deleted file mode 100644 index 81a2d0fdaf00..000000000000 --- a/include/asm-ppc/pc_serial.h +++ /dev/null | |||
@@ -1,42 +0,0 @@ | |||
1 | /* | ||
2 | * include/asm-ppc/pc_serial.h | ||
3 | * | ||
4 | * This is basically a copy of include/asm-i386/serial.h. | ||
5 | * It is used on platforms which have an ISA bus and thus are likely | ||
6 | * to have PC-style serial ports at the legacy I/O port addresses. | ||
7 | * It also includes the definitions for the fourport, accent, boca | ||
8 | * and hub6 multiport serial cards, although I have never heard of | ||
9 | * anyone using any of those on a PPC platform. -- paulus | ||
10 | */ | ||
11 | |||
12 | |||
13 | /* | ||
14 | * This assumes you have a 1.8432 MHz clock for your UART. | ||
15 | * | ||
16 | * It'd be nice if someone built a serial card with a 24.576 MHz | ||
17 | * clock, since the 16550A is capable of handling a top speed of 1.5 | ||
18 | * megabits/second; but this requires the faster clock. | ||
19 | */ | ||
20 | #define BASE_BAUD ( 1843200 / 16 ) | ||
21 | |||
22 | #ifdef CONFIG_SERIAL_MANY_PORTS | ||
23 | #define RS_TABLE_SIZE 64 | ||
24 | #else | ||
25 | #define RS_TABLE_SIZE 4 | ||
26 | #endif | ||
27 | |||
28 | /* Standard COM flags (except for COM4, because of the 8514 problem) */ | ||
29 | #ifdef CONFIG_SERIAL_DETECT_IRQ | ||
30 | #define STD_COM_FLAGS (ASYNC_BOOT_AUTOCONF | ASYNC_SKIP_TEST | ASYNC_AUTO_IRQ) | ||
31 | #define STD_COM4_FLAGS (ASYNC_BOOT_AUTOCONF | ASYNC_AUTO_IRQ) | ||
32 | #else | ||
33 | #define STD_COM_FLAGS (ASYNC_BOOT_AUTOCONF | ASYNC_SKIP_TEST) | ||
34 | #define STD_COM4_FLAGS ASYNC_BOOT_AUTOCONF | ||
35 | #endif | ||
36 | |||
37 | #define SERIAL_PORT_DFNS \ | ||
38 | /* UART CLK PORT IRQ FLAGS */ \ | ||
39 | { 0, BASE_BAUD, 0x3F8, 4, STD_COM_FLAGS }, /* ttyS0 */ \ | ||
40 | { 0, BASE_BAUD, 0x2F8, 3, STD_COM_FLAGS }, /* ttyS1 */ \ | ||
41 | { 0, BASE_BAUD, 0x3E8, 4, STD_COM_FLAGS }, /* ttyS2 */ \ | ||
42 | { 0, BASE_BAUD, 0x2E8, 3, STD_COM4_FLAGS }, /* ttyS3 */ | ||
diff --git a/include/asm-ppc/pci-bridge.h b/include/asm-ppc/pci-bridge.h deleted file mode 100644 index 4d35b844bc58..000000000000 --- a/include/asm-ppc/pci-bridge.h +++ /dev/null | |||
@@ -1,151 +0,0 @@ | |||
1 | #ifdef __KERNEL__ | ||
2 | #ifndef _ASM_PCI_BRIDGE_H | ||
3 | #define _ASM_PCI_BRIDGE_H | ||
4 | |||
5 | #include <linux/ioport.h> | ||
6 | #include <linux/pci.h> | ||
7 | |||
8 | struct device_node; | ||
9 | struct pci_controller; | ||
10 | |||
11 | /* | ||
12 | * pci_io_base returns the memory address at which you can access | ||
13 | * the I/O space for PCI bus number `bus' (or NULL on error). | ||
14 | */ | ||
15 | extern void __iomem *pci_bus_io_base(unsigned int bus); | ||
16 | extern unsigned long pci_bus_io_base_phys(unsigned int bus); | ||
17 | extern unsigned long pci_bus_mem_base_phys(unsigned int bus); | ||
18 | |||
19 | /* Allocate a new PCI host bridge structure */ | ||
20 | extern struct pci_controller* pcibios_alloc_controller(void); | ||
21 | |||
22 | /* Helper function for setting up resources */ | ||
23 | extern void pci_init_resource(struct resource *res, resource_size_t start, | ||
24 | resource_size_t end, int flags, char *name); | ||
25 | |||
26 | /* Get the PCI host controller for a bus */ | ||
27 | extern struct pci_controller* pci_bus_to_hose(int bus); | ||
28 | |||
29 | /* Get the PCI host controller for an OF device */ | ||
30 | extern struct pci_controller* | ||
31 | pci_find_hose_for_OF_device(struct device_node* node); | ||
32 | |||
33 | /* Fill up host controller resources from the OF node */ | ||
34 | extern void | ||
35 | pci_process_bridge_OF_ranges(struct pci_controller *hose, | ||
36 | struct device_node *dev, int primary); | ||
37 | |||
38 | /* | ||
39 | * Structure of a PCI controller (host bridge) | ||
40 | */ | ||
41 | struct pci_controller { | ||
42 | int index; /* PCI domain number */ | ||
43 | struct pci_controller *next; | ||
44 | struct pci_bus *bus; | ||
45 | void *arch_data; | ||
46 | struct device *parent; | ||
47 | |||
48 | int first_busno; | ||
49 | int last_busno; | ||
50 | int bus_offset; | ||
51 | |||
52 | void __iomem *io_base_virt; | ||
53 | resource_size_t io_base_phys; | ||
54 | |||
55 | /* Some machines (PReP) have a non 1:1 mapping of | ||
56 | * the PCI memory space in the CPU bus space | ||
57 | */ | ||
58 | resource_size_t pci_mem_offset; | ||
59 | |||
60 | struct pci_ops *ops; | ||
61 | volatile unsigned int __iomem *cfg_addr; | ||
62 | volatile void __iomem *cfg_data; | ||
63 | /* | ||
64 | * If set, indirect method will set the cfg_type bit as | ||
65 | * needed to generate type 1 configuration transactions. | ||
66 | */ | ||
67 | int set_cfg_type; | ||
68 | |||
69 | /* Currently, we limit ourselves to 1 IO range and 3 mem | ||
70 | * ranges since the common pci_bus structure can't handle more | ||
71 | */ | ||
72 | struct resource io_resource; | ||
73 | struct resource mem_resources[3]; | ||
74 | int mem_resource_count; | ||
75 | |||
76 | /* Host bridge I/O and Memory space | ||
77 | * Used for BAR placement algorithms | ||
78 | */ | ||
79 | struct resource io_space; | ||
80 | struct resource mem_space; | ||
81 | }; | ||
82 | |||
83 | static inline struct pci_controller *pci_bus_to_host(struct pci_bus *bus) | ||
84 | { | ||
85 | return bus->sysdata; | ||
86 | } | ||
87 | |||
88 | /* These are used for config access before all the PCI probing | ||
89 | has been done. */ | ||
90 | int early_read_config_byte(struct pci_controller *hose, int bus, int dev_fn, | ||
91 | int where, u8 *val); | ||
92 | int early_read_config_word(struct pci_controller *hose, int bus, int dev_fn, | ||
93 | int where, u16 *val); | ||
94 | int early_read_config_dword(struct pci_controller *hose, int bus, int dev_fn, | ||
95 | int where, u32 *val); | ||
96 | int early_write_config_byte(struct pci_controller *hose, int bus, int dev_fn, | ||
97 | int where, u8 val); | ||
98 | int early_write_config_word(struct pci_controller *hose, int bus, int dev_fn, | ||
99 | int where, u16 val); | ||
100 | int early_write_config_dword(struct pci_controller *hose, int bus, int dev_fn, | ||
101 | int where, u32 val); | ||
102 | |||
103 | extern void setup_indirect_pci_nomap(struct pci_controller* hose, | ||
104 | void __iomem *cfg_addr, void __iomem *cfg_data); | ||
105 | extern void setup_indirect_pci(struct pci_controller* hose, | ||
106 | u32 cfg_addr, u32 cfg_data); | ||
107 | extern void setup_grackle(struct pci_controller *hose); | ||
108 | |||
109 | extern unsigned char common_swizzle(struct pci_dev *, unsigned char *); | ||
110 | |||
111 | /* | ||
112 | * The following code swizzles for exactly one bridge. The routine | ||
113 | * common_swizzle below handles multiple bridges. But there are a | ||
114 | * some boards that don't follow the PCI spec's suggestion so we | ||
115 | * break this piece out separately. | ||
116 | */ | ||
117 | static inline unsigned char bridge_swizzle(unsigned char pin, | ||
118 | unsigned char idsel) | ||
119 | { | ||
120 | return (((pin-1) + idsel) % 4) + 1; | ||
121 | } | ||
122 | |||
123 | /* | ||
124 | * The following macro is used to lookup irqs in a standard table | ||
125 | * format for those PPC systems that do not already have PCI | ||
126 | * interrupts properly routed. | ||
127 | */ | ||
128 | /* FIXME - double check this */ | ||
129 | #define PCI_IRQ_TABLE_LOOKUP \ | ||
130 | ({ long _ctl_ = -1; \ | ||
131 | if (idsel >= min_idsel && idsel <= max_idsel && pin <= irqs_per_slot) \ | ||
132 | _ctl_ = pci_irq_table[idsel - min_idsel][pin-1]; \ | ||
133 | _ctl_; }) | ||
134 | |||
135 | /* | ||
136 | * Scan the buses below a given PCI host bridge and assign suitable | ||
137 | * resources to all devices found. | ||
138 | */ | ||
139 | extern int pciauto_bus_scan(struct pci_controller *, int); | ||
140 | |||
141 | #ifdef CONFIG_PCI | ||
142 | extern unsigned long pci_address_to_pio(phys_addr_t address); | ||
143 | #else | ||
144 | static inline unsigned long pci_address_to_pio(phys_addr_t address) | ||
145 | { | ||
146 | return (unsigned long)-1; | ||
147 | } | ||
148 | #endif | ||
149 | |||
150 | #endif | ||
151 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/pci.h b/include/asm-ppc/pci.h deleted file mode 100644 index d2442cd72a59..000000000000 --- a/include/asm-ppc/pci.h +++ /dev/null | |||
@@ -1,156 +0,0 @@ | |||
1 | #ifndef __PPC_PCI_H | ||
2 | #define __PPC_PCI_H | ||
3 | #ifdef __KERNEL__ | ||
4 | |||
5 | #include <linux/types.h> | ||
6 | #include <linux/slab.h> | ||
7 | #include <linux/string.h> | ||
8 | #include <linux/mm.h> | ||
9 | #include <asm/scatterlist.h> | ||
10 | #include <asm/io.h> | ||
11 | #include <asm/pci-bridge.h> | ||
12 | #include <asm-generic/pci-dma-compat.h> | ||
13 | |||
14 | struct pci_dev; | ||
15 | |||
16 | /* Values for the `which' argument to sys_pciconfig_iobase syscall. */ | ||
17 | #define IOBASE_BRIDGE_NUMBER 0 | ||
18 | #define IOBASE_MEMORY 1 | ||
19 | #define IOBASE_IO 2 | ||
20 | #define IOBASE_ISA_IO 3 | ||
21 | #define IOBASE_ISA_MEM 4 | ||
22 | |||
23 | /* | ||
24 | * Set this to 1 if you want the kernel to re-assign all PCI | ||
25 | * bus numbers | ||
26 | */ | ||
27 | extern int pci_assign_all_buses; | ||
28 | |||
29 | #define pcibios_assign_all_busses() (pci_assign_all_buses) | ||
30 | #define pcibios_scan_all_fns(a, b) 0 | ||
31 | |||
32 | #define PCIBIOS_MIN_IO 0x1000 | ||
33 | #define PCIBIOS_MIN_MEM 0x10000000 | ||
34 | |||
35 | extern inline void pcibios_set_master(struct pci_dev *dev) | ||
36 | { | ||
37 | /* No special bus mastering setup handling */ | ||
38 | } | ||
39 | |||
40 | extern inline void pcibios_penalize_isa_irq(int irq, int active) | ||
41 | { | ||
42 | /* We don't do dynamic PCI IRQ allocation */ | ||
43 | } | ||
44 | |||
45 | extern unsigned long pci_resource_to_bus(struct pci_dev *pdev, struct resource *res); | ||
46 | |||
47 | /* | ||
48 | * The PCI bus bridge can translate addresses issued by the processor(s) | ||
49 | * into a different address on the PCI bus. On 32-bit cpus, we assume | ||
50 | * this mapping is 1-1, but on 64-bit systems it often isn't. | ||
51 | * | ||
52 | * Obsolete ! Drivers should now use pci_resource_to_bus | ||
53 | */ | ||
54 | extern unsigned long phys_to_bus(unsigned long pa); | ||
55 | extern unsigned long pci_phys_to_bus(unsigned long pa, int busnr); | ||
56 | extern unsigned long pci_bus_to_phys(unsigned int ba, int busnr); | ||
57 | |||
58 | /* The PCI address space does equal the physical memory | ||
59 | * address space. The networking and block device layers use | ||
60 | * this boolean for bounce buffer decisions. | ||
61 | */ | ||
62 | #define PCI_DMA_BUS_IS_PHYS (1) | ||
63 | |||
64 | #ifdef CONFIG_NOT_COHERENT_CACHE | ||
65 | /* | ||
66 | * pci_unmap_{page,single} are NOPs but pci_dma_sync_single_for_cpu() | ||
67 | * and so on are not, so... | ||
68 | */ | ||
69 | |||
70 | #define DECLARE_PCI_UNMAP_ADDR(ADDR_NAME) \ | ||
71 | dma_addr_t ADDR_NAME; | ||
72 | #define DECLARE_PCI_UNMAP_LEN(LEN_NAME) \ | ||
73 | __u32 LEN_NAME; | ||
74 | #define pci_unmap_addr(PTR, ADDR_NAME) \ | ||
75 | ((PTR)->ADDR_NAME) | ||
76 | #define pci_unmap_addr_set(PTR, ADDR_NAME, VAL) \ | ||
77 | (((PTR)->ADDR_NAME) = (VAL)) | ||
78 | #define pci_unmap_len(PTR, LEN_NAME) \ | ||
79 | ((PTR)->LEN_NAME) | ||
80 | #define pci_unmap_len_set(PTR, LEN_NAME, VAL) \ | ||
81 | (((PTR)->LEN_NAME) = (VAL)) | ||
82 | |||
83 | #else /* coherent */ | ||
84 | |||
85 | /* pci_unmap_{page,single} is a nop so... */ | ||
86 | #define DECLARE_PCI_UNMAP_ADDR(ADDR_NAME) | ||
87 | #define DECLARE_PCI_UNMAP_LEN(LEN_NAME) | ||
88 | #define pci_unmap_addr(PTR, ADDR_NAME) (0) | ||
89 | #define pci_unmap_addr_set(PTR, ADDR_NAME, VAL) do { } while (0) | ||
90 | #define pci_unmap_len(PTR, LEN_NAME) (0) | ||
91 | #define pci_unmap_len_set(PTR, LEN_NAME, VAL) do { } while (0) | ||
92 | |||
93 | #endif /* CONFIG_NOT_COHERENT_CACHE */ | ||
94 | |||
95 | #ifdef CONFIG_PCI | ||
96 | static inline void pci_dma_burst_advice(struct pci_dev *pdev, | ||
97 | enum pci_dma_burst_strategy *strat, | ||
98 | unsigned long *strategy_parameter) | ||
99 | { | ||
100 | *strat = PCI_DMA_BURST_INFINITY; | ||
101 | *strategy_parameter = ~0UL; | ||
102 | } | ||
103 | #endif | ||
104 | |||
105 | /* Return the index of the PCI controller for device PDEV. */ | ||
106 | #define pci_domain_nr(bus) ((struct pci_controller *)(bus)->sysdata)->index | ||
107 | |||
108 | /* Set the name of the bus as it appears in /proc/bus/pci */ | ||
109 | static inline int pci_proc_domain(struct pci_bus *bus) | ||
110 | { | ||
111 | return 0; | ||
112 | } | ||
113 | |||
114 | /* Map a range of PCI memory or I/O space for a device into user space */ | ||
115 | int pci_mmap_page_range(struct pci_dev *pdev, struct vm_area_struct *vma, | ||
116 | enum pci_mmap_state mmap_state, int write_combine); | ||
117 | |||
118 | /* Tell drivers/pci/proc.c that we have pci_mmap_page_range() */ | ||
119 | #define HAVE_PCI_MMAP 1 | ||
120 | |||
121 | extern void | ||
122 | pcibios_resource_to_bus(struct pci_dev *dev, struct pci_bus_region *region, | ||
123 | struct resource *res); | ||
124 | |||
125 | extern void | ||
126 | pcibios_bus_to_resource(struct pci_dev *dev, struct resource *res, | ||
127 | struct pci_bus_region *region); | ||
128 | |||
129 | static inline struct resource * | ||
130 | pcibios_select_root(struct pci_dev *pdev, struct resource *res) | ||
131 | { | ||
132 | struct resource *root = NULL; | ||
133 | |||
134 | if (res->flags & IORESOURCE_IO) | ||
135 | root = &ioport_resource; | ||
136 | if (res->flags & IORESOURCE_MEM) | ||
137 | root = &iomem_resource; | ||
138 | |||
139 | return root; | ||
140 | } | ||
141 | |||
142 | struct file; | ||
143 | extern pgprot_t pci_phys_mem_access_prot(struct file *file, | ||
144 | unsigned long pfn, | ||
145 | unsigned long size, | ||
146 | pgprot_t prot); | ||
147 | |||
148 | #define HAVE_ARCH_PCI_RESOURCE_TO_USER | ||
149 | extern void pci_resource_to_user(const struct pci_dev *dev, int bar, | ||
150 | const struct resource *rsrc, | ||
151 | resource_size_t *start, resource_size_t *end); | ||
152 | |||
153 | |||
154 | #endif /* __KERNEL__ */ | ||
155 | |||
156 | #endif /* __PPC_PCI_H */ | ||
diff --git a/include/asm-ppc/pgalloc.h b/include/asm-ppc/pgalloc.h deleted file mode 100644 index fd4d1d74cfb1..000000000000 --- a/include/asm-ppc/pgalloc.h +++ /dev/null | |||
@@ -1,45 +0,0 @@ | |||
1 | #ifdef __KERNEL__ | ||
2 | #ifndef _PPC_PGALLOC_H | ||
3 | #define _PPC_PGALLOC_H | ||
4 | |||
5 | #include <linux/threads.h> | ||
6 | |||
7 | extern void __bad_pte(pmd_t *pmd); | ||
8 | |||
9 | extern pgd_t *pgd_alloc(struct mm_struct *mm); | ||
10 | extern void pgd_free(struct mm_struct *mm, pgd_t *pgd); | ||
11 | |||
12 | /* | ||
13 | * We don't have any real pmd's, and this code never triggers because | ||
14 | * the pgd will always be present.. | ||
15 | */ | ||
16 | #define pmd_alloc_one(mm,address) ({ BUG(); ((pmd_t *)2); }) | ||
17 | #define pmd_free(mm, x) do { } while (0) | ||
18 | #define __pmd_free_tlb(tlb,x) do { } while (0) | ||
19 | #define pgd_populate(mm, pmd, pte) BUG() | ||
20 | |||
21 | #ifndef CONFIG_BOOKE | ||
22 | #define pmd_populate_kernel(mm, pmd, pte) \ | ||
23 | (pmd_val(*(pmd)) = __pa(pte) | _PMD_PRESENT) | ||
24 | #define pmd_populate(mm, pmd, pte) \ | ||
25 | (pmd_val(*(pmd)) = (page_to_pfn(pte) << PAGE_SHIFT) | _PMD_PRESENT) | ||
26 | #define pmd_pgtable(pmd) pmd_page(pmd) | ||
27 | #else | ||
28 | #define pmd_populate_kernel(mm, pmd, pte) \ | ||
29 | (pmd_val(*(pmd)) = (unsigned long)pte | _PMD_PRESENT) | ||
30 | #define pmd_populate(mm, pmd, pte) \ | ||
31 | (pmd_val(*(pmd)) = (unsigned long)lowmem_page_address(pte) | _PMD_PRESENT) | ||
32 | #define pmd_pgtable(pmd) pmd_page(pmd) | ||
33 | #endif | ||
34 | |||
35 | extern pte_t *pte_alloc_one_kernel(struct mm_struct *mm, unsigned long addr); | ||
36 | extern pgtable_t pte_alloc_one(struct mm_struct *mm, unsigned long addr); | ||
37 | extern void pte_free_kernel(struct mm_struct *mm, pte_t *pte); | ||
38 | extern void pte_free(struct mm_struct *mm, pgtable_t pte); | ||
39 | |||
40 | #define __pte_free_tlb(tlb, pte) pte_free((tlb)->mm, (pte)) | ||
41 | |||
42 | #define check_pgt_cache() do { } while (0) | ||
43 | |||
44 | #endif /* _PPC_PGALLOC_H */ | ||
45 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/pgtable.h b/include/asm-ppc/pgtable.h deleted file mode 100644 index 55f9d38e3bf8..000000000000 --- a/include/asm-ppc/pgtable.h +++ /dev/null | |||
@@ -1,771 +0,0 @@ | |||
1 | #ifdef __KERNEL__ | ||
2 | #ifndef _PPC_PGTABLE_H | ||
3 | #define _PPC_PGTABLE_H | ||
4 | |||
5 | #include <asm-generic/4level-fixup.h> | ||
6 | |||
7 | |||
8 | #ifndef __ASSEMBLY__ | ||
9 | #include <linux/sched.h> | ||
10 | #include <linux/threads.h> | ||
11 | #include <asm/processor.h> /* For TASK_SIZE */ | ||
12 | #include <asm/mmu.h> | ||
13 | #include <asm/page.h> | ||
14 | #include <asm/io.h> /* For sub-arch specific PPC_PIN_SIZE */ | ||
15 | struct mm_struct; | ||
16 | |||
17 | extern unsigned long va_to_phys(unsigned long address); | ||
18 | extern pte_t *va_to_pte(unsigned long address); | ||
19 | extern unsigned long ioremap_bot, ioremap_base; | ||
20 | #endif /* __ASSEMBLY__ */ | ||
21 | |||
22 | /* | ||
23 | * The PowerPC MMU uses a hash table containing PTEs, together with | ||
24 | * a set of 16 segment registers (on 32-bit implementations), to define | ||
25 | * the virtual to physical address mapping. | ||
26 | * | ||
27 | * We use the hash table as an extended TLB, i.e. a cache of currently | ||
28 | * active mappings. We maintain a two-level page table tree, much | ||
29 | * like that used by the i386, for the sake of the Linux memory | ||
30 | * management code. Low-level assembler code in hashtable.S | ||
31 | * (procedure hash_page) is responsible for extracting ptes from the | ||
32 | * tree and putting them into the hash table when necessary, and | ||
33 | * updating the accessed and modified bits in the page table tree. | ||
34 | */ | ||
35 | |||
36 | /* | ||
37 | * The PowerPC MPC8xx uses a TLB with hardware assisted, software tablewalk. | ||
38 | * We also use the two level tables, but we can put the real bits in them | ||
39 | * needed for the TLB and tablewalk. These definitions require Mx_CTR.PPM = 0, | ||
40 | * Mx_CTR.PPCS = 0, and MD_CTR.TWAM = 1. The level 2 descriptor has | ||
41 | * additional page protection (when Mx_CTR.PPCS = 1) that allows TLB hit | ||
42 | * based upon user/super access. The TLB does not have accessed nor write | ||
43 | * protect. We assume that if the TLB get loaded with an entry it is | ||
44 | * accessed, and overload the changed bit for write protect. We use | ||
45 | * two bits in the software pte that are supposed to be set to zero in | ||
46 | * the TLB entry (24 and 25) for these indicators. Although the level 1 | ||
47 | * descriptor contains the guarded and writethrough/copyback bits, we can | ||
48 | * set these at the page level since they get copied from the Mx_TWC | ||
49 | * register when the TLB entry is loaded. We will use bit 27 for guard, since | ||
50 | * that is where it exists in the MD_TWC, and bit 26 for writethrough. | ||
51 | * These will get masked from the level 2 descriptor at TLB load time, and | ||
52 | * copied to the MD_TWC before it gets loaded. | ||
53 | * Large page sizes added. We currently support two sizes, 4K and 8M. | ||
54 | * This also allows a TLB hander optimization because we can directly | ||
55 | * load the PMD into MD_TWC. The 8M pages are only used for kernel | ||
56 | * mapping of well known areas. The PMD (PGD) entries contain control | ||
57 | * flags in addition to the address, so care must be taken that the | ||
58 | * software no longer assumes these are only pointers. | ||
59 | */ | ||
60 | |||
61 | /* | ||
62 | * At present, all PowerPC 400-class processors share a similar TLB | ||
63 | * architecture. The instruction and data sides share a unified, | ||
64 | * 64-entry, fully-associative TLB which is maintained totally under | ||
65 | * software control. In addition, the instruction side has a | ||
66 | * hardware-managed, 4-entry, fully-associative TLB which serves as a | ||
67 | * first level to the shared TLB. These two TLBs are known as the UTLB | ||
68 | * and ITLB, respectively (see "mmu.h" for definitions). | ||
69 | */ | ||
70 | |||
71 | /* | ||
72 | * The normal case is that PTEs are 32-bits and we have a 1-page | ||
73 | * 1024-entry pgdir pointing to 1-page 1024-entry PTE pages. -- paulus | ||
74 | * | ||
75 | * For any >32-bit physical address platform, we can use the following | ||
76 | * two level page table layout where the pgdir is 8KB and the MS 13 bits | ||
77 | * are an index to the second level table. The combined pgdir/pmd first | ||
78 | * level has 2048 entries and the second level has 512 64-bit PTE entries. | ||
79 | * -Matt | ||
80 | */ | ||
81 | /* PMD_SHIFT determines the size of the area mapped by the PTE pages */ | ||
82 | #define PMD_SHIFT (PAGE_SHIFT + PTE_SHIFT) | ||
83 | #define PMD_SIZE (1UL << PMD_SHIFT) | ||
84 | #define PMD_MASK (~(PMD_SIZE-1)) | ||
85 | |||
86 | /* PGDIR_SHIFT determines what a top-level page table entry can map */ | ||
87 | #define PGDIR_SHIFT PMD_SHIFT | ||
88 | #define PGDIR_SIZE (1UL << PGDIR_SHIFT) | ||
89 | #define PGDIR_MASK (~(PGDIR_SIZE-1)) | ||
90 | |||
91 | /* | ||
92 | * entries per page directory level: our page-table tree is two-level, so | ||
93 | * we don't really have any PMD directory. | ||
94 | */ | ||
95 | #define PTRS_PER_PTE (1 << PTE_SHIFT) | ||
96 | #define PTRS_PER_PMD 1 | ||
97 | #define PTRS_PER_PGD (1 << (32 - PGDIR_SHIFT)) | ||
98 | |||
99 | #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) | ||
100 | #define FIRST_USER_ADDRESS 0 | ||
101 | |||
102 | #define USER_PGD_PTRS (PAGE_OFFSET >> PGDIR_SHIFT) | ||
103 | #define KERNEL_PGD_PTRS (PTRS_PER_PGD-USER_PGD_PTRS) | ||
104 | |||
105 | #define pte_ERROR(e) \ | ||
106 | printk("%s:%d: bad pte "PTE_FMT".\n", __FILE__, __LINE__, pte_val(e)) | ||
107 | #define pmd_ERROR(e) \ | ||
108 | printk("%s:%d: bad pmd %08lx.\n", __FILE__, __LINE__, pmd_val(e)) | ||
109 | #define pgd_ERROR(e) \ | ||
110 | printk("%s:%d: bad pgd %08lx.\n", __FILE__, __LINE__, pgd_val(e)) | ||
111 | |||
112 | /* | ||
113 | * Just any arbitrary offset to the start of the vmalloc VM area: the | ||
114 | * current 64MB value just means that there will be a 64MB "hole" after the | ||
115 | * physical memory until the kernel virtual memory starts. That means that | ||
116 | * any out-of-bounds memory accesses will hopefully be caught. | ||
117 | * The vmalloc() routines leaves a hole of 4kB between each vmalloced | ||
118 | * area for the same reason. ;) | ||
119 | * | ||
120 | * We no longer map larger than phys RAM with the BATs so we don't have | ||
121 | * to worry about the VMALLOC_OFFSET causing problems. We do have to worry | ||
122 | * about clashes between our early calls to ioremap() that start growing down | ||
123 | * from ioremap_base being run into the VM area allocations (growing upwards | ||
124 | * from VMALLOC_START). For this reason we have ioremap_bot to check when | ||
125 | * we actually run into our mappings setup in the early boot with the VM | ||
126 | * system. This really does become a problem for machines with good amounts | ||
127 | * of RAM. -- Cort | ||
128 | */ | ||
129 | #define VMALLOC_OFFSET (0x1000000) /* 16M */ | ||
130 | #ifdef PPC_PIN_SIZE | ||
131 | #define VMALLOC_START (((_ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) | ||
132 | #else | ||
133 | #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) | ||
134 | #endif | ||
135 | #define VMALLOC_END ioremap_bot | ||
136 | |||
137 | /* | ||
138 | * Bits in a linux-style PTE. These match the bits in the | ||
139 | * (hardware-defined) PowerPC PTE as closely as possible. | ||
140 | */ | ||
141 | |||
142 | #if defined(CONFIG_40x) | ||
143 | |||
144 | /* There are several potential gotchas here. The 40x hardware TLBLO | ||
145 | field looks like this: | ||
146 | |||
147 | 0 1 2 3 4 ... 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | ||
148 | RPN..................... 0 0 EX WR ZSEL....... W I M G | ||
149 | |||
150 | Where possible we make the Linux PTE bits match up with this | ||
151 | |||
152 | - bits 20 and 21 must be cleared, because we use 4k pages (40x can | ||
153 | support down to 1k pages), this is done in the TLBMiss exception | ||
154 | handler. | ||
155 | - We use only zones 0 (for kernel pages) and 1 (for user pages) | ||
156 | of the 16 available. Bit 24-26 of the TLB are cleared in the TLB | ||
157 | miss handler. Bit 27 is PAGE_USER, thus selecting the correct | ||
158 | zone. | ||
159 | - PRESENT *must* be in the bottom two bits because swap cache | ||
160 | entries use the top 30 bits. Because 40x doesn't support SMP | ||
161 | anyway, M is irrelevant so we borrow it for PAGE_PRESENT. Bit 30 | ||
162 | is cleared in the TLB miss handler before the TLB entry is loaded. | ||
163 | - All other bits of the PTE are loaded into TLBLO without | ||
164 | modification, leaving us only the bits 20, 21, 24, 25, 26, 30 for | ||
165 | software PTE bits. We actually use use bits 21, 24, 25, and | ||
166 | 30 respectively for the software bits: ACCESSED, DIRTY, RW, and | ||
167 | PRESENT. | ||
168 | */ | ||
169 | |||
170 | /* Definitions for 40x embedded chips. */ | ||
171 | #define _PAGE_GUARDED 0x001 /* G: page is guarded from prefetch */ | ||
172 | #define _PAGE_FILE 0x001 /* when !present: nonlinear file mapping */ | ||
173 | #define _PAGE_PRESENT 0x002 /* software: PTE contains a translation */ | ||
174 | #define _PAGE_NO_CACHE 0x004 /* I: caching is inhibited */ | ||
175 | #define _PAGE_WRITETHRU 0x008 /* W: caching is write-through */ | ||
176 | #define _PAGE_USER 0x010 /* matches one of the zone permission bits */ | ||
177 | #define _PAGE_RW 0x040 /* software: Writes permitted */ | ||
178 | #define _PAGE_DIRTY 0x080 /* software: dirty page */ | ||
179 | #define _PAGE_HWWRITE 0x100 /* hardware: Dirty & RW, set in exception */ | ||
180 | #define _PAGE_HWEXEC 0x200 /* hardware: EX permission */ | ||
181 | #define _PAGE_ACCESSED 0x400 /* software: R: page referenced */ | ||
182 | |||
183 | #define _PMD_PRESENT 0x400 /* PMD points to page of PTEs */ | ||
184 | #define _PMD_BAD 0x802 | ||
185 | #define _PMD_SIZE 0x0e0 /* size field, != 0 for large-page PMD entry */ | ||
186 | #define _PMD_SIZE_4M 0x0c0 | ||
187 | #define _PMD_SIZE_16M 0x0e0 | ||
188 | #define PMD_PAGE_SIZE(pmdval) (1024 << (((pmdval) & _PMD_SIZE) >> 4)) | ||
189 | |||
190 | #elif defined(CONFIG_44x) | ||
191 | /* | ||
192 | * Definitions for PPC440 | ||
193 | * | ||
194 | * Because of the 3 word TLB entries to support 36-bit addressing, | ||
195 | * the attribute are difficult to map in such a fashion that they | ||
196 | * are easily loaded during exception processing. I decided to | ||
197 | * organize the entry so the ERPN is the only portion in the | ||
198 | * upper word of the PTE and the attribute bits below are packed | ||
199 | * in as sensibly as they can be in the area below a 4KB page size | ||
200 | * oriented RPN. This at least makes it easy to load the RPN and | ||
201 | * ERPN fields in the TLB. -Matt | ||
202 | * | ||
203 | * Note that these bits preclude future use of a page size | ||
204 | * less than 4KB. | ||
205 | * | ||
206 | * | ||
207 | * PPC 440 core has following TLB attribute fields; | ||
208 | * | ||
209 | * TLB1: | ||
210 | * 0 1 2 3 4 ... 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | ||
211 | * RPN................................. - - - - - - ERPN....... | ||
212 | * | ||
213 | * TLB2: | ||
214 | * 0 1 2 3 4 ... 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | ||
215 | * - - - - - - U0 U1 U2 U3 W I M G E - UX UW UR SX SW SR | ||
216 | * | ||
217 | * There are some constrains and options, to decide mapping software bits | ||
218 | * into TLB entry. | ||
219 | * | ||
220 | * - PRESENT *must* be in the bottom three bits because swap cache | ||
221 | * entries use the top 29 bits for TLB2. | ||
222 | * | ||
223 | * - FILE *must* be in the bottom three bits because swap cache | ||
224 | * entries use the top 29 bits for TLB2. | ||
225 | * | ||
226 | * - CACHE COHERENT bit (M) has no effect on PPC440 core, because it | ||
227 | * doesn't support SMP. So we can use this as software bit, like | ||
228 | * DIRTY. | ||
229 | * | ||
230 | * With the PPC 44x Linux implementation, the 0-11th LSBs of the PTE are used | ||
231 | * for memory protection related functions (see PTE structure in | ||
232 | * include/asm-ppc/mmu.h). The _PAGE_XXX definitions in this file map to the | ||
233 | * above bits. Note that the bit values are CPU specific, not architecture | ||
234 | * specific. | ||
235 | * | ||
236 | * The kernel PTE entry holds an arch-dependent swp_entry structure under | ||
237 | * certain situations. In other words, in such situations some portion of | ||
238 | * the PTE bits are used as a swp_entry. In the PPC implementation, the | ||
239 | * 3-24th LSB are shared with swp_entry, however the 0-2nd three LSB still | ||
240 | * hold protection values. That means the three protection bits are | ||
241 | * reserved for both PTE and SWAP entry at the most significant three | ||
242 | * LSBs. | ||
243 | * | ||
244 | * There are three protection bits available for SWAP entry: | ||
245 | * _PAGE_PRESENT | ||
246 | * _PAGE_FILE | ||
247 | * _PAGE_HASHPTE (if HW has) | ||
248 | * | ||
249 | * So those three bits have to be inside of 0-2nd LSB of PTE. | ||
250 | * | ||
251 | */ | ||
252 | |||
253 | #define _PAGE_PRESENT 0x00000001 /* S: PTE valid */ | ||
254 | #define _PAGE_RW 0x00000002 /* S: Write permission */ | ||
255 | #define _PAGE_FILE 0x00000004 /* S: nonlinear file mapping */ | ||
256 | #define _PAGE_ACCESSED 0x00000008 /* S: Page referenced */ | ||
257 | #define _PAGE_HWWRITE 0x00000010 /* H: Dirty & RW */ | ||
258 | #define _PAGE_HWEXEC 0x00000020 /* H: Execute permission */ | ||
259 | #define _PAGE_USER 0x00000040 /* S: User page */ | ||
260 | #define _PAGE_ENDIAN 0x00000080 /* H: E bit */ | ||
261 | #define _PAGE_GUARDED 0x00000100 /* H: G bit */ | ||
262 | #define _PAGE_DIRTY 0x00000200 /* S: Page dirty */ | ||
263 | #define _PAGE_NO_CACHE 0x00000400 /* H: I bit */ | ||
264 | #define _PAGE_WRITETHRU 0x00000800 /* H: W bit */ | ||
265 | |||
266 | /* TODO: Add large page lowmem mapping support */ | ||
267 | #define _PMD_PRESENT 0 | ||
268 | #define _PMD_PRESENT_MASK (PAGE_MASK) | ||
269 | #define _PMD_BAD (~PAGE_MASK) | ||
270 | |||
271 | /* ERPN in a PTE never gets cleared, ignore it */ | ||
272 | #define _PTE_NONE_MASK 0xffffffff00000000ULL | ||
273 | |||
274 | #elif defined(CONFIG_8xx) | ||
275 | /* Definitions for 8xx embedded chips. */ | ||
276 | #define _PAGE_PRESENT 0x0001 /* Page is valid */ | ||
277 | #define _PAGE_FILE 0x0002 /* when !present: nonlinear file mapping */ | ||
278 | #define _PAGE_NO_CACHE 0x0002 /* I: cache inhibit */ | ||
279 | #define _PAGE_SHARED 0x0004 /* No ASID (context) compare */ | ||
280 | |||
281 | /* These five software bits must be masked out when the entry is loaded | ||
282 | * into the TLB. | ||
283 | */ | ||
284 | #define _PAGE_EXEC 0x0008 /* software: i-cache coherency required */ | ||
285 | #define _PAGE_GUARDED 0x0010 /* software: guarded access */ | ||
286 | #define _PAGE_DIRTY 0x0020 /* software: page changed */ | ||
287 | #define _PAGE_RW 0x0040 /* software: user write access allowed */ | ||
288 | #define _PAGE_ACCESSED 0x0080 /* software: page referenced */ | ||
289 | |||
290 | /* Setting any bits in the nibble with the follow two controls will | ||
291 | * require a TLB exception handler change. It is assumed unused bits | ||
292 | * are always zero. | ||
293 | */ | ||
294 | #define _PAGE_HWWRITE 0x0100 /* h/w write enable: never set in Linux PTE */ | ||
295 | #define _PAGE_USER 0x0800 /* One of the PP bits, the other is USER&~RW */ | ||
296 | |||
297 | #define _PMD_PRESENT 0x0001 | ||
298 | #define _PMD_BAD 0x0ff0 | ||
299 | #define _PMD_PAGE_MASK 0x000c | ||
300 | #define _PMD_PAGE_8M 0x000c | ||
301 | |||
302 | #define _PTE_NONE_MASK _PAGE_ACCESSED | ||
303 | |||
304 | #else /* CONFIG_6xx */ | ||
305 | /* Definitions for 60x, 740/750, etc. */ | ||
306 | #define _PAGE_PRESENT 0x001 /* software: pte contains a translation */ | ||
307 | #define _PAGE_HASHPTE 0x002 /* hash_page has made an HPTE for this pte */ | ||
308 | #define _PAGE_FILE 0x004 /* when !present: nonlinear file mapping */ | ||
309 | #define _PAGE_USER 0x004 /* usermode access allowed */ | ||
310 | #define _PAGE_GUARDED 0x008 /* G: prohibit speculative access */ | ||
311 | #define _PAGE_COHERENT 0x010 /* M: enforce memory coherence (SMP systems) */ | ||
312 | #define _PAGE_NO_CACHE 0x020 /* I: cache inhibit */ | ||
313 | #define _PAGE_WRITETHRU 0x040 /* W: cache write-through */ | ||
314 | #define _PAGE_DIRTY 0x080 /* C: page changed */ | ||
315 | #define _PAGE_ACCESSED 0x100 /* R: page referenced */ | ||
316 | #define _PAGE_EXEC 0x200 /* software: i-cache coherency required */ | ||
317 | #define _PAGE_RW 0x400 /* software: user write access allowed */ | ||
318 | |||
319 | #define _PTE_NONE_MASK _PAGE_HASHPTE | ||
320 | |||
321 | #define _PMD_PRESENT 0 | ||
322 | #define _PMD_PRESENT_MASK (PAGE_MASK) | ||
323 | #define _PMD_BAD (~PAGE_MASK) | ||
324 | #endif | ||
325 | |||
326 | /* | ||
327 | * Some bits are only used on some cpu families... | ||
328 | */ | ||
329 | #ifndef _PAGE_HASHPTE | ||
330 | #define _PAGE_HASHPTE 0 | ||
331 | #endif | ||
332 | #ifndef _PTE_NONE_MASK | ||
333 | #define _PTE_NONE_MASK 0 | ||
334 | #endif | ||
335 | #ifndef _PAGE_SHARED | ||
336 | #define _PAGE_SHARED 0 | ||
337 | #endif | ||
338 | #ifndef _PAGE_HWWRITE | ||
339 | #define _PAGE_HWWRITE 0 | ||
340 | #endif | ||
341 | #ifndef _PAGE_HWEXEC | ||
342 | #define _PAGE_HWEXEC 0 | ||
343 | #endif | ||
344 | #ifndef _PAGE_EXEC | ||
345 | #define _PAGE_EXEC 0 | ||
346 | #endif | ||
347 | #ifndef _PMD_PRESENT_MASK | ||
348 | #define _PMD_PRESENT_MASK _PMD_PRESENT | ||
349 | #endif | ||
350 | #ifndef _PMD_SIZE | ||
351 | #define _PMD_SIZE 0 | ||
352 | #define PMD_PAGE_SIZE(pmd) bad_call_to_PMD_PAGE_SIZE() | ||
353 | #endif | ||
354 | |||
355 | #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY) | ||
356 | |||
357 | /* | ||
358 | * Note: the _PAGE_COHERENT bit automatically gets set in the hardware | ||
359 | * PTE if CONFIG_SMP is defined (hash_page does this); there is no need | ||
360 | * to have it in the Linux PTE, and in fact the bit could be reused for | ||
361 | * another purpose. -- paulus. | ||
362 | */ | ||
363 | |||
364 | #ifdef CONFIG_44x | ||
365 | #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_GUARDED) | ||
366 | #else | ||
367 | #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED) | ||
368 | #endif | ||
369 | #define _PAGE_WRENABLE (_PAGE_RW | _PAGE_DIRTY | _PAGE_HWWRITE) | ||
370 | #define _PAGE_KERNEL (_PAGE_BASE | _PAGE_SHARED | _PAGE_WRENABLE) | ||
371 | |||
372 | #ifdef CONFIG_PPC_STD_MMU | ||
373 | /* On standard PPC MMU, no user access implies kernel read/write access, | ||
374 | * so to write-protect kernel memory we must turn on user access */ | ||
375 | #define _PAGE_KERNEL_RO (_PAGE_BASE | _PAGE_SHARED | _PAGE_USER) | ||
376 | #else | ||
377 | #define _PAGE_KERNEL_RO (_PAGE_BASE | _PAGE_SHARED) | ||
378 | #endif | ||
379 | |||
380 | #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED) | ||
381 | #define _PAGE_RAM (_PAGE_KERNEL | _PAGE_HWEXEC) | ||
382 | |||
383 | #if defined(CONFIG_KGDB) || defined(CONFIG_XMON) || defined(CONFIG_BDI_SWITCH) | ||
384 | /* We want the debuggers to be able to set breakpoints anywhere, so | ||
385 | * don't write protect the kernel text */ | ||
386 | #define _PAGE_RAM_TEXT _PAGE_RAM | ||
387 | #else | ||
388 | #define _PAGE_RAM_TEXT (_PAGE_KERNEL_RO | _PAGE_HWEXEC) | ||
389 | #endif | ||
390 | |||
391 | #define PAGE_NONE __pgprot(_PAGE_BASE) | ||
392 | #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER) | ||
393 | #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC) | ||
394 | #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW) | ||
395 | #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC) | ||
396 | #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER) | ||
397 | #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC) | ||
398 | |||
399 | #define PAGE_KERNEL __pgprot(_PAGE_RAM) | ||
400 | #define PAGE_KERNEL_NOCACHE __pgprot(_PAGE_IO) | ||
401 | |||
402 | /* | ||
403 | * The PowerPC can only do execute protection on a segment (256MB) basis, | ||
404 | * not on a page basis. So we consider execute permission the same as read. | ||
405 | * Also, write permissions imply read permissions. | ||
406 | * This is the closest we can get.. | ||
407 | */ | ||
408 | #define __P000 PAGE_NONE | ||
409 | #define __P001 PAGE_READONLY_X | ||
410 | #define __P010 PAGE_COPY | ||
411 | #define __P011 PAGE_COPY_X | ||
412 | #define __P100 PAGE_READONLY | ||
413 | #define __P101 PAGE_READONLY_X | ||
414 | #define __P110 PAGE_COPY | ||
415 | #define __P111 PAGE_COPY_X | ||
416 | |||
417 | #define __S000 PAGE_NONE | ||
418 | #define __S001 PAGE_READONLY_X | ||
419 | #define __S010 PAGE_SHARED | ||
420 | #define __S011 PAGE_SHARED_X | ||
421 | #define __S100 PAGE_READONLY | ||
422 | #define __S101 PAGE_READONLY_X | ||
423 | #define __S110 PAGE_SHARED | ||
424 | #define __S111 PAGE_SHARED_X | ||
425 | |||
426 | #ifndef __ASSEMBLY__ | ||
427 | /* Make sure we get a link error if PMD_PAGE_SIZE is ever called on a | ||
428 | * kernel without large page PMD support */ | ||
429 | extern unsigned long bad_call_to_PMD_PAGE_SIZE(void); | ||
430 | |||
431 | /* | ||
432 | * Conversions between PTE values and page frame numbers. | ||
433 | */ | ||
434 | |||
435 | /* in some case we want to additionaly adjust where the pfn is in the pte to | ||
436 | * allow room for more flags */ | ||
437 | #define PFN_SHIFT_OFFSET (PAGE_SHIFT) | ||
438 | |||
439 | #define pte_pfn(x) (pte_val(x) >> PFN_SHIFT_OFFSET) | ||
440 | #define pte_page(x) pfn_to_page(pte_pfn(x)) | ||
441 | |||
442 | #define pfn_pte(pfn, prot) __pte(((pte_basic_t)(pfn) << PFN_SHIFT_OFFSET) |\ | ||
443 | pgprot_val(prot)) | ||
444 | #define mk_pte(page, prot) pfn_pte(page_to_pfn(page), prot) | ||
445 | |||
446 | /* | ||
447 | * ZERO_PAGE is a global shared page that is always zero: used | ||
448 | * for zero-mapped memory areas etc.. | ||
449 | */ | ||
450 | extern unsigned long empty_zero_page[1024]; | ||
451 | #define ZERO_PAGE(vaddr) (virt_to_page(empty_zero_page)) | ||
452 | |||
453 | #endif /* __ASSEMBLY__ */ | ||
454 | |||
455 | #define pte_none(pte) ((pte_val(pte) & ~_PTE_NONE_MASK) == 0) | ||
456 | #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) | ||
457 | #define pte_clear(mm,addr,ptep) do { set_pte_at((mm), (addr), (ptep), __pte(0)); } while (0) | ||
458 | |||
459 | #define pmd_none(pmd) (!pmd_val(pmd)) | ||
460 | #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD) | ||
461 | #define pmd_present(pmd) (pmd_val(pmd) & _PMD_PRESENT_MASK) | ||
462 | #define pmd_clear(pmdp) do { pmd_val(*(pmdp)) = 0; } while (0) | ||
463 | |||
464 | #ifndef __ASSEMBLY__ | ||
465 | /* | ||
466 | * The "pgd_xxx()" functions here are trivial for a folded two-level | ||
467 | * setup: the pgd is never bad, and a pmd always exists (as it's folded | ||
468 | * into the pgd entry) | ||
469 | */ | ||
470 | static inline int pgd_none(pgd_t pgd) { return 0; } | ||
471 | static inline int pgd_bad(pgd_t pgd) { return 0; } | ||
472 | static inline int pgd_present(pgd_t pgd) { return 1; } | ||
473 | #define pgd_clear(xp) do { } while (0) | ||
474 | |||
475 | #define pgd_page_vaddr(pgd) \ | ||
476 | ((unsigned long) __va(pgd_val(pgd) & PAGE_MASK)) | ||
477 | |||
478 | /* | ||
479 | * The following only work if pte_present() is true. | ||
480 | * Undefined behaviour if not.. | ||
481 | */ | ||
482 | static inline int pte_write(pte_t pte) { return pte_val(pte) & _PAGE_RW; } | ||
483 | static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } | ||
484 | static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } | ||
485 | static inline int pte_file(pte_t pte) { return pte_val(pte) & _PAGE_FILE; } | ||
486 | static inline int pte_special(pte_t pte) { return 0; } | ||
487 | |||
488 | static inline void pte_uncache(pte_t pte) { pte_val(pte) |= _PAGE_NO_CACHE; } | ||
489 | static inline void pte_cache(pte_t pte) { pte_val(pte) &= ~_PAGE_NO_CACHE; } | ||
490 | |||
491 | static inline pte_t pte_wrprotect(pte_t pte) { | ||
492 | pte_val(pte) &= ~(_PAGE_RW | _PAGE_HWWRITE); return pte; } | ||
493 | static inline pte_t pte_mkclean(pte_t pte) { | ||
494 | pte_val(pte) &= ~(_PAGE_DIRTY | _PAGE_HWWRITE); return pte; } | ||
495 | static inline pte_t pte_mkold(pte_t pte) { | ||
496 | pte_val(pte) &= ~_PAGE_ACCESSED; return pte; } | ||
497 | |||
498 | static inline pte_t pte_mkwrite(pte_t pte) { | ||
499 | pte_val(pte) |= _PAGE_RW; return pte; } | ||
500 | static inline pte_t pte_mkdirty(pte_t pte) { | ||
501 | pte_val(pte) |= _PAGE_DIRTY; return pte; } | ||
502 | static inline pte_t pte_mkyoung(pte_t pte) { | ||
503 | pte_val(pte) |= _PAGE_ACCESSED; return pte; } | ||
504 | static inline pte_t pte_mkspecial(pte_t pte) { | ||
505 | return pte; } | ||
506 | |||
507 | static inline pte_t pte_modify(pte_t pte, pgprot_t newprot) | ||
508 | { | ||
509 | pte_val(pte) = (pte_val(pte) & _PAGE_CHG_MASK) | pgprot_val(newprot); | ||
510 | return pte; | ||
511 | } | ||
512 | |||
513 | /* | ||
514 | * When flushing the tlb entry for a page, we also need to flush the hash | ||
515 | * table entry. flush_hash_pages is assembler (for speed) in hashtable.S. | ||
516 | */ | ||
517 | extern int flush_hash_pages(unsigned context, unsigned long va, | ||
518 | unsigned long pmdval, int count); | ||
519 | |||
520 | /* Add an HPTE to the hash table */ | ||
521 | extern void add_hash_page(unsigned context, unsigned long va, | ||
522 | unsigned long pmdval); | ||
523 | |||
524 | /* | ||
525 | * Atomic PTE updates. | ||
526 | * | ||
527 | * pte_update clears and sets bit atomically, and returns | ||
528 | * the old pte value. In the 64-bit PTE case we lock around the | ||
529 | * low PTE word since we expect ALL flag bits to be there | ||
530 | */ | ||
531 | #ifndef CONFIG_PTE_64BIT | ||
532 | static inline unsigned long pte_update(pte_t *p, unsigned long clr, | ||
533 | unsigned long set) | ||
534 | { | ||
535 | unsigned long old, tmp; | ||
536 | |||
537 | __asm__ __volatile__("\ | ||
538 | 1: lwarx %0,0,%3\n\ | ||
539 | andc %1,%0,%4\n\ | ||
540 | or %1,%1,%5\n" | ||
541 | PPC405_ERR77(0,%3) | ||
542 | " stwcx. %1,0,%3\n\ | ||
543 | bne- 1b" | ||
544 | : "=&r" (old), "=&r" (tmp), "=m" (*p) | ||
545 | : "r" (p), "r" (clr), "r" (set), "m" (*p) | ||
546 | : "cc" ); | ||
547 | return old; | ||
548 | } | ||
549 | #else | ||
550 | static inline unsigned long long pte_update(pte_t *p, unsigned long clr, | ||
551 | unsigned long set) | ||
552 | { | ||
553 | unsigned long long old; | ||
554 | unsigned long tmp; | ||
555 | |||
556 | __asm__ __volatile__("\ | ||
557 | 1: lwarx %L0,0,%4\n\ | ||
558 | lwzx %0,0,%3\n\ | ||
559 | andc %1,%L0,%5\n\ | ||
560 | or %1,%1,%6\n" | ||
561 | PPC405_ERR77(0,%3) | ||
562 | " stwcx. %1,0,%4\n\ | ||
563 | bne- 1b" | ||
564 | : "=&r" (old), "=&r" (tmp), "=m" (*p) | ||
565 | : "r" (p), "r" ((unsigned long)(p) + 4), "r" (clr), "r" (set), "m" (*p) | ||
566 | : "cc" ); | ||
567 | return old; | ||
568 | } | ||
569 | #endif | ||
570 | |||
571 | /* | ||
572 | * set_pte stores a linux PTE into the linux page table. | ||
573 | * On machines which use an MMU hash table we avoid changing the | ||
574 | * _PAGE_HASHPTE bit. | ||
575 | */ | ||
576 | static inline void set_pte_at(struct mm_struct *mm, unsigned long addr, | ||
577 | pte_t *ptep, pte_t pte) | ||
578 | { | ||
579 | #if _PAGE_HASHPTE != 0 | ||
580 | pte_update(ptep, ~_PAGE_HASHPTE, pte_val(pte) & ~_PAGE_HASHPTE); | ||
581 | #else | ||
582 | *ptep = pte; | ||
583 | #endif | ||
584 | } | ||
585 | |||
586 | /* | ||
587 | * 2.6 calles this without flushing the TLB entry, this is wrong | ||
588 | * for our hash-based implementation, we fix that up here | ||
589 | */ | ||
590 | #define __HAVE_ARCH_PTEP_TEST_AND_CLEAR_YOUNG | ||
591 | static inline int __ptep_test_and_clear_young(unsigned int context, unsigned long addr, pte_t *ptep) | ||
592 | { | ||
593 | unsigned long old; | ||
594 | old = pte_update(ptep, _PAGE_ACCESSED, 0); | ||
595 | #if _PAGE_HASHPTE != 0 | ||
596 | if (old & _PAGE_HASHPTE) { | ||
597 | unsigned long ptephys = __pa(ptep) & PAGE_MASK; | ||
598 | flush_hash_pages(context, addr, ptephys, 1); | ||
599 | } | ||
600 | #endif | ||
601 | return (old & _PAGE_ACCESSED) != 0; | ||
602 | } | ||
603 | #define ptep_test_and_clear_young(__vma, __addr, __ptep) \ | ||
604 | __ptep_test_and_clear_young((__vma)->vm_mm->context.id, __addr, __ptep) | ||
605 | |||
606 | #define __HAVE_ARCH_PTEP_GET_AND_CLEAR | ||
607 | static inline pte_t ptep_get_and_clear(struct mm_struct *mm, unsigned long addr, | ||
608 | pte_t *ptep) | ||
609 | { | ||
610 | return __pte(pte_update(ptep, ~_PAGE_HASHPTE, 0)); | ||
611 | } | ||
612 | |||
613 | #define __HAVE_ARCH_PTEP_SET_WRPROTECT | ||
614 | static inline void ptep_set_wrprotect(struct mm_struct *mm, unsigned long addr, | ||
615 | pte_t *ptep) | ||
616 | { | ||
617 | pte_update(ptep, (_PAGE_RW | _PAGE_HWWRITE), 0); | ||
618 | } | ||
619 | |||
620 | #define __HAVE_ARCH_PTEP_SET_ACCESS_FLAGS | ||
621 | static inline void __ptep_set_access_flags(pte_t *ptep, pte_t entry, int dirty) | ||
622 | { | ||
623 | unsigned long bits = pte_val(entry) & | ||
624 | (_PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_RW); | ||
625 | pte_update(ptep, 0, bits); | ||
626 | } | ||
627 | |||
628 | #define ptep_set_access_flags(__vma, __address, __ptep, __entry, __dirty) \ | ||
629 | ({ \ | ||
630 | int __changed = !pte_same(*(__ptep), __entry); \ | ||
631 | if (__changed) { \ | ||
632 | __ptep_set_access_flags(__ptep, __entry, __dirty); \ | ||
633 | flush_tlb_page_nohash(__vma, __address); \ | ||
634 | } \ | ||
635 | __changed; \ | ||
636 | }) | ||
637 | |||
638 | /* | ||
639 | * Macro to mark a page protection value as "uncacheable". | ||
640 | */ | ||
641 | #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | _PAGE_NO_CACHE | _PAGE_GUARDED)) | ||
642 | |||
643 | struct file; | ||
644 | extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, | ||
645 | unsigned long size, pgprot_t vma_prot); | ||
646 | #define __HAVE_PHYS_MEM_ACCESS_PROT | ||
647 | |||
648 | #define __HAVE_ARCH_PTE_SAME | ||
649 | #define pte_same(A,B) (((pte_val(A) ^ pte_val(B)) & ~_PAGE_HASHPTE) == 0) | ||
650 | |||
651 | /* | ||
652 | * Note that on Book E processors, the pmd contains the kernel virtual | ||
653 | * (lowmem) address of the pte page. The physical address is less useful | ||
654 | * because everything runs with translation enabled (even the TLB miss | ||
655 | * handler). On everything else the pmd contains the physical address | ||
656 | * of the pte page. -- paulus | ||
657 | */ | ||
658 | #ifndef CONFIG_BOOKE | ||
659 | #define pmd_page_vaddr(pmd) \ | ||
660 | ((unsigned long) __va(pmd_val(pmd) & PAGE_MASK)) | ||
661 | #define pmd_page(pmd) \ | ||
662 | (mem_map + (pmd_val(pmd) >> PAGE_SHIFT)) | ||
663 | #else | ||
664 | #define pmd_page_vaddr(pmd) \ | ||
665 | ((unsigned long) (pmd_val(pmd) & PAGE_MASK)) | ||
666 | #define pmd_page(pmd) \ | ||
667 | (mem_map + (__pa(pmd_val(pmd)) >> PAGE_SHIFT)) | ||
668 | #endif | ||
669 | |||
670 | /* to find an entry in a kernel page-table-directory */ | ||
671 | #define pgd_offset_k(address) pgd_offset(&init_mm, address) | ||
672 | |||
673 | /* to find an entry in a page-table-directory */ | ||
674 | #define pgd_index(address) ((address) >> PGDIR_SHIFT) | ||
675 | #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) | ||
676 | |||
677 | /* Find an entry in the second-level page table.. */ | ||
678 | static inline pmd_t * pmd_offset(pgd_t * dir, unsigned long address) | ||
679 | { | ||
680 | return (pmd_t *) dir; | ||
681 | } | ||
682 | |||
683 | /* Find an entry in the third-level page table.. */ | ||
684 | #define pte_index(address) \ | ||
685 | (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) | ||
686 | #define pte_offset_kernel(dir, addr) \ | ||
687 | ((pte_t *) pmd_page_vaddr(*(dir)) + pte_index(addr)) | ||
688 | #define pte_offset_map(dir, addr) \ | ||
689 | ((pte_t *) kmap_atomic(pmd_page(*(dir)), KM_PTE0) + pte_index(addr)) | ||
690 | #define pte_offset_map_nested(dir, addr) \ | ||
691 | ((pte_t *) kmap_atomic(pmd_page(*(dir)), KM_PTE1) + pte_index(addr)) | ||
692 | |||
693 | #define pte_unmap(pte) kunmap_atomic(pte, KM_PTE0) | ||
694 | #define pte_unmap_nested(pte) kunmap_atomic(pte, KM_PTE1) | ||
695 | |||
696 | extern pgd_t swapper_pg_dir[PTRS_PER_PGD]; | ||
697 | |||
698 | extern void paging_init(void); | ||
699 | |||
700 | /* | ||
701 | * Encode and decode a swap entry. | ||
702 | * Note that the bits we use in a PTE for representing a swap entry | ||
703 | * must not include the _PAGE_PRESENT bit, the _PAGE_FILE bit, or the | ||
704 | *_PAGE_HASHPTE bit (if used). -- paulus | ||
705 | */ | ||
706 | #define __swp_type(entry) ((entry).val & 0x1f) | ||
707 | #define __swp_offset(entry) ((entry).val >> 5) | ||
708 | #define __swp_entry(type, offset) ((swp_entry_t) { (type) | ((offset) << 5) }) | ||
709 | #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) >> 3 }) | ||
710 | #define __swp_entry_to_pte(x) ((pte_t) { (x).val << 3 }) | ||
711 | |||
712 | /* Encode and decode a nonlinear file mapping entry */ | ||
713 | #define PTE_FILE_MAX_BITS 29 | ||
714 | #define pte_to_pgoff(pte) (pte_val(pte) >> 3) | ||
715 | #define pgoff_to_pte(off) ((pte_t) { ((off) << 3) | _PAGE_FILE }) | ||
716 | |||
717 | /* Values for nocacheflag and cmode */ | ||
718 | /* These are not used by the APUS kernel_map, but prevents | ||
719 | compilation errors. */ | ||
720 | #define KERNELMAP_FULL_CACHING 0 | ||
721 | #define KERNELMAP_NOCACHE_SER 1 | ||
722 | #define KERNELMAP_NOCACHE_NONSER 2 | ||
723 | #define KERNELMAP_NO_COPYBACK 3 | ||
724 | |||
725 | /* | ||
726 | * Map some physical address range into the kernel address space. | ||
727 | */ | ||
728 | extern unsigned long kernel_map(unsigned long paddr, unsigned long size, | ||
729 | int nocacheflag, unsigned long *memavailp ); | ||
730 | |||
731 | /* | ||
732 | * Set cache mode of (kernel space) address range. | ||
733 | */ | ||
734 | extern void kernel_set_cachemode (unsigned long address, unsigned long size, | ||
735 | unsigned int cmode); | ||
736 | |||
737 | /* Needs to be defined here and not in linux/mm.h, as it is arch dependent */ | ||
738 | #define kern_addr_valid(addr) (1) | ||
739 | |||
740 | #ifdef CONFIG_PHYS_64BIT | ||
741 | extern int remap_pfn_range(struct vm_area_struct *vma, unsigned long from, | ||
742 | unsigned long paddr, unsigned long size, pgprot_t prot); | ||
743 | |||
744 | static inline int io_remap_pfn_range(struct vm_area_struct *vma, | ||
745 | unsigned long vaddr, | ||
746 | unsigned long pfn, | ||
747 | unsigned long size, | ||
748 | pgprot_t prot) | ||
749 | { | ||
750 | phys_addr_t paddr64 = fixup_bigphys_addr(pfn << PAGE_SHIFT, size); | ||
751 | return remap_pfn_range(vma, vaddr, paddr64 >> PAGE_SHIFT, size, prot); | ||
752 | } | ||
753 | #else | ||
754 | #define io_remap_pfn_range(vma, vaddr, pfn, size, prot) \ | ||
755 | remap_pfn_range(vma, vaddr, pfn, size, prot) | ||
756 | #endif | ||
757 | |||
758 | /* | ||
759 | * No page table caches to initialise | ||
760 | */ | ||
761 | #define pgtable_cache_init() do { } while (0) | ||
762 | |||
763 | extern int get_pteptr(struct mm_struct *mm, unsigned long addr, pte_t **ptep, | ||
764 | pmd_t **pmdp); | ||
765 | |||
766 | #include <asm-generic/pgtable.h> | ||
767 | |||
768 | #endif /* !__ASSEMBLY__ */ | ||
769 | |||
770 | #endif /* _PPC_PGTABLE_H */ | ||
771 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/pnp.h b/include/asm-ppc/pnp.h deleted file mode 100644 index 6f6760b30dd8..000000000000 --- a/include/asm-ppc/pnp.h +++ /dev/null | |||
@@ -1,645 +0,0 @@ | |||
1 | #ifdef __KERNEL__ | ||
2 | /* 11/02/95 */ | ||
3 | /*----------------------------------------------------------------------------*/ | ||
4 | /* Plug and Play header definitions */ | ||
5 | /*----------------------------------------------------------------------------*/ | ||
6 | |||
7 | /* Structure map for PnP on PowerPC Reference Platform */ | ||
8 | /* See Plug and Play ISA Specification, Version 1.0, May 28, 1993. It */ | ||
9 | /* (or later versions) is available on Compuserve in the PLUGPLAY area. */ | ||
10 | /* This code has extensions to that specification, namely new short and */ | ||
11 | /* long tag types for platform dependent information */ | ||
12 | |||
13 | /* Warning: LE notation used throughout this file */ | ||
14 | |||
15 | /* For enum's: if given in hex then they are bit significant, i.e. */ | ||
16 | /* only one bit is on for each enum */ | ||
17 | |||
18 | #ifndef _PNP_ | ||
19 | #define _PNP_ | ||
20 | |||
21 | #ifndef __ASSEMBLY__ | ||
22 | #define MAX_MEM_REGISTERS 9 | ||
23 | #define MAX_IO_PORTS 20 | ||
24 | #define MAX_IRQS 7 | ||
25 | /*#define MAX_DMA_CHANNELS 7*/ | ||
26 | |||
27 | /* Interrupt controllers */ | ||
28 | |||
29 | #define PNPinterrupt0 "PNP0000" /* AT Interrupt Controller */ | ||
30 | #define PNPinterrupt1 "PNP0001" /* EISA Interrupt Controller */ | ||
31 | #define PNPinterrupt2 "PNP0002" /* MCA Interrupt Controller */ | ||
32 | #define PNPinterrupt3 "PNP0003" /* APIC */ | ||
33 | #define PNPExtInt "IBM000D" /* PowerPC Extended Interrupt Controller */ | ||
34 | |||
35 | /* Timers */ | ||
36 | |||
37 | #define PNPtimer0 "PNP0100" /* AT Timer */ | ||
38 | #define PNPtimer1 "PNP0101" /* EISA Timer */ | ||
39 | #define PNPtimer2 "PNP0102" /* MCA Timer */ | ||
40 | |||
41 | /* DMA controllers */ | ||
42 | |||
43 | #define PNPdma0 "PNP0200" /* AT DMA Controller */ | ||
44 | #define PNPdma1 "PNP0201" /* EISA DMA Controller */ | ||
45 | #define PNPdma2 "PNP0202" /* MCA DMA Controller */ | ||
46 | |||
47 | /* start of August 15, 1994 additions */ | ||
48 | /* CMOS */ | ||
49 | #define PNPCMOS "IBM0009" /* CMOS */ | ||
50 | |||
51 | /* L2 Cache */ | ||
52 | #define PNPL2 "IBM0007" /* L2 Cache */ | ||
53 | |||
54 | /* NVRAM */ | ||
55 | #define PNPNVRAM "IBM0008" /* NVRAM */ | ||
56 | |||
57 | /* Power Management */ | ||
58 | #define PNPPM "IBM0005" /* Power Management */ | ||
59 | /* end of August 15, 1994 additions */ | ||
60 | |||
61 | /* Keyboards */ | ||
62 | |||
63 | #define PNPkeyboard0 "PNP0300" /* IBM PC/XT KB Cntlr (83 key, no mouse) */ | ||
64 | #define PNPkeyboard1 "PNP0301" /* Olivetti ICO (102 key) */ | ||
65 | #define PNPkeyboard2 "PNP0302" /* IBM PC/AT KB Cntlr (84 key) */ | ||
66 | #define PNPkeyboard3 "PNP0303" /* IBM Enhanced (101/2 key, PS/2 mouse) */ | ||
67 | #define PNPkeyboard4 "PNP0304" /* Nokia 1050 KB Cntlr */ | ||
68 | #define PNPkeyboard5 "PNP0305" /* Nokia 9140 KB Cntlr */ | ||
69 | #define PNPkeyboard6 "PNP0306" /* Standard Japanese KB Cntlr */ | ||
70 | #define PNPkeyboard7 "PNP0307" /* Microsoft Windows (R) KB Cntlr */ | ||
71 | |||
72 | /* Parallel port controllers */ | ||
73 | |||
74 | #define PNPparallel0 "PNP0400" /* Standard LPT Parallel Port */ | ||
75 | #define PNPparallel1 "PNP0401" /* ECP Parallel Port */ | ||
76 | #define PNPepp "IBM001C" /* EPP Parallel Port */ | ||
77 | |||
78 | /* Serial port controllers */ | ||
79 | |||
80 | #define PNPserial0 "PNP0500" /* Standard PC Serial port */ | ||
81 | #define PNPSerial1 "PNP0501" /* 16550A Compatible Serial port */ | ||
82 | |||
83 | /* Disk controllers */ | ||
84 | |||
85 | #define PNPdisk0 "PNP0600" /* Generic ESDI/IDE/ATA Compat HD Cntlr */ | ||
86 | #define PNPdisk1 "PNP0601" /* Plus Hardcard II */ | ||
87 | #define PNPdisk2 "PNP0602" /* Plus Hardcard IIXL/EZ */ | ||
88 | |||
89 | /* Diskette controllers */ | ||
90 | |||
91 | #define PNPdiskette0 "PNP0700" /* PC Standard Floppy Disk Controller */ | ||
92 | |||
93 | /* Display controllers */ | ||
94 | |||
95 | #define PNPdisplay0 "PNP0900" /* VGA Compatible */ | ||
96 | #define PNPdisplay1 "PNP0901" /* Video Seven VGA */ | ||
97 | #define PNPdisplay2 "PNP0902" /* 8514/A Compatible */ | ||
98 | #define PNPdisplay3 "PNP0903" /* Trident VGA */ | ||
99 | #define PNPdisplay4 "PNP0904" /* Cirrus Logic Laptop VGA */ | ||
100 | #define PNPdisplay5 "PNP0905" /* Cirrus Logic VGA */ | ||
101 | #define PNPdisplay6 "PNP0906" /* Tseng ET4000 or ET4000/W32 */ | ||
102 | #define PNPdisplay7 "PNP0907" /* Western Digital VGA */ | ||
103 | #define PNPdisplay8 "PNP0908" /* Western Digital Laptop VGA */ | ||
104 | #define PNPdisplay9 "PNP0909" /* S3 */ | ||
105 | #define PNPdisplayA "PNP090A" /* ATI Ultra Pro/Plus (Mach 32) */ | ||
106 | #define PNPdisplayB "PNP090B" /* ATI Ultra (Mach 8) */ | ||
107 | #define PNPdisplayC "PNP090C" /* XGA Compatible */ | ||
108 | #define PNPdisplayD "PNP090D" /* ATI VGA Wonder */ | ||
109 | #define PNPdisplayE "PNP090E" /* Weitek P9000 Graphics Adapter */ | ||
110 | #define PNPdisplayF "PNP090F" /* Oak Technology VGA */ | ||
111 | |||
112 | /* Peripheral busses */ | ||
113 | |||
114 | #define PNPbuses0 "PNP0A00" /* ISA Bus */ | ||
115 | #define PNPbuses1 "PNP0A01" /* EISA Bus */ | ||
116 | #define PNPbuses2 "PNP0A02" /* MCA Bus */ | ||
117 | #define PNPbuses3 "PNP0A03" /* PCI Bus */ | ||
118 | #define PNPbuses4 "PNP0A04" /* VESA/VL Bus */ | ||
119 | |||
120 | /* RTC, BIOS, planar devices */ | ||
121 | |||
122 | #define PNPspeaker0 "PNP0800" /* AT Style Speaker Sound */ | ||
123 | #define PNPrtc0 "PNP0B00" /* AT RTC */ | ||
124 | #define PNPpnpbios0 "PNP0C00" /* PNP BIOS (only created by root enum) */ | ||
125 | #define PNPpnpbios1 "PNP0C01" /* System Board Memory Device */ | ||
126 | #define PNPpnpbios2 "PNP0C02" /* Math Coprocessor */ | ||
127 | #define PNPpnpbios3 "PNP0C03" /* PNP BIOS Event Notification Interrupt */ | ||
128 | |||
129 | /* PCMCIA controller */ | ||
130 | |||
131 | #define PNPpcmcia0 "PNP0E00" /* Intel 82365 Compatible PCMCIA Cntlr */ | ||
132 | |||
133 | /* Mice */ | ||
134 | |||
135 | #define PNPmouse0 "PNP0F00" /* Microsoft Bus Mouse */ | ||
136 | #define PNPmouse1 "PNP0F01" /* Microsoft Serial Mouse */ | ||
137 | #define PNPmouse2 "PNP0F02" /* Microsoft Inport Mouse */ | ||
138 | #define PNPmouse3 "PNP0F03" /* Microsoft PS/2 Mouse */ | ||
139 | #define PNPmouse4 "PNP0F04" /* Mousesystems Mouse */ | ||
140 | #define PNPmouse5 "PNP0F05" /* Mousesystems 3 Button Mouse - COM2 */ | ||
141 | #define PNPmouse6 "PNP0F06" /* Genius Mouse - COM1 */ | ||
142 | #define PNPmouse7 "PNP0F07" /* Genius Mouse - COM2 */ | ||
143 | #define PNPmouse8 "PNP0F08" /* Logitech Serial Mouse */ | ||
144 | #define PNPmouse9 "PNP0F09" /* Microsoft Ballpoint Serial Mouse */ | ||
145 | #define PNPmouseA "PNP0F0A" /* Microsoft PNP Mouse */ | ||
146 | #define PNPmouseB "PNP0F0B" /* Microsoft PNP Ballpoint Mouse */ | ||
147 | |||
148 | /* Modems */ | ||
149 | |||
150 | #define PNPmodem0 "PNP9000" /* Specific IDs TBD */ | ||
151 | |||
152 | /* Network controllers */ | ||
153 | |||
154 | #define PNPnetworkC9 "PNP80C9" /* IBM Token Ring */ | ||
155 | #define PNPnetworkCA "PNP80CA" /* IBM Token Ring II */ | ||
156 | #define PNPnetworkCB "PNP80CB" /* IBM Token Ring II/Short */ | ||
157 | #define PNPnetworkCC "PNP80CC" /* IBM Token Ring 4/16Mbs */ | ||
158 | #define PNPnetwork27 "PNP8327" /* IBM Token Ring (All types) */ | ||
159 | #define PNPnetworket "IBM0010" /* IBM Ethernet used by Power PC */ | ||
160 | #define PNPneteisaet "IBM2001" /* IBM Ethernet EISA adapter */ | ||
161 | #define PNPAMD79C970 "IBM0016" /* AMD 79C970 (PCI Ethernet) */ | ||
162 | |||
163 | /* SCSI controllers */ | ||
164 | |||
165 | #define PNPscsi0 "PNPA000" /* Adaptec 154x Compatible SCSI Cntlr */ | ||
166 | #define PNPscsi1 "PNPA001" /* Adaptec 174x Compatible SCSI Cntlr */ | ||
167 | #define PNPscsi2 "PNPA002" /* Future Domain 16-700 Compat SCSI Cntlr*/ | ||
168 | #define PNPscsi3 "PNPA003" /* Panasonic CDROM Adapter (SBPro/SB16) */ | ||
169 | #define PNPscsiF "IBM000F" /* NCR 810 SCSI Controller */ | ||
170 | #define PNPscsi825 "IBM001B" /* NCR 825 SCSI Controller */ | ||
171 | #define PNPscsi875 "IBM0018" /* NCR 875 SCSI Controller */ | ||
172 | |||
173 | /* Sound/Video, Multimedia */ | ||
174 | |||
175 | #define PNPmm0 "PNPB000" /* Sound Blaster Compatible Sound Device */ | ||
176 | #define PNPmm1 "PNPB001" /* MS Windows Sound System Compat Device */ | ||
177 | #define PNPmmF "IBM000E" /* Crystal CS4231 Audio Device */ | ||
178 | #define PNPv7310 "IBM0015" /* ASCII V7310 Video Capture Device */ | ||
179 | #define PNPmm4232 "IBM0017" /* Crystal CS4232 Audio Device */ | ||
180 | #define PNPpmsyn "IBM001D" /* YMF 289B chip (Yamaha) */ | ||
181 | #define PNPgp4232 "IBM0012" /* Crystal CS4232 Game Port */ | ||
182 | #define PNPmidi4232 "IBM0013" /* Crystal CS4232 MIDI */ | ||
183 | |||
184 | /* Operator Panel */ | ||
185 | #define PNPopctl "IBM000B" /* Operator's panel */ | ||
186 | |||
187 | /* Service Processor */ | ||
188 | #define PNPsp "IBM0011" /* IBM Service Processor */ | ||
189 | #define PNPLTsp "IBM001E" /* Lightning/Terlingua Support Processor */ | ||
190 | #define PNPLTmsp "IBM001F" /* Lightning/Terlingua Mini-SP */ | ||
191 | |||
192 | /* Memory Controller */ | ||
193 | #define PNPmemctl "IBM000A" /* Memory controller */ | ||
194 | |||
195 | /* Graphics Assist */ | ||
196 | #define PNPg_assist "IBM0014" /* Graphics Assist */ | ||
197 | |||
198 | /* Miscellaneous Device Controllers */ | ||
199 | #define PNPtablet "IBM0019" /* IBM Tablet Controller */ | ||
200 | |||
201 | /* PNP Packet Handles */ | ||
202 | |||
203 | #define S1_Packet 0x0A /* Version resource */ | ||
204 | #define S2_Packet 0x15 /* Logical DEVID (without flags) */ | ||
205 | #define S2_Packet_flags 0x16 /* Logical DEVID (with flags) */ | ||
206 | #define S3_Packet 0x1C /* Compatible device ID */ | ||
207 | #define S4_Packet 0x22 /* IRQ resource (without flags) */ | ||
208 | #define S4_Packet_flags 0x23 /* IRQ resource (with flags) */ | ||
209 | #define S5_Packet 0x2A /* DMA resource */ | ||
210 | #define S6_Packet 0x30 /* Depend funct start (w/o priority) */ | ||
211 | #define S6_Packet_priority 0x31 /* Depend funct start (w/ priority) */ | ||
212 | #define S7_Packet 0x38 /* Depend funct end */ | ||
213 | #define S8_Packet 0x47 /* I/O port resource (w/o fixed loc) */ | ||
214 | #define S9_Packet_fixed 0x4B /* I/O port resource (w/ fixed loc) */ | ||
215 | #define S14_Packet 0x71 /* Vendor defined */ | ||
216 | #define S15_Packet 0x78 /* End of resource (w/o checksum) */ | ||
217 | #define S15_Packet_checksum 0x79 /* End of resource (w/ checksum) */ | ||
218 | #define L1_Packet 0x81 /* Memory range */ | ||
219 | #define L1_Shadow 0x20 /* Memory is shadowable */ | ||
220 | #define L1_32bit_mem 0x18 /* 32-bit memory only */ | ||
221 | #define L1_8_16bit_mem 0x10 /* 8- and 16-bit supported */ | ||
222 | #define L1_Decode_Hi 0x04 /* decode supports high address */ | ||
223 | #define L1_Cache 0x02 /* read cacheable, write-through */ | ||
224 | #define L1_Writeable 0x01 /* Memory is writeable */ | ||
225 | #define L2_Packet 0x82 /* ANSI ID string */ | ||
226 | #define L3_Packet 0x83 /* Unicode ID string */ | ||
227 | #define L4_Packet 0x84 /* Vendor defined */ | ||
228 | #define L5_Packet 0x85 /* Large I/O */ | ||
229 | #define L6_Packet 0x86 /* 32-bit Fixed Loc Mem Range Desc */ | ||
230 | #define END_TAG 0x78 /* End of resource */ | ||
231 | #define DF_START_TAG 0x30 /* Dependent function start */ | ||
232 | #define DF_START_TAG_priority 0x31 /* Dependent function start */ | ||
233 | #define DF_END_TAG 0x38 /* Dependent function end */ | ||
234 | #define SUBOPTIMAL_CONFIGURATION 0x2 /* Priority byte sub optimal config */ | ||
235 | |||
236 | /* Device Base Type Codes */ | ||
237 | |||
238 | typedef enum _PnP_BASE_TYPE { | ||
239 | Reserved = 0, | ||
240 | MassStorageDevice = 1, | ||
241 | NetworkInterfaceController = 2, | ||
242 | DisplayController = 3, | ||
243 | MultimediaController = 4, | ||
244 | MemoryController = 5, | ||
245 | BridgeController = 6, | ||
246 | CommunicationsDevice = 7, | ||
247 | SystemPeripheral = 8, | ||
248 | InputDevice = 9, | ||
249 | ServiceProcessor = 0x0A, /* 11/2/95 */ | ||
250 | } PnP_BASE_TYPE; | ||
251 | |||
252 | /* Device Sub Type Codes */ | ||
253 | |||
254 | typedef enum _PnP_SUB_TYPE { | ||
255 | SCSIController = 0, | ||
256 | IDEController = 1, | ||
257 | FloppyController = 2, | ||
258 | IPIController = 3, | ||
259 | OtherMassStorageController = 0x80, | ||
260 | |||
261 | EthernetController = 0, | ||
262 | TokenRingController = 1, | ||
263 | FDDIController = 2, | ||
264 | OtherNetworkController = 0x80, | ||
265 | |||
266 | VGAController= 0, | ||
267 | SVGAController= 1, | ||
268 | XGAController= 2, | ||
269 | OtherDisplayController = 0x80, | ||
270 | |||
271 | VideoController = 0, | ||
272 | AudioController = 1, | ||
273 | OtherMultimediaController = 0x80, | ||
274 | |||
275 | RAM = 0, | ||
276 | FLASH = 1, | ||
277 | OtherMemoryDevice = 0x80, | ||
278 | |||
279 | HostProcessorBridge = 0, | ||
280 | ISABridge = 1, | ||
281 | EISABridge = 2, | ||
282 | MicroChannelBridge = 3, | ||
283 | PCIBridge = 4, | ||
284 | PCMCIABridge = 5, | ||
285 | VMEBridge = 6, | ||
286 | OtherBridgeDevice = 0x80, | ||
287 | |||
288 | RS232Device = 0, | ||
289 | ATCompatibleParallelPort = 1, | ||
290 | OtherCommunicationsDevice = 0x80, | ||
291 | |||
292 | ProgrammableInterruptController = 0, | ||
293 | DMAController = 1, | ||
294 | SystemTimer = 2, | ||
295 | RealTimeClock = 3, | ||
296 | L2Cache = 4, | ||
297 | NVRAM = 5, | ||
298 | PowerManagement = 6, | ||
299 | CMOS = 7, | ||
300 | OperatorPanel = 8, | ||
301 | ServiceProcessorClass1 = 9, | ||
302 | ServiceProcessorClass2 = 0xA, | ||
303 | ServiceProcessorClass3 = 0xB, | ||
304 | GraphicAssist = 0xC, | ||
305 | SystemPlanar = 0xF, /* 10/5/95 */ | ||
306 | OtherSystemPeripheral = 0x80, | ||
307 | |||
308 | KeyboardController = 0, | ||
309 | Digitizer = 1, | ||
310 | MouseController = 2, | ||
311 | TabletController = 3, /* 10/27/95 */ | ||
312 | OtherInputController = 0x80, | ||
313 | |||
314 | GeneralMemoryController = 0, | ||
315 | } PnP_SUB_TYPE; | ||
316 | |||
317 | /* Device Interface Type Codes */ | ||
318 | |||
319 | typedef enum _PnP_INTERFACE { | ||
320 | General = 0, | ||
321 | GeneralSCSI = 0, | ||
322 | GeneralIDE = 0, | ||
323 | ATACompatible = 1, | ||
324 | |||
325 | GeneralFloppy = 0, | ||
326 | Compatible765 = 1, | ||
327 | NS398_Floppy = 2, /* NS Super I/O wired to use index | ||
328 | register at port 398 and data | ||
329 | register at port 399 */ | ||
330 | NS26E_Floppy = 3, /* Ports 26E and 26F */ | ||
331 | NS15C_Floppy = 4, /* Ports 15C and 15D */ | ||
332 | NS2E_Floppy = 5, /* Ports 2E and 2F */ | ||
333 | CHRP_Floppy = 6, /* CHRP Floppy in PR*P system */ | ||
334 | |||
335 | GeneralIPI = 0, | ||
336 | |||
337 | GeneralEther = 0, | ||
338 | GeneralToken = 0, | ||
339 | GeneralFDDI = 0, | ||
340 | |||
341 | GeneralVGA = 0, | ||
342 | GeneralSVGA = 0, | ||
343 | GeneralXGA = 0, | ||
344 | |||
345 | GeneralVideo = 0, | ||
346 | GeneralAudio = 0, | ||
347 | CS4232Audio = 1, /* CS 4232 Plug 'n Play Configured */ | ||
348 | |||
349 | GeneralRAM = 0, | ||
350 | GeneralFLASH = 0, | ||
351 | PCIMemoryController = 0, /* PCI Config Method */ | ||
352 | RS6KMemoryController = 1, /* RS6K Config Method */ | ||
353 | |||
354 | GeneralHostBridge = 0, | ||
355 | GeneralISABridge = 0, | ||
356 | GeneralEISABridge = 0, | ||
357 | GeneralMCABridge = 0, | ||
358 | GeneralPCIBridge = 0, | ||
359 | PCIBridgeDirect = 0, | ||
360 | PCIBridgeIndirect = 1, | ||
361 | PCIBridgeRS6K = 2, | ||
362 | GeneralPCMCIABridge = 0, | ||
363 | GeneralVMEBridge = 0, | ||
364 | |||
365 | GeneralRS232 = 0, | ||
366 | COMx = 1, | ||
367 | Compatible16450 = 2, | ||
368 | Compatible16550 = 3, | ||
369 | NS398SerPort = 4, /* NS Super I/O wired to use index | ||
370 | register at port 398 and data | ||
371 | register at port 399 */ | ||
372 | NS26ESerPort = 5, /* Ports 26E and 26F */ | ||
373 | NS15CSerPort = 6, /* Ports 15C and 15D */ | ||
374 | NS2ESerPort = 7, /* Ports 2E and 2F */ | ||
375 | |||
376 | GeneralParPort = 0, | ||
377 | LPTx = 1, | ||
378 | NS398ParPort = 2, /* NS Super I/O wired to use index | ||
379 | register at port 398 and data | ||
380 | register at port 399 */ | ||
381 | NS26EParPort = 3, /* Ports 26E and 26F */ | ||
382 | NS15CParPort = 4, /* Ports 15C and 15D */ | ||
383 | NS2EParPort = 5, /* Ports 2E and 2F */ | ||
384 | |||
385 | GeneralPIC = 0, | ||
386 | ISA_PIC = 1, | ||
387 | EISA_PIC = 2, | ||
388 | MPIC = 3, | ||
389 | RS6K_PIC = 4, | ||
390 | |||
391 | GeneralDMA = 0, | ||
392 | ISA_DMA = 1, | ||
393 | EISA_DMA = 2, | ||
394 | |||
395 | GeneralTimer = 0, | ||
396 | ISA_Timer = 1, | ||
397 | EISA_Timer = 2, | ||
398 | GeneralRTC = 0, | ||
399 | ISA_RTC = 1, | ||
400 | |||
401 | StoreThruOnly = 1, | ||
402 | StoreInEnabled = 2, | ||
403 | RS6KL2Cache = 3, | ||
404 | |||
405 | IndirectNVRAM = 0, /* Indirectly addressed */ | ||
406 | DirectNVRAM = 1, /* Memory Mapped */ | ||
407 | IndirectNVRAM24 = 2, /* Indirectly addressed - 24 bit */ | ||
408 | |||
409 | GeneralPowerManagement = 0, | ||
410 | EPOWPowerManagement = 1, | ||
411 | PowerControl = 2, // d1378 | ||
412 | |||
413 | GeneralCMOS = 0, | ||
414 | |||
415 | GeneralOPPanel = 0, | ||
416 | HarddiskLight = 1, | ||
417 | CDROMLight = 2, | ||
418 | PowerLight = 3, | ||
419 | KeyLock = 4, | ||
420 | ANDisplay = 5, /* AlphaNumeric Display */ | ||
421 | SystemStatusLED = 6, /* 3 digit 7 segment LED */ | ||
422 | CHRP_SystemStatusLED = 7, /* CHRP LEDs in PR*P system */ | ||
423 | |||
424 | GeneralServiceProcessor = 0, | ||
425 | |||
426 | TransferData = 1, | ||
427 | IGMC32 = 2, | ||
428 | IGMC64 = 3, | ||
429 | |||
430 | GeneralSystemPlanar = 0, /* 10/5/95 */ | ||
431 | |||
432 | } PnP_INTERFACE; | ||
433 | |||
434 | /* PnP resources */ | ||
435 | |||
436 | /* Compressed ASCII is 5 bits per char; 00001=A ... 11010=Z */ | ||
437 | |||
438 | typedef struct _SERIAL_ID { | ||
439 | unsigned char VendorID0; /* Bit(7)=0 */ | ||
440 | /* Bits(6:2)=1st character in */ | ||
441 | /* compressed ASCII */ | ||
442 | /* Bits(1:0)=2nd character in */ | ||
443 | /* compressed ASCII bits(4:3) */ | ||
444 | unsigned char VendorID1; /* Bits(7:5)=2nd character in */ | ||
445 | /* compressed ASCII bits(2:0) */ | ||
446 | /* Bits(4:0)=3rd character in */ | ||
447 | /* compressed ASCII */ | ||
448 | unsigned char VendorID2; /* Product number - vendor assigned */ | ||
449 | unsigned char VendorID3; /* Product number - vendor assigned */ | ||
450 | |||
451 | /* Serial number is to provide uniqueness if more than one board of same */ | ||
452 | /* type is in system. Must be "FFFFFFFF" if feature not supported. */ | ||
453 | |||
454 | unsigned char Serial0; /* Unique serial number bits (7:0) */ | ||
455 | unsigned char Serial1; /* Unique serial number bits (15:8) */ | ||
456 | unsigned char Serial2; /* Unique serial number bits (23:16) */ | ||
457 | unsigned char Serial3; /* Unique serial number bits (31:24) */ | ||
458 | unsigned char Checksum; | ||
459 | } SERIAL_ID; | ||
460 | |||
461 | typedef enum _PnPItemName { | ||
462 | Unused = 0, | ||
463 | PnPVersion = 1, | ||
464 | LogicalDevice = 2, | ||
465 | CompatibleDevice = 3, | ||
466 | IRQFormat = 4, | ||
467 | DMAFormat = 5, | ||
468 | StartDepFunc = 6, | ||
469 | EndDepFunc = 7, | ||
470 | IOPort = 8, | ||
471 | FixedIOPort = 9, | ||
472 | Res1 = 10, | ||
473 | Res2 = 11, | ||
474 | Res3 = 12, | ||
475 | SmallVendorItem = 14, | ||
476 | EndTag = 15, | ||
477 | MemoryRange = 1, | ||
478 | ANSIIdentifier = 2, | ||
479 | UnicodeIdentifier = 3, | ||
480 | LargeVendorItem = 4, | ||
481 | MemoryRange32 = 5, | ||
482 | MemoryRangeFixed32 = 6, | ||
483 | } PnPItemName; | ||
484 | |||
485 | /* Define a bunch of access functions for the bits in the tag field */ | ||
486 | |||
487 | /* Tag type - 0 = small; 1 = large */ | ||
488 | #define tag_type(t) (((t) & 0x80)>>7) | ||
489 | #define set_tag_type(t,v) (t = (t & 0x7f) | ((v)<<7)) | ||
490 | |||
491 | /* Small item name is 4 bits - one of PnPItemName enum above */ | ||
492 | #define tag_small_item_name(t) (((t) & 0x78)>>3) | ||
493 | #define set_tag_small_item_name(t,v) (t = (t & 0x07) | ((v)<<3)) | ||
494 | |||
495 | /* Small item count is 3 bits - count of further bytes in packet */ | ||
496 | #define tag_small_count(t) ((t) & 0x07) | ||
497 | #define set_tag_count(t,v) (t = (t & 0x78) | (v)) | ||
498 | |||
499 | /* Large item name is 7 bits - one of PnPItemName enum above */ | ||
500 | #define tag_large_item_name(t) ((t) & 0x7f) | ||
501 | #define set_tag_large_item_name(t,v) (t = (t | 0x80) | (v)) | ||
502 | |||
503 | /* a PnP resource is a bunch of contiguous TAG packets ending with an end tag */ | ||
504 | |||
505 | typedef union _PnP_TAG_PACKET { | ||
506 | struct _S1_Pack{ /* VERSION PACKET */ | ||
507 | unsigned char Tag; /* small tag = 0x0a */ | ||
508 | unsigned char Version[2]; /* PnP version, Vendor version */ | ||
509 | } S1_Pack; | ||
510 | |||
511 | struct _S2_Pack{ /* LOGICAL DEVICE ID PACKET */ | ||
512 | unsigned char Tag; /* small tag = 0x15 or 0x16 */ | ||
513 | unsigned char DevId[4]; /* Logical device id */ | ||
514 | unsigned char Flags[2]; /* bit(0) boot device; */ | ||
515 | /* bit(7:1) cmd in range x31-x37 */ | ||
516 | /* bit(7:0) cmd in range x28-x3f (opt)*/ | ||
517 | } S2_Pack; | ||
518 | |||
519 | struct _S3_Pack{ /* COMPATIBLE DEVICE ID PACKET */ | ||
520 | unsigned char Tag; /* small tag = 0x1c */ | ||
521 | unsigned char CompatId[4]; /* Compatible device id */ | ||
522 | } S3_Pack; | ||
523 | |||
524 | struct _S4_Pack{ /* IRQ PACKET */ | ||
525 | unsigned char Tag; /* small tag = 0x22 or 0x23 */ | ||
526 | unsigned char IRQMask[2]; /* bit(0) is IRQ0, ...; */ | ||
527 | /* bit(0) is IRQ8 ... */ | ||
528 | unsigned char IRQInfo; /* optional; assume bit(0)=1; else */ | ||
529 | /* bit(0) - high true edge sensitive */ | ||
530 | /* bit(1) - low true edge sensitive */ | ||
531 | /* bit(2) - high true level sensitive*/ | ||
532 | /* bit(3) - low true level sensitive */ | ||
533 | /* bit(7:4) - must be 0 */ | ||
534 | } S4_Pack; | ||
535 | |||
536 | struct _S5_Pack{ /* DMA PACKET */ | ||
537 | unsigned char Tag; /* small tag = 0x2a */ | ||
538 | unsigned char DMAMask; /* bit(0) is channel 0 ... */ | ||
539 | unsigned char DMAInfo; | ||
540 | } S5_Pack; | ||
541 | |||
542 | struct _S6_Pack{ /* START DEPENDENT FUNCTION PACKET */ | ||
543 | unsigned char Tag; /* small tag = 0x30 or 0x31 */ | ||
544 | unsigned char Priority; /* Optional; if missing then x01; else*/ | ||
545 | /* x00 = best possible */ | ||
546 | /* x01 = acceptible */ | ||
547 | /* x02 = sub-optimal but functional */ | ||
548 | } S6_Pack; | ||
549 | |||
550 | struct _S7_Pack{ /* END DEPENDENT FUNCTION PACKET */ | ||
551 | unsigned char Tag; /* small tag = 0x38 */ | ||
552 | } S7_Pack; | ||
553 | |||
554 | struct _S8_Pack{ /* VARIABLE I/O PORT PACKET */ | ||
555 | unsigned char Tag; /* small tag x47 */ | ||
556 | unsigned char IOInfo; /* x0 = decode only bits(9:0); */ | ||
557 | #define ISAAddr16bit 0x01 /* x01 = decode bits(15:0) */ | ||
558 | unsigned char RangeMin[2]; /* Min base address */ | ||
559 | unsigned char RangeMax[2]; /* Max base address */ | ||
560 | unsigned char IOAlign; /* base alignmt, incr in 1B blocks */ | ||
561 | unsigned char IONum; /* number of contiguous I/O ports */ | ||
562 | } S8_Pack; | ||
563 | |||
564 | struct _S9_Pack{ /* FIXED I/O PORT PACKET */ | ||
565 | unsigned char Tag; /* small tag = 0x4b */ | ||
566 | unsigned char Range[2]; /* base address 10 bits */ | ||
567 | unsigned char IONum; /* number of contiguous I/O ports */ | ||
568 | } S9_Pack; | ||
569 | |||
570 | struct _S14_Pack{ /* VENDOR DEFINED PACKET */ | ||
571 | unsigned char Tag; /* small tag = 0x7m m = 1-7 */ | ||
572 | union _S14_Data{ | ||
573 | unsigned char Data[7]; /* Vendor defined */ | ||
574 | struct _S14_PPCPack{ /* Pr*p s14 pack */ | ||
575 | unsigned char Type; /* 00=non-IBM */ | ||
576 | unsigned char PPCData[6]; /* Vendor defined */ | ||
577 | } S14_PPCPack; | ||
578 | } S14_Data; | ||
579 | } S14_Pack; | ||
580 | |||
581 | struct _S15_Pack{ /* END PACKET */ | ||
582 | unsigned char Tag; /* small tag = 0x78 or 0x79 */ | ||
583 | unsigned char Check; /* optional - checksum */ | ||
584 | } S15_Pack; | ||
585 | |||
586 | struct _L1_Pack{ /* MEMORY RANGE PACKET */ | ||
587 | unsigned char Tag; /* large tag = 0x81 */ | ||
588 | unsigned char Count0; /* x09 */ | ||
589 | unsigned char Count1; /* x00 */ | ||
590 | unsigned char Data[9]; /* a variable array of bytes, */ | ||
591 | /* count in tag */ | ||
592 | } L1_Pack; | ||
593 | |||
594 | struct _L2_Pack{ /* ANSI ID STRING PACKET */ | ||
595 | unsigned char Tag; /* large tag = 0x82 */ | ||
596 | unsigned char Count0; /* Length of string */ | ||
597 | unsigned char Count1; | ||
598 | unsigned char Identifier[1]; /* a variable array of bytes, */ | ||
599 | /* count in tag */ | ||
600 | } L2_Pack; | ||
601 | |||
602 | struct _L3_Pack{ /* UNICODE ID STRING PACKET */ | ||
603 | unsigned char Tag; /* large tag = 0x83 */ | ||
604 | unsigned char Count0; /* Length + 2 of string */ | ||
605 | unsigned char Count1; | ||
606 | unsigned char Country0; /* TBD */ | ||
607 | unsigned char Country1; /* TBD */ | ||
608 | unsigned char Identifier[1]; /* a variable array of bytes, */ | ||
609 | /* count in tag */ | ||
610 | } L3_Pack; | ||
611 | |||
612 | struct _L4_Pack{ /* VENDOR DEFINED PACKET */ | ||
613 | unsigned char Tag; /* large tag = 0x84 */ | ||
614 | unsigned char Count0; | ||
615 | unsigned char Count1; | ||
616 | union _L4_Data{ | ||
617 | unsigned char Data[1]; /* a variable array of bytes, */ | ||
618 | /* count in tag */ | ||
619 | struct _L4_PPCPack{ /* Pr*p L4 packet */ | ||
620 | unsigned char Type; /* 00=non-IBM */ | ||
621 | unsigned char PPCData[1]; /* a variable array of bytes, */ | ||
622 | /* count in tag */ | ||
623 | } L4_PPCPack; | ||
624 | } L4_Data; | ||
625 | } L4_Pack; | ||
626 | |||
627 | struct _L5_Pack{ | ||
628 | unsigned char Tag; /* large tag = 0x85 */ | ||
629 | unsigned char Count0; /* Count = 17 */ | ||
630 | unsigned char Count1; | ||
631 | unsigned char Data[17]; | ||
632 | } L5_Pack; | ||
633 | |||
634 | struct _L6_Pack{ | ||
635 | unsigned char Tag; /* large tag = 0x86 */ | ||
636 | unsigned char Count0; /* Count = 9 */ | ||
637 | unsigned char Count1; | ||
638 | unsigned char Data[9]; | ||
639 | } L6_Pack; | ||
640 | |||
641 | } PnP_TAG_PACKET; | ||
642 | |||
643 | #endif /* __ASSEMBLY__ */ | ||
644 | #endif /* ndef _PNP_ */ | ||
645 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/ppc4xx_dma.h b/include/asm-ppc/ppc4xx_dma.h deleted file mode 100644 index 935d1e05366b..000000000000 --- a/include/asm-ppc/ppc4xx_dma.h +++ /dev/null | |||
@@ -1,579 +0,0 @@ | |||
1 | /* | ||
2 | * include/asm-ppc/ppc4xx_dma.h | ||
3 | * | ||
4 | * IBM PPC4xx DMA engine library | ||
5 | * | ||
6 | * Copyright 2000-2004 MontaVista Software Inc. | ||
7 | * | ||
8 | * Cleaned up a bit more, Matt Porter <mporter@kernel.crashing.org> | ||
9 | * | ||
10 | * Original code by Armin Kuster <akuster@mvista.com> | ||
11 | * and Pete Popov <ppopov@mvista.com> | ||
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify it | ||
14 | * under the terms of the GNU General Public License as published by the | ||
15 | * Free Software Foundation; either version 2 of the License, or (at your | ||
16 | * option) any later version. | ||
17 | * | ||
18 | * You should have received a copy of the GNU General Public License along | ||
19 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
20 | * 675 Mass Ave, Cambridge, MA 02139, USA. | ||
21 | */ | ||
22 | |||
23 | #ifdef __KERNEL__ | ||
24 | #ifndef __ASMPPC_PPC4xx_DMA_H | ||
25 | #define __ASMPPC_PPC4xx_DMA_H | ||
26 | |||
27 | #include <linux/types.h> | ||
28 | #include <asm/mmu.h> | ||
29 | #include <asm/ibm4xx.h> | ||
30 | |||
31 | #undef DEBUG_4xxDMA | ||
32 | |||
33 | #define MAX_PPC4xx_DMA_CHANNELS 4 | ||
34 | |||
35 | /* | ||
36 | * Function return status codes | ||
37 | * These values are used to indicate whether or not the function | ||
38 | * call was successful, or a bad/invalid parameter was passed. | ||
39 | */ | ||
40 | #define DMA_STATUS_GOOD 0 | ||
41 | #define DMA_STATUS_BAD_CHANNEL 1 | ||
42 | #define DMA_STATUS_BAD_HANDLE 2 | ||
43 | #define DMA_STATUS_BAD_MODE 3 | ||
44 | #define DMA_STATUS_NULL_POINTER 4 | ||
45 | #define DMA_STATUS_OUT_OF_MEMORY 5 | ||
46 | #define DMA_STATUS_SGL_LIST_EMPTY 6 | ||
47 | #define DMA_STATUS_GENERAL_ERROR 7 | ||
48 | #define DMA_STATUS_CHANNEL_NOTFREE 8 | ||
49 | |||
50 | #define DMA_CHANNEL_BUSY 0x80000000 | ||
51 | |||
52 | /* | ||
53 | * These indicate status as returned from the DMA Status Register. | ||
54 | */ | ||
55 | #define DMA_STATUS_NO_ERROR 0 | ||
56 | #define DMA_STATUS_CS 1 /* Count Status */ | ||
57 | #define DMA_STATUS_TS 2 /* Transfer Status */ | ||
58 | #define DMA_STATUS_DMA_ERROR 3 /* DMA Error Occurred */ | ||
59 | #define DMA_STATUS_DMA_BUSY 4 /* The channel is busy */ | ||
60 | |||
61 | |||
62 | /* | ||
63 | * DMA Channel Control Registers | ||
64 | */ | ||
65 | |||
66 | #ifdef CONFIG_44x | ||
67 | #define PPC4xx_DMA_64BIT | ||
68 | #define DMA_CR_OFFSET 1 | ||
69 | #else | ||
70 | #define DMA_CR_OFFSET 0 | ||
71 | #endif | ||
72 | |||
73 | #define DMA_CE_ENABLE (1<<31) /* DMA Channel Enable */ | ||
74 | #define SET_DMA_CE_ENABLE(x) (((x)&0x1)<<31) | ||
75 | #define GET_DMA_CE_ENABLE(x) (((x)&DMA_CE_ENABLE)>>31) | ||
76 | |||
77 | #define DMA_CIE_ENABLE (1<<30) /* DMA Channel Interrupt Enable */ | ||
78 | #define SET_DMA_CIE_ENABLE(x) (((x)&0x1)<<30) | ||
79 | #define GET_DMA_CIE_ENABLE(x) (((x)&DMA_CIE_ENABLE)>>30) | ||
80 | |||
81 | #define DMA_TD (1<<29) | ||
82 | #define SET_DMA_TD(x) (((x)&0x1)<<29) | ||
83 | #define GET_DMA_TD(x) (((x)&DMA_TD)>>29) | ||
84 | |||
85 | #define DMA_PL (1<<28) /* Peripheral Location */ | ||
86 | #define SET_DMA_PL(x) (((x)&0x1)<<28) | ||
87 | #define GET_DMA_PL(x) (((x)&DMA_PL)>>28) | ||
88 | |||
89 | #define EXTERNAL_PERIPHERAL 0 | ||
90 | #define INTERNAL_PERIPHERAL 1 | ||
91 | |||
92 | #define SET_DMA_PW(x) (((x)&0x3)<<(26-DMA_CR_OFFSET)) /* Peripheral Width */ | ||
93 | #define DMA_PW_MASK SET_DMA_PW(3) | ||
94 | #define PW_8 0 | ||
95 | #define PW_16 1 | ||
96 | #define PW_32 2 | ||
97 | #define PW_64 3 | ||
98 | /* FIXME: Add PW_128 support for 440GP DMA block */ | ||
99 | #define GET_DMA_PW(x) (((x)&DMA_PW_MASK)>>(26-DMA_CR_OFFSET)) | ||
100 | |||
101 | #define DMA_DAI (1<<(25-DMA_CR_OFFSET)) /* Destination Address Increment */ | ||
102 | #define SET_DMA_DAI(x) (((x)&0x1)<<(25-DMA_CR_OFFSET)) | ||
103 | |||
104 | #define DMA_SAI (1<<(24-DMA_CR_OFFSET)) /* Source Address Increment */ | ||
105 | #define SET_DMA_SAI(x) (((x)&0x1)<<(24-DMA_CR_OFFSET)) | ||
106 | |||
107 | #define DMA_BEN (1<<(23-DMA_CR_OFFSET)) /* Buffer Enable */ | ||
108 | #define SET_DMA_BEN(x) (((x)&0x1)<<(23-DMA_CR_OFFSET)) | ||
109 | |||
110 | #define SET_DMA_TM(x) (((x)&0x3)<<(21-DMA_CR_OFFSET)) /* Transfer Mode */ | ||
111 | #define DMA_TM_MASK SET_DMA_TM(3) | ||
112 | #define TM_PERIPHERAL 0 /* Peripheral */ | ||
113 | #define TM_RESERVED 1 /* Reserved */ | ||
114 | #define TM_S_MM 2 /* Memory to Memory */ | ||
115 | #define TM_D_MM 3 /* Device Paced Memory to Memory */ | ||
116 | #define GET_DMA_TM(x) (((x)&DMA_TM_MASK)>>(21-DMA_CR_OFFSET)) | ||
117 | |||
118 | #define SET_DMA_PSC(x) (((x)&0x3)<<(19-DMA_CR_OFFSET)) /* Peripheral Setup Cycles */ | ||
119 | #define DMA_PSC_MASK SET_DMA_PSC(3) | ||
120 | #define GET_DMA_PSC(x) (((x)&DMA_PSC_MASK)>>(19-DMA_CR_OFFSET)) | ||
121 | |||
122 | #define SET_DMA_PWC(x) (((x)&0x3F)<<(13-DMA_CR_OFFSET)) /* Peripheral Wait Cycles */ | ||
123 | #define DMA_PWC_MASK SET_DMA_PWC(0x3F) | ||
124 | #define GET_DMA_PWC(x) (((x)&DMA_PWC_MASK)>>(13-DMA_CR_OFFSET)) | ||
125 | |||
126 | #define SET_DMA_PHC(x) (((x)&0x7)<<(10-DMA_CR_OFFSET)) /* Peripheral Hold Cycles */ | ||
127 | #define DMA_PHC_MASK SET_DMA_PHC(0x7) | ||
128 | #define GET_DMA_PHC(x) (((x)&DMA_PHC_MASK)>>(10-DMA_CR_OFFSET)) | ||
129 | |||
130 | #define DMA_ETD_OUTPUT (1<<(9-DMA_CR_OFFSET)) /* EOT pin is a TC output */ | ||
131 | #define SET_DMA_ETD(x) (((x)&0x1)<<(9-DMA_CR_OFFSET)) | ||
132 | |||
133 | #define DMA_TCE_ENABLE (1<<(8-DMA_CR_OFFSET)) | ||
134 | #define SET_DMA_TCE(x) (((x)&0x1)<<(8-DMA_CR_OFFSET)) | ||
135 | |||
136 | #define DMA_DEC (1<<(2)) /* Address Decrement */ | ||
137 | #define SET_DMA_DEC(x) (((x)&0x1)<<2) | ||
138 | #define GET_DMA_DEC(x) (((x)&DMA_DEC)>>2) | ||
139 | |||
140 | |||
141 | /* | ||
142 | * Transfer Modes | ||
143 | * These modes are defined in a way that makes it possible to | ||
144 | * simply "or" in the value in the control register. | ||
145 | */ | ||
146 | |||
147 | #define DMA_MODE_MM (SET_DMA_TM(TM_S_MM)) /* memory to memory */ | ||
148 | |||
149 | /* Device-paced memory to memory, */ | ||
150 | /* device is at source address */ | ||
151 | #define DMA_MODE_MM_DEVATSRC (DMA_TD | SET_DMA_TM(TM_D_MM)) | ||
152 | |||
153 | /* Device-paced memory to memory, */ | ||
154 | /* device is at destination address */ | ||
155 | #define DMA_MODE_MM_DEVATDST (SET_DMA_TM(TM_D_MM)) | ||
156 | |||
157 | /* 405gp/440gp */ | ||
158 | #define SET_DMA_PREFETCH(x) (((x)&0x3)<<(4-DMA_CR_OFFSET)) /* Memory Read Prefetch */ | ||
159 | #define DMA_PREFETCH_MASK SET_DMA_PREFETCH(3) | ||
160 | #define PREFETCH_1 0 /* Prefetch 1 Double Word */ | ||
161 | #define PREFETCH_2 1 | ||
162 | #define PREFETCH_4 2 | ||
163 | #define GET_DMA_PREFETCH(x) (((x)&DMA_PREFETCH_MASK)>>(4-DMA_CR_OFFSET)) | ||
164 | |||
165 | #define DMA_PCE (1<<(3-DMA_CR_OFFSET)) /* Parity Check Enable */ | ||
166 | #define SET_DMA_PCE(x) (((x)&0x1)<<(3-DMA_CR_OFFSET)) | ||
167 | #define GET_DMA_PCE(x) (((x)&DMA_PCE)>>(3-DMA_CR_OFFSET)) | ||
168 | |||
169 | /* stb3x */ | ||
170 | |||
171 | #define DMA_ECE_ENABLE (1<<5) | ||
172 | #define SET_DMA_ECE(x) (((x)&0x1)<<5) | ||
173 | #define GET_DMA_ECE(x) (((x)&DMA_ECE_ENABLE)>>5) | ||
174 | |||
175 | #define DMA_TCD_DISABLE (1<<4) | ||
176 | #define SET_DMA_TCD(x) (((x)&0x1)<<4) | ||
177 | #define GET_DMA_TCD(x) (((x)&DMA_TCD_DISABLE)>>4) | ||
178 | |||
179 | typedef uint32_t sgl_handle_t; | ||
180 | |||
181 | #ifdef CONFIG_PPC4xx_EDMA | ||
182 | |||
183 | #define SGL_LIST_SIZE 4096 | ||
184 | #define DMA_PPC4xx_SIZE SGL_LIST_SIZE | ||
185 | |||
186 | #define SET_DMA_PRIORITY(x) (((x)&0x3)<<(6-DMA_CR_OFFSET)) /* DMA Channel Priority */ | ||
187 | #define DMA_PRIORITY_MASK SET_DMA_PRIORITY(3) | ||
188 | #define PRIORITY_LOW 0 | ||
189 | #define PRIORITY_MID_LOW 1 | ||
190 | #define PRIORITY_MID_HIGH 2 | ||
191 | #define PRIORITY_HIGH 3 | ||
192 | #define GET_DMA_PRIORITY(x) (((x)&DMA_PRIORITY_MASK)>>(6-DMA_CR_OFFSET)) | ||
193 | |||
194 | /* | ||
195 | * DMA Polarity Configuration Register | ||
196 | */ | ||
197 | #define DMAReq_ActiveLow(chan) (1<<(31-(chan*3))) | ||
198 | #define DMAAck_ActiveLow(chan) (1<<(30-(chan*3))) | ||
199 | #define EOT_ActiveLow(chan) (1<<(29-(chan*3))) /* End of Transfer */ | ||
200 | |||
201 | /* | ||
202 | * DMA Sleep Mode Register | ||
203 | */ | ||
204 | #define SLEEP_MODE_ENABLE (1<<21) | ||
205 | |||
206 | /* | ||
207 | * DMA Status Register | ||
208 | */ | ||
209 | #define DMA_CS0 (1<<31) /* Terminal Count has been reached */ | ||
210 | #define DMA_CS1 (1<<30) | ||
211 | #define DMA_CS2 (1<<29) | ||
212 | #define DMA_CS3 (1<<28) | ||
213 | |||
214 | #define DMA_TS0 (1<<27) /* End of Transfer has been requested */ | ||
215 | #define DMA_TS1 (1<<26) | ||
216 | #define DMA_TS2 (1<<25) | ||
217 | #define DMA_TS3 (1<<24) | ||
218 | |||
219 | #define DMA_CH0_ERR (1<<23) /* DMA Chanel 0 Error */ | ||
220 | #define DMA_CH1_ERR (1<<22) | ||
221 | #define DMA_CH2_ERR (1<<21) | ||
222 | #define DMA_CH3_ERR (1<<20) | ||
223 | |||
224 | #define DMA_IN_DMA_REQ0 (1<<19) /* Internal DMA Request is pending */ | ||
225 | #define DMA_IN_DMA_REQ1 (1<<18) | ||
226 | #define DMA_IN_DMA_REQ2 (1<<17) | ||
227 | #define DMA_IN_DMA_REQ3 (1<<16) | ||
228 | |||
229 | #define DMA_EXT_DMA_REQ0 (1<<15) /* External DMA Request is pending */ | ||
230 | #define DMA_EXT_DMA_REQ1 (1<<14) | ||
231 | #define DMA_EXT_DMA_REQ2 (1<<13) | ||
232 | #define DMA_EXT_DMA_REQ3 (1<<12) | ||
233 | |||
234 | #define DMA_CH0_BUSY (1<<11) /* DMA Channel 0 Busy */ | ||
235 | #define DMA_CH1_BUSY (1<<10) | ||
236 | #define DMA_CH2_BUSY (1<<9) | ||
237 | #define DMA_CH3_BUSY (1<<8) | ||
238 | |||
239 | #define DMA_SG0 (1<<7) /* DMA Channel 0 Scatter/Gather in progress */ | ||
240 | #define DMA_SG1 (1<<6) | ||
241 | #define DMA_SG2 (1<<5) | ||
242 | #define DMA_SG3 (1<<4) | ||
243 | |||
244 | /* DMA Channel Count Register */ | ||
245 | #define DMA_CTC_BTEN (1<<23) /* Burst Enable/Disable bit */ | ||
246 | #define DMA_CTC_BSIZ_MSK (3<<21) /* Mask of the Burst size bits */ | ||
247 | #define DMA_CTC_BSIZ_2 (0) | ||
248 | #define DMA_CTC_BSIZ_4 (1<<21) | ||
249 | #define DMA_CTC_BSIZ_8 (2<<21) | ||
250 | #define DMA_CTC_BSIZ_16 (3<<21) | ||
251 | |||
252 | /* | ||
253 | * DMA SG Command Register | ||
254 | */ | ||
255 | #define SSG_ENABLE(chan) (1<<(31-chan)) /* Start Scatter Gather */ | ||
256 | #define SSG_MASK_ENABLE(chan) (1<<(15-chan)) /* Enable writing to SSG0 bit */ | ||
257 | |||
258 | /* | ||
259 | * DMA Scatter/Gather Descriptor Bit fields | ||
260 | */ | ||
261 | #define SG_LINK (1<<31) /* Link */ | ||
262 | #define SG_TCI_ENABLE (1<<29) /* Enable Terminal Count Interrupt */ | ||
263 | #define SG_ETI_ENABLE (1<<28) /* Enable End of Transfer Interrupt */ | ||
264 | #define SG_ERI_ENABLE (1<<27) /* Enable Error Interrupt */ | ||
265 | #define SG_COUNT_MASK 0xFFFF /* Count Field */ | ||
266 | |||
267 | #define SET_DMA_CONTROL \ | ||
268 | (SET_DMA_CIE_ENABLE(p_init->int_enable) | /* interrupt enable */ \ | ||
269 | SET_DMA_BEN(p_init->buffer_enable) | /* buffer enable */\ | ||
270 | SET_DMA_ETD(p_init->etd_output) | /* end of transfer pin */ \ | ||
271 | SET_DMA_TCE(p_init->tce_enable) | /* terminal count enable */ \ | ||
272 | SET_DMA_PL(p_init->pl) | /* peripheral location */ \ | ||
273 | SET_DMA_DAI(p_init->dai) | /* dest addr increment */ \ | ||
274 | SET_DMA_SAI(p_init->sai) | /* src addr increment */ \ | ||
275 | SET_DMA_PRIORITY(p_init->cp) | /* channel priority */ \ | ||
276 | SET_DMA_PW(p_init->pwidth) | /* peripheral/bus width */ \ | ||
277 | SET_DMA_PSC(p_init->psc) | /* peripheral setup cycles */ \ | ||
278 | SET_DMA_PWC(p_init->pwc) | /* peripheral wait cycles */ \ | ||
279 | SET_DMA_PHC(p_init->phc) | /* peripheral hold cycles */ \ | ||
280 | SET_DMA_PREFETCH(p_init->pf) /* read prefetch */) | ||
281 | |||
282 | #define GET_DMA_POLARITY(chan) (DMAReq_ActiveLow(chan) | DMAAck_ActiveLow(chan) | EOT_ActiveLow(chan)) | ||
283 | |||
284 | #elif defined(CONFIG_STB03xxx) /* stb03xxx */ | ||
285 | |||
286 | #define DMA_PPC4xx_SIZE 4096 | ||
287 | |||
288 | /* | ||
289 | * DMA Status Register | ||
290 | */ | ||
291 | |||
292 | #define SET_DMA_PRIORITY(x) (((x)&0x00800001)) /* DMA Channel Priority */ | ||
293 | #define DMA_PRIORITY_MASK 0x00800001 | ||
294 | #define PRIORITY_LOW 0x00000000 | ||
295 | #define PRIORITY_MID_LOW 0x00000001 | ||
296 | #define PRIORITY_MID_HIGH 0x00800000 | ||
297 | #define PRIORITY_HIGH 0x00800001 | ||
298 | #define GET_DMA_PRIORITY(x) (((((x)&DMA_PRIORITY_MASK) &0x00800000) >> 22 ) | (((x)&DMA_PRIORITY_MASK) &0x00000001)) | ||
299 | |||
300 | #define DMA_CS0 (1<<31) /* Terminal Count has been reached */ | ||
301 | #define DMA_CS1 (1<<30) | ||
302 | #define DMA_CS2 (1<<29) | ||
303 | #define DMA_CS3 (1<<28) | ||
304 | |||
305 | #define DMA_TS0 (1<<27) /* End of Transfer has been requested */ | ||
306 | #define DMA_TS1 (1<<26) | ||
307 | #define DMA_TS2 (1<<25) | ||
308 | #define DMA_TS3 (1<<24) | ||
309 | |||
310 | #define DMA_CH0_ERR (1<<23) /* DMA Chanel 0 Error */ | ||
311 | #define DMA_CH1_ERR (1<<22) | ||
312 | #define DMA_CH2_ERR (1<<21) | ||
313 | #define DMA_CH3_ERR (1<<20) | ||
314 | |||
315 | #define DMA_CT0 (1<<19) /* Chained transfere */ | ||
316 | |||
317 | #define DMA_IN_DMA_REQ0 (1<<18) /* Internal DMA Request is pending */ | ||
318 | #define DMA_IN_DMA_REQ1 (1<<17) | ||
319 | #define DMA_IN_DMA_REQ2 (1<<16) | ||
320 | #define DMA_IN_DMA_REQ3 (1<<15) | ||
321 | |||
322 | #define DMA_EXT_DMA_REQ0 (1<<14) /* External DMA Request is pending */ | ||
323 | #define DMA_EXT_DMA_REQ1 (1<<13) | ||
324 | #define DMA_EXT_DMA_REQ2 (1<<12) | ||
325 | #define DMA_EXT_DMA_REQ3 (1<<11) | ||
326 | |||
327 | #define DMA_CH0_BUSY (1<<10) /* DMA Channel 0 Busy */ | ||
328 | #define DMA_CH1_BUSY (1<<9) | ||
329 | #define DMA_CH2_BUSY (1<<8) | ||
330 | #define DMA_CH3_BUSY (1<<7) | ||
331 | |||
332 | #define DMA_CT1 (1<<6) /* Chained transfere */ | ||
333 | #define DMA_CT2 (1<<5) | ||
334 | #define DMA_CT3 (1<<4) | ||
335 | |||
336 | #define DMA_CH_ENABLE (1<<7) | ||
337 | #define SET_DMA_CH(x) (((x)&0x1)<<7) | ||
338 | #define GET_DMA_CH(x) (((x)&DMA_CH_ENABLE)>>7) | ||
339 | |||
340 | /* STBx25xxx dma unique */ | ||
341 | /* enable device port on a dma channel | ||
342 | * example ext 0 on dma 1 | ||
343 | */ | ||
344 | |||
345 | #define SSP0_RECV 15 | ||
346 | #define SSP0_XMIT 14 | ||
347 | #define EXT_DMA_0 12 | ||
348 | #define SC1_XMIT 11 | ||
349 | #define SC1_RECV 10 | ||
350 | #define EXT_DMA_2 9 | ||
351 | #define EXT_DMA_3 8 | ||
352 | #define SERIAL2_XMIT 7 | ||
353 | #define SERIAL2_RECV 6 | ||
354 | #define SC0_XMIT 5 | ||
355 | #define SC0_RECV 4 | ||
356 | #define SERIAL1_XMIT 3 | ||
357 | #define SERIAL1_RECV 2 | ||
358 | #define SERIAL0_XMIT 1 | ||
359 | #define SERIAL0_RECV 0 | ||
360 | |||
361 | #define DMA_CHAN_0 1 | ||
362 | #define DMA_CHAN_1 2 | ||
363 | #define DMA_CHAN_2 3 | ||
364 | #define DMA_CHAN_3 4 | ||
365 | |||
366 | /* end STBx25xx */ | ||
367 | |||
368 | /* | ||
369 | * Bit 30 must be one for Redwoods, otherwise transfers may receive errors. | ||
370 | */ | ||
371 | #define DMA_CR_MB0 0x2 | ||
372 | |||
373 | #define SET_DMA_CONTROL \ | ||
374 | (SET_DMA_CIE_ENABLE(p_init->int_enable) | /* interrupt enable */ \ | ||
375 | SET_DMA_ETD(p_init->etd_output) | /* end of transfer pin */ \ | ||
376 | SET_DMA_TCE(p_init->tce_enable) | /* terminal count enable */ \ | ||
377 | SET_DMA_PL(p_init->pl) | /* peripheral location */ \ | ||
378 | SET_DMA_DAI(p_init->dai) | /* dest addr increment */ \ | ||
379 | SET_DMA_SAI(p_init->sai) | /* src addr increment */ \ | ||
380 | SET_DMA_PRIORITY(p_init->cp) | /* channel priority */ \ | ||
381 | SET_DMA_PW(p_init->pwidth) | /* peripheral/bus width */ \ | ||
382 | SET_DMA_PSC(p_init->psc) | /* peripheral setup cycles */ \ | ||
383 | SET_DMA_PWC(p_init->pwc) | /* peripheral wait cycles */ \ | ||
384 | SET_DMA_PHC(p_init->phc) | /* peripheral hold cycles */ \ | ||
385 | SET_DMA_TCD(p_init->tcd_disable) | /* TC chain mode disable */ \ | ||
386 | SET_DMA_ECE(p_init->ece_enable) | /* ECE chanin mode enable */ \ | ||
387 | SET_DMA_CH(p_init->ch_enable) | /* Chain enable */ \ | ||
388 | DMA_CR_MB0 /* must be one */) | ||
389 | |||
390 | #define GET_DMA_POLARITY(chan) chan | ||
391 | |||
392 | #endif | ||
393 | |||
394 | typedef struct { | ||
395 | unsigned short in_use; /* set when channel is being used, clr when | ||
396 | * available. | ||
397 | */ | ||
398 | /* | ||
399 | * Valid polarity settings: | ||
400 | * DMAReq_ActiveLow(n) | ||
401 | * DMAAck_ActiveLow(n) | ||
402 | * EOT_ActiveLow(n) | ||
403 | * | ||
404 | * n is 0 to max dma chans | ||
405 | */ | ||
406 | unsigned int polarity; | ||
407 | |||
408 | char buffer_enable; /* Boolean: buffer enable */ | ||
409 | char tce_enable; /* Boolean: terminal count enable */ | ||
410 | char etd_output; /* Boolean: eot pin is a tc output */ | ||
411 | char pce; /* Boolean: parity check enable */ | ||
412 | |||
413 | /* | ||
414 | * Peripheral location: | ||
415 | * INTERNAL_PERIPHERAL (UART0 on the 405GP) | ||
416 | * EXTERNAL_PERIPHERAL | ||
417 | */ | ||
418 | char pl; /* internal/external peripheral */ | ||
419 | |||
420 | /* | ||
421 | * Valid pwidth settings: | ||
422 | * PW_8 | ||
423 | * PW_16 | ||
424 | * PW_32 | ||
425 | * PW_64 | ||
426 | */ | ||
427 | unsigned int pwidth; | ||
428 | |||
429 | char dai; /* Boolean: dst address increment */ | ||
430 | char sai; /* Boolean: src address increment */ | ||
431 | |||
432 | /* | ||
433 | * Valid psc settings: 0-3 | ||
434 | */ | ||
435 | unsigned int psc; /* Peripheral Setup Cycles */ | ||
436 | |||
437 | /* | ||
438 | * Valid pwc settings: | ||
439 | * 0-63 | ||
440 | */ | ||
441 | unsigned int pwc; /* Peripheral Wait Cycles */ | ||
442 | |||
443 | /* | ||
444 | * Valid phc settings: | ||
445 | * 0-7 | ||
446 | */ | ||
447 | unsigned int phc; /* Peripheral Hold Cycles */ | ||
448 | |||
449 | /* | ||
450 | * Valid cp (channel priority) settings: | ||
451 | * PRIORITY_LOW | ||
452 | * PRIORITY_MID_LOW | ||
453 | * PRIORITY_MID_HIGH | ||
454 | * PRIORITY_HIGH | ||
455 | */ | ||
456 | unsigned int cp; /* channel priority */ | ||
457 | |||
458 | /* | ||
459 | * Valid pf (memory read prefetch) settings: | ||
460 | * | ||
461 | * PREFETCH_1 | ||
462 | * PREFETCH_2 | ||
463 | * PREFETCH_4 | ||
464 | */ | ||
465 | unsigned int pf; /* memory read prefetch */ | ||
466 | |||
467 | /* | ||
468 | * Boolean: channel interrupt enable | ||
469 | * NOTE: for sgl transfers, only the last descriptor will be setup to | ||
470 | * interrupt. | ||
471 | */ | ||
472 | char int_enable; | ||
473 | |||
474 | char shift; /* easy access to byte_count shift, based on */ | ||
475 | /* the width of the channel */ | ||
476 | |||
477 | uint32_t control; /* channel control word */ | ||
478 | |||
479 | /* These variabled are used ONLY in single dma transfers */ | ||
480 | unsigned int mode; /* transfer mode */ | ||
481 | phys_addr_t addr; | ||
482 | char ce; /* channel enable */ | ||
483 | #ifdef CONFIG_STB03xxx | ||
484 | char ch_enable; | ||
485 | char tcd_disable; | ||
486 | char ece_enable; | ||
487 | char td; /* transfer direction */ | ||
488 | #endif | ||
489 | |||
490 | char int_on_final_sg;/* for scatter/gather - only interrupt on last sg */ | ||
491 | } ppc_dma_ch_t; | ||
492 | |||
493 | /* | ||
494 | * PPC44x DMA implementations have a slightly different | ||
495 | * descriptor layout. Probably moved about due to the | ||
496 | * change to 64-bit addresses and link pointer. I don't | ||
497 | * know why they didn't just leave control_count after | ||
498 | * the dst_addr. | ||
499 | */ | ||
500 | #ifdef PPC4xx_DMA_64BIT | ||
501 | typedef struct { | ||
502 | uint32_t control; | ||
503 | uint32_t control_count; | ||
504 | phys_addr_t src_addr; | ||
505 | phys_addr_t dst_addr; | ||
506 | phys_addr_t next; | ||
507 | } ppc_sgl_t; | ||
508 | #else | ||
509 | typedef struct { | ||
510 | uint32_t control; | ||
511 | phys_addr_t src_addr; | ||
512 | phys_addr_t dst_addr; | ||
513 | uint32_t control_count; | ||
514 | uint32_t next; | ||
515 | } ppc_sgl_t; | ||
516 | #endif | ||
517 | |||
518 | typedef struct { | ||
519 | unsigned int dmanr; | ||
520 | uint32_t control; /* channel ctrl word; loaded from each descrptr */ | ||
521 | uint32_t sgl_control; /* LK, TCI, ETI, and ERI bits in sgl descriptor */ | ||
522 | dma_addr_t dma_addr; /* dma (physical) address of this list */ | ||
523 | ppc_sgl_t *phead; | ||
524 | dma_addr_t phead_dma; | ||
525 | ppc_sgl_t *ptail; | ||
526 | dma_addr_t ptail_dma; | ||
527 | } sgl_list_info_t; | ||
528 | |||
529 | typedef struct { | ||
530 | phys_addr_t *src_addr; | ||
531 | phys_addr_t *dst_addr; | ||
532 | phys_addr_t dma_src_addr; | ||
533 | phys_addr_t dma_dst_addr; | ||
534 | } pci_alloc_desc_t; | ||
535 | |||
536 | extern ppc_dma_ch_t dma_channels[]; | ||
537 | |||
538 | /* | ||
539 | * The DMA API are in ppc4xx_dma.c and ppc4xx_sgdma.c | ||
540 | */ | ||
541 | extern int ppc4xx_init_dma_channel(unsigned int, ppc_dma_ch_t *); | ||
542 | extern int ppc4xx_get_channel_config(unsigned int, ppc_dma_ch_t *); | ||
543 | extern int ppc4xx_set_channel_priority(unsigned int, unsigned int); | ||
544 | extern unsigned int ppc4xx_get_peripheral_width(unsigned int); | ||
545 | extern void ppc4xx_set_sg_addr(int, phys_addr_t); | ||
546 | extern int ppc4xx_add_dma_sgl(sgl_handle_t, phys_addr_t, phys_addr_t, unsigned int); | ||
547 | extern void ppc4xx_enable_dma_sgl(sgl_handle_t); | ||
548 | extern void ppc4xx_disable_dma_sgl(sgl_handle_t); | ||
549 | extern int ppc4xx_get_dma_sgl_residue(sgl_handle_t, phys_addr_t *, phys_addr_t *); | ||
550 | extern int ppc4xx_delete_dma_sgl_element(sgl_handle_t, phys_addr_t *, phys_addr_t *); | ||
551 | extern int ppc4xx_alloc_dma_handle(sgl_handle_t *, unsigned int, unsigned int); | ||
552 | extern void ppc4xx_free_dma_handle(sgl_handle_t); | ||
553 | extern int ppc4xx_get_dma_status(void); | ||
554 | extern int ppc4xx_enable_burst(unsigned int); | ||
555 | extern int ppc4xx_disable_burst(unsigned int); | ||
556 | extern int ppc4xx_set_burst_size(unsigned int, unsigned int); | ||
557 | extern void ppc4xx_set_src_addr(int dmanr, phys_addr_t src_addr); | ||
558 | extern void ppc4xx_set_dst_addr(int dmanr, phys_addr_t dst_addr); | ||
559 | extern void ppc4xx_enable_dma(unsigned int dmanr); | ||
560 | extern void ppc4xx_disable_dma(unsigned int dmanr); | ||
561 | extern void ppc4xx_set_dma_count(unsigned int dmanr, unsigned int count); | ||
562 | extern int ppc4xx_get_dma_residue(unsigned int dmanr); | ||
563 | extern void ppc4xx_set_dma_addr2(unsigned int dmanr, phys_addr_t src_dma_addr, | ||
564 | phys_addr_t dst_dma_addr); | ||
565 | extern int ppc4xx_enable_dma_interrupt(unsigned int dmanr); | ||
566 | extern int ppc4xx_disable_dma_interrupt(unsigned int dmanr); | ||
567 | extern int ppc4xx_clr_dma_status(unsigned int dmanr); | ||
568 | extern int ppc4xx_map_dma_port(unsigned int dmanr, unsigned int ocp_dma,short dma_chan); | ||
569 | extern int ppc4xx_disable_dma_port(unsigned int dmanr, unsigned int ocp_dma,short dma_chan); | ||
570 | extern int ppc4xx_set_dma_mode(unsigned int dmanr, unsigned int mode); | ||
571 | |||
572 | /* These are in kernel/dma.c: */ | ||
573 | |||
574 | /* reserve a DMA channel */ | ||
575 | extern int request_dma(unsigned int dmanr, const char *device_id); | ||
576 | /* release it again */ | ||
577 | extern void free_dma(unsigned int dmanr); | ||
578 | #endif | ||
579 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/ppc4xx_pic.h b/include/asm-ppc/ppc4xx_pic.h deleted file mode 100644 index e44261206f8b..000000000000 --- a/include/asm-ppc/ppc4xx_pic.h +++ /dev/null | |||
@@ -1,52 +0,0 @@ | |||
1 | /* | ||
2 | * include/asm-ppc/ppc4xx_pic.h | ||
3 | * | ||
4 | * Interrupt controller driver for PowerPC 4xx-based processors. | ||
5 | * | ||
6 | * Copyright (c) 1999 Grant Erickson <grant@lcse.umn.edu> | ||
7 | * | ||
8 | * Eugene Surovegin <eugene.surovegin@zultys.com> or <ebs@ebshome.net> | ||
9 | * Copyright (c) 2004 Zultys Technologies | ||
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify it | ||
12 | * under the terms of the GNU General Public License as published by the | ||
13 | * Free Software Foundation; either version 2 of the License, or (at your | ||
14 | * option) any later version. | ||
15 | */ | ||
16 | |||
17 | #ifndef __PPC4XX_PIC_H__ | ||
18 | #define __PPC4XX_PIC_H__ | ||
19 | |||
20 | #include <linux/types.h> | ||
21 | #include <linux/irq.h> | ||
22 | |||
23 | /* "Fixed" UIC settings (they are chip, not board specific), | ||
24 | * e.g. polarity/triggerring for internal interrupt sources. | ||
25 | * | ||
26 | * Platform port should provide NR_UICS-sized array named ppc4xx_core_uic_cfg | ||
27 | * with these "fixed" settings: .polarity contains exact value which will | ||
28 | * be written (masked with "ext_irq_mask") into UICx_PR register, | ||
29 | * .triggering - to UICx_TR. | ||
30 | * | ||
31 | * Settings for external IRQs can be specified separately by the | ||
32 | * board support code. In this case properly sized array of unsigned | ||
33 | * char named ppc4xx_uic_ext_irq_cfg should be filled with correct | ||
34 | * values using IRQ_SENSE_XXXXX and IRQ_POLARITY_XXXXXXX defines. | ||
35 | * | ||
36 | * If these arrays aren't provided, UIC initialization code keeps firmware | ||
37 | * configuration. Also, ppc4xx_uic_ext_irq_cfg implies ppc4xx_core_uic_cfg | ||
38 | * is defined. | ||
39 | * | ||
40 | * Both ppc4xx_core_uic_cfg and ppc4xx_uic_ext_irq_cfg are declared as | ||
41 | * "weak" symbols in ppc4xx_pic.c | ||
42 | * | ||
43 | */ | ||
44 | struct ppc4xx_uic_settings { | ||
45 | u32 polarity; | ||
46 | u32 triggering; | ||
47 | u32 ext_irq_mask; | ||
48 | }; | ||
49 | |||
50 | extern void ppc4xx_pic_init(void); | ||
51 | |||
52 | #endif /* __PPC4XX_PIC_H__ */ | ||
diff --git a/include/asm-ppc/ppc_sys.h b/include/asm-ppc/ppc_sys.h deleted file mode 100644 index d2fee41d600b..000000000000 --- a/include/asm-ppc/ppc_sys.h +++ /dev/null | |||
@@ -1,106 +0,0 @@ | |||
1 | /* | ||
2 | * include/asm-ppc/ppc_sys.h | ||
3 | * | ||
4 | * PPC system definitions and library functions | ||
5 | * | ||
6 | * Maintainer: Kumar Gala <galak@kernel.crashing.org> | ||
7 | * | ||
8 | * Copyright 2005 Freescale Semiconductor, Inc | ||
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of the GNU General Public License as published by the | ||
12 | * Free Software Foundation; either version 2 of the License, or (at your | ||
13 | * option) any later version. | ||
14 | */ | ||
15 | |||
16 | #ifdef __KERNEL__ | ||
17 | #ifndef __ASM_PPC_SYS_H | ||
18 | #define __ASM_PPC_SYS_H | ||
19 | |||
20 | #include <linux/init.h> | ||
21 | #include <linux/platform_device.h> | ||
22 | #include <linux/types.h> | ||
23 | |||
24 | #if defined(CONFIG_8260) | ||
25 | #include <asm/mpc8260.h> | ||
26 | #elif defined(CONFIG_8xx) | ||
27 | #include <asm/mpc8xx.h> | ||
28 | #elif defined(CONFIG_PPC_MPC52xx) | ||
29 | #include <asm/mpc52xx.h> | ||
30 | #elif defined(CONFIG_MPC10X_BRIDGE) | ||
31 | #include <asm/mpc10x.h> | ||
32 | #else | ||
33 | #error "need definition of ppc_sys_devices" | ||
34 | #endif | ||
35 | |||
36 | #define PPC_SYS_IORESOURCE_FIXUPPED 0x00000001 | ||
37 | |||
38 | struct ppc_sys_spec { | ||
39 | /* PPC sys is matched via (ID & mask) == value, id could be | ||
40 | * PVR, SVR, IMMR, * etc. */ | ||
41 | u32 mask; | ||
42 | u32 value; | ||
43 | u32 num_devices; | ||
44 | char *ppc_sys_name; | ||
45 | u8 config[NUM_PPC_SYS_DEVS]; | ||
46 | enum ppc_sys_devices *device_list; | ||
47 | }; | ||
48 | |||
49 | struct platform_notify_dev_map { | ||
50 | const char *bus_id; | ||
51 | void (*rtn)(struct platform_device * pdev, int idx); | ||
52 | }; | ||
53 | |||
54 | enum platform_device_func { | ||
55 | PPC_SYS_FUNC_DUMMY = 0, | ||
56 | PPC_SYS_FUNC_ETH = 1, | ||
57 | PPC_SYS_FUNC_UART = 2, | ||
58 | PPC_SYS_FUNC_HLDC = 3, | ||
59 | PPC_SYS_FUNC_USB = 4, | ||
60 | PPC_SYS_FUNC_IRDA = 5, | ||
61 | }; | ||
62 | |||
63 | #define PPC_SYS_CONFIG_DISABLED 1 | ||
64 | |||
65 | /* describes all specific chips and which devices they have on them */ | ||
66 | extern struct ppc_sys_spec ppc_sys_specs[]; | ||
67 | extern struct ppc_sys_spec *cur_ppc_sys_spec; | ||
68 | |||
69 | /* determine which specific SOC we are */ | ||
70 | extern void identify_ppc_sys_by_id(u32 id) __init; | ||
71 | extern void identify_ppc_sys_by_name(char *name) __init; | ||
72 | extern void identify_ppc_sys_by_name_and_id(char *name, u32 id) __init; | ||
73 | |||
74 | /* describes all devices that may exist in a given family of processors */ | ||
75 | extern struct platform_device ppc_sys_platform_devices[]; | ||
76 | |||
77 | /* allow any platform_device fixup to occur before device is registered */ | ||
78 | extern int (*ppc_sys_device_fixup) (struct platform_device * pdev); | ||
79 | |||
80 | /* Update all memory resources by paddr, call before platform_device_register */ | ||
81 | extern void ppc_sys_fixup_mem_resource(struct platform_device *pdev, | ||
82 | phys_addr_t paddr) __init; | ||
83 | |||
84 | /* Get platform_data pointer out of platform device, call before platform_device_register */ | ||
85 | extern void *ppc_sys_get_pdata(enum ppc_sys_devices dev) __init; | ||
86 | |||
87 | /* remove a device from the system */ | ||
88 | extern void ppc_sys_device_remove(enum ppc_sys_devices dev); | ||
89 | |||
90 | /* Function assignment stuff */ | ||
91 | void ppc_sys_device_initfunc(void); | ||
92 | void ppc_sys_device_setfunc(enum ppc_sys_devices dev, | ||
93 | enum platform_device_func func); | ||
94 | void ppc_sys_device_set_func_all(enum platform_device_func func); | ||
95 | |||
96 | void platform_notify_map(const struct platform_notify_dev_map *map, | ||
97 | struct device *dev); | ||
98 | |||
99 | /* Enable / disable stuff */ | ||
100 | void ppc_sys_device_disable(enum ppc_sys_devices dev); | ||
101 | void ppc_sys_device_enable(enum ppc_sys_devices dev); | ||
102 | void ppc_sys_device_enable_all(void); | ||
103 | void ppc_sys_device_disable_all(void); | ||
104 | |||
105 | #endif /* __ASM_PPC_SYS_H */ | ||
106 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/ppcboot.h b/include/asm-ppc/ppcboot.h deleted file mode 100644 index 3819e17cd7b0..000000000000 --- a/include/asm-ppc/ppcboot.h +++ /dev/null | |||
@@ -1,100 +0,0 @@ | |||
1 | /* | ||
2 | * (C) Copyright 2000, 2001 | ||
3 | * Wolfgang Denk, DENX Software Engineering, wd@denx.de. | ||
4 | * | ||
5 | * This program is free software; you can redistribute it and/or | ||
6 | * modify it under the terms of the GNU General Public License as | ||
7 | * published by the Free Software Foundation; either version 2 of | ||
8 | * the License, or (at your option) any later version. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, | ||
11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
13 | * GNU General Public License for more details. | ||
14 | * | ||
15 | * You should have received a copy of the GNU General Public License | ||
16 | * along with this program; if not, write to the Free Software | ||
17 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | ||
18 | * MA 02111-1307 USA | ||
19 | */ | ||
20 | |||
21 | #ifndef __ASM_PPCBOOT_H__ | ||
22 | #define __ASM_PPCBOOT_H__ | ||
23 | |||
24 | /* | ||
25 | * Board information passed to kernel from PPCBoot | ||
26 | * | ||
27 | * include/asm-ppc/ppcboot.h | ||
28 | */ | ||
29 | |||
30 | #ifndef __ASSEMBLY__ | ||
31 | #include <linux/types.h> | ||
32 | |||
33 | typedef struct bd_info { | ||
34 | unsigned long bi_memstart; /* start of DRAM memory */ | ||
35 | unsigned long bi_memsize; /* size of DRAM memory in bytes */ | ||
36 | unsigned long bi_flashstart; /* start of FLASH memory */ | ||
37 | unsigned long bi_flashsize; /* size of FLASH memory */ | ||
38 | unsigned long bi_flashoffset; /* reserved area for startup monitor */ | ||
39 | unsigned long bi_sramstart; /* start of SRAM memory */ | ||
40 | unsigned long bi_sramsize; /* size of SRAM memory */ | ||
41 | #if defined(CONFIG_8xx) || defined(CONFIG_CPM2) | ||
42 | unsigned long bi_immr_base; /* base of IMMR register */ | ||
43 | #endif | ||
44 | #if defined(CONFIG_PPC_MPC52xx) | ||
45 | unsigned long bi_mbar_base; /* base of internal registers */ | ||
46 | #endif | ||
47 | unsigned long bi_bootflags; /* boot / reboot flag (for LynxOS) */ | ||
48 | unsigned long bi_ip_addr; /* IP Address */ | ||
49 | unsigned char bi_enetaddr[6]; /* Ethernet address */ | ||
50 | unsigned short bi_ethspeed; /* Ethernet speed in Mbps */ | ||
51 | unsigned long bi_intfreq; /* Internal Freq, in MHz */ | ||
52 | unsigned long bi_busfreq; /* Bus Freq, in MHz */ | ||
53 | #if defined(CONFIG_CPM2) | ||
54 | unsigned long bi_cpmfreq; /* CPM_CLK Freq, in MHz */ | ||
55 | unsigned long bi_brgfreq; /* BRG_CLK Freq, in MHz */ | ||
56 | unsigned long bi_sccfreq; /* SCC_CLK Freq, in MHz */ | ||
57 | unsigned long bi_vco; /* VCO Out from PLL, in MHz */ | ||
58 | #endif | ||
59 | #if defined(CONFIG_PPC_MPC52xx) | ||
60 | unsigned long bi_ipbfreq; /* IPB Bus Freq, in MHz */ | ||
61 | unsigned long bi_pcifreq; /* PCI Bus Freq, in MHz */ | ||
62 | #endif | ||
63 | unsigned long bi_baudrate; /* Console Baudrate */ | ||
64 | #if defined(CONFIG_4xx) | ||
65 | unsigned char bi_s_version[4]; /* Version of this structure */ | ||
66 | unsigned char bi_r_version[32]; /* Version of the ROM (IBM) */ | ||
67 | unsigned int bi_procfreq; /* CPU (Internal) Freq, in Hz */ | ||
68 | unsigned int bi_plb_busfreq; /* PLB Bus speed, in Hz */ | ||
69 | unsigned int bi_pci_busfreq; /* PCI Bus speed, in Hz */ | ||
70 | unsigned char bi_pci_enetaddr[6]; /* PCI Ethernet MAC address */ | ||
71 | #endif | ||
72 | #if defined(CONFIG_HYMOD) | ||
73 | hymod_conf_t bi_hymod_conf; /* hymod configuration information */ | ||
74 | #endif | ||
75 | #if defined(CONFIG_EVB64260) || defined(CONFIG_405EP) || defined(CONFIG_44x) | ||
76 | /* second onboard ethernet port */ | ||
77 | unsigned char bi_enet1addr[6]; | ||
78 | #endif | ||
79 | #if defined(CONFIG_EVB64260) || defined(CONFIG_440GX) | ||
80 | /* third onboard ethernet ports */ | ||
81 | unsigned char bi_enet2addr[6]; | ||
82 | #endif | ||
83 | #if defined(CONFIG_440GX) | ||
84 | /* fourth onboard ethernet ports */ | ||
85 | unsigned char bi_enet3addr[6]; | ||
86 | #endif | ||
87 | #if defined(CONFIG_4xx) | ||
88 | unsigned int bi_opbfreq; /* OB clock in Hz */ | ||
89 | int bi_iic_fast[2]; /* Use fast i2c mode */ | ||
90 | #endif | ||
91 | #if defined(CONFIG_440GX) | ||
92 | int bi_phynum[4]; /* phy mapping */ | ||
93 | int bi_phymode[4]; /* phy mode */ | ||
94 | #endif | ||
95 | } bd_t; | ||
96 | |||
97 | #define bi_tbfreq bi_intfreq | ||
98 | |||
99 | #endif /* __ASSEMBLY__ */ | ||
100 | #endif /* __ASM_PPCBOOT_H__ */ | ||
diff --git a/include/asm-ppc/prep_nvram.h b/include/asm-ppc/prep_nvram.h deleted file mode 100644 index 6dbc36a84df2..000000000000 --- a/include/asm-ppc/prep_nvram.h +++ /dev/null | |||
@@ -1,153 +0,0 @@ | |||
1 | /* | ||
2 | * PreP compliant NVRAM access | ||
3 | */ | ||
4 | |||
5 | /* Corey Minyard (minyard@acm.org) - Stolen from PReP book. Per the | ||
6 | license I must say: | ||
7 | (C) Copyright (Corey Minyard), (1998). All rights reserved | ||
8 | */ | ||
9 | |||
10 | /* Structure map for NVRAM on PowerPC Reference Platform */ | ||
11 | /* All fields are either character/byte strings which are valid either | ||
12 | endian or they are big-endian numbers. | ||
13 | |||
14 | There are a number of Date and Time fields which are in RTC format, | ||
15 | big-endian. These are stored in UT (GMT). | ||
16 | |||
17 | For enum's: if given in hex then they are bit significant, i.e. only | ||
18 | one bit is on for each enum. | ||
19 | */ | ||
20 | #ifdef __KERNEL__ | ||
21 | #ifndef _PPC_PREP_NVRAM_H | ||
22 | #define _PPC_PREP_NVRAM_H | ||
23 | |||
24 | #define MAX_PREP_NVRAM 0x8000 | ||
25 | #define PREP_NVRAM_AS0 0x74 | ||
26 | #define PREP_NVRAM_AS1 0x75 | ||
27 | #define PREP_NVRAM_DATA 0x77 | ||
28 | |||
29 | #define NVSIZE 4096 /* size of NVRAM */ | ||
30 | #define OSAREASIZE 512 /* size of OSArea space */ | ||
31 | #define CONFSIZE 1024 /* guess at size of Configuration space */ | ||
32 | |||
33 | typedef struct _SECURITY { | ||
34 | unsigned long BootErrCnt; /* Count of boot password errors */ | ||
35 | unsigned long ConfigErrCnt; /* Count of config password errors */ | ||
36 | unsigned long BootErrorDT[2]; /* Date&Time from RTC of last error in pw */ | ||
37 | unsigned long ConfigErrorDT[2]; /* Date&Time from RTC of last error in pw */ | ||
38 | unsigned long BootCorrectDT[2]; /* Date&Time from RTC of last correct pw */ | ||
39 | unsigned long ConfigCorrectDT[2]; /* Date&Time from RTC of last correct pw */ | ||
40 | unsigned long BootSetDT[2]; /* Date&Time from RTC of last set of pw */ | ||
41 | unsigned long ConfigSetDT[2]; /* Date&Time from RTC of last set of pw */ | ||
42 | unsigned char Serial[16]; /* Box serial number */ | ||
43 | } SECURITY; | ||
44 | |||
45 | typedef enum _OS_ID { | ||
46 | Unknown = 0, | ||
47 | Firmware = 1, | ||
48 | AIX = 2, | ||
49 | NT = 3, | ||
50 | MKOS2 = 4, | ||
51 | MKAIX = 5, | ||
52 | Taligent = 6, | ||
53 | Solaris = 7, | ||
54 | MK = 12 | ||
55 | } OS_ID; | ||
56 | |||
57 | typedef struct _ERROR_LOG { | ||
58 | unsigned char ErrorLogEntry[40]; /* To be architected */ | ||
59 | } ERROR_LOG; | ||
60 | |||
61 | typedef enum _BOOT_STATUS { | ||
62 | BootStarted = 0x01, | ||
63 | BootFinished = 0x02, | ||
64 | RestartStarted = 0x04, | ||
65 | RestartFinished = 0x08, | ||
66 | PowerFailStarted = 0x10, | ||
67 | PowerFailFinished = 0x20, | ||
68 | ProcessorReady = 0x40, | ||
69 | ProcessorRunning = 0x80, | ||
70 | ProcessorStart = 0x0100 | ||
71 | } BOOT_STATUS; | ||
72 | |||
73 | typedef struct _RESTART_BLOCK { | ||
74 | unsigned short Version; | ||
75 | unsigned short Revision; | ||
76 | unsigned long ResumeReserve1[2]; | ||
77 | volatile unsigned long BootStatus; | ||
78 | unsigned long CheckSum; /* Checksum of RESTART_BLOCK */ | ||
79 | void * RestartAddress; | ||
80 | void * SaveAreaAddr; | ||
81 | unsigned long SaveAreaLength; | ||
82 | } RESTART_BLOCK; | ||
83 | |||
84 | typedef enum _OSAREA_USAGE { | ||
85 | Empty = 0, | ||
86 | Used = 1 | ||
87 | } OSAREA_USAGE; | ||
88 | |||
89 | typedef enum _PM_MODE { | ||
90 | Suspend = 0x80, /* Part of state is in memory */ | ||
91 | Normal = 0x00 /* No power management in effect */ | ||
92 | } PMMODE; | ||
93 | |||
94 | typedef struct _HEADER { | ||
95 | unsigned short Size; /* NVRAM size in K(1024) */ | ||
96 | unsigned char Version; /* Structure map different */ | ||
97 | unsigned char Revision; /* Structure map the same -may | ||
98 | be new values in old fields | ||
99 | in other words old code still works */ | ||
100 | unsigned short Crc1; /* check sum from beginning of nvram to OSArea */ | ||
101 | unsigned short Crc2; /* check sum of config */ | ||
102 | unsigned char LastOS; /* OS_ID */ | ||
103 | unsigned char Endian; /* B if big endian, L if little endian */ | ||
104 | unsigned char OSAreaUsage; /* OSAREA_USAGE */ | ||
105 | unsigned char PMMode; /* Shutdown mode */ | ||
106 | RESTART_BLOCK RestartBlock; | ||
107 | SECURITY Security; | ||
108 | ERROR_LOG ErrorLog[2]; | ||
109 | |||
110 | /* Global Environment information */ | ||
111 | void * GEAddress; | ||
112 | unsigned long GELength; | ||
113 | |||
114 | /* Date&Time from RTC of last change to Global Environment */ | ||
115 | unsigned long GELastWriteDT[2]; | ||
116 | |||
117 | /* Configuration information */ | ||
118 | void * ConfigAddress; | ||
119 | unsigned long ConfigLength; | ||
120 | |||
121 | /* Date&Time from RTC of last change to Configuration */ | ||
122 | unsigned long ConfigLastWriteDT[2]; | ||
123 | unsigned long ConfigCount; /* Count of entries in Configuration */ | ||
124 | |||
125 | /* OS dependent temp area */ | ||
126 | void * OSAreaAddress; | ||
127 | unsigned long OSAreaLength; | ||
128 | |||
129 | /* Date&Time from RTC of last change to OSAreaArea */ | ||
130 | unsigned long OSAreaLastWriteDT[2]; | ||
131 | } HEADER; | ||
132 | |||
133 | /* Here is the whole map of the NVRAM */ | ||
134 | typedef struct _NVRAM_MAP { | ||
135 | HEADER Header; | ||
136 | unsigned char GEArea[NVSIZE-CONFSIZE-OSAREASIZE-sizeof(HEADER)]; | ||
137 | unsigned char OSArea[OSAREASIZE]; | ||
138 | unsigned char ConfigArea[CONFSIZE]; | ||
139 | } NVRAM_MAP; | ||
140 | |||
141 | /* Routines to manipulate the NVRAM */ | ||
142 | void init_prep_nvram(void); | ||
143 | char *prep_nvram_get_var(const char *name); | ||
144 | char *prep_nvram_first_var(void); | ||
145 | char *prep_nvram_next_var(char *name); | ||
146 | |||
147 | /* Routines to read and write directly to the NVRAM */ | ||
148 | unsigned char prep_nvram_read_val(int addr); | ||
149 | void prep_nvram_write_val(int addr, | ||
150 | unsigned char val); | ||
151 | |||
152 | #endif /* _PPC_PREP_NVRAM_H */ | ||
153 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/prom.h b/include/asm-ppc/prom.h deleted file mode 100644 index 71f4c996fe75..000000000000 --- a/include/asm-ppc/prom.h +++ /dev/null | |||
@@ -1,40 +0,0 @@ | |||
1 | /* | ||
2 | * Definitions for talking to the Open Firmware PROM on | ||
3 | * Power Macintosh computers. | ||
4 | * | ||
5 | * Copyright (C) 1996 Paul Mackerras. | ||
6 | */ | ||
7 | #ifdef __KERNEL__ | ||
8 | #ifndef _PPC_PROM_H | ||
9 | #define _PPC_PROM_H | ||
10 | |||
11 | /* This is used in arch/ppc/mm/mem_pieces.h */ | ||
12 | struct reg_property { | ||
13 | unsigned int address; | ||
14 | unsigned int size; | ||
15 | }; | ||
16 | |||
17 | /* | ||
18 | * These macros assist in performing the address calculations that we | ||
19 | * need to do to access data when the kernel is running at an address | ||
20 | * that is different from the address that the kernel is linked at. | ||
21 | * The reloc_offset() function returns the difference between these | ||
22 | * two addresses and the macros simplify the process of adding or | ||
23 | * subtracting this offset to/from pointer values. | ||
24 | */ | ||
25 | extern unsigned long reloc_offset(void); | ||
26 | extern unsigned long add_reloc_offset(unsigned long); | ||
27 | extern unsigned long sub_reloc_offset(unsigned long); | ||
28 | |||
29 | #define PTRRELOC(x) ((typeof(x))add_reloc_offset((unsigned long)(x))) | ||
30 | #define PTRUNRELOC(x) ((typeof(x))sub_reloc_offset((unsigned long)(x))) | ||
31 | |||
32 | /* | ||
33 | * Fallback definitions since we don't support OF in arch/ppc any more. | ||
34 | */ | ||
35 | #define machine_is_compatible(x) 0 | ||
36 | #define of_find_compatible_node(f, t, c) NULL | ||
37 | #define of_get_property(p, n, l) NULL | ||
38 | |||
39 | #endif /* _PPC_PROM_H */ | ||
40 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/raven.h b/include/asm-ppc/raven.h deleted file mode 100644 index 66f52cc0a03c..000000000000 --- a/include/asm-ppc/raven.h +++ /dev/null | |||
@@ -1,35 +0,0 @@ | |||
1 | /* | ||
2 | * include/asm-ppc/raven.h -- Raven MPIC chip. | ||
3 | * | ||
4 | * Copyright (C) 1998 Johnnie Peters | ||
5 | * | ||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||
7 | * License. See the file COPYING in the main directory of this archive | ||
8 | * for more details. | ||
9 | */ | ||
10 | |||
11 | #ifdef __KERNEL__ | ||
12 | #ifndef _ASMPPC_RAVEN_H | ||
13 | #define _ASMPPC_RAVEN_H | ||
14 | |||
15 | #define MVME2600_INT_SIO 0 | ||
16 | #define MVME2600_INT_FALCN_ECC_ERR 1 | ||
17 | #define MVME2600_INT_PCI_ETHERNET 2 | ||
18 | #define MVME2600_INT_PCI_SCSI 3 | ||
19 | #define MVME2600_INT_PCI_GRAPHICS 4 | ||
20 | #define MVME2600_INT_PCI_VME0 5 | ||
21 | #define MVME2600_INT_PCI_VME1 6 | ||
22 | #define MVME2600_INT_PCI_VME2 7 | ||
23 | #define MVME2600_INT_PCI_VME3 8 | ||
24 | #define MVME2600_INT_PCI_INTA 9 | ||
25 | #define MVME2600_INT_PCI_INTB 10 | ||
26 | #define MVME2600_INT_PCI_INTC 11 | ||
27 | #define MVME2600_INT_PCI_INTD 12 | ||
28 | #define MVME2600_INT_LM_SIG0 13 | ||
29 | #define MVME2600_INT_LM_SIG1 14 | ||
30 | |||
31 | extern struct hw_interrupt_type raven_pic; | ||
32 | |||
33 | extern int raven_init(void); | ||
34 | #endif /* _ASMPPC_RAVEN_H */ | ||
35 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/reg_booke.h b/include/asm-ppc/reg_booke.h deleted file mode 100644 index 91e96af88bd8..000000000000 --- a/include/asm-ppc/reg_booke.h +++ /dev/null | |||
@@ -1,443 +0,0 @@ | |||
1 | /* | ||
2 | * Contains register definitions common to the Book E PowerPC | ||
3 | * specification. Notice that while the IBM-40x series of CPUs | ||
4 | * are not true Book E PowerPCs, they borrowed a number of features | ||
5 | * before Book E was finalized, and are included here as well. Unfortunatly, | ||
6 | * they sometimes used different locations than true Book E CPUs did. | ||
7 | */ | ||
8 | #ifdef __KERNEL__ | ||
9 | #ifndef __ASM_PPC_REG_BOOKE_H__ | ||
10 | #define __ASM_PPC_REG_BOOKE_H__ | ||
11 | |||
12 | #ifndef __ASSEMBLY__ | ||
13 | /* Performance Monitor Registers */ | ||
14 | #define mfpmr(rn) ({unsigned int rval; \ | ||
15 | asm volatile("mfpmr %0," __stringify(rn) \ | ||
16 | : "=r" (rval)); rval;}) | ||
17 | #define mtpmr(rn, v) asm volatile("mtpmr " __stringify(rn) ",%0" : : "r" (v)) | ||
18 | #endif /* __ASSEMBLY__ */ | ||
19 | |||
20 | /* Freescale Book E Performance Monitor APU Registers */ | ||
21 | #define PMRN_PMC0 0x010 /* Performance Monitor Counter 0 */ | ||
22 | #define PMRN_PMC1 0x011 /* Performance Monitor Counter 1 */ | ||
23 | #define PMRN_PMC2 0x012 /* Performance Monitor Counter 1 */ | ||
24 | #define PMRN_PMC3 0x013 /* Performance Monitor Counter 1 */ | ||
25 | #define PMRN_PMLCA0 0x090 /* PM Local Control A0 */ | ||
26 | #define PMRN_PMLCA1 0x091 /* PM Local Control A1 */ | ||
27 | #define PMRN_PMLCA2 0x092 /* PM Local Control A2 */ | ||
28 | #define PMRN_PMLCA3 0x093 /* PM Local Control A3 */ | ||
29 | |||
30 | #define PMLCA_FC 0x80000000 /* Freeze Counter */ | ||
31 | #define PMLCA_FCS 0x40000000 /* Freeze in Supervisor */ | ||
32 | #define PMLCA_FCU 0x20000000 /* Freeze in User */ | ||
33 | #define PMLCA_FCM1 0x10000000 /* Freeze when PMM==1 */ | ||
34 | #define PMLCA_FCM0 0x08000000 /* Freeze when PMM==0 */ | ||
35 | #define PMLCA_CE 0x04000000 /* Condition Enable */ | ||
36 | |||
37 | #define PMLCA_EVENT_MASK 0x007f0000 /* Event field */ | ||
38 | #define PMLCA_EVENT_SHIFT 16 | ||
39 | |||
40 | #define PMRN_PMLCB0 0x110 /* PM Local Control B0 */ | ||
41 | #define PMRN_PMLCB1 0x111 /* PM Local Control B1 */ | ||
42 | #define PMRN_PMLCB2 0x112 /* PM Local Control B2 */ | ||
43 | #define PMRN_PMLCB3 0x113 /* PM Local Control B3 */ | ||
44 | |||
45 | #define PMLCB_THRESHMUL_MASK 0x0700 /* Threshhold Multiple Field */ | ||
46 | #define PMLCB_THRESHMUL_SHIFT 8 | ||
47 | |||
48 | #define PMLCB_THRESHOLD_MASK 0x003f /* Threshold Field */ | ||
49 | #define PMLCB_THRESHOLD_SHIFT 0 | ||
50 | |||
51 | #define PMRN_PMGC0 0x190 /* PM Global Control 0 */ | ||
52 | |||
53 | #define PMGC0_FAC 0x80000000 /* Freeze all Counters */ | ||
54 | #define PMGC0_PMIE 0x40000000 /* Interrupt Enable */ | ||
55 | #define PMGC0_FCECE 0x20000000 /* Freeze countes on | ||
56 | Enabled Condition or | ||
57 | Event */ | ||
58 | |||
59 | #define PMRN_UPMC0 0x000 /* User Performance Monitor Counter 0 */ | ||
60 | #define PMRN_UPMC1 0x001 /* User Performance Monitor Counter 1 */ | ||
61 | #define PMRN_UPMC2 0x002 /* User Performance Monitor Counter 1 */ | ||
62 | #define PMRN_UPMC3 0x003 /* User Performance Monitor Counter 1 */ | ||
63 | #define PMRN_UPMLCA0 0x080 /* User PM Local Control A0 */ | ||
64 | #define PMRN_UPMLCA1 0x081 /* User PM Local Control A1 */ | ||
65 | #define PMRN_UPMLCA2 0x082 /* User PM Local Control A2 */ | ||
66 | #define PMRN_UPMLCA3 0x083 /* User PM Local Control A3 */ | ||
67 | #define PMRN_UPMLCB0 0x100 /* User PM Local Control B0 */ | ||
68 | #define PMRN_UPMLCB1 0x101 /* User PM Local Control B1 */ | ||
69 | #define PMRN_UPMLCB2 0x102 /* User PM Local Control B2 */ | ||
70 | #define PMRN_UPMLCB3 0x103 /* User PM Local Control B3 */ | ||
71 | #define PMRN_UPMGC0 0x180 /* User PM Global Control 0 */ | ||
72 | |||
73 | |||
74 | /* Machine State Register (MSR) Fields */ | ||
75 | #define MSR_UCLE (1<<26) /* User-mode cache lock enable */ | ||
76 | #define MSR_SPE (1<<25) /* Enable SPE */ | ||
77 | #define MSR_DWE (1<<10) /* Debug Wait Enable */ | ||
78 | #define MSR_UBLE (1<<10) /* BTB lock enable (e500) */ | ||
79 | #define MSR_IS MSR_IR /* Instruction Space */ | ||
80 | #define MSR_DS MSR_DR /* Data Space */ | ||
81 | #define MSR_PMM (1<<2) /* Performance monitor mark bit */ | ||
82 | |||
83 | /* Default MSR for kernel mode. */ | ||
84 | #if defined (CONFIG_40x) | ||
85 | #define MSR_KERNEL (MSR_ME|MSR_RI|MSR_IR|MSR_DR|MSR_CE) | ||
86 | #elif defined(CONFIG_BOOKE) | ||
87 | #define MSR_KERNEL (MSR_ME|MSR_RI|MSR_CE) | ||
88 | #endif | ||
89 | |||
90 | /* Special Purpose Registers (SPRNs)*/ | ||
91 | #define SPRN_DECAR 0x036 /* Decrementer Auto Reload Register */ | ||
92 | #define SPRN_IVPR 0x03F /* Interrupt Vector Prefix Register */ | ||
93 | #define SPRN_USPRG0 0x100 /* User Special Purpose Register General 0 */ | ||
94 | #define SPRN_SPRG4R 0x104 /* Special Purpose Register General 4 Read */ | ||
95 | #define SPRN_SPRG5R 0x105 /* Special Purpose Register General 5 Read */ | ||
96 | #define SPRN_SPRG6R 0x106 /* Special Purpose Register General 6 Read */ | ||
97 | #define SPRN_SPRG7R 0x107 /* Special Purpose Register General 7 Read */ | ||
98 | #define SPRN_SPRG4W 0x114 /* Special Purpose Register General 4 Write */ | ||
99 | #define SPRN_SPRG5W 0x115 /* Special Purpose Register General 5 Write */ | ||
100 | #define SPRN_SPRG6W 0x116 /* Special Purpose Register General 6 Write */ | ||
101 | #define SPRN_SPRG7W 0x117 /* Special Purpose Register General 7 Write */ | ||
102 | #define SPRN_DBCR2 0x136 /* Debug Control Register 2 */ | ||
103 | #define SPRN_IAC3 0x13A /* Instruction Address Compare 3 */ | ||
104 | #define SPRN_IAC4 0x13B /* Instruction Address Compare 4 */ | ||
105 | #define SPRN_DVC1 0x13E /* Data Value Compare Register 1 */ | ||
106 | #define SPRN_DVC2 0x13F /* Data Value Compare Register 2 */ | ||
107 | #define SPRN_IVOR0 0x190 /* Interrupt Vector Offset Register 0 */ | ||
108 | #define SPRN_IVOR1 0x191 /* Interrupt Vector Offset Register 1 */ | ||
109 | #define SPRN_IVOR2 0x192 /* Interrupt Vector Offset Register 2 */ | ||
110 | #define SPRN_IVOR3 0x193 /* Interrupt Vector Offset Register 3 */ | ||
111 | #define SPRN_IVOR4 0x194 /* Interrupt Vector Offset Register 4 */ | ||
112 | #define SPRN_IVOR5 0x195 /* Interrupt Vector Offset Register 5 */ | ||
113 | #define SPRN_IVOR6 0x196 /* Interrupt Vector Offset Register 6 */ | ||
114 | #define SPRN_IVOR7 0x197 /* Interrupt Vector Offset Register 7 */ | ||
115 | #define SPRN_IVOR8 0x198 /* Interrupt Vector Offset Register 8 */ | ||
116 | #define SPRN_IVOR9 0x199 /* Interrupt Vector Offset Register 9 */ | ||
117 | #define SPRN_IVOR10 0x19A /* Interrupt Vector Offset Register 10 */ | ||
118 | #define SPRN_IVOR11 0x19B /* Interrupt Vector Offset Register 11 */ | ||
119 | #define SPRN_IVOR12 0x19C /* Interrupt Vector Offset Register 12 */ | ||
120 | #define SPRN_IVOR13 0x19D /* Interrupt Vector Offset Register 13 */ | ||
121 | #define SPRN_IVOR14 0x19E /* Interrupt Vector Offset Register 14 */ | ||
122 | #define SPRN_IVOR15 0x19F /* Interrupt Vector Offset Register 15 */ | ||
123 | #define SPRN_SPEFSCR 0x200 /* SPE & Embedded FP Status & Control */ | ||
124 | #define SPRN_BBEAR 0x201 /* Branch Buffer Entry Address Register */ | ||
125 | #define SPRN_BBTAR 0x202 /* Branch Buffer Target Address Register */ | ||
126 | #define SPRN_IVOR32 0x210 /* Interrupt Vector Offset Register 32 */ | ||
127 | #define SPRN_IVOR33 0x211 /* Interrupt Vector Offset Register 33 */ | ||
128 | #define SPRN_IVOR34 0x212 /* Interrupt Vector Offset Register 34 */ | ||
129 | #define SPRN_IVOR35 0x213 /* Interrupt Vector Offset Register 35 */ | ||
130 | #define SPRN_MCSRR0 0x23A /* Machine Check Save and Restore Register 0 */ | ||
131 | #define SPRN_MCSRR1 0x23B /* Machine Check Save and Restore Register 1 */ | ||
132 | #define SPRN_MCSR 0x23C /* Machine Check Status Register */ | ||
133 | #define SPRN_MCAR 0x23D /* Machine Check Address Register */ | ||
134 | #define SPRN_DSRR0 0x23E /* Debug Save and Restore Register 0 */ | ||
135 | #define SPRN_DSRR1 0x23F /* Debug Save and Restore Register 1 */ | ||
136 | #define SPRN_MAS0 0x270 /* MMU Assist Register 0 */ | ||
137 | #define SPRN_MAS1 0x271 /* MMU Assist Register 1 */ | ||
138 | #define SPRN_MAS2 0x272 /* MMU Assist Register 2 */ | ||
139 | #define SPRN_MAS3 0x273 /* MMU Assist Register 3 */ | ||
140 | #define SPRN_MAS4 0x274 /* MMU Assist Register 4 */ | ||
141 | #define SPRN_MAS5 0x275 /* MMU Assist Register 5 */ | ||
142 | #define SPRN_MAS6 0x276 /* MMU Assist Register 6 */ | ||
143 | #define SPRN_MAS7 0x3b0 /* MMU Assist Register 7 */ | ||
144 | #define SPRN_PID1 0x279 /* Process ID Register 1 */ | ||
145 | #define SPRN_PID2 0x27A /* Process ID Register 2 */ | ||
146 | #define SPRN_TLB0CFG 0x2B0 /* TLB 0 Config Register */ | ||
147 | #define SPRN_TLB1CFG 0x2B1 /* TLB 1 Config Register */ | ||
148 | #define SPRN_CCR1 0x378 /* Core Configuration Register 1 */ | ||
149 | #define SPRN_ZPR 0x3B0 /* Zone Protection Register (40x) */ | ||
150 | #define SPRN_MMUCR 0x3B2 /* MMU Control Register */ | ||
151 | #define SPRN_CCR0 0x3B3 /* Core Configuration Register 0 */ | ||
152 | #define SPRN_SGR 0x3B9 /* Storage Guarded Register */ | ||
153 | #define SPRN_DCWR 0x3BA /* Data Cache Write-thru Register */ | ||
154 | #define SPRN_SLER 0x3BB /* Little-endian real mode */ | ||
155 | #define SPRN_SU0R 0x3BC /* "User 0" real mode (40x) */ | ||
156 | #define SPRN_DCMP 0x3D1 /* Data TLB Compare Register */ | ||
157 | #define SPRN_ICDBDR 0x3D3 /* Instruction Cache Debug Data Register */ | ||
158 | #define SPRN_EVPR 0x3D6 /* Exception Vector Prefix Register */ | ||
159 | #define SPRN_L1CSR0 0x3F2 /* L1 Cache Control and Status Register 0 */ | ||
160 | #define SPRN_L1CSR1 0x3F3 /* L1 Cache Control and Status Register 1 */ | ||
161 | #define SPRN_PIT 0x3DB /* Programmable Interval Timer */ | ||
162 | #define SPRN_DCCR 0x3FA /* Data Cache Cacheability Register */ | ||
163 | #define SPRN_ICCR 0x3FB /* Instruction Cache Cacheability Register */ | ||
164 | #define SPRN_SVR 0x3FF /* System Version Register */ | ||
165 | |||
166 | /* | ||
167 | * SPRs which have conflicting definitions on true Book E versus classic, | ||
168 | * or IBM 40x. | ||
169 | */ | ||
170 | #ifdef CONFIG_BOOKE | ||
171 | #define SPRN_PID 0x030 /* Process ID */ | ||
172 | #define SPRN_PID0 SPRN_PID/* Process ID Register 0 */ | ||
173 | #define SPRN_CSRR0 0x03A /* Critical Save and Restore Register 0 */ | ||
174 | #define SPRN_CSRR1 0x03B /* Critical Save and Restore Register 1 */ | ||
175 | #define SPRN_DEAR 0x03D /* Data Error Address Register */ | ||
176 | #define SPRN_ESR 0x03E /* Exception Syndrome Register */ | ||
177 | #define SPRN_PIR 0x11E /* Processor Identification Register */ | ||
178 | #define SPRN_DBSR 0x130 /* Debug Status Register */ | ||
179 | #define SPRN_DBCR0 0x134 /* Debug Control Register 0 */ | ||
180 | #define SPRN_DBCR1 0x135 /* Debug Control Register 1 */ | ||
181 | #define SPRN_IAC1 0x138 /* Instruction Address Compare 1 */ | ||
182 | #define SPRN_IAC2 0x139 /* Instruction Address Compare 2 */ | ||
183 | #define SPRN_DAC1 0x13C /* Data Address Compare 1 */ | ||
184 | #define SPRN_DAC2 0x13D /* Data Address Compare 2 */ | ||
185 | #define SPRN_TSR 0x150 /* Timer Status Register */ | ||
186 | #define SPRN_TCR 0x154 /* Timer Control Register */ | ||
187 | #endif /* Book E */ | ||
188 | #ifdef CONFIG_40x | ||
189 | #define SPRN_PID 0x3B1 /* Process ID */ | ||
190 | #define SPRN_DBCR1 0x3BD /* Debug Control Register 1 */ | ||
191 | #define SPRN_ESR 0x3D4 /* Exception Syndrome Register */ | ||
192 | #define SPRN_DEAR 0x3D5 /* Data Error Address Register */ | ||
193 | #define SPRN_TSR 0x3D8 /* Timer Status Register */ | ||
194 | #define SPRN_TCR 0x3DA /* Timer Control Register */ | ||
195 | #define SPRN_SRR2 0x3DE /* Save/Restore Register 2 */ | ||
196 | #define SPRN_SRR3 0x3DF /* Save/Restore Register 3 */ | ||
197 | #define SPRN_DBSR 0x3F0 /* Debug Status Register */ | ||
198 | #define SPRN_DBCR0 0x3F2 /* Debug Control Register 0 */ | ||
199 | #define SPRN_DAC1 0x3F6 /* Data Address Compare 1 */ | ||
200 | #define SPRN_DAC2 0x3F7 /* Data Address Compare 2 */ | ||
201 | #define SPRN_CSRR0 SPRN_SRR2 /* Critical Save and Restore Register 0 */ | ||
202 | #define SPRN_CSRR1 SPRN_SRR3 /* Critical Save and Restore Register 1 */ | ||
203 | #endif | ||
204 | |||
205 | /* Bit definitions for CCR1. */ | ||
206 | #define CCR1_DPC 0x00000100 /* Disable L1 I-Cache/D-Cache parity checking */ | ||
207 | #define CCR1_TCS 0x00000080 /* Timer Clock Select */ | ||
208 | |||
209 | /* Bit definitions for the MCSR. */ | ||
210 | #ifdef CONFIG_4xx | ||
211 | #define MCSR_MCS 0x80000000 /* Machine Check Summary */ | ||
212 | #define MCSR_IB 0x40000000 /* Instruction PLB Error */ | ||
213 | #define MCSR_DRB 0x20000000 /* Data Read PLB Error */ | ||
214 | #define MCSR_DWB 0x10000000 /* Data Write PLB Error */ | ||
215 | #define MCSR_TLBP 0x08000000 /* TLB Parity Error */ | ||
216 | #define MCSR_ICP 0x04000000 /* I-Cache Parity Error */ | ||
217 | #define MCSR_DCSP 0x02000000 /* D-Cache Search Parity Error */ | ||
218 | #define MCSR_DCFP 0x01000000 /* D-Cache Flush Parity Error */ | ||
219 | #define MCSR_IMPE 0x00800000 /* Imprecise Machine Check Exception */ | ||
220 | #endif | ||
221 | |||
222 | /* Bit definitions for the DBSR. */ | ||
223 | /* | ||
224 | * DBSR bits which have conflicting definitions on true Book E versus IBM 40x. | ||
225 | */ | ||
226 | #ifdef CONFIG_BOOKE | ||
227 | #define DBSR_IC 0x08000000 /* Instruction Completion */ | ||
228 | #define DBSR_BT 0x04000000 /* Branch Taken */ | ||
229 | #define DBSR_TIE 0x01000000 /* Trap Instruction Event */ | ||
230 | #define DBSR_IAC1 0x00800000 /* Instr Address Compare 1 Event */ | ||
231 | #define DBSR_IAC2 0x00400000 /* Instr Address Compare 2 Event */ | ||
232 | #define DBSR_IAC3 0x00200000 /* Instr Address Compare 3 Event */ | ||
233 | #define DBSR_IAC4 0x00100000 /* Instr Address Compare 4 Event */ | ||
234 | #define DBSR_DAC1R 0x00080000 /* Data Addr Compare 1 Read Event */ | ||
235 | #define DBSR_DAC1W 0x00040000 /* Data Addr Compare 1 Write Event */ | ||
236 | #define DBSR_DAC2R 0x00020000 /* Data Addr Compare 2 Read Event */ | ||
237 | #define DBSR_DAC2W 0x00010000 /* Data Addr Compare 2 Write Event */ | ||
238 | #endif | ||
239 | #ifdef CONFIG_40x | ||
240 | #define DBSR_IC 0x80000000 /* Instruction Completion */ | ||
241 | #define DBSR_BT 0x40000000 /* Branch taken */ | ||
242 | #define DBSR_TIE 0x10000000 /* Trap Instruction debug Event */ | ||
243 | #define DBSR_IAC1 0x04000000 /* Instruction Address Compare 1 Event */ | ||
244 | #define DBSR_IAC2 0x02000000 /* Instruction Address Compare 2 Event */ | ||
245 | #define DBSR_IAC3 0x00080000 /* Instruction Address Compare 3 Event */ | ||
246 | #define DBSR_IAC4 0x00040000 /* Instruction Address Compare 4 Event */ | ||
247 | #define DBSR_DAC1R 0x01000000 /* Data Address Compare 1 Read Event */ | ||
248 | #define DBSR_DAC1W 0x00800000 /* Data Address Compare 1 Write Event */ | ||
249 | #define DBSR_DAC2R 0x00400000 /* Data Address Compare 2 Read Event */ | ||
250 | #define DBSR_DAC2W 0x00200000 /* Data Address Compare 2 Write Event */ | ||
251 | #endif | ||
252 | |||
253 | /* Bit definitions related to the ESR. */ | ||
254 | #define ESR_MCI 0x80000000 /* Machine Check - Instruction */ | ||
255 | #define ESR_IMCP 0x80000000 /* Instr. Machine Check - Protection */ | ||
256 | #define ESR_IMCN 0x40000000 /* Instr. Machine Check - Non-config */ | ||
257 | #define ESR_IMCB 0x20000000 /* Instr. Machine Check - Bus error */ | ||
258 | #define ESR_IMCT 0x10000000 /* Instr. Machine Check - Timeout */ | ||
259 | #define ESR_PIL 0x08000000 /* Program Exception - Illegal */ | ||
260 | #define ESR_PPR 0x04000000 /* Program Exception - Privileged */ | ||
261 | #define ESR_PTR 0x02000000 /* Program Exception - Trap */ | ||
262 | #define ESR_FP 0x01000000 /* Floating Point Operation */ | ||
263 | #define ESR_DST 0x00800000 /* Storage Exception - Data miss */ | ||
264 | #define ESR_DIZ 0x00400000 /* Storage Exception - Zone fault */ | ||
265 | #define ESR_ST 0x00800000 /* Store Operation */ | ||
266 | #define ESR_DLK 0x00200000 /* Data Cache Locking */ | ||
267 | #define ESR_ILK 0x00100000 /* Instr. Cache Locking */ | ||
268 | #define ESR_PUO 0x00040000 /* Unimplemented Operation exception */ | ||
269 | #define ESR_BO 0x00020000 /* Byte Ordering */ | ||
270 | |||
271 | /* Bit definitions related to the DBCR0. */ | ||
272 | #define DBCR0_EDM 0x80000000 /* External Debug Mode */ | ||
273 | #define DBCR0_IDM 0x40000000 /* Internal Debug Mode */ | ||
274 | #define DBCR0_RST 0x30000000 /* all the bits in the RST field */ | ||
275 | #define DBCR0_RST_SYSTEM 0x30000000 /* System Reset */ | ||
276 | #define DBCR0_RST_CHIP 0x20000000 /* Chip Reset */ | ||
277 | #define DBCR0_RST_CORE 0x10000000 /* Core Reset */ | ||
278 | #define DBCR0_RST_NONE 0x00000000 /* No Reset */ | ||
279 | #define DBCR0_IC 0x08000000 /* Instruction Completion */ | ||
280 | #define DBCR0_BT 0x04000000 /* Branch Taken */ | ||
281 | #define DBCR0_EDE 0x02000000 /* Exception Debug Event */ | ||
282 | #define DBCR0_TDE 0x01000000 /* TRAP Debug Event */ | ||
283 | #define DBCR0_IA1 0x00800000 /* Instr Addr compare 1 enable */ | ||
284 | #define DBCR0_IA2 0x00400000 /* Instr Addr compare 2 enable */ | ||
285 | #define DBCR0_IA12 0x00200000 /* Instr Addr 1-2 range enable */ | ||
286 | #define DBCR0_IA12X 0x00100000 /* Instr Addr 1-2 range eXclusive */ | ||
287 | #define DBCR0_IA3 0x00080000 /* Instr Addr compare 3 enable */ | ||
288 | #define DBCR0_IA4 0x00040000 /* Instr Addr compare 4 enable */ | ||
289 | #define DBCR0_IA34 0x00020000 /* Instr Addr 3-4 range Enable */ | ||
290 | #define DBCR0_IA34X 0x00010000 /* Instr Addr 3-4 range eXclusive */ | ||
291 | #define DBCR0_IA12T 0x00008000 /* Instr Addr 1-2 range Toggle */ | ||
292 | #define DBCR0_IA34T 0x00004000 /* Instr Addr 3-4 range Toggle */ | ||
293 | #define DBCR0_FT 0x00000001 /* Freeze Timers on debug event */ | ||
294 | |||
295 | /* Bit definitions related to the TCR. */ | ||
296 | #define TCR_WP(x) (((x)&0x3)<<30) /* WDT Period */ | ||
297 | #define TCR_WP_MASK TCR_WP(3) | ||
298 | #define WP_2_17 0 /* 2^17 clocks */ | ||
299 | #define WP_2_21 1 /* 2^21 clocks */ | ||
300 | #define WP_2_25 2 /* 2^25 clocks */ | ||
301 | #define WP_2_29 3 /* 2^29 clocks */ | ||
302 | #define TCR_WRC(x) (((x)&0x3)<<28) /* WDT Reset Control */ | ||
303 | #define TCR_WRC_MASK TCR_WRC(3) | ||
304 | #define WRC_NONE 0 /* No reset will occur */ | ||
305 | #define WRC_CORE 1 /* Core reset will occur */ | ||
306 | #define WRC_CHIP 2 /* Chip reset will occur */ | ||
307 | #define WRC_SYSTEM 3 /* System reset will occur */ | ||
308 | #define TCR_WIE 0x08000000 /* WDT Interrupt Enable */ | ||
309 | #define TCR_PIE 0x04000000 /* PIT Interrupt Enable */ | ||
310 | #define TCR_DIE TCR_PIE /* DEC Interrupt Enable */ | ||
311 | #define TCR_FP(x) (((x)&0x3)<<24) /* FIT Period */ | ||
312 | #define TCR_FP_MASK TCR_FP(3) | ||
313 | #define FP_2_9 0 /* 2^9 clocks */ | ||
314 | #define FP_2_13 1 /* 2^13 clocks */ | ||
315 | #define FP_2_17 2 /* 2^17 clocks */ | ||
316 | #define FP_2_21 3 /* 2^21 clocks */ | ||
317 | #define TCR_FIE 0x00800000 /* FIT Interrupt Enable */ | ||
318 | #define TCR_ARE 0x00400000 /* Auto Reload Enable */ | ||
319 | |||
320 | /* Bit definitions for the TSR. */ | ||
321 | #define TSR_ENW 0x80000000 /* Enable Next Watchdog */ | ||
322 | #define TSR_WIS 0x40000000 /* WDT Interrupt Status */ | ||
323 | #define TSR_WRS(x) (((x)&0x3)<<28) /* WDT Reset Status */ | ||
324 | #define WRS_NONE 0 /* No WDT reset occurred */ | ||
325 | #define WRS_CORE 1 /* WDT forced core reset */ | ||
326 | #define WRS_CHIP 2 /* WDT forced chip reset */ | ||
327 | #define WRS_SYSTEM 3 /* WDT forced system reset */ | ||
328 | #define TSR_PIS 0x08000000 /* PIT Interrupt Status */ | ||
329 | #define TSR_DIS TSR_PIS /* DEC Interrupt Status */ | ||
330 | #define TSR_FIS 0x04000000 /* FIT Interrupt Status */ | ||
331 | |||
332 | /* Bit definitions for the DCCR. */ | ||
333 | #define DCCR_NOCACHE 0 /* Noncacheable */ | ||
334 | #define DCCR_CACHE 1 /* Cacheable */ | ||
335 | |||
336 | /* Bit definitions for DCWR. */ | ||
337 | #define DCWR_COPY 0 /* Copy-back */ | ||
338 | #define DCWR_WRITE 1 /* Write-through */ | ||
339 | |||
340 | /* Bit definitions for ICCR. */ | ||
341 | #define ICCR_NOCACHE 0 /* Noncacheable */ | ||
342 | #define ICCR_CACHE 1 /* Cacheable */ | ||
343 | |||
344 | /* Bit definitions for L1CSR0. */ | ||
345 | #define L1CSR0_CLFC 0x00000100 /* Cache Lock Bits Flash Clear */ | ||
346 | #define L1CSR0_DCFI 0x00000002 /* Data Cache Flash Invalidate */ | ||
347 | #define L1CSR0_CFI 0x00000002 /* Cache Flash Invalidate */ | ||
348 | #define L1CSR0_DCE 0x00000001 /* Data Cache Enable */ | ||
349 | |||
350 | /* Bit definitions for L1CSR1. */ | ||
351 | #define L1CSR1_ICLFR 0x00000100 /* Instr Cache Lock Bits Flash Reset */ | ||
352 | #define L1CSR1_ICFI 0x00000002 /* Instr Cache Flash Invalidate */ | ||
353 | #define L1CSR1_ICE 0x00000001 /* Instr Cache Enable */ | ||
354 | |||
355 | /* Bit definitions for SGR. */ | ||
356 | #define SGR_NORMAL 0 /* Speculative fetching allowed. */ | ||
357 | #define SGR_GUARDED 1 /* Speculative fetching disallowed. */ | ||
358 | |||
359 | /* Bit definitions for SPEFSCR. */ | ||
360 | #define SPEFSCR_SOVH 0x80000000 /* Summary integer overflow high */ | ||
361 | #define SPEFSCR_OVH 0x40000000 /* Integer overflow high */ | ||
362 | #define SPEFSCR_FGH 0x20000000 /* Embedded FP guard bit high */ | ||
363 | #define SPEFSCR_FXH 0x10000000 /* Embedded FP sticky bit high */ | ||
364 | #define SPEFSCR_FINVH 0x08000000 /* Embedded FP invalid operation high */ | ||
365 | #define SPEFSCR_FDBZH 0x04000000 /* Embedded FP div by zero high */ | ||
366 | #define SPEFSCR_FUNFH 0x02000000 /* Embedded FP underflow high */ | ||
367 | #define SPEFSCR_FOVFH 0x01000000 /* Embedded FP overflow high */ | ||
368 | #define SPEFSCR_FINXS 0x00200000 /* Embedded FP inexact sticky */ | ||
369 | #define SPEFSCR_FINVS 0x00100000 /* Embedded FP invalid op. sticky */ | ||
370 | #define SPEFSCR_FDBZS 0x00080000 /* Embedded FP div by zero sticky */ | ||
371 | #define SPEFSCR_FUNFS 0x00040000 /* Embedded FP underflow sticky */ | ||
372 | #define SPEFSCR_FOVFS 0x00020000 /* Embedded FP overflow sticky */ | ||
373 | #define SPEFSCR_MODE 0x00010000 /* Embedded FP mode */ | ||
374 | #define SPEFSCR_SOV 0x00008000 /* Integer summary overflow */ | ||
375 | #define SPEFSCR_OV 0x00004000 /* Integer overflow */ | ||
376 | #define SPEFSCR_FG 0x00002000 /* Embedded FP guard bit */ | ||
377 | #define SPEFSCR_FX 0x00001000 /* Embedded FP sticky bit */ | ||
378 | #define SPEFSCR_FINV 0x00000800 /* Embedded FP invalid operation */ | ||
379 | #define SPEFSCR_FDBZ 0x00000400 /* Embedded FP div by zero */ | ||
380 | #define SPEFSCR_FUNF 0x00000200 /* Embedded FP underflow */ | ||
381 | #define SPEFSCR_FOVF 0x00000100 /* Embedded FP overflow */ | ||
382 | #define SPEFSCR_FINXE 0x00000040 /* Embedded FP inexact enable */ | ||
383 | #define SPEFSCR_FINVE 0x00000020 /* Embedded FP invalid op. enable */ | ||
384 | #define SPEFSCR_FDBZE 0x00000010 /* Embedded FP div by zero enable */ | ||
385 | #define SPEFSCR_FUNFE 0x00000008 /* Embedded FP underflow enable */ | ||
386 | #define SPEFSCR_FOVFE 0x00000004 /* Embedded FP overflow enable */ | ||
387 | #define SPEFSCR_FRMC 0x00000003 /* Embedded FP rounding mode control */ | ||
388 | |||
389 | /* | ||
390 | * The IBM-403 is an even more odd special case, as it is much | ||
391 | * older than the IBM-405 series. We put these down here incase someone | ||
392 | * wishes to support these machines again. | ||
393 | */ | ||
394 | #ifdef CONFIG_403GCX | ||
395 | /* Special Purpose Registers (SPRNs)*/ | ||
396 | #define SPRN_TBHU 0x3CC /* Time Base High User-mode */ | ||
397 | #define SPRN_TBLU 0x3CD /* Time Base Low User-mode */ | ||
398 | #define SPRN_CDBCR 0x3D7 /* Cache Debug Control Register */ | ||
399 | #define SPRN_TBHI 0x3DC /* Time Base High */ | ||
400 | #define SPRN_TBLO 0x3DD /* Time Base Low */ | ||
401 | #define SPRN_DBCR 0x3F2 /* Debug Control Regsiter */ | ||
402 | #define SPRN_PBL1 0x3FC /* Protection Bound Lower 1 */ | ||
403 | #define SPRN_PBL2 0x3FE /* Protection Bound Lower 2 */ | ||
404 | #define SPRN_PBU1 0x3FD /* Protection Bound Upper 1 */ | ||
405 | #define SPRN_PBU2 0x3FF /* Protection Bound Upper 2 */ | ||
406 | |||
407 | |||
408 | /* Bit definitions for the DBCR. */ | ||
409 | #define DBCR_EDM DBCR0_EDM | ||
410 | #define DBCR_IDM DBCR0_IDM | ||
411 | #define DBCR_RST(x) (((x) & 0x3) << 28) | ||
412 | #define DBCR_RST_NONE 0 | ||
413 | #define DBCR_RST_CORE 1 | ||
414 | #define DBCR_RST_CHIP 2 | ||
415 | #define DBCR_RST_SYSTEM 3 | ||
416 | #define DBCR_IC DBCR0_IC /* Instruction Completion Debug Evnt */ | ||
417 | #define DBCR_BT DBCR0_BT /* Branch Taken Debug Event */ | ||
418 | #define DBCR_EDE DBCR0_EDE /* Exception Debug Event */ | ||
419 | #define DBCR_TDE DBCR0_TDE /* TRAP Debug Event */ | ||
420 | #define DBCR_FER 0x00F80000 /* First Events Remaining Mask */ | ||
421 | #define DBCR_FT 0x00040000 /* Freeze Timers on Debug Event */ | ||
422 | #define DBCR_IA1 0x00020000 /* Instr. Addr. Compare 1 Enable */ | ||
423 | #define DBCR_IA2 0x00010000 /* Instr. Addr. Compare 2 Enable */ | ||
424 | #define DBCR_D1R 0x00008000 /* Data Addr. Compare 1 Read Enable */ | ||
425 | #define DBCR_D1W 0x00004000 /* Data Addr. Compare 1 Write Enable */ | ||
426 | #define DBCR_D1S(x) (((x) & 0x3) << 12) /* Data Adrr. Compare 1 Size */ | ||
427 | #define DAC_BYTE 0 | ||
428 | #define DAC_HALF 1 | ||
429 | #define DAC_WORD 2 | ||
430 | #define DAC_QUAD 3 | ||
431 | #define DBCR_D2R 0x00000800 /* Data Addr. Compare 2 Read Enable */ | ||
432 | #define DBCR_D2W 0x00000400 /* Data Addr. Compare 2 Write Enable */ | ||
433 | #define DBCR_D2S(x) (((x) & 0x3) << 8) /* Data Addr. Compare 2 Size */ | ||
434 | #define DBCR_SBT 0x00000040 /* Second Branch Taken Debug Event */ | ||
435 | #define DBCR_SED 0x00000020 /* Second Exception Debug Event */ | ||
436 | #define DBCR_STD 0x00000010 /* Second Trap Debug Event */ | ||
437 | #define DBCR_SIA 0x00000008 /* Second IAC Enable */ | ||
438 | #define DBCR_SDA 0x00000004 /* Second DAC Enable */ | ||
439 | #define DBCR_JOI 0x00000002 /* JTAG Serial Outbound Int. Enable */ | ||
440 | #define DBCR_JII 0x00000001 /* JTAG Serial Inbound Int. Enable */ | ||
441 | #endif /* 403GCX */ | ||
442 | #endif /* __ASM_PPC_REG_BOOKE_H__ */ | ||
443 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/residual.h b/include/asm-ppc/residual.h deleted file mode 100644 index 934810d25667..000000000000 --- a/include/asm-ppc/residual.h +++ /dev/null | |||
@@ -1,350 +0,0 @@ | |||
1 | /* 7/18/95 */ | ||
2 | /*----------------------------------------------------------------------------*/ | ||
3 | /* Residual Data header definitions and prototypes */ | ||
4 | /*----------------------------------------------------------------------------*/ | ||
5 | |||
6 | /* Structure map for RESIDUAL on PowerPC Reference Platform */ | ||
7 | /* residual.h - Residual data structure passed in r3. */ | ||
8 | /* Load point passed in r4 to boot image. */ | ||
9 | /* For enum's: if given in hex then they are bit significant, */ | ||
10 | /* i.e. only one bit is on for each enum */ | ||
11 | /* Reserved fields must be filled with zeros. */ | ||
12 | |||
13 | #ifdef __KERNEL__ | ||
14 | #ifndef _RESIDUAL_ | ||
15 | #define _RESIDUAL_ | ||
16 | |||
17 | #ifndef __ASSEMBLY__ | ||
18 | |||
19 | #define MAX_CPUS 32 /* These should be set to the maximum */ | ||
20 | #define MAX_MEMS 64 /* number possible for this system. */ | ||
21 | #define MAX_DEVICES 256 /* Changing these will change the */ | ||
22 | #define AVE_PNP_SIZE 32 /* structure, hence the version of */ | ||
23 | #define MAX_MEM_SEGS 64 /* this header file. */ | ||
24 | |||
25 | /*----------------------------------------------------------------------------*/ | ||
26 | /* Public structures... */ | ||
27 | /*----------------------------------------------------------------------------*/ | ||
28 | |||
29 | #include <asm/pnp.h> | ||
30 | |||
31 | typedef enum _L1CACHE_TYPE { | ||
32 | NoneCAC = 0, | ||
33 | SplitCAC = 1, | ||
34 | CombinedCAC = 2 | ||
35 | } L1CACHE_TYPE; | ||
36 | |||
37 | typedef enum _TLB_TYPE { | ||
38 | NoneTLB = 0, | ||
39 | SplitTLB = 1, | ||
40 | CombinedTLB = 2 | ||
41 | } TLB_TYPE; | ||
42 | |||
43 | typedef enum _FIRMWARE_SUPPORT { | ||
44 | Conventional = 0x01, | ||
45 | OpenFirmware = 0x02, | ||
46 | Diagnostics = 0x04, | ||
47 | LowDebug = 0x08, | ||
48 | Multiboot = 0x10, | ||
49 | LowClient = 0x20, | ||
50 | Hex41 = 0x40, | ||
51 | FAT = 0x80, | ||
52 | ISO9660 = 0x0100, | ||
53 | SCSI_InitiatorID_Override = 0x0200, | ||
54 | Tape_Boot = 0x0400, | ||
55 | FW_Boot_Path = 0x0800 | ||
56 | } FIRMWARE_SUPPORT; | ||
57 | |||
58 | typedef enum _FIRMWARE_SUPPLIERS { | ||
59 | IBMFirmware = 0x00, | ||
60 | MotoFirmware = 0x01, /* 7/18/95 */ | ||
61 | FirmWorks = 0x02, /* 10/5/95 */ | ||
62 | Bull = 0x03, /* 04/03/96 */ | ||
63 | } FIRMWARE_SUPPLIERS; | ||
64 | |||
65 | typedef enum _ENDIAN_SWITCH_METHODS { | ||
66 | UsePort92 = 0x01, | ||
67 | UsePCIConfigA8 = 0x02, | ||
68 | UseFF001030 = 0x03, | ||
69 | } ENDIAN_SWITCH_METHODS; | ||
70 | |||
71 | typedef enum _SPREAD_IO_METHODS { | ||
72 | UsePort850 = 0x00, | ||
73 | /*UsePCIConfigA8 = 0x02,*/ | ||
74 | } SPREAD_IO_METHODS; | ||
75 | |||
76 | typedef struct _VPD { | ||
77 | |||
78 | /* Box dependent stuff */ | ||
79 | unsigned char PrintableModel[32]; /* Null terminated string. | ||
80 | Must be of the form: | ||
81 | vvv,<20h>,<model designation>,<0x0> | ||
82 | where vvv is the vendor ID | ||
83 | e.g. IBM PPS MODEL 6015<0x0> */ | ||
84 | unsigned char Serial[16]; /* 12/94: | ||
85 | Serial Number; must be of the form: | ||
86 | vvv<serial number> where vvv is the | ||
87 | vendor ID. | ||
88 | e.g. IBM60151234567<20h><20h> */ | ||
89 | unsigned char Reserved[48]; | ||
90 | unsigned long FirmwareSupplier; /* See FirmwareSuppliers enum */ | ||
91 | unsigned long FirmwareSupports; /* See FirmwareSupport enum */ | ||
92 | unsigned long NvramSize; /* Size of nvram in bytes */ | ||
93 | unsigned long NumSIMMSlots; | ||
94 | unsigned short EndianSwitchMethod; /* See EndianSwitchMethods enum */ | ||
95 | unsigned short SpreadIOMethod; /* See SpreadIOMethods enum */ | ||
96 | unsigned long SmpIar; | ||
97 | unsigned long RAMErrLogOffset; /* Heap offset to error log */ | ||
98 | unsigned long Reserved5; | ||
99 | unsigned long Reserved6; | ||
100 | unsigned long ProcessorHz; /* Processor clock frequency in Hertz */ | ||
101 | unsigned long ProcessorBusHz; /* Processor bus clock frequency */ | ||
102 | unsigned long Reserved7; | ||
103 | unsigned long TimeBaseDivisor; /* (Bus clocks per timebase tic)*1000 */ | ||
104 | unsigned long WordWidth; /* Word width in bits */ | ||
105 | unsigned long PageSize; /* Page size in bytes */ | ||
106 | unsigned long CoherenceBlockSize; /* Unit of transfer in/out of cache | ||
107 | for which coherency is maintained; | ||
108 | normally <= CacheLineSize. */ | ||
109 | unsigned long GranuleSize; /* Unit of lock allocation to avoid */ | ||
110 | /* false sharing of locks. */ | ||
111 | |||
112 | /* L1 Cache variables */ | ||
113 | unsigned long CacheSize; /* L1 Cache size in KB. This is the */ | ||
114 | /* total size of the L1, whether */ | ||
115 | /* combined or split */ | ||
116 | unsigned long CacheAttrib; /* L1CACHE_TYPE */ | ||
117 | unsigned long CacheAssoc; /* L1 Cache associativity. Use this | ||
118 | for combined cache. If split, put | ||
119 | zeros here. */ | ||
120 | unsigned long CacheLineSize; /* L1 Cache line size in bytes. Use | ||
121 | for combined cache. If split, put | ||
122 | zeros here. */ | ||
123 | /* For split L1 Cache: (= combined if combined cache) */ | ||
124 | unsigned long I_CacheSize; | ||
125 | unsigned long I_CacheAssoc; | ||
126 | unsigned long I_CacheLineSize; | ||
127 | unsigned long D_CacheSize; | ||
128 | unsigned long D_CacheAssoc; | ||
129 | unsigned long D_CacheLineSize; | ||
130 | |||
131 | /* Translation Lookaside Buffer variables */ | ||
132 | unsigned long TLBSize; /* Total number of TLBs on the system */ | ||
133 | unsigned long TLBAttrib; /* Combined I+D or split TLB */ | ||
134 | unsigned long TLBAssoc; /* TLB Associativity. Use this for | ||
135 | combined TLB. If split, put zeros | ||
136 | here. */ | ||
137 | /* For split TLB: (= combined if combined TLB) */ | ||
138 | unsigned long I_TLBSize; | ||
139 | unsigned long I_TLBAssoc; | ||
140 | unsigned long D_TLBSize; | ||
141 | unsigned long D_TLBAssoc; | ||
142 | |||
143 | unsigned long ExtendedVPD; /* Offset to extended VPD area; | ||
144 | null if unused */ | ||
145 | } VPD; | ||
146 | |||
147 | typedef enum _DEVICE_FLAGS { | ||
148 | Enabled = 0x4000, /* 1 - PCI device is enabled */ | ||
149 | Integrated = 0x2000, | ||
150 | Failed = 0x1000, /* 1 - device failed POST code tests */ | ||
151 | Static = 0x0800, /* 0 - dynamically configurable | ||
152 | 1 - static */ | ||
153 | Dock = 0x0400, /* 0 - not a docking station device | ||
154 | 1 - is a docking station device */ | ||
155 | Boot = 0x0200, /* 0 - device cannot be used for BOOT | ||
156 | 1 - can be a BOOT device */ | ||
157 | Configurable = 0x0100, /* 1 - device is configurable */ | ||
158 | Disableable = 0x80, /* 1 - device can be disabled */ | ||
159 | PowerManaged = 0x40, /* 0 - not managed; 1 - managed */ | ||
160 | ReadOnly = 0x20, /* 1 - device is read only */ | ||
161 | Removable = 0x10, /* 1 - device is removable */ | ||
162 | ConsoleIn = 0x08, | ||
163 | ConsoleOut = 0x04, | ||
164 | Input = 0x02, | ||
165 | Output = 0x01 | ||
166 | } DEVICE_FLAGS; | ||
167 | |||
168 | typedef enum _BUS_ID { | ||
169 | ISADEVICE = 0x01, | ||
170 | EISADEVICE = 0x02, | ||
171 | PCIDEVICE = 0x04, | ||
172 | PCMCIADEVICE = 0x08, | ||
173 | PNPISADEVICE = 0x10, | ||
174 | MCADEVICE = 0x20, | ||
175 | MXDEVICE = 0x40, /* Devices on mezzanine bus */ | ||
176 | PROCESSORDEVICE = 0x80, /* Devices on processor bus */ | ||
177 | VMEDEVICE = 0x100, | ||
178 | } BUS_ID; | ||
179 | |||
180 | typedef struct _DEVICE_ID { | ||
181 | unsigned long BusId; /* See BUS_ID enum above */ | ||
182 | unsigned long DevId; /* Big Endian format */ | ||
183 | unsigned long SerialNum; /* For multiple usage of a single | ||
184 | DevId */ | ||
185 | unsigned long Flags; /* See DEVICE_FLAGS enum above */ | ||
186 | unsigned char BaseType; /* See pnp.h for bit definitions */ | ||
187 | unsigned char SubType; /* See pnp.h for bit definitions */ | ||
188 | unsigned char Interface; /* See pnp.h for bit definitions */ | ||
189 | unsigned char Spare; | ||
190 | } DEVICE_ID; | ||
191 | |||
192 | typedef union _BUS_ACCESS { | ||
193 | struct _PnPAccess{ | ||
194 | unsigned char CSN; | ||
195 | unsigned char LogicalDevNumber; | ||
196 | unsigned short ReadDataPort; | ||
197 | } PnPAccess; | ||
198 | struct _ISAAccess{ | ||
199 | unsigned char SlotNumber; /* ISA Slot Number generally not | ||
200 | available; 0 if unknown */ | ||
201 | unsigned char LogicalDevNumber; | ||
202 | unsigned short ISAReserved; | ||
203 | } ISAAccess; | ||
204 | struct _MCAAccess{ | ||
205 | unsigned char SlotNumber; | ||
206 | unsigned char LogicalDevNumber; | ||
207 | unsigned short MCAReserved; | ||
208 | } MCAAccess; | ||
209 | struct _PCMCIAAccess{ | ||
210 | unsigned char SlotNumber; | ||
211 | unsigned char LogicalDevNumber; | ||
212 | unsigned short PCMCIAReserved; | ||
213 | } PCMCIAAccess; | ||
214 | struct _EISAAccess{ | ||
215 | unsigned char SlotNumber; | ||
216 | unsigned char FunctionNumber; | ||
217 | unsigned short EISAReserved; | ||
218 | } EISAAccess; | ||
219 | struct _PCIAccess{ | ||
220 | unsigned char BusNumber; | ||
221 | unsigned char DevFuncNumber; | ||
222 | unsigned short PCIReserved; | ||
223 | } PCIAccess; | ||
224 | struct _ProcBusAccess{ | ||
225 | unsigned char BusNumber; | ||
226 | unsigned char BUID; | ||
227 | unsigned short ProcBusReserved; | ||
228 | } ProcBusAccess; | ||
229 | } BUS_ACCESS; | ||
230 | |||
231 | /* Per logical device information */ | ||
232 | typedef struct _PPC_DEVICE { | ||
233 | DEVICE_ID DeviceId; | ||
234 | BUS_ACCESS BusAccess; | ||
235 | |||
236 | /* The following three are offsets into the DevicePnPHeap */ | ||
237 | /* All are in PnP compressed format */ | ||
238 | unsigned long AllocatedOffset; /* Allocated resource description */ | ||
239 | unsigned long PossibleOffset; /* Possible resource description */ | ||
240 | unsigned long CompatibleOffset; /* Compatible device identifiers */ | ||
241 | } PPC_DEVICE; | ||
242 | |||
243 | typedef enum _CPU_STATE { | ||
244 | CPU_GOOD = 0, /* CPU is present, and active */ | ||
245 | CPU_GOOD_FW = 1, /* CPU is present, and in firmware */ | ||
246 | CPU_OFF = 2, /* CPU is present, but inactive */ | ||
247 | CPU_FAILED = 3, /* CPU is present, but failed POST */ | ||
248 | CPU_NOT_PRESENT = 255 /* CPU not present */ | ||
249 | } CPU_STATE; | ||
250 | |||
251 | typedef struct _PPC_CPU { | ||
252 | unsigned long CpuType; /* Result of mfspr from Processor | ||
253 | Version Register (PVR). | ||
254 | PVR(0-15) = Version (e.g. 601) | ||
255 | PVR(16-31 = EC Level */ | ||
256 | unsigned char CpuNumber; /* CPU Number for this processor */ | ||
257 | unsigned char CpuState; /* CPU State, see CPU_STATE enum */ | ||
258 | unsigned short Reserved; | ||
259 | } PPC_CPU; | ||
260 | |||
261 | typedef struct _PPC_MEM { | ||
262 | unsigned long SIMMSize; /* 0 - absent or bad | ||
263 | 8M, 32M (in MB) */ | ||
264 | } PPC_MEM; | ||
265 | |||
266 | typedef enum _MEM_USAGE { | ||
267 | Other = 0x8000, | ||
268 | ResumeBlock = 0x4000, /* for use by power management */ | ||
269 | SystemROM = 0x2000, /* Flash memory (populated) */ | ||
270 | UnPopSystemROM = 0x1000, /* Unpopulated part of SystemROM area */ | ||
271 | IOMemory = 0x0800, | ||
272 | SystemIO = 0x0400, | ||
273 | SystemRegs = 0x0200, | ||
274 | PCIAddr = 0x0100, | ||
275 | PCIConfig = 0x80, | ||
276 | ISAAddr = 0x40, | ||
277 | Unpopulated = 0x20, /* Unpopulated part of System Memory */ | ||
278 | Free = 0x10, /* Free part of System Memory */ | ||
279 | BootImage = 0x08, /* BootImage part of System Memory */ | ||
280 | FirmwareCode = 0x04, /* FirmwareCode part of System Memory */ | ||
281 | FirmwareHeap = 0x02, /* FirmwareHeap part of System Memory */ | ||
282 | FirmwareStack = 0x01 /* FirmwareStack part of System Memory*/ | ||
283 | } MEM_USAGE; | ||
284 | |||
285 | typedef struct _MEM_MAP { | ||
286 | unsigned long Usage; /* See MEM_USAGE above */ | ||
287 | unsigned long BasePage; /* Page number measured in 4KB pages */ | ||
288 | unsigned long PageCount; /* Page count measured in 4KB pages */ | ||
289 | } MEM_MAP; | ||
290 | |||
291 | typedef struct _RESIDUAL { | ||
292 | unsigned long ResidualLength; /* Length of Residual */ | ||
293 | unsigned char Version; /* of this data structure */ | ||
294 | unsigned char Revision; /* of this data structure */ | ||
295 | unsigned short EC; /* of this data structure */ | ||
296 | /* VPD */ | ||
297 | VPD VitalProductData; | ||
298 | /* CPU */ | ||
299 | unsigned short MaxNumCpus; /* Max CPUs in this system */ | ||
300 | unsigned short ActualNumCpus; /* ActualNumCpus < MaxNumCpus means */ | ||
301 | /* that there are unpopulated or */ | ||
302 | /* otherwise unusable cpu locations */ | ||
303 | PPC_CPU Cpus[MAX_CPUS]; | ||
304 | /* Memory */ | ||
305 | unsigned long TotalMemory; /* Total amount of memory installed */ | ||
306 | unsigned long GoodMemory; /* Total amount of good memory */ | ||
307 | unsigned long ActualNumMemSegs; | ||
308 | MEM_MAP Segs[MAX_MEM_SEGS]; | ||
309 | unsigned long ActualNumMemories; | ||
310 | PPC_MEM Memories[MAX_MEMS]; | ||
311 | /* Devices */ | ||
312 | unsigned long ActualNumDevices; | ||
313 | PPC_DEVICE Devices[MAX_DEVICES]; | ||
314 | unsigned char DevicePnPHeap[2*MAX_DEVICES*AVE_PNP_SIZE]; | ||
315 | } RESIDUAL; | ||
316 | |||
317 | |||
318 | /* | ||
319 | * Forward declaration - we can't include <linux/pci.h> because it | ||
320 | * breaks the boot loader | ||
321 | */ | ||
322 | struct pci_dev; | ||
323 | |||
324 | extern RESIDUAL *res; | ||
325 | extern void print_residual_device_info(void); | ||
326 | extern PPC_DEVICE *residual_find_device(unsigned long BusMask, | ||
327 | unsigned char * DevID, int BaseType, | ||
328 | int SubType, int Interface, int n); | ||
329 | extern int residual_pcidev_irq(struct pci_dev *dev); | ||
330 | extern void residual_irq_mask(char *irq_edge_mask_lo, char *irq_edge_mask_hi); | ||
331 | extern unsigned int residual_isapic_addr(void); | ||
332 | extern PnP_TAG_PACKET *PnP_find_packet(unsigned char *p, unsigned packet_tag, | ||
333 | int n); | ||
334 | extern PnP_TAG_PACKET *PnP_find_small_vendor_packet(unsigned char *p, | ||
335 | unsigned packet_type, | ||
336 | int n); | ||
337 | extern PnP_TAG_PACKET *PnP_find_large_vendor_packet(unsigned char *p, | ||
338 | unsigned packet_type, | ||
339 | int n); | ||
340 | |||
341 | #ifdef CONFIG_PREP_RESIDUAL | ||
342 | #define have_residual_data (res && res->ResidualLength) | ||
343 | #else | ||
344 | #define have_residual_data 0 | ||
345 | #endif | ||
346 | |||
347 | #endif /* __ASSEMBLY__ */ | ||
348 | #endif /* ndef _RESIDUAL_ */ | ||
349 | |||
350 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/rtc.h b/include/asm-ppc/rtc.h deleted file mode 100644 index 6025b46d0a2a..000000000000 --- a/include/asm-ppc/rtc.h +++ /dev/null | |||
@@ -1,95 +0,0 @@ | |||
1 | /* | ||
2 | * include/asm-ppc/rtc.h | ||
3 | * | ||
4 | * Author: Tom Rini <trini@mvista.com> | ||
5 | * | ||
6 | * 2002 (c) MontaVista, Software, Inc. This file is licensed under | ||
7 | * the terms of the GNU General Public License version 2. This program | ||
8 | * is licensed "as is" without any warranty of any kind, whether express | ||
9 | * or implied. | ||
10 | * | ||
11 | * Based on: | ||
12 | * include/asm-m68k/rtc.h | ||
13 | * | ||
14 | * Copyright Richard Zidlicky | ||
15 | * implementation details for genrtc/q40rtc driver | ||
16 | * | ||
17 | * And the old drivers/macintosh/rtc.c which was heavily based on: | ||
18 | * Linux/SPARC Real Time Clock Driver | ||
19 | * Copyright (C) 1996 Thomas K. Dyas (tdyas@eden.rutgers.edu) | ||
20 | * | ||
21 | * With additional work by Paul Mackerras and Franz Sirl. | ||
22 | */ | ||
23 | |||
24 | #ifndef __ASM_RTC_H__ | ||
25 | #define __ASM_RTC_H__ | ||
26 | |||
27 | #ifdef __KERNEL__ | ||
28 | |||
29 | #include <linux/rtc.h> | ||
30 | |||
31 | #include <asm/machdep.h> | ||
32 | #include <asm/time.h> | ||
33 | |||
34 | #define RTC_PIE 0x40 /* periodic interrupt enable */ | ||
35 | #define RTC_AIE 0x20 /* alarm interrupt enable */ | ||
36 | #define RTC_UIE 0x10 /* update-finished interrupt enable */ | ||
37 | |||
38 | /* some dummy definitions */ | ||
39 | #define RTC_BATT_BAD 0x100 /* battery bad */ | ||
40 | #define RTC_SQWE 0x08 /* enable square-wave output */ | ||
41 | #define RTC_DM_BINARY 0x04 /* all time/date values are BCD if clear */ | ||
42 | #define RTC_24H 0x02 /* 24 hour mode - else hours bit 7 means pm */ | ||
43 | #define RTC_DST_EN 0x01 /* auto switch DST - works f. USA only */ | ||
44 | |||
45 | static inline unsigned int get_rtc_time(struct rtc_time *time) | ||
46 | { | ||
47 | if (ppc_md.get_rtc_time) { | ||
48 | unsigned long nowtime; | ||
49 | |||
50 | nowtime = (ppc_md.get_rtc_time)(); | ||
51 | |||
52 | to_tm(nowtime, time); | ||
53 | |||
54 | time->tm_year -= 1900; | ||
55 | time->tm_mon -= 1; /* Make sure userland has a 0-based month */ | ||
56 | } | ||
57 | return RTC_24H; | ||
58 | } | ||
59 | |||
60 | /* Set the current date and time in the real time clock. */ | ||
61 | static inline int set_rtc_time(struct rtc_time *time) | ||
62 | { | ||
63 | if (ppc_md.get_rtc_time) { | ||
64 | unsigned long nowtime; | ||
65 | |||
66 | nowtime = mktime(time->tm_year+1900, time->tm_mon+1, | ||
67 | time->tm_mday, time->tm_hour, time->tm_min, | ||
68 | time->tm_sec); | ||
69 | |||
70 | (ppc_md.set_rtc_time)(nowtime); | ||
71 | |||
72 | return 0; | ||
73 | } else | ||
74 | return -EINVAL; | ||
75 | } | ||
76 | |||
77 | static inline unsigned int get_rtc_ss(void) | ||
78 | { | ||
79 | struct rtc_time h; | ||
80 | |||
81 | get_rtc_time(&h); | ||
82 | return h.tm_sec; | ||
83 | } | ||
84 | |||
85 | static inline int get_rtc_pll(struct rtc_pll_info *pll) | ||
86 | { | ||
87 | return -EINVAL; | ||
88 | } | ||
89 | static inline int set_rtc_pll(struct rtc_pll_info *pll) | ||
90 | { | ||
91 | return -EINVAL; | ||
92 | } | ||
93 | |||
94 | #endif /* __KERNEL__ */ | ||
95 | #endif /* __ASM_RTC_H__ */ | ||
diff --git a/include/asm-ppc/serial.h b/include/asm-ppc/serial.h deleted file mode 100644 index d35ed10315b1..000000000000 --- a/include/asm-ppc/serial.h +++ /dev/null | |||
@@ -1,43 +0,0 @@ | |||
1 | /* | ||
2 | * include/asm-ppc/serial.h | ||
3 | */ | ||
4 | |||
5 | #ifdef __KERNEL__ | ||
6 | #ifndef __ASM_SERIAL_H__ | ||
7 | #define __ASM_SERIAL_H__ | ||
8 | |||
9 | |||
10 | #if defined(CONFIG_EV64260) | ||
11 | #include <platforms/ev64260.h> | ||
12 | #elif defined(CONFIG_CHESTNUT) | ||
13 | #include <platforms/chestnut.h> | ||
14 | #elif defined(CONFIG_POWERPMC250) | ||
15 | #include <platforms/powerpmc250.h> | ||
16 | #elif defined(CONFIG_LOPEC) | ||
17 | #include <platforms/lopec.h> | ||
18 | #elif defined(CONFIG_MVME5100) | ||
19 | #include <platforms/mvme5100.h> | ||
20 | #elif defined(CONFIG_PAL4) | ||
21 | #include <platforms/pal4_serial.h> | ||
22 | #elif defined(CONFIG_PRPMC750) | ||
23 | #include <platforms/prpmc750.h> | ||
24 | #elif defined(CONFIG_PRPMC800) | ||
25 | #include <platforms/prpmc800.h> | ||
26 | #elif defined(CONFIG_SANDPOINT) | ||
27 | #include <platforms/sandpoint.h> | ||
28 | #elif defined(CONFIG_SPRUCE) | ||
29 | #include <platforms/spruce.h> | ||
30 | #elif defined(CONFIG_4xx) | ||
31 | #include <asm/ibm4xx.h> | ||
32 | #elif defined(CONFIG_RADSTONE_PPC7D) | ||
33 | #include <platforms/radstone_ppc7d.h> | ||
34 | #else | ||
35 | |||
36 | /* | ||
37 | * XXX Assume it has PC-style ISA serial ports - true for PReP at least. | ||
38 | */ | ||
39 | #include <asm/pc_serial.h> | ||
40 | |||
41 | #endif /* !CONFIG_GEMINI and others */ | ||
42 | #endif /* __ASM_SERIAL_H__ */ | ||
43 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/smp.h b/include/asm-ppc/smp.h deleted file mode 100644 index e75791ea33a6..000000000000 --- a/include/asm-ppc/smp.h +++ /dev/null | |||
@@ -1,75 +0,0 @@ | |||
1 | /* smp.h: PPC specific SMP stuff. | ||
2 | * | ||
3 | * Original was a copy of sparc smp.h. Now heavily modified | ||
4 | * for PPC. | ||
5 | * | ||
6 | * Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu) | ||
7 | * Copyright (C) 1996-2001 Cort Dougan <cort@fsmlabs.com> | ||
8 | */ | ||
9 | #ifdef __KERNEL__ | ||
10 | #ifndef _PPC_SMP_H | ||
11 | #define _PPC_SMP_H | ||
12 | |||
13 | #include <linux/kernel.h> | ||
14 | #include <linux/bitops.h> | ||
15 | #include <linux/errno.h> | ||
16 | #include <linux/cpumask.h> | ||
17 | #include <linux/threads.h> | ||
18 | |||
19 | #ifdef CONFIG_SMP | ||
20 | |||
21 | #ifndef __ASSEMBLY__ | ||
22 | |||
23 | struct cpuinfo_PPC { | ||
24 | unsigned long loops_per_jiffy; | ||
25 | unsigned long pvr; | ||
26 | unsigned long *pgd_cache; | ||
27 | unsigned long *pte_cache; | ||
28 | unsigned long pgtable_cache_sz; | ||
29 | }; | ||
30 | |||
31 | extern struct cpuinfo_PPC cpu_data[]; | ||
32 | extern cpumask_t cpu_online_map; | ||
33 | extern cpumask_t cpu_possible_map; | ||
34 | extern unsigned long smp_proc_in_lock[]; | ||
35 | extern volatile unsigned long cpu_callin_map[]; | ||
36 | extern int smp_tb_synchronized; | ||
37 | extern struct smp_ops_t *smp_ops; | ||
38 | |||
39 | extern void smp_send_tlb_invalidate(int); | ||
40 | extern void smp_send_xmon_break(int cpu); | ||
41 | struct pt_regs; | ||
42 | extern void smp_message_recv(int); | ||
43 | |||
44 | extern int __cpu_disable(void); | ||
45 | extern void __cpu_die(unsigned int cpu); | ||
46 | extern void cpu_die(void) __attribute__((noreturn)); | ||
47 | |||
48 | #define raw_smp_processor_id() (current_thread_info()->cpu) | ||
49 | |||
50 | extern int __cpu_up(unsigned int cpu); | ||
51 | |||
52 | extern int smp_hw_index[]; | ||
53 | #define hard_smp_processor_id() (smp_hw_index[smp_processor_id()]) | ||
54 | #define get_hard_smp_processor_id(cpu) (smp_hw_index[(cpu)]) | ||
55 | #define set_hard_smp_processor_id(cpu, phys)\ | ||
56 | (smp_hw_index[(cpu)] = (phys)) | ||
57 | |||
58 | #endif /* __ASSEMBLY__ */ | ||
59 | |||
60 | #else /* !(CONFIG_SMP) */ | ||
61 | |||
62 | static inline void cpu_die(void) { } | ||
63 | #define get_hard_smp_processor_id(cpu) 0 | ||
64 | #define set_hard_smp_processor_id(cpu, phys) | ||
65 | #define hard_smp_processor_id() 0 | ||
66 | |||
67 | #endif /* !(CONFIG_SMP) */ | ||
68 | |||
69 | #ifndef __ASSEMBLY__ | ||
70 | extern int boot_cpuid; | ||
71 | extern int boot_cpuid_phys; | ||
72 | #endif | ||
73 | |||
74 | #endif /* !(_PPC_SMP_H) */ | ||
75 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/spinlock.h b/include/asm-ppc/spinlock.h deleted file mode 100644 index fccaf5531e57..000000000000 --- a/include/asm-ppc/spinlock.h +++ /dev/null | |||
@@ -1,168 +0,0 @@ | |||
1 | #ifndef __ASM_SPINLOCK_H | ||
2 | #define __ASM_SPINLOCK_H | ||
3 | |||
4 | #include <asm/system.h> | ||
5 | |||
6 | /* | ||
7 | * Simple spin lock operations. | ||
8 | * | ||
9 | * (the type definitions are in asm/raw_spinlock_types.h) | ||
10 | */ | ||
11 | |||
12 | #define __raw_spin_is_locked(x) ((x)->slock != 0) | ||
13 | #define __raw_spin_unlock_wait(lock) \ | ||
14 | do { while (__raw_spin_is_locked(lock)) cpu_relax(); } while (0) | ||
15 | #define __raw_spin_lock_flags(lock, flags) __raw_spin_lock(lock) | ||
16 | |||
17 | static inline void __raw_spin_lock(raw_spinlock_t *lock) | ||
18 | { | ||
19 | unsigned long tmp; | ||
20 | |||
21 | __asm__ __volatile__( | ||
22 | "b 1f # __raw_spin_lock\n\ | ||
23 | 2: lwzx %0,0,%1\n\ | ||
24 | cmpwi 0,%0,0\n\ | ||
25 | bne+ 2b\n\ | ||
26 | 1: lwarx %0,0,%1\n\ | ||
27 | cmpwi 0,%0,0\n\ | ||
28 | bne- 2b\n" | ||
29 | PPC405_ERR77(0,%1) | ||
30 | " stwcx. %2,0,%1\n\ | ||
31 | bne- 2b\n\ | ||
32 | isync" | ||
33 | : "=&r"(tmp) | ||
34 | : "r"(&lock->slock), "r"(1) | ||
35 | : "cr0", "memory"); | ||
36 | } | ||
37 | |||
38 | static inline void __raw_spin_unlock(raw_spinlock_t *lock) | ||
39 | { | ||
40 | __asm__ __volatile__("eieio # __raw_spin_unlock": : :"memory"); | ||
41 | lock->slock = 0; | ||
42 | } | ||
43 | |||
44 | #define __raw_spin_trylock(l) (!test_and_set_bit(0,(volatile unsigned long *)(&(l)->slock))) | ||
45 | |||
46 | /* | ||
47 | * Read-write spinlocks, allowing multiple readers | ||
48 | * but only one writer. | ||
49 | * | ||
50 | * NOTE! it is quite common to have readers in interrupts | ||
51 | * but no interrupt writers. For those circumstances we | ||
52 | * can "mix" irq-safe locks - any writer needs to get a | ||
53 | * irq-safe write-lock, but readers can get non-irqsafe | ||
54 | * read-locks. | ||
55 | */ | ||
56 | |||
57 | #define __raw_read_can_lock(rw) ((rw)->lock >= 0) | ||
58 | #define __raw_write_can_lock(rw) (!(rw)->lock) | ||
59 | |||
60 | static __inline__ int __raw_read_trylock(raw_rwlock_t *rw) | ||
61 | { | ||
62 | signed int tmp; | ||
63 | |||
64 | __asm__ __volatile__( | ||
65 | "2: lwarx %0,0,%1 # read_trylock\n\ | ||
66 | addic. %0,%0,1\n\ | ||
67 | ble- 1f\n" | ||
68 | PPC405_ERR77(0,%1) | ||
69 | " stwcx. %0,0,%1\n\ | ||
70 | bne- 2b\n\ | ||
71 | isync\n\ | ||
72 | 1:" | ||
73 | : "=&r"(tmp) | ||
74 | : "r"(&rw->lock) | ||
75 | : "cr0", "memory"); | ||
76 | |||
77 | return tmp > 0; | ||
78 | } | ||
79 | |||
80 | static __inline__ void __raw_read_lock(raw_rwlock_t *rw) | ||
81 | { | ||
82 | signed int tmp; | ||
83 | |||
84 | __asm__ __volatile__( | ||
85 | "b 2f # read_lock\n\ | ||
86 | 1: lwzx %0,0,%1\n\ | ||
87 | cmpwi 0,%0,0\n\ | ||
88 | blt+ 1b\n\ | ||
89 | 2: lwarx %0,0,%1\n\ | ||
90 | addic. %0,%0,1\n\ | ||
91 | ble- 1b\n" | ||
92 | PPC405_ERR77(0,%1) | ||
93 | " stwcx. %0,0,%1\n\ | ||
94 | bne- 2b\n\ | ||
95 | isync" | ||
96 | : "=&r"(tmp) | ||
97 | : "r"(&rw->lock) | ||
98 | : "cr0", "memory"); | ||
99 | } | ||
100 | |||
101 | static __inline__ void __raw_read_unlock(raw_rwlock_t *rw) | ||
102 | { | ||
103 | signed int tmp; | ||
104 | |||
105 | __asm__ __volatile__( | ||
106 | "eieio # read_unlock\n\ | ||
107 | 1: lwarx %0,0,%1\n\ | ||
108 | addic %0,%0,-1\n" | ||
109 | PPC405_ERR77(0,%1) | ||
110 | " stwcx. %0,0,%1\n\ | ||
111 | bne- 1b" | ||
112 | : "=&r"(tmp) | ||
113 | : "r"(&rw->lock) | ||
114 | : "cr0", "memory"); | ||
115 | } | ||
116 | |||
117 | static __inline__ int __raw_write_trylock(raw_rwlock_t *rw) | ||
118 | { | ||
119 | signed int tmp; | ||
120 | |||
121 | __asm__ __volatile__( | ||
122 | "2: lwarx %0,0,%1 # write_trylock\n\ | ||
123 | cmpwi 0,%0,0\n\ | ||
124 | bne- 1f\n" | ||
125 | PPC405_ERR77(0,%1) | ||
126 | " stwcx. %2,0,%1\n\ | ||
127 | bne- 2b\n\ | ||
128 | isync\n\ | ||
129 | 1:" | ||
130 | : "=&r"(tmp) | ||
131 | : "r"(&rw->lock), "r"(-1) | ||
132 | : "cr0", "memory"); | ||
133 | |||
134 | return tmp == 0; | ||
135 | } | ||
136 | |||
137 | static __inline__ void __raw_write_lock(raw_rwlock_t *rw) | ||
138 | { | ||
139 | signed int tmp; | ||
140 | |||
141 | __asm__ __volatile__( | ||
142 | "b 2f # write_lock\n\ | ||
143 | 1: lwzx %0,0,%1\n\ | ||
144 | cmpwi 0,%0,0\n\ | ||
145 | bne+ 1b\n\ | ||
146 | 2: lwarx %0,0,%1\n\ | ||
147 | cmpwi 0,%0,0\n\ | ||
148 | bne- 1b\n" | ||
149 | PPC405_ERR77(0,%1) | ||
150 | " stwcx. %2,0,%1\n\ | ||
151 | bne- 2b\n\ | ||
152 | isync" | ||
153 | : "=&r"(tmp) | ||
154 | : "r"(&rw->lock), "r"(-1) | ||
155 | : "cr0", "memory"); | ||
156 | } | ||
157 | |||
158 | static __inline__ void __raw_write_unlock(raw_rwlock_t *rw) | ||
159 | { | ||
160 | __asm__ __volatile__("eieio # write_unlock": : :"memory"); | ||
161 | rw->lock = 0; | ||
162 | } | ||
163 | |||
164 | #define _raw_spin_relax(lock) cpu_relax() | ||
165 | #define _raw_read_relax(lock) cpu_relax() | ||
166 | #define _raw_write_relax(lock) cpu_relax() | ||
167 | |||
168 | #endif /* __ASM_SPINLOCK_H */ | ||
diff --git a/include/asm-ppc/suspend.h b/include/asm-ppc/suspend.h deleted file mode 100644 index 3df9f32bd834..000000000000 --- a/include/asm-ppc/suspend.h +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | static inline int arch_prepare_suspend(void) | ||
2 | { | ||
3 | return 0; | ||
4 | } | ||
5 | |||
6 | static inline void save_processor_state(void) | ||
7 | { | ||
8 | } | ||
9 | |||
10 | static inline void restore_processor_state(void) | ||
11 | { | ||
12 | } | ||
diff --git a/include/asm-ppc/system.h b/include/asm-ppc/system.h deleted file mode 100644 index 70ebd333c55b..000000000000 --- a/include/asm-ppc/system.h +++ /dev/null | |||
@@ -1,289 +0,0 @@ | |||
1 | /* | ||
2 | * Copyright (C) 1999 Cort Dougan <cort@cs.nmt.edu> | ||
3 | */ | ||
4 | #ifndef __PPC_SYSTEM_H | ||
5 | #define __PPC_SYSTEM_H | ||
6 | |||
7 | #include <linux/kernel.h> | ||
8 | |||
9 | #include <asm/hw_irq.h> | ||
10 | |||
11 | /* | ||
12 | * Memory barrier. | ||
13 | * The sync instruction guarantees that all memory accesses initiated | ||
14 | * by this processor have been performed (with respect to all other | ||
15 | * mechanisms that access memory). The eieio instruction is a barrier | ||
16 | * providing an ordering (separately) for (a) cacheable stores and (b) | ||
17 | * loads and stores to non-cacheable memory (e.g. I/O devices). | ||
18 | * | ||
19 | * mb() prevents loads and stores being reordered across this point. | ||
20 | * rmb() prevents loads being reordered across this point. | ||
21 | * wmb() prevents stores being reordered across this point. | ||
22 | * read_barrier_depends() prevents data-dependent loads being reordered | ||
23 | * across this point (nop on PPC). | ||
24 | * | ||
25 | * We can use the eieio instruction for wmb, but since it doesn't | ||
26 | * give any ordering guarantees about loads, we have to use the | ||
27 | * stronger but slower sync instruction for mb and rmb. | ||
28 | */ | ||
29 | #define mb() __asm__ __volatile__ ("sync" : : : "memory") | ||
30 | #define rmb() __asm__ __volatile__ ("sync" : : : "memory") | ||
31 | #define wmb() __asm__ __volatile__ ("eieio" : : : "memory") | ||
32 | #define read_barrier_depends() do { } while(0) | ||
33 | |||
34 | #define set_mb(var, value) do { var = value; mb(); } while (0) | ||
35 | |||
36 | #define AT_VECTOR_SIZE_ARCH 6 /* entries in ARCH_DLINFO */ | ||
37 | #ifdef CONFIG_SMP | ||
38 | #define smp_mb() mb() | ||
39 | #define smp_rmb() rmb() | ||
40 | #define smp_wmb() __asm__ __volatile__ ("eieio" : : : "memory") | ||
41 | #define smp_read_barrier_depends() read_barrier_depends() | ||
42 | #else | ||
43 | #define smp_mb() barrier() | ||
44 | #define smp_rmb() barrier() | ||
45 | #define smp_wmb() barrier() | ||
46 | #define smp_read_barrier_depends() do { } while(0) | ||
47 | #endif /* CONFIG_SMP */ | ||
48 | |||
49 | #ifdef __KERNEL__ | ||
50 | struct task_struct; | ||
51 | struct pt_regs; | ||
52 | |||
53 | extern void print_backtrace(unsigned long *); | ||
54 | extern void show_regs(struct pt_regs * regs); | ||
55 | extern void flush_instruction_cache(void); | ||
56 | extern void hard_reset_now(void); | ||
57 | extern void poweroff_now(void); | ||
58 | extern int set_dabr(unsigned long dabr); | ||
59 | #ifdef CONFIG_6xx | ||
60 | extern long _get_L2CR(void); | ||
61 | extern long _get_L3CR(void); | ||
62 | extern void _set_L2CR(unsigned long); | ||
63 | extern void _set_L3CR(unsigned long); | ||
64 | #else | ||
65 | #define _get_L2CR() 0L | ||
66 | #define _get_L3CR() 0L | ||
67 | #define _set_L2CR(val) do { } while(0) | ||
68 | #define _set_L3CR(val) do { } while(0) | ||
69 | #endif | ||
70 | extern void via_cuda_init(void); | ||
71 | extern void pmac_nvram_init(void); | ||
72 | extern void chrp_nvram_init(void); | ||
73 | extern void read_rtc_time(void); | ||
74 | extern void pmac_find_display(void); | ||
75 | extern void giveup_fpu(struct task_struct *); | ||
76 | extern void disable_kernel_fp(void); | ||
77 | extern void enable_kernel_fp(void); | ||
78 | extern void flush_fp_to_thread(struct task_struct *); | ||
79 | extern void enable_kernel_altivec(void); | ||
80 | extern void giveup_altivec(struct task_struct *); | ||
81 | extern void load_up_altivec(struct task_struct *); | ||
82 | extern int emulate_altivec(struct pt_regs *); | ||
83 | extern void giveup_spe(struct task_struct *); | ||
84 | extern void load_up_spe(struct task_struct *); | ||
85 | extern int fix_alignment(struct pt_regs *); | ||
86 | extern void cvt_fd(float *from, double *to, struct thread_struct *thread); | ||
87 | extern void cvt_df(double *from, float *to, struct thread_struct *thread); | ||
88 | |||
89 | #ifndef CONFIG_SMP | ||
90 | extern void discard_lazy_cpu_state(void); | ||
91 | #else | ||
92 | static inline void discard_lazy_cpu_state(void) | ||
93 | { | ||
94 | } | ||
95 | #endif | ||
96 | |||
97 | #ifdef CONFIG_ALTIVEC | ||
98 | extern void flush_altivec_to_thread(struct task_struct *); | ||
99 | #else | ||
100 | static inline void flush_altivec_to_thread(struct task_struct *t) | ||
101 | { | ||
102 | } | ||
103 | #endif | ||
104 | |||
105 | #ifdef CONFIG_SPE | ||
106 | extern void flush_spe_to_thread(struct task_struct *); | ||
107 | #else | ||
108 | static inline void flush_spe_to_thread(struct task_struct *t) | ||
109 | { | ||
110 | } | ||
111 | #endif | ||
112 | |||
113 | extern int call_rtas(const char *, int, int, unsigned long *, ...); | ||
114 | extern void cacheable_memzero(void *p, unsigned int nb); | ||
115 | extern void *cacheable_memcpy(void *, const void *, unsigned int); | ||
116 | extern int do_page_fault(struct pt_regs *, unsigned long, unsigned long); | ||
117 | extern void bad_page_fault(struct pt_regs *, unsigned long, int); | ||
118 | extern int die(const char *, struct pt_regs *, long); | ||
119 | extern void _exception(int, struct pt_regs *, int, unsigned long); | ||
120 | void _nmask_and_or_msr(unsigned long nmask, unsigned long or_val); | ||
121 | |||
122 | #ifdef CONFIG_BOOKE_WDT | ||
123 | extern u32 booke_wdt_enabled; | ||
124 | extern u32 booke_wdt_period; | ||
125 | #endif /* CONFIG_BOOKE_WDT */ | ||
126 | |||
127 | struct device_node; | ||
128 | extern void note_scsi_host(struct device_node *, void *); | ||
129 | |||
130 | extern struct task_struct *__switch_to(struct task_struct *, | ||
131 | struct task_struct *); | ||
132 | #define switch_to(prev, next, last) ((last) = __switch_to((prev), (next))) | ||
133 | |||
134 | struct thread_struct; | ||
135 | extern struct task_struct *_switch(struct thread_struct *prev, | ||
136 | struct thread_struct *next); | ||
137 | |||
138 | extern unsigned int rtas_data; | ||
139 | |||
140 | static __inline__ unsigned long | ||
141 | xchg_u32(volatile void *p, unsigned long val) | ||
142 | { | ||
143 | unsigned long prev; | ||
144 | |||
145 | __asm__ __volatile__ ("\n\ | ||
146 | 1: lwarx %0,0,%2 \n" | ||
147 | PPC405_ERR77(0,%2) | ||
148 | " stwcx. %3,0,%2 \n\ | ||
149 | bne- 1b" | ||
150 | : "=&r" (prev), "=m" (*(volatile unsigned long *)p) | ||
151 | : "r" (p), "r" (val), "m" (*(volatile unsigned long *)p) | ||
152 | : "cc", "memory"); | ||
153 | |||
154 | return prev; | ||
155 | } | ||
156 | |||
157 | /* | ||
158 | * This function doesn't exist, so you'll get a linker error | ||
159 | * if something tries to do an invalid xchg(). | ||
160 | */ | ||
161 | extern void __xchg_called_with_bad_pointer(void); | ||
162 | |||
163 | #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) | ||
164 | |||
165 | static inline unsigned long __xchg(unsigned long x, volatile void *ptr, int size) | ||
166 | { | ||
167 | switch (size) { | ||
168 | case 4: | ||
169 | return (unsigned long) xchg_u32(ptr, x); | ||
170 | #if 0 /* xchg_u64 doesn't exist on 32-bit PPC */ | ||
171 | case 8: | ||
172 | return (unsigned long) xchg_u64(ptr, x); | ||
173 | #endif /* 0 */ | ||
174 | } | ||
175 | __xchg_called_with_bad_pointer(); | ||
176 | return x; | ||
177 | |||
178 | |||
179 | } | ||
180 | |||
181 | static inline void * xchg_ptr(void * m, void * val) | ||
182 | { | ||
183 | return (void *) xchg_u32(m, (unsigned long) val); | ||
184 | } | ||
185 | |||
186 | |||
187 | #define __HAVE_ARCH_CMPXCHG 1 | ||
188 | |||
189 | static __inline__ unsigned long | ||
190 | __cmpxchg_u32(volatile unsigned int *p, unsigned int old, unsigned int new) | ||
191 | { | ||
192 | unsigned int prev; | ||
193 | |||
194 | __asm__ __volatile__ ("\n\ | ||
195 | 1: lwarx %0,0,%2 \n\ | ||
196 | cmpw 0,%0,%3 \n\ | ||
197 | bne 2f \n" | ||
198 | PPC405_ERR77(0,%2) | ||
199 | " stwcx. %4,0,%2 \n\ | ||
200 | bne- 1b\n" | ||
201 | #ifdef CONFIG_SMP | ||
202 | " sync\n" | ||
203 | #endif /* CONFIG_SMP */ | ||
204 | "2:" | ||
205 | : "=&r" (prev), "=m" (*p) | ||
206 | : "r" (p), "r" (old), "r" (new), "m" (*p) | ||
207 | : "cc", "memory"); | ||
208 | |||
209 | return prev; | ||
210 | } | ||
211 | |||
212 | static inline unsigned long | ||
213 | __cmpxchg_u32_local(volatile unsigned int *p, unsigned int old, | ||
214 | unsigned int new) | ||
215 | { | ||
216 | unsigned int prev; | ||
217 | |||
218 | __asm__ __volatile__ ("\n\ | ||
219 | 1: lwarx %0,0,%2 \n\ | ||
220 | cmpw 0,%0,%3 \n\ | ||
221 | bne 2f \n" | ||
222 | PPC405_ERR77(0,%2) | ||
223 | " stwcx. %4,0,%2 \n\ | ||
224 | bne- 1b\n" | ||
225 | "2:" | ||
226 | : "=&r" (prev), "=m" (*p) | ||
227 | : "r" (p), "r" (old), "r" (new), "m" (*p) | ||
228 | : "cc", "memory"); | ||
229 | |||
230 | return prev; | ||
231 | } | ||
232 | |||
233 | /* This function doesn't exist, so you'll get a linker error | ||
234 | if something tries to do an invalid cmpxchg(). */ | ||
235 | extern void __cmpxchg_called_with_bad_pointer(void); | ||
236 | |||
237 | static __inline__ unsigned long | ||
238 | __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, | ||
239 | unsigned int size) | ||
240 | { | ||
241 | switch (size) { | ||
242 | case 4: | ||
243 | return __cmpxchg_u32(ptr, old, new); | ||
244 | #if 0 /* we don't have __cmpxchg_u64 on 32-bit PPC */ | ||
245 | case 8: | ||
246 | return __cmpxchg_u64(ptr, old, new); | ||
247 | #endif /* 0 */ | ||
248 | } | ||
249 | __cmpxchg_called_with_bad_pointer(); | ||
250 | return old; | ||
251 | } | ||
252 | |||
253 | #define cmpxchg(ptr, o, n) \ | ||
254 | ({ \ | ||
255 | __typeof__(*(ptr)) _o_ = (o); \ | ||
256 | __typeof__(*(ptr)) _n_ = (n); \ | ||
257 | (__typeof__(*(ptr))) __cmpxchg((ptr), (unsigned long)_o_, \ | ||
258 | (unsigned long)_n_, sizeof(*(ptr))); \ | ||
259 | }) | ||
260 | |||
261 | #include <asm-generic/cmpxchg-local.h> | ||
262 | |||
263 | static inline unsigned long __cmpxchg_local(volatile void *ptr, | ||
264 | unsigned long old, | ||
265 | unsigned long new, int size) | ||
266 | { | ||
267 | switch (size) { | ||
268 | case 4: | ||
269 | return __cmpxchg_u32_local(ptr, old, new); | ||
270 | default: | ||
271 | return __cmpxchg_local_generic(ptr, old, new, size); | ||
272 | } | ||
273 | |||
274 | return old; | ||
275 | } | ||
276 | |||
277 | /* | ||
278 | * cmpxchg_local and cmpxchg64_local are atomic wrt current CPU. Always make | ||
279 | * them available. | ||
280 | */ | ||
281 | #define cmpxchg_local(ptr, o, n) \ | ||
282 | ((__typeof__(*(ptr)))__cmpxchg_local((ptr), (unsigned long)(o), \ | ||
283 | (unsigned long)(n), sizeof(*(ptr)))) | ||
284 | #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) | ||
285 | |||
286 | #define arch_align_stack(x) (x) | ||
287 | |||
288 | #endif /* __KERNEL__ */ | ||
289 | #endif /* __PPC_SYSTEM_H */ | ||
diff --git a/include/asm-ppc/time.h b/include/asm-ppc/time.h deleted file mode 100644 index 81dbcd43a501..000000000000 --- a/include/asm-ppc/time.h +++ /dev/null | |||
@@ -1,161 +0,0 @@ | |||
1 | /* | ||
2 | * Common time prototypes and such for all ppc machines. | ||
3 | * | ||
4 | * Written by Cort Dougan (cort@fsmlabs.com) to merge | ||
5 | * Paul Mackerras' version and mine for PReP and Pmac. | ||
6 | */ | ||
7 | |||
8 | #ifdef __KERNEL__ | ||
9 | #ifndef __ASM_TIME_H__ | ||
10 | #define __ASM_TIME_H__ | ||
11 | |||
12 | #include <linux/types.h> | ||
13 | #include <linux/rtc.h> | ||
14 | #include <linux/threads.h> | ||
15 | |||
16 | #include <asm/reg.h> | ||
17 | |||
18 | /* time.c */ | ||
19 | extern unsigned tb_ticks_per_jiffy; | ||
20 | extern unsigned tb_to_us; | ||
21 | extern unsigned tb_last_stamp; | ||
22 | extern unsigned long disarm_decr[NR_CPUS]; | ||
23 | |||
24 | extern void to_tm(int tim, struct rtc_time * tm); | ||
25 | extern time_t last_rtc_update; | ||
26 | |||
27 | extern void set_dec_cpu6(unsigned int val); | ||
28 | |||
29 | int via_calibrate_decr(void); | ||
30 | |||
31 | /* Accessor functions for the decrementer register. | ||
32 | * The 4xx doesn't even have a decrementer. I tried to use the | ||
33 | * generic timer interrupt code, which seems OK, with the 4xx PIT | ||
34 | * in auto-reload mode. The problem is PIT stops counting when it | ||
35 | * hits zero. If it would wrap, we could use it just like a decrementer. | ||
36 | */ | ||
37 | static __inline__ unsigned int get_dec(void) | ||
38 | { | ||
39 | #if defined(CONFIG_40x) | ||
40 | return (mfspr(SPRN_PIT)); | ||
41 | #else | ||
42 | return (mfspr(SPRN_DEC)); | ||
43 | #endif | ||
44 | } | ||
45 | |||
46 | static __inline__ void set_dec(unsigned int val) | ||
47 | { | ||
48 | #if defined(CONFIG_40x) | ||
49 | return; /* Have to let it auto-reload */ | ||
50 | #elif defined(CONFIG_8xx_CPU6) | ||
51 | set_dec_cpu6(val); | ||
52 | #else | ||
53 | mtspr(SPRN_DEC, val); | ||
54 | #endif | ||
55 | } | ||
56 | |||
57 | /* Accessor functions for the timebase (RTC on 601) registers. */ | ||
58 | /* If one day CONFIG_POWER is added just define __USE_RTC as 1 */ | ||
59 | #ifdef CONFIG_6xx | ||
60 | extern __inline__ int __pure __USE_RTC(void) { | ||
61 | return (mfspr(SPRN_PVR)>>16) == 1; | ||
62 | } | ||
63 | #else | ||
64 | #define __USE_RTC() 0 | ||
65 | #endif | ||
66 | |||
67 | extern __inline__ unsigned long get_tbl(void) { | ||
68 | unsigned long tbl; | ||
69 | #if defined(CONFIG_403GCX) | ||
70 | asm volatile("mfspr %0, 0x3dd" : "=r" (tbl)); | ||
71 | #else | ||
72 | asm volatile("mftb %0" : "=r" (tbl)); | ||
73 | #endif | ||
74 | return tbl; | ||
75 | } | ||
76 | |||
77 | extern __inline__ unsigned long get_tbu(void) { | ||
78 | unsigned long tbl; | ||
79 | #if defined(CONFIG_403GCX) | ||
80 | asm volatile("mfspr %0, 0x3dc" : "=r" (tbl)); | ||
81 | #else | ||
82 | asm volatile("mftbu %0" : "=r" (tbl)); | ||
83 | #endif | ||
84 | return tbl; | ||
85 | } | ||
86 | |||
87 | extern __inline__ void set_tb(unsigned int upper, unsigned int lower) | ||
88 | { | ||
89 | mtspr(SPRN_TBWL, 0); | ||
90 | mtspr(SPRN_TBWU, upper); | ||
91 | mtspr(SPRN_TBWL, lower); | ||
92 | } | ||
93 | |||
94 | extern __inline__ unsigned long get_rtcl(void) { | ||
95 | unsigned long rtcl; | ||
96 | asm volatile("mfrtcl %0" : "=r" (rtcl)); | ||
97 | return rtcl; | ||
98 | } | ||
99 | |||
100 | extern __inline__ unsigned long get_rtcu(void) | ||
101 | { | ||
102 | unsigned long rtcu; | ||
103 | asm volatile("mfrtcu %0" : "=r" (rtcu)); | ||
104 | return rtcu; | ||
105 | } | ||
106 | |||
107 | extern __inline__ unsigned get_native_tbl(void) { | ||
108 | if (__USE_RTC()) | ||
109 | return get_rtcl(); | ||
110 | else | ||
111 | return get_tbl(); | ||
112 | } | ||
113 | |||
114 | /* On machines with RTC, this function can only be used safely | ||
115 | * after the timestamp and for 1 second. It is only used by gettimeofday | ||
116 | * however so it should not matter. | ||
117 | */ | ||
118 | extern __inline__ unsigned tb_ticks_since(unsigned tstamp) { | ||
119 | if (__USE_RTC()) { | ||
120 | int delta = get_rtcl() - tstamp; | ||
121 | return delta<0 ? delta + 1000000000 : delta; | ||
122 | } else { | ||
123 | return get_tbl() - tstamp; | ||
124 | } | ||
125 | } | ||
126 | |||
127 | #if 0 | ||
128 | extern __inline__ unsigned long get_bin_rtcl(void) { | ||
129 | unsigned long rtcl, rtcu1, rtcu2; | ||
130 | asm volatile("\ | ||
131 | 1: mfrtcu %0\n\ | ||
132 | mfrtcl %1\n\ | ||
133 | mfrtcu %2\n\ | ||
134 | cmpw %0,%2\n\ | ||
135 | bne- 1b\n" | ||
136 | : "=r" (rtcu1), "=r" (rtcl), "=r" (rtcu2) | ||
137 | : : "cr0"); | ||
138 | return rtcu2*1000000000+rtcl; | ||
139 | } | ||
140 | |||
141 | extern __inline__ unsigned binary_tbl(void) { | ||
142 | if (__USE_RTC()) | ||
143 | return get_bin_rtcl(); | ||
144 | else | ||
145 | return get_tbl(); | ||
146 | } | ||
147 | #endif | ||
148 | |||
149 | /* Use mulhwu to scale processor timebase to timeval */ | ||
150 | /* Specifically, this computes (x * y) / 2^32. -- paulus */ | ||
151 | #define mulhwu(x,y) \ | ||
152 | ({unsigned z; asm ("mulhwu %0,%1,%2" : "=r" (z) : "r" (x), "r" (y)); z;}) | ||
153 | |||
154 | unsigned mulhwu_scale_factor(unsigned, unsigned); | ||
155 | |||
156 | #define account_process_vtime(tsk) do { } while (0) | ||
157 | #define calculate_steal_time() do { } while (0) | ||
158 | #define snapshot_timebases() do { } while (0) | ||
159 | |||
160 | #endif /* __ASM_TIME_H__ */ | ||
161 | #endif /* __KERNEL__ */ | ||
diff --git a/include/asm-ppc/todc.h b/include/asm-ppc/todc.h deleted file mode 100644 index 937c7dbe6e5c..000000000000 --- a/include/asm-ppc/todc.h +++ /dev/null | |||
@@ -1,488 +0,0 @@ | |||
1 | /* | ||
2 | * Definitions for the M48Txx and mc146818 series of Time of day/Real Time | ||
3 | * Clock chips. | ||
4 | * | ||
5 | * Author: Mark A. Greer | ||
6 | * mgreer@mvista.com | ||
7 | * | ||
8 | * 2001 (c) MontaVista, Software, Inc. This file is licensed under | ||
9 | * the terms of the GNU General Public License version 2. This program | ||
10 | * is licensed "as is" without any warranty of any kind, whether express | ||
11 | * or implied. | ||
12 | */ | ||
13 | |||
14 | /* | ||
15 | * Support for the M48T37/M48T59/.../mc146818 Real Time Clock chips. | ||
16 | * Purpose is to make one generic file that handles all of these chips instead | ||
17 | * of every platform implementing the same code over & over again. | ||
18 | */ | ||
19 | |||
20 | #ifndef __PPC_KERNEL_TODC_H | ||
21 | #define __PPC_KERNEL_TODC_H | ||
22 | |||
23 | typedef struct { | ||
24 | uint rtc_type; /* your particular chip */ | ||
25 | |||
26 | /* | ||
27 | * Following are the addresses of the AS0, AS1, and DATA registers | ||
28 | * of these chips. Note that these are board-specific. | ||
29 | */ | ||
30 | unsigned int nvram_as0; | ||
31 | unsigned int nvram_as1; | ||
32 | unsigned int nvram_data; | ||
33 | |||
34 | /* | ||
35 | * Define bits to stop external set of regs from changing so | ||
36 | * the chip can be read/written reliably. | ||
37 | */ | ||
38 | unsigned char enable_read; | ||
39 | unsigned char enable_write; | ||
40 | |||
41 | /* | ||
42 | * Following is the number of AS0 address bits. This is normally | ||
43 | * 8 but some bad hardware routes address lines incorrectly. | ||
44 | */ | ||
45 | int as0_bits; | ||
46 | |||
47 | int nvram_size; /* Size of NVRAM on chip */ | ||
48 | int sw_flags; /* Software control flags */ | ||
49 | |||
50 | /* Following are the register offsets for the particular chip */ | ||
51 | int year; | ||
52 | int month; | ||
53 | int day_of_month; | ||
54 | int day_of_week; | ||
55 | int hours; | ||
56 | int minutes; | ||
57 | int seconds; | ||
58 | int control_b; | ||
59 | int control_a; | ||
60 | int watchdog; | ||
61 | int interrupts; | ||
62 | int alarm_date; | ||
63 | int alarm_hour; | ||
64 | int alarm_minutes; | ||
65 | int alarm_seconds; | ||
66 | int century; | ||
67 | int flags; | ||
68 | |||
69 | /* | ||
70 | * Some RTC chips have their NVRAM buried behind a addr/data pair of | ||
71 | * regs on the first level/clock registers. The following fields | ||
72 | * are the addresses for those addr/data regs. | ||
73 | */ | ||
74 | int nvram_addr_reg; | ||
75 | int nvram_data_reg; | ||
76 | } todc_info_t; | ||
77 | |||
78 | /* | ||
79 | * Define the types of TODC/RTC variants that are supported in | ||
80 | * arch/ppc/kernel/todc_time.c | ||
81 | * Make a new one of these for any chip somehow differs from what's already | ||
82 | * defined. That way, if you ever need to put in code to touch those | ||
83 | * bits/registers in todc_time.c, you can put it inside an | ||
84 | * 'if (todc_info->rtc_type == TODC_TYPE_XXX)' so you won't break | ||
85 | * anyone else. | ||
86 | */ | ||
87 | #define TODC_TYPE_MK48T35 1 | ||
88 | #define TODC_TYPE_MK48T37 2 | ||
89 | #define TODC_TYPE_MK48T59 3 | ||
90 | #define TODC_TYPE_DS1693 4 /* Dallas DS1693 RTC */ | ||
91 | #define TODC_TYPE_DS1743 5 /* Dallas DS1743 RTC */ | ||
92 | #define TODC_TYPE_DS1746 6 /* Dallas DS1746 RTC */ | ||
93 | #define TODC_TYPE_DS1747 7 /* Dallas DS1747 RTC */ | ||
94 | #define TODC_TYPE_DS1501 8 /* Dallas DS1501 RTC */ | ||
95 | #define TODC_TYPE_DS1643 9 /* Dallas DS1643 RTC */ | ||
96 | #define TODC_TYPE_PC97307 10 /* PC97307 internal RTC */ | ||
97 | #define TODC_TYPE_DS1557 11 /* Dallas DS1557 RTC */ | ||
98 | #define TODC_TYPE_DS17285 12 /* Dallas DS17285 RTC */ | ||
99 | #define TODC_TYPE_DS1553 13 /* Dallas DS1553 RTC */ | ||
100 | #define TODC_TYPE_MC146818 100 /* Leave room for m48txx's */ | ||
101 | |||
102 | /* | ||
103 | * Bit to clear/set to enable reads/writes to the chip | ||
104 | */ | ||
105 | #define TODC_MK48TXX_CNTL_A_R 0x40 | ||
106 | #define TODC_MK48TXX_CNTL_A_W 0x80 | ||
107 | #define TODC_MK48TXX_DAY_CB 0x80 | ||
108 | |||
109 | #define TODC_DS1501_CNTL_B_TE 0x80 | ||
110 | |||
111 | /* | ||
112 | * Define flag bits used by todc routines. | ||
113 | */ | ||
114 | #define TODC_FLAG_2_LEVEL_NVRAM 0x00000001 | ||
115 | |||
116 | /* | ||
117 | * Define the values for the various RTC's that should to into the todc_info | ||
118 | * table. | ||
119 | * Note: The XXX_NVRAM_SIZE, XXX_NVRAM_ADDR_REG, and XXX_NVRAM_DATA_REG only | ||
120 | * matter if XXX_SW_FLAGS has TODC_FLAG_2_LEVEL_NVRAM set. | ||
121 | */ | ||
122 | #define TODC_TYPE_MK48T35_NVRAM_SIZE 0x7ff8 | ||
123 | #define TODC_TYPE_MK48T35_SW_FLAGS 0 | ||
124 | #define TODC_TYPE_MK48T35_YEAR 0x7fff | ||
125 | #define TODC_TYPE_MK48T35_MONTH 0x7ffe | ||
126 | #define TODC_TYPE_MK48T35_DOM 0x7ffd /* Day of Month */ | ||
127 | #define TODC_TYPE_MK48T35_DOW 0x7ffc /* Day of Week */ | ||
128 | #define TODC_TYPE_MK48T35_HOURS 0x7ffb | ||
129 | #define TODC_TYPE_MK48T35_MINUTES 0x7ffa | ||
130 | #define TODC_TYPE_MK48T35_SECONDS 0x7ff9 | ||
131 | #define TODC_TYPE_MK48T35_CNTL_B 0x7ff9 | ||
132 | #define TODC_TYPE_MK48T35_CNTL_A 0x7ff8 | ||
133 | #define TODC_TYPE_MK48T35_WATCHDOG 0x0000 | ||
134 | #define TODC_TYPE_MK48T35_INTERRUPTS 0x0000 | ||
135 | #define TODC_TYPE_MK48T35_ALARM_DATE 0x0000 | ||
136 | #define TODC_TYPE_MK48T35_ALARM_HOUR 0x0000 | ||
137 | #define TODC_TYPE_MK48T35_ALARM_MINUTES 0x0000 | ||
138 | #define TODC_TYPE_MK48T35_ALARM_SECONDS 0x0000 | ||
139 | #define TODC_TYPE_MK48T35_CENTURY 0x0000 | ||
140 | #define TODC_TYPE_MK48T35_FLAGS 0x0000 | ||
141 | #define TODC_TYPE_MK48T35_NVRAM_ADDR_REG 0 | ||
142 | #define TODC_TYPE_MK48T35_NVRAM_DATA_REG 0 | ||
143 | |||
144 | #define TODC_TYPE_MK48T37_NVRAM_SIZE 0x7ff0 | ||
145 | #define TODC_TYPE_MK48T37_SW_FLAGS 0 | ||
146 | #define TODC_TYPE_MK48T37_YEAR 0x7fff | ||
147 | #define TODC_TYPE_MK48T37_MONTH 0x7ffe | ||
148 | #define TODC_TYPE_MK48T37_DOM 0x7ffd /* Day of Month */ | ||
149 | #define TODC_TYPE_MK48T37_DOW 0x7ffc /* Day of Week */ | ||
150 | #define TODC_TYPE_MK48T37_HOURS 0x7ffb | ||
151 | #define TODC_TYPE_MK48T37_MINUTES 0x7ffa | ||
152 | #define TODC_TYPE_MK48T37_SECONDS 0x7ff9 | ||
153 | #define TODC_TYPE_MK48T37_CNTL_B 0x7ff9 | ||
154 | #define TODC_TYPE_MK48T37_CNTL_A 0x7ff8 | ||
155 | #define TODC_TYPE_MK48T37_WATCHDOG 0x7ff7 | ||
156 | #define TODC_TYPE_MK48T37_INTERRUPTS 0x7ff6 | ||
157 | #define TODC_TYPE_MK48T37_ALARM_DATE 0x7ff5 | ||
158 | #define TODC_TYPE_MK48T37_ALARM_HOUR 0x7ff4 | ||
159 | #define TODC_TYPE_MK48T37_ALARM_MINUTES 0x7ff3 | ||
160 | #define TODC_TYPE_MK48T37_ALARM_SECONDS 0x7ff2 | ||
161 | #define TODC_TYPE_MK48T37_CENTURY 0x7ff1 | ||
162 | #define TODC_TYPE_MK48T37_FLAGS 0x7ff0 | ||
163 | #define TODC_TYPE_MK48T37_NVRAM_ADDR_REG 0 | ||
164 | #define TODC_TYPE_MK48T37_NVRAM_DATA_REG 0 | ||
165 | |||
166 | #define TODC_TYPE_MK48T59_NVRAM_SIZE 0x1ff0 | ||
167 | #define TODC_TYPE_MK48T59_SW_FLAGS 0 | ||
168 | #define TODC_TYPE_MK48T59_YEAR 0x1fff | ||
169 | #define TODC_TYPE_MK48T59_MONTH 0x1ffe | ||
170 | #define TODC_TYPE_MK48T59_DOM 0x1ffd /* Day of Month */ | ||
171 | #define TODC_TYPE_MK48T59_DOW 0x1ffc /* Day of Week */ | ||
172 | #define TODC_TYPE_MK48T59_HOURS 0x1ffb | ||
173 | #define TODC_TYPE_MK48T59_MINUTES 0x1ffa | ||
174 | #define TODC_TYPE_MK48T59_SECONDS 0x1ff9 | ||
175 | #define TODC_TYPE_MK48T59_CNTL_B 0x1ff9 | ||
176 | #define TODC_TYPE_MK48T59_CNTL_A 0x1ff8 | ||
177 | #define TODC_TYPE_MK48T59_WATCHDOG 0x1fff | ||
178 | #define TODC_TYPE_MK48T59_INTERRUPTS 0x1fff | ||
179 | #define TODC_TYPE_MK48T59_ALARM_DATE 0x1fff | ||
180 | #define TODC_TYPE_MK48T59_ALARM_HOUR 0x1fff | ||
181 | #define TODC_TYPE_MK48T59_ALARM_MINUTES 0x1fff | ||
182 | #define TODC_TYPE_MK48T59_ALARM_SECONDS 0x1fff | ||
183 | #define TODC_TYPE_MK48T59_CENTURY 0x1fff | ||
184 | #define TODC_TYPE_MK48T59_FLAGS 0x1fff | ||
185 | #define TODC_TYPE_MK48T59_NVRAM_ADDR_REG 0 | ||
186 | #define TODC_TYPE_MK48T59_NVRAM_DATA_REG 0 | ||
187 | |||
188 | #define TODC_TYPE_DS1501_NVRAM_SIZE 0x100 | ||
189 | #define TODC_TYPE_DS1501_SW_FLAGS TODC_FLAG_2_LEVEL_NVRAM | ||
190 | #define TODC_TYPE_DS1501_YEAR (TODC_TYPE_DS1501_NVRAM_SIZE + 0x06) | ||
191 | #define TODC_TYPE_DS1501_MONTH (TODC_TYPE_DS1501_NVRAM_SIZE + 0x05) | ||
192 | #define TODC_TYPE_DS1501_DOM (TODC_TYPE_DS1501_NVRAM_SIZE + 0x04) | ||
193 | #define TODC_TYPE_DS1501_DOW (TODC_TYPE_DS1501_NVRAM_SIZE + 0x03) | ||
194 | #define TODC_TYPE_DS1501_HOURS (TODC_TYPE_DS1501_NVRAM_SIZE + 0x02) | ||
195 | #define TODC_TYPE_DS1501_MINUTES (TODC_TYPE_DS1501_NVRAM_SIZE + 0x01) | ||
196 | #define TODC_TYPE_DS1501_SECONDS (TODC_TYPE_DS1501_NVRAM_SIZE + 0x00) | ||
197 | #define TODC_TYPE_DS1501_CNTL_B (TODC_TYPE_DS1501_NVRAM_SIZE + 0x0f) | ||
198 | #define TODC_TYPE_DS1501_CNTL_A (TODC_TYPE_DS1501_NVRAM_SIZE + 0x0f) | ||
199 | #define TODC_TYPE_DS1501_WATCHDOG (TODC_TYPE_DS1501_NVRAM_SIZE + 0xff) | ||
200 | #define TODC_TYPE_DS1501_INTERRUPTS (TODC_TYPE_DS1501_NVRAM_SIZE + 0xff) | ||
201 | #define TODC_TYPE_DS1501_ALARM_DATE (TODC_TYPE_DS1501_NVRAM_SIZE + 0x0b) | ||
202 | #define TODC_TYPE_DS1501_ALARM_HOUR (TODC_TYPE_DS1501_NVRAM_SIZE + 0x0a) | ||
203 | #define TODC_TYPE_DS1501_ALARM_MINUTES (TODC_TYPE_DS1501_NVRAM_SIZE + 0x09) | ||
204 | #define TODC_TYPE_DS1501_ALARM_SECONDS (TODC_TYPE_DS1501_NVRAM_SIZE + 0x08) | ||
205 | #define TODC_TYPE_DS1501_CENTURY (TODC_TYPE_DS1501_NVRAM_SIZE + 0x07) | ||
206 | #define TODC_TYPE_DS1501_FLAGS (TODC_TYPE_DS1501_NVRAM_SIZE + 0xff) | ||
207 | #define TODC_TYPE_DS1501_NVRAM_ADDR_REG 0x10 | ||
208 | #define TODC_TYPE_DS1501_NVRAM_DATA_REG 0x13 | ||
209 | |||
210 | #define TODC_TYPE_DS1553_NVRAM_SIZE 0x1ff0 | ||
211 | #define TODC_TYPE_DS1553_SW_FLAGS 0 | ||
212 | #define TODC_TYPE_DS1553_YEAR 0x1fff | ||
213 | #define TODC_TYPE_DS1553_MONTH 0x1ffe | ||
214 | #define TODC_TYPE_DS1553_DOM 0x1ffd /* Day of Month */ | ||
215 | #define TODC_TYPE_DS1553_DOW 0x1ffc /* Day of Week */ | ||
216 | #define TODC_TYPE_DS1553_HOURS 0x1ffb | ||
217 | #define TODC_TYPE_DS1553_MINUTES 0x1ffa | ||
218 | #define TODC_TYPE_DS1553_SECONDS 0x1ff9 | ||
219 | #define TODC_TYPE_DS1553_CNTL_B 0x1ff9 | ||
220 | #define TODC_TYPE_DS1553_CNTL_A 0x1ff8 /* control_a R/W regs */ | ||
221 | #define TODC_TYPE_DS1553_WATCHDOG 0x1ff7 | ||
222 | #define TODC_TYPE_DS1553_INTERRUPTS 0x1ff6 | ||
223 | #define TODC_TYPE_DS1553_ALARM_DATE 0x1ff5 | ||
224 | #define TODC_TYPE_DS1553_ALARM_HOUR 0x1ff4 | ||
225 | #define TODC_TYPE_DS1553_ALARM_MINUTES 0x1ff3 | ||
226 | #define TODC_TYPE_DS1553_ALARM_SECONDS 0x1ff2 | ||
227 | #define TODC_TYPE_DS1553_CENTURY 0x1ff8 | ||
228 | #define TODC_TYPE_DS1553_FLAGS 0x1ff0 | ||
229 | #define TODC_TYPE_DS1553_NVRAM_ADDR_REG 0 | ||
230 | #define TODC_TYPE_DS1553_NVRAM_DATA_REG 0 | ||
231 | |||
232 | #define TODC_TYPE_DS1557_NVRAM_SIZE 0x7fff0 | ||
233 | #define TODC_TYPE_DS1557_SW_FLAGS 0 | ||
234 | #define TODC_TYPE_DS1557_YEAR 0x7ffff | ||
235 | #define TODC_TYPE_DS1557_MONTH 0x7fffe | ||
236 | #define TODC_TYPE_DS1557_DOM 0x7fffd /* Day of Month */ | ||
237 | #define TODC_TYPE_DS1557_DOW 0x7fffc /* Day of Week */ | ||
238 | #define TODC_TYPE_DS1557_HOURS 0x7fffb | ||
239 | #define TODC_TYPE_DS1557_MINUTES 0x7fffa | ||
240 | #define TODC_TYPE_DS1557_SECONDS 0x7fff9 | ||
241 | #define TODC_TYPE_DS1557_CNTL_B 0x7fff9 | ||
242 | #define TODC_TYPE_DS1557_CNTL_A 0x7fff8 /* control_a R/W regs */ | ||
243 | #define TODC_TYPE_DS1557_WATCHDOG 0x7fff7 | ||
244 | #define TODC_TYPE_DS1557_INTERRUPTS 0x7fff6 | ||
245 | #define TODC_TYPE_DS1557_ALARM_DATE 0x7fff5 | ||
246 | #define TODC_TYPE_DS1557_ALARM_HOUR 0x7fff4 | ||
247 | #define TODC_TYPE_DS1557_ALARM_MINUTES 0x7fff3 | ||
248 | #define TODC_TYPE_DS1557_ALARM_SECONDS 0x7fff2 | ||
249 | #define TODC_TYPE_DS1557_CENTURY 0x7fff8 | ||
250 | #define TODC_TYPE_DS1557_FLAGS 0x7fff0 | ||
251 | #define TODC_TYPE_DS1557_NVRAM_ADDR_REG 0 | ||
252 | #define TODC_TYPE_DS1557_NVRAM_DATA_REG 0 | ||
253 | |||
254 | #define TODC_TYPE_DS1643_NVRAM_SIZE 0x1ff8 | ||
255 | #define TODC_TYPE_DS1643_SW_FLAGS 0 | ||
256 | #define TODC_TYPE_DS1643_YEAR 0x1fff | ||
257 | #define TODC_TYPE_DS1643_MONTH 0x1ffe | ||
258 | #define TODC_TYPE_DS1643_DOM 0x1ffd /* Day of Month */ | ||
259 | #define TODC_TYPE_DS1643_DOW 0x1ffc /* Day of Week */ | ||
260 | #define TODC_TYPE_DS1643_HOURS 0x1ffb | ||
261 | #define TODC_TYPE_DS1643_MINUTES 0x1ffa | ||
262 | #define TODC_TYPE_DS1643_SECONDS 0x1ff9 | ||
263 | #define TODC_TYPE_DS1643_CNTL_B 0x1ff9 | ||
264 | #define TODC_TYPE_DS1643_CNTL_A 0x1ff8 /* control_a R/W regs */ | ||
265 | #define TODC_TYPE_DS1643_WATCHDOG 0x1fff | ||
266 | #define TODC_TYPE_DS1643_INTERRUPTS 0x1fff | ||
267 | #define TODC_TYPE_DS1643_ALARM_DATE 0x1fff | ||
268 | #define TODC_TYPE_DS1643_ALARM_HOUR 0x1fff | ||
269 | #define TODC_TYPE_DS1643_ALARM_MINUTES 0x1fff | ||
270 | #define TODC_TYPE_DS1643_ALARM_SECONDS 0x1fff | ||
271 | #define TODC_TYPE_DS1643_CENTURY 0x1ff8 | ||
272 | #define TODC_TYPE_DS1643_FLAGS 0x1fff | ||
273 | #define TODC_TYPE_DS1643_NVRAM_ADDR_REG 0 | ||
274 | #define TODC_TYPE_DS1643_NVRAM_DATA_REG 0 | ||
275 | |||
276 | #define TODC_TYPE_DS1693_NVRAM_SIZE 0 /* Not handled yet */ | ||
277 | #define TODC_TYPE_DS1693_SW_FLAGS 0 | ||
278 | #define TODC_TYPE_DS1693_YEAR 0x09 | ||
279 | #define TODC_TYPE_DS1693_MONTH 0x08 | ||
280 | #define TODC_TYPE_DS1693_DOM 0x07 /* Day of Month */ | ||
281 | #define TODC_TYPE_DS1693_DOW 0x06 /* Day of Week */ | ||
282 | #define TODC_TYPE_DS1693_HOURS 0x04 | ||
283 | #define TODC_TYPE_DS1693_MINUTES 0x02 | ||
284 | #define TODC_TYPE_DS1693_SECONDS 0x00 | ||
285 | #define TODC_TYPE_DS1693_CNTL_B 0x0b | ||
286 | #define TODC_TYPE_DS1693_CNTL_A 0x0a | ||
287 | #define TODC_TYPE_DS1693_WATCHDOG 0xff | ||
288 | #define TODC_TYPE_DS1693_INTERRUPTS 0xff | ||
289 | #define TODC_TYPE_DS1693_ALARM_DATE 0x49 | ||
290 | #define TODC_TYPE_DS1693_ALARM_HOUR 0x05 | ||
291 | #define TODC_TYPE_DS1693_ALARM_MINUTES 0x03 | ||
292 | #define TODC_TYPE_DS1693_ALARM_SECONDS 0x01 | ||
293 | #define TODC_TYPE_DS1693_CENTURY 0x48 | ||
294 | #define TODC_TYPE_DS1693_FLAGS 0xff | ||
295 | #define TODC_TYPE_DS1693_NVRAM_ADDR_REG 0 | ||
296 | #define TODC_TYPE_DS1693_NVRAM_DATA_REG 0 | ||
297 | |||
298 | #define TODC_TYPE_DS1743_NVRAM_SIZE 0x1ff8 | ||
299 | #define TODC_TYPE_DS1743_SW_FLAGS 0 | ||
300 | #define TODC_TYPE_DS1743_YEAR 0x1fff | ||
301 | #define TODC_TYPE_DS1743_MONTH 0x1ffe | ||
302 | #define TODC_TYPE_DS1743_DOM 0x1ffd /* Day of Month */ | ||
303 | #define TODC_TYPE_DS1743_DOW 0x1ffc /* Day of Week */ | ||
304 | #define TODC_TYPE_DS1743_HOURS 0x1ffb | ||
305 | #define TODC_TYPE_DS1743_MINUTES 0x1ffa | ||
306 | #define TODC_TYPE_DS1743_SECONDS 0x1ff9 | ||
307 | #define TODC_TYPE_DS1743_CNTL_B 0x1ff9 | ||
308 | #define TODC_TYPE_DS1743_CNTL_A 0x1ff8 /* control_a R/W regs */ | ||
309 | #define TODC_TYPE_DS1743_WATCHDOG 0x1fff | ||
310 | #define TODC_TYPE_DS1743_INTERRUPTS 0x1fff | ||
311 | #define TODC_TYPE_DS1743_ALARM_DATE 0x1fff | ||
312 | #define TODC_TYPE_DS1743_ALARM_HOUR 0x1fff | ||
313 | #define TODC_TYPE_DS1743_ALARM_MINUTES 0x1fff | ||
314 | #define TODC_TYPE_DS1743_ALARM_SECONDS 0x1fff | ||
315 | #define TODC_TYPE_DS1743_CENTURY 0x1ff8 | ||
316 | #define TODC_TYPE_DS1743_FLAGS 0x1fff | ||
317 | #define TODC_TYPE_DS1743_NVRAM_ADDR_REG 0 | ||
318 | #define TODC_TYPE_DS1743_NVRAM_DATA_REG 0 | ||
319 | |||
320 | #define TODC_TYPE_DS1746_NVRAM_SIZE 0x1fff8 | ||
321 | #define TODC_TYPE_DS1746_SW_FLAGS 0 | ||
322 | #define TODC_TYPE_DS1746_YEAR 0x1ffff | ||
323 | #define TODC_TYPE_DS1746_MONTH 0x1fffe | ||
324 | #define TODC_TYPE_DS1746_DOM 0x1fffd /* Day of Month */ | ||
325 | #define TODC_TYPE_DS1746_DOW 0x1fffc /* Day of Week */ | ||
326 | #define TODC_TYPE_DS1746_HOURS 0x1fffb | ||
327 | #define TODC_TYPE_DS1746_MINUTES 0x1fffa | ||
328 | #define TODC_TYPE_DS1746_SECONDS 0x1fff9 | ||
329 | #define TODC_TYPE_DS1746_CNTL_B 0x1fff9 | ||
330 | #define TODC_TYPE_DS1746_CNTL_A 0x1fff8 /* control_a R/W regs */ | ||
331 | #define TODC_TYPE_DS1746_WATCHDOG 0x00000 | ||
332 | #define TODC_TYPE_DS1746_INTERRUPTS 0x00000 | ||
333 | #define TODC_TYPE_DS1746_ALARM_DATE 0x00000 | ||
334 | #define TODC_TYPE_DS1746_ALARM_HOUR 0x00000 | ||
335 | #define TODC_TYPE_DS1746_ALARM_MINUTES 0x00000 | ||
336 | #define TODC_TYPE_DS1746_ALARM_SECONDS 0x00000 | ||
337 | #define TODC_TYPE_DS1746_CENTURY 0x00000 | ||
338 | #define TODC_TYPE_DS1746_FLAGS 0x00000 | ||
339 | #define TODC_TYPE_DS1746_NVRAM_ADDR_REG 0 | ||
340 | #define TODC_TYPE_DS1746_NVRAM_DATA_REG 0 | ||
341 | |||
342 | #define TODC_TYPE_DS1747_NVRAM_SIZE 0x7fff8 | ||
343 | #define TODC_TYPE_DS1747_SW_FLAGS 0 | ||
344 | #define TODC_TYPE_DS1747_YEAR 0x7ffff | ||
345 | #define TODC_TYPE_DS1747_MONTH 0x7fffe | ||
346 | #define TODC_TYPE_DS1747_DOM 0x7fffd /* Day of Month */ | ||
347 | #define TODC_TYPE_DS1747_DOW 0x7fffc /* Day of Week */ | ||
348 | #define TODC_TYPE_DS1747_HOURS 0x7fffb | ||
349 | #define TODC_TYPE_DS1747_MINUTES 0x7fffa | ||
350 | #define TODC_TYPE_DS1747_SECONDS 0x7fff9 | ||
351 | #define TODC_TYPE_DS1747_CNTL_B 0x7fff9 | ||
352 | #define TODC_TYPE_DS1747_CNTL_A 0x7fff8 /* control_a R/W regs */ | ||
353 | #define TODC_TYPE_DS1747_WATCHDOG 0x00000 | ||
354 | #define TODC_TYPE_DS1747_INTERRUPTS 0x00000 | ||
355 | #define TODC_TYPE_DS1747_ALARM_DATE 0x00000 | ||
356 | #define TODC_TYPE_DS1747_ALARM_HOUR 0x00000 | ||
357 | #define TODC_TYPE_DS1747_ALARM_MINUTES 0x00000 | ||
358 | #define TODC_TYPE_DS1747_ALARM_SECONDS 0x00000 | ||
359 | #define TODC_TYPE_DS1747_CENTURY 0x00000 | ||
360 | #define TODC_TYPE_DS1747_FLAGS 0x00000 | ||
361 | #define TODC_TYPE_DS1747_NVRAM_ADDR_REG 0 | ||
362 | #define TODC_TYPE_DS1747_NVRAM_DATA_REG 0 | ||
363 | |||
364 | #define TODC_TYPE_DS17285_NVRAM_SIZE (0x1000-0x80) /* 4Kx8 NVRAM (minus RTC regs) */ | ||
365 | #define TODC_TYPE_DS17285_SW_FLAGS TODC_FLAG_2_LEVEL_NVRAM | ||
366 | #define TODC_TYPE_DS17285_SECONDS (TODC_TYPE_DS17285_NVRAM_SIZE + 0x00) | ||
367 | #define TODC_TYPE_DS17285_ALARM_SECONDS (TODC_TYPE_DS17285_NVRAM_SIZE + 0x01) | ||
368 | #define TODC_TYPE_DS17285_MINUTES (TODC_TYPE_DS17285_NVRAM_SIZE + 0x02) | ||
369 | #define TODC_TYPE_DS17285_ALARM_MINUTES (TODC_TYPE_DS17285_NVRAM_SIZE + 0x03) | ||
370 | #define TODC_TYPE_DS17285_HOURS (TODC_TYPE_DS17285_NVRAM_SIZE + 0x04) | ||
371 | #define TODC_TYPE_DS17285_ALARM_HOUR (TODC_TYPE_DS17285_NVRAM_SIZE + 0x05) | ||
372 | #define TODC_TYPE_DS17285_DOW (TODC_TYPE_DS17285_NVRAM_SIZE + 0x06) | ||
373 | #define TODC_TYPE_DS17285_DOM (TODC_TYPE_DS17285_NVRAM_SIZE + 0x07) | ||
374 | #define TODC_TYPE_DS17285_MONTH (TODC_TYPE_DS17285_NVRAM_SIZE + 0x08) | ||
375 | #define TODC_TYPE_DS17285_YEAR (TODC_TYPE_DS17285_NVRAM_SIZE + 0x09) | ||
376 | #define TODC_TYPE_DS17285_CNTL_A (TODC_TYPE_DS17285_NVRAM_SIZE + 0x0A) | ||
377 | #define TODC_TYPE_DS17285_CNTL_B (TODC_TYPE_DS17285_NVRAM_SIZE + 0x0B) | ||
378 | #define TODC_TYPE_DS17285_CNTL_C (TODC_TYPE_DS17285_NVRAM_SIZE + 0x0C) | ||
379 | #define TODC_TYPE_DS17285_CNTL_D (TODC_TYPE_DS17285_NVRAM_SIZE + 0x0D) | ||
380 | #define TODC_TYPE_DS17285_WATCHDOG 0 | ||
381 | #define TODC_TYPE_DS17285_INTERRUPTS 0 | ||
382 | #define TODC_TYPE_DS17285_ALARM_DATE 0 | ||
383 | #define TODC_TYPE_DS17285_CENTURY 0 | ||
384 | #define TODC_TYPE_DS17285_FLAGS 0 | ||
385 | #define TODC_TYPE_DS17285_NVRAM_ADDR_REG 0x50 | ||
386 | #define TODC_TYPE_DS17285_NVRAM_DATA_REG 0x53 | ||
387 | |||
388 | #define TODC_TYPE_MC146818_NVRAM_SIZE 0 /* XXXX */ | ||
389 | #define TODC_TYPE_MC146818_SW_FLAGS 0 | ||
390 | #define TODC_TYPE_MC146818_YEAR 0x09 | ||
391 | #define TODC_TYPE_MC146818_MONTH 0x08 | ||
392 | #define TODC_TYPE_MC146818_DOM 0x07 /* Day of Month */ | ||
393 | #define TODC_TYPE_MC146818_DOW 0x06 /* Day of Week */ | ||
394 | #define TODC_TYPE_MC146818_HOURS 0x04 | ||
395 | #define TODC_TYPE_MC146818_MINUTES 0x02 | ||
396 | #define TODC_TYPE_MC146818_SECONDS 0x00 | ||
397 | #define TODC_TYPE_MC146818_CNTL_B 0x0a | ||
398 | #define TODC_TYPE_MC146818_CNTL_A 0x0b /* control_a R/W regs */ | ||
399 | #define TODC_TYPE_MC146818_WATCHDOG 0 | ||
400 | #define TODC_TYPE_MC146818_INTERRUPTS 0x0c | ||
401 | #define TODC_TYPE_MC146818_ALARM_DATE 0xff | ||
402 | #define TODC_TYPE_MC146818_ALARM_HOUR 0x05 | ||
403 | #define TODC_TYPE_MC146818_ALARM_MINUTES 0x03 | ||
404 | #define TODC_TYPE_MC146818_ALARM_SECONDS 0x01 | ||
405 | #define TODC_TYPE_MC146818_CENTURY 0xff | ||
406 | #define TODC_TYPE_MC146818_FLAGS 0xff | ||
407 | #define TODC_TYPE_MC146818_NVRAM_ADDR_REG 0 | ||
408 | #define TODC_TYPE_MC146818_NVRAM_DATA_REG 0 | ||
409 | |||
410 | #define TODC_TYPE_PC97307_NVRAM_SIZE 0 /* No NVRAM? */ | ||
411 | #define TODC_TYPE_PC97307_SW_FLAGS 0 | ||
412 | #define TODC_TYPE_PC97307_YEAR 0x09 | ||
413 | #define TODC_TYPE_PC97307_MONTH 0x08 | ||
414 | #define TODC_TYPE_PC97307_DOM 0x07 /* Day of Month */ | ||
415 | #define TODC_TYPE_PC97307_DOW 0x06 /* Day of Week */ | ||
416 | #define TODC_TYPE_PC97307_HOURS 0x04 | ||
417 | #define TODC_TYPE_PC97307_MINUTES 0x02 | ||
418 | #define TODC_TYPE_PC97307_SECONDS 0x00 | ||
419 | #define TODC_TYPE_PC97307_CNTL_B 0x0a | ||
420 | #define TODC_TYPE_PC97307_CNTL_A 0x0b /* control_a R/W regs */ | ||
421 | #define TODC_TYPE_PC97307_WATCHDOG 0x0c | ||
422 | #define TODC_TYPE_PC97307_INTERRUPTS 0x0d | ||
423 | #define TODC_TYPE_PC97307_ALARM_DATE 0xff | ||
424 | #define TODC_TYPE_PC97307_ALARM_HOUR 0x05 | ||
425 | #define TODC_TYPE_PC97307_ALARM_MINUTES 0x03 | ||
426 | #define TODC_TYPE_PC97307_ALARM_SECONDS 0x01 | ||
427 | #define TODC_TYPE_PC97307_CENTURY 0xff | ||
428 | #define TODC_TYPE_PC97307_FLAGS 0xff | ||
429 | #define TODC_TYPE_PC97307_NVRAM_ADDR_REG 0 | ||
430 | #define TODC_TYPE_PC97307_NVRAM_DATA_REG 0 | ||
431 | |||
432 | /* | ||
433 | * Define macros to allocate and init the todc_info_t table that will | ||
434 | * be used by the todc_time.c routines. | ||
435 | */ | ||
436 | #define TODC_ALLOC() \ | ||
437 | static todc_info_t todc_info_alloc; \ | ||
438 | todc_info_t *todc_info = &todc_info_alloc; | ||
439 | |||
440 | #define TODC_INIT(clock_type, as0, as1, data, bits) { \ | ||
441 | todc_info->rtc_type = clock_type; \ | ||
442 | \ | ||
443 | todc_info->nvram_as0 = (unsigned int)(as0); \ | ||
444 | todc_info->nvram_as1 = (unsigned int)(as1); \ | ||
445 | todc_info->nvram_data = (unsigned int)(data); \ | ||
446 | \ | ||
447 | todc_info->as0_bits = (bits); \ | ||
448 | \ | ||
449 | todc_info->nvram_size = clock_type ##_NVRAM_SIZE; \ | ||
450 | todc_info->sw_flags = clock_type ##_SW_FLAGS; \ | ||
451 | \ | ||
452 | todc_info->year = clock_type ##_YEAR; \ | ||
453 | todc_info->month = clock_type ##_MONTH; \ | ||
454 | todc_info->day_of_month = clock_type ##_DOM; \ | ||
455 | todc_info->day_of_week = clock_type ##_DOW; \ | ||
456 | todc_info->hours = clock_type ##_HOURS; \ | ||
457 | todc_info->minutes = clock_type ##_MINUTES; \ | ||
458 | todc_info->seconds = clock_type ##_SECONDS; \ | ||
459 | todc_info->control_b = clock_type ##_CNTL_B; \ | ||
460 | todc_info->control_a = clock_type ##_CNTL_A; \ | ||
461 | todc_info->watchdog = clock_type ##_WATCHDOG; \ | ||
462 | todc_info->interrupts = clock_type ##_INTERRUPTS; \ | ||
463 | todc_info->alarm_date = clock_type ##_ALARM_DATE; \ | ||
464 | todc_info->alarm_hour = clock_type ##_ALARM_HOUR; \ | ||
465 | todc_info->alarm_minutes = clock_type ##_ALARM_MINUTES; \ | ||
466 | todc_info->alarm_seconds = clock_type ##_ALARM_SECONDS; \ | ||
467 | todc_info->century = clock_type ##_CENTURY; \ | ||
468 | todc_info->flags = clock_type ##_FLAGS; \ | ||
469 | \ | ||
470 | todc_info->nvram_addr_reg = clock_type ##_NVRAM_ADDR_REG; \ | ||
471 | todc_info->nvram_data_reg = clock_type ##_NVRAM_DATA_REG; \ | ||
472 | } | ||
473 | |||
474 | extern todc_info_t *todc_info; | ||
475 | |||
476 | unsigned char todc_direct_read_val(int addr); | ||
477 | void todc_direct_write_val(int addr, unsigned char val); | ||
478 | unsigned char todc_m48txx_read_val(int addr); | ||
479 | void todc_m48txx_write_val(int addr, unsigned char val); | ||
480 | unsigned char todc_mc146818_read_val(int addr); | ||
481 | void todc_mc146818_write_val(int addr, unsigned char val); | ||
482 | |||
483 | long todc_time_init(void); | ||
484 | unsigned long todc_get_rtc_time(void); | ||
485 | int todc_set_rtc_time(unsigned long nowtime); | ||
486 | void todc_calibrate_decr(void); | ||
487 | |||
488 | #endif /* __PPC_KERNEL_TODC_H */ | ||
diff --git a/include/asm-ppc/traps.h b/include/asm-ppc/traps.h deleted file mode 100644 index 68e7326b56f1..000000000000 --- a/include/asm-ppc/traps.h +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | #include <asm-m68k/traps.h> | ||
diff --git a/include/asm-ppc/zorro.h b/include/asm-ppc/zorro.h deleted file mode 100644 index 1e5fbc65e77b..000000000000 --- a/include/asm-ppc/zorro.h +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | #ifndef _ASM_PPC_ZORRO_H | ||
2 | #define _ASM_PPC_ZORRO_H | ||
3 | |||
4 | #include <asm/io.h> | ||
5 | |||
6 | #define z_readb in_8 | ||
7 | #define z_readw in_be16 | ||
8 | #define z_readl in_be32 | ||
9 | |||
10 | #define z_writeb(val, port) out_8((port), (val)) | ||
11 | #define z_writew(val, port) out_be16((port), (val)) | ||
12 | #define z_writel(val, port) out_be32((port), (val)) | ||
13 | |||
14 | #define z_memset_io(a,b,c) memset((void *)(a),(b),(c)) | ||
15 | #define z_memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) | ||
16 | #define z_memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) | ||
17 | |||
18 | extern void *__ioremap(unsigned long address, unsigned long size, | ||
19 | unsigned long flags); | ||
20 | |||
21 | extern void *ioremap(unsigned long address, unsigned long size); | ||
22 | extern void iounmap(void *addr); | ||
23 | |||
24 | extern void *__ioremap(unsigned long address, unsigned long size, | ||
25 | unsigned long flags); | ||
26 | |||
27 | #define z_ioremap ioremap | ||
28 | #define z_iounmap iounmap | ||
29 | |||
30 | #endif /* _ASM_PPC_ZORRO_H */ | ||
diff --git a/include/asm-s390/Kbuild b/include/asm-s390/Kbuild index 09f312501eb5..bb5e9edb9825 100644 --- a/include/asm-s390/Kbuild +++ b/include/asm-s390/Kbuild | |||
@@ -8,9 +8,9 @@ header-y += ucontext.h | |||
8 | header-y += vtoc.h | 8 | header-y += vtoc.h |
9 | header-y += zcrypt.h | 9 | header-y += zcrypt.h |
10 | header-y += kvm.h | 10 | header-y += kvm.h |
11 | header-y += schid.h | ||
12 | header-y += chsc.h | 11 | header-y += chsc.h |
13 | 12 | ||
14 | unifdef-y += cmb.h | 13 | unifdef-y += cmb.h |
15 | unifdef-y += debug.h | 14 | unifdef-y += debug.h |
16 | unifdef-y += chpid.h | 15 | unifdef-y += chpid.h |
16 | unifdef-y += schid.h | ||
diff --git a/include/asm-s390/chpid.h b/include/asm-s390/chpid.h index 606844d0a5c3..dfe3c7f3439a 100644 --- a/include/asm-s390/chpid.h +++ b/include/asm-s390/chpid.h | |||
@@ -20,6 +20,9 @@ struct chp_id { | |||
20 | u8 id; | 20 | u8 id; |
21 | } __attribute__((packed)); | 21 | } __attribute__((packed)); |
22 | 22 | ||
23 | #ifdef __KERNEL__ | ||
24 | #include <asm/cio.h> | ||
25 | |||
23 | static inline void chp_id_init(struct chp_id *chpid) | 26 | static inline void chp_id_init(struct chp_id *chpid) |
24 | { | 27 | { |
25 | memset(chpid, 0, sizeof(struct chp_id)); | 28 | memset(chpid, 0, sizeof(struct chp_id)); |
@@ -40,9 +43,6 @@ static inline void chp_id_next(struct chp_id *chpid) | |||
40 | } | 43 | } |
41 | } | 44 | } |
42 | 45 | ||
43 | #ifdef __KERNEL__ | ||
44 | #include <asm/cio.h> | ||
45 | |||
46 | static inline int chp_id_is_valid(struct chp_id *chpid) | 46 | static inline int chp_id_is_valid(struct chp_id *chpid) |
47 | { | 47 | { |
48 | return (chpid->cssid <= __MAX_CSSID); | 48 | return (chpid->cssid <= __MAX_CSSID); |
diff --git a/include/asm-s390/qdio.h b/include/asm-s390/qdio.h index 11240342a0f4..6813772171f2 100644 --- a/include/asm-s390/qdio.h +++ b/include/asm-s390/qdio.h | |||
@@ -1,404 +1,382 @@ | |||
1 | /* | 1 | /* |
2 | * linux/include/asm-s390/qdio.h | 2 | * linux/include/asm-s390/qdio.h |
3 | * | 3 | * |
4 | * Linux for S/390 QDIO base support, Hipersocket base support | 4 | * Copyright 2000,2008 IBM Corp. |
5 | * version 2 | ||
6 | * | ||
7 | * Copyright 2000,2002 IBM Corporation | ||
8 | * Author(s): Utz Bacher <utz.bacher@de.ibm.com> | 5 | * Author(s): Utz Bacher <utz.bacher@de.ibm.com> |
6 | * Jan Glauber <jang@linux.vnet.ibm.com> | ||
9 | * | 7 | * |
10 | */ | 8 | */ |
11 | #ifndef __QDIO_H__ | 9 | #ifndef __QDIO_H__ |
12 | #define __QDIO_H__ | 10 | #define __QDIO_H__ |
13 | 11 | ||
14 | /* note, that most of the typedef's are from ingo. */ | ||
15 | |||
16 | #include <linux/interrupt.h> | 12 | #include <linux/interrupt.h> |
17 | #include <asm/cio.h> | 13 | #include <asm/cio.h> |
18 | #include <asm/ccwdev.h> | 14 | #include <asm/ccwdev.h> |
19 | 15 | ||
20 | #define QDIO_NAME "qdio " | 16 | #define QDIO_MAX_QUEUES_PER_IRQ 32 |
21 | 17 | #define QDIO_MAX_BUFFERS_PER_Q 128 | |
22 | #ifndef __s390x__ | 18 | #define QDIO_MAX_BUFFERS_MASK (QDIO_MAX_BUFFERS_PER_Q - 1) |
23 | #define QDIO_32_BIT | 19 | #define QDIO_MAX_ELEMENTS_PER_BUFFER 16 |
24 | #endif /* __s390x__ */ | 20 | #define QDIO_SBAL_SIZE 256 |
25 | 21 | ||
26 | /**** CONSTANTS, that are relied on without using these symbols *****/ | 22 | #define QDIO_QETH_QFMT 0 |
27 | #define QDIO_MAX_QUEUES_PER_IRQ 32 /* used in width of unsigned int */ | 23 | #define QDIO_ZFCP_QFMT 1 |
28 | /************************ END of CONSTANTS **************************/ | 24 | #define QDIO_IQDIO_QFMT 2 |
29 | #define QDIO_MAX_BUFFERS_PER_Q 128 /* must be a power of 2 (%x=&(x-1)*/ | 25 | |
30 | #define QDIO_BUF_ORDER 7 /* 2**this == number of pages used for sbals in 1 q */ | 26 | /** |
31 | #define QDIO_MAX_ELEMENTS_PER_BUFFER 16 | 27 | * struct qdesfmt0 - queue descriptor, format 0 |
32 | #define SBAL_SIZE 256 | 28 | * @sliba: storage list information block address |
33 | 29 | * @sla: storage list address | |
34 | #define QDIO_QETH_QFMT 0 | 30 | * @slsba: storage list state block address |
35 | #define QDIO_ZFCP_QFMT 1 | 31 | * @akey: access key for DLIB |
36 | #define QDIO_IQDIO_QFMT 2 | 32 | * @bkey: access key for SL |
37 | #define QDIO_IQDIO_QFMT_ASYNCH 3 | 33 | * @ckey: access key for SBALs |
38 | 34 | * @dkey: access key for SLSB | |
39 | struct qdio_buffer_element{ | 35 | */ |
40 | unsigned int flags; | ||
41 | unsigned int length; | ||
42 | #ifdef QDIO_32_BIT | ||
43 | void *reserved; | ||
44 | #endif /* QDIO_32_BIT */ | ||
45 | void *addr; | ||
46 | } __attribute__ ((packed,aligned(16))); | ||
47 | |||
48 | struct qdio_buffer{ | ||
49 | volatile struct qdio_buffer_element element[16]; | ||
50 | } __attribute__ ((packed,aligned(256))); | ||
51 | |||
52 | |||
53 | /* params are: ccw_device, status, qdio_error, siga_error, | ||
54 | queue_number, first element processed, number of elements processed, | ||
55 | int_parm */ | ||
56 | typedef void qdio_handler_t(struct ccw_device *,unsigned int,unsigned int, | ||
57 | unsigned int,unsigned int,int,int,unsigned long); | ||
58 | |||
59 | |||
60 | #define QDIO_STATUS_INBOUND_INT 0x01 | ||
61 | #define QDIO_STATUS_OUTBOUND_INT 0x02 | ||
62 | #define QDIO_STATUS_LOOK_FOR_ERROR 0x04 | ||
63 | #define QDIO_STATUS_MORE_THAN_ONE_QDIO_ERROR 0x08 | ||
64 | #define QDIO_STATUS_MORE_THAN_ONE_SIGA_ERROR 0x10 | ||
65 | #define QDIO_STATUS_ACTIVATE_CHECK_CONDITION 0x20 | ||
66 | |||
67 | #define QDIO_SIGA_ERROR_ACCESS_EXCEPTION 0x10 | ||
68 | #define QDIO_SIGA_ERROR_B_BIT_SET 0x20 | ||
69 | |||
70 | /* for qdio_initialize */ | ||
71 | #define QDIO_INBOUND_0COPY_SBALS 0x01 | ||
72 | #define QDIO_OUTBOUND_0COPY_SBALS 0x02 | ||
73 | #define QDIO_USE_OUTBOUND_PCIS 0x04 | ||
74 | |||
75 | /* for qdio_cleanup */ | ||
76 | #define QDIO_FLAG_CLEANUP_USING_CLEAR 0x01 | ||
77 | #define QDIO_FLAG_CLEANUP_USING_HALT 0x02 | ||
78 | |||
79 | struct qdio_initialize { | ||
80 | struct ccw_device *cdev; | ||
81 | unsigned char q_format; | ||
82 | unsigned char adapter_name[8]; | ||
83 | unsigned int qib_param_field_format; /*adapter dependent*/ | ||
84 | /* pointer to 128 bytes or NULL, if no param field */ | ||
85 | unsigned char *qib_param_field; /* adapter dependent */ | ||
86 | /* pointer to no_queues*128 words of data or NULL */ | ||
87 | unsigned long *input_slib_elements; | ||
88 | unsigned long *output_slib_elements; | ||
89 | unsigned int min_input_threshold; | ||
90 | unsigned int max_input_threshold; | ||
91 | unsigned int min_output_threshold; | ||
92 | unsigned int max_output_threshold; | ||
93 | unsigned int no_input_qs; | ||
94 | unsigned int no_output_qs; | ||
95 | qdio_handler_t *input_handler; | ||
96 | qdio_handler_t *output_handler; | ||
97 | unsigned long int_parm; | ||
98 | unsigned long flags; | ||
99 | void **input_sbal_addr_array; /* addr of n*128 void ptrs */ | ||
100 | void **output_sbal_addr_array; /* addr of n*128 void ptrs */ | ||
101 | }; | ||
102 | |||
103 | extern int qdio_initialize(struct qdio_initialize *init_data); | ||
104 | extern int qdio_allocate(struct qdio_initialize *init_data); | ||
105 | extern int qdio_establish(struct qdio_initialize *init_data); | ||
106 | |||
107 | extern int qdio_activate(struct ccw_device *,int flags); | ||
108 | |||
109 | #define QDIO_STATE_MUST_USE_OUTB_PCI 0x00000001 | ||
110 | #define QDIO_STATE_INACTIVE 0x00000002 /* after qdio_cleanup */ | ||
111 | #define QDIO_STATE_ESTABLISHED 0x00000004 /* after qdio_initialize */ | ||
112 | #define QDIO_STATE_ACTIVE 0x00000008 /* after qdio_activate */ | ||
113 | #define QDIO_STATE_STOPPED 0x00000010 /* after queues went down */ | ||
114 | extern unsigned long qdio_get_status(int irq); | ||
115 | |||
116 | |||
117 | #define QDIO_FLAG_SYNC_INPUT 0x01 | ||
118 | #define QDIO_FLAG_SYNC_OUTPUT 0x02 | ||
119 | #define QDIO_FLAG_UNDER_INTERRUPT 0x04 | ||
120 | #define QDIO_FLAG_NO_INPUT_INTERRUPT_CONTEXT 0x08 /* no effect on | ||
121 | adapter interrupts */ | ||
122 | #define QDIO_FLAG_DONT_SIGA 0x10 | ||
123 | #define QDIO_FLAG_PCI_OUT 0x20 | ||
124 | |||
125 | extern int do_QDIO(struct ccw_device*, unsigned int flags, | ||
126 | unsigned int queue_number, | ||
127 | unsigned int qidx,unsigned int count, | ||
128 | struct qdio_buffer *buffers); | ||
129 | |||
130 | extern int qdio_get_ssqd_pct(struct ccw_device*); | ||
131 | extern int qdio_synchronize(struct ccw_device*, unsigned int flags, | ||
132 | unsigned int queue_number); | ||
133 | |||
134 | extern int qdio_cleanup(struct ccw_device*, int how); | ||
135 | extern int qdio_shutdown(struct ccw_device*, int how); | ||
136 | extern int qdio_free(struct ccw_device*); | ||
137 | |||
138 | unsigned char qdio_get_slsb_state(struct ccw_device*, unsigned int flag, | ||
139 | unsigned int queue_number, | ||
140 | unsigned int qidx); | ||
141 | |||
142 | extern void qdio_init_scrubber(void); | ||
143 | |||
144 | struct qdesfmt0 { | 36 | struct qdesfmt0 { |
145 | #ifdef QDIO_32_BIT | 37 | u64 sliba; |
146 | unsigned long res1; /* reserved */ | 38 | u64 sla; |
147 | #endif /* QDIO_32_BIT */ | 39 | u64 slsba; |
148 | unsigned long sliba; /* storage-list-information-block | 40 | u32 : 32; |
149 | address */ | 41 | u32 akey : 4; |
150 | #ifdef QDIO_32_BIT | 42 | u32 bkey : 4; |
151 | unsigned long res2; /* reserved */ | 43 | u32 ckey : 4; |
152 | #endif /* QDIO_32_BIT */ | 44 | u32 dkey : 4; |
153 | unsigned long sla; /* storage-list address */ | 45 | u32 : 16; |
154 | #ifdef QDIO_32_BIT | ||
155 | unsigned long res3; /* reserved */ | ||
156 | #endif /* QDIO_32_BIT */ | ||
157 | unsigned long slsba; /* storage-list-state-block address */ | ||
158 | unsigned int res4; /* reserved */ | ||
159 | unsigned int akey : 4; /* access key for DLIB */ | ||
160 | unsigned int bkey : 4; /* access key for SL */ | ||
161 | unsigned int ckey : 4; /* access key for SBALs */ | ||
162 | unsigned int dkey : 4; /* access key for SLSB */ | ||
163 | unsigned int res5 : 16; /* reserved */ | ||
164 | } __attribute__ ((packed)); | 46 | } __attribute__ ((packed)); |
165 | 47 | ||
166 | /* | 48 | /** |
167 | * Queue-Description record (QDR) | 49 | * struct qdr - queue description record (QDR) |
50 | * @qfmt: queue format | ||
51 | * @pfmt: implementation dependent parameter format | ||
52 | * @ac: adapter characteristics | ||
53 | * @iqdcnt: input queue descriptor count | ||
54 | * @oqdcnt: output queue descriptor count | ||
55 | * @iqdsz: inpout queue descriptor size | ||
56 | * @oqdsz: output queue descriptor size | ||
57 | * @qiba: queue information block address | ||
58 | * @qkey: queue information block key | ||
59 | * @qdf0: queue descriptions | ||
168 | */ | 60 | */ |
169 | struct qdr { | 61 | struct qdr { |
170 | unsigned int qfmt : 8; /* queue format */ | 62 | u32 qfmt : 8; |
171 | unsigned int pfmt : 8; /* impl. dep. parameter format */ | 63 | u32 pfmt : 8; |
172 | unsigned int res1 : 8; /* reserved */ | 64 | u32 : 8; |
173 | unsigned int ac : 8; /* adapter characteristics */ | 65 | u32 ac : 8; |
174 | unsigned int res2 : 8; /* reserved */ | 66 | u32 : 8; |
175 | unsigned int iqdcnt : 8; /* input-queue-descriptor count */ | 67 | u32 iqdcnt : 8; |
176 | unsigned int res3 : 8; /* reserved */ | 68 | u32 : 8; |
177 | unsigned int oqdcnt : 8; /* output-queue-descriptor count */ | 69 | u32 oqdcnt : 8; |
178 | unsigned int res4 : 8; /* reserved */ | 70 | u32 : 8; |
179 | unsigned int iqdsz : 8; /* input-queue-descriptor size */ | 71 | u32 iqdsz : 8; |
180 | unsigned int res5 : 8; /* reserved */ | 72 | u32 : 8; |
181 | unsigned int oqdsz : 8; /* output-queue-descriptor size */ | 73 | u32 oqdsz : 8; |
182 | unsigned int res6[9]; /* reserved */ | 74 | /* private: */ |
183 | #ifdef QDIO_32_BIT | 75 | u32 res[9]; |
184 | unsigned long res7; /* reserved */ | 76 | /* public: */ |
185 | #endif /* QDIO_32_BIT */ | 77 | u64 qiba; |
186 | unsigned long qiba; /* queue-information-block address */ | 78 | u32 : 32; |
187 | unsigned int res8; /* reserved */ | 79 | u32 qkey : 4; |
188 | unsigned int qkey : 4; /* queue-information-block key */ | 80 | u32 : 28; |
189 | unsigned int res9 : 28; /* reserved */ | 81 | struct qdesfmt0 qdf0[126]; |
190 | /* union _qd {*/ /* why this? */ | 82 | } __attribute__ ((packed, aligned(4096))); |
191 | struct qdesfmt0 qdf0[126]; | 83 | |
192 | /* } qd;*/ | 84 | #define QIB_AC_OUTBOUND_PCI_SUPPORTED 0x40 |
193 | } __attribute__ ((packed,aligned(4096))); | ||
194 | |||
195 | |||
196 | /* | ||
197 | * queue information block (QIB) | ||
198 | */ | ||
199 | #define QIB_AC_INBOUND_PCI_SUPPORTED 0x80 | ||
200 | #define QIB_AC_OUTBOUND_PCI_SUPPORTED 0x40 | ||
201 | #define QIB_RFLAGS_ENABLE_QEBSM 0x80 | 85 | #define QIB_RFLAGS_ENABLE_QEBSM 0x80 |
202 | 86 | ||
87 | /** | ||
88 | * struct qib - queue information block (QIB) | ||
89 | * @qfmt: queue format | ||
90 | * @pfmt: implementation dependent parameter format | ||
91 | * @rflags: QEBSM | ||
92 | * @ac: adapter characteristics | ||
93 | * @isliba: absolute address of first input SLIB | ||
94 | * @osliba: absolute address of first output SLIB | ||
95 | * @ebcnam: adapter identifier in EBCDIC | ||
96 | * @parm: implementation dependent parameters | ||
97 | */ | ||
203 | struct qib { | 98 | struct qib { |
204 | unsigned int qfmt : 8; /* queue format */ | 99 | u32 qfmt : 8; |
205 | unsigned int pfmt : 8; /* impl. dep. parameter format */ | 100 | u32 pfmt : 8; |
206 | unsigned int rflags : 8; /* QEBSM */ | 101 | u32 rflags : 8; |
207 | unsigned int ac : 8; /* adapter characteristics */ | 102 | u32 ac : 8; |
208 | unsigned int res2; /* reserved */ | 103 | u32 : 32; |
209 | #ifdef QDIO_32_BIT | 104 | u64 isliba; |
210 | unsigned long res3; /* reserved */ | 105 | u64 osliba; |
211 | #endif /* QDIO_32_BIT */ | 106 | u32 : 32; |
212 | unsigned long isliba; /* absolute address of 1st | 107 | u32 : 32; |
213 | input SLIB */ | 108 | u8 ebcnam[8]; |
214 | #ifdef QDIO_32_BIT | 109 | /* private: */ |
215 | unsigned long res4; /* reserved */ | 110 | u8 res[88]; |
216 | #endif /* QDIO_32_BIT */ | 111 | /* public: */ |
217 | unsigned long osliba; /* absolute address of 1st | 112 | u8 parm[QDIO_MAX_BUFFERS_PER_Q]; |
218 | output SLIB */ | 113 | } __attribute__ ((packed, aligned(256))); |
219 | unsigned int res5; /* reserved */ | 114 | |
220 | unsigned int res6; /* reserved */ | 115 | /** |
221 | unsigned char ebcnam[8]; /* adapter identifier in EBCDIC */ | 116 | * struct slibe - storage list information block element (SLIBE) |
222 | unsigned char res7[88]; /* reserved */ | 117 | * @parms: implementation dependent parameters |
223 | unsigned char parm[QDIO_MAX_BUFFERS_PER_Q]; | ||
224 | /* implementation dependent | ||
225 | parameters */ | ||
226 | } __attribute__ ((packed,aligned(256))); | ||
227 | |||
228 | |||
229 | /* | ||
230 | * storage-list-information block element (SLIBE) | ||
231 | */ | 118 | */ |
232 | struct slibe { | 119 | struct slibe { |
233 | #ifdef QDIO_32_BIT | 120 | u64 parms; |
234 | unsigned long res; /* reserved */ | ||
235 | #endif /* QDIO_32_BIT */ | ||
236 | unsigned long parms; /* implementation dependent | ||
237 | parameters */ | ||
238 | }; | 121 | }; |
239 | 122 | ||
240 | /* | 123 | /** |
241 | * storage-list-information block (SLIB) | 124 | * struct slib - storage list information block (SLIB) |
125 | * @nsliba: next SLIB address (if any) | ||
126 | * @sla: SL address | ||
127 | * @slsba: SLSB address | ||
128 | * @slibe: SLIB elements | ||
242 | */ | 129 | */ |
243 | struct slib { | 130 | struct slib { |
244 | #ifdef QDIO_32_BIT | 131 | u64 nsliba; |
245 | unsigned long res1; /* reserved */ | 132 | u64 sla; |
246 | #endif /* QDIO_32_BIT */ | 133 | u64 slsba; |
247 | unsigned long nsliba; /* next SLIB address (if any) */ | 134 | /* private: */ |
248 | #ifdef QDIO_32_BIT | 135 | u8 res[1000]; |
249 | unsigned long res2; /* reserved */ | 136 | /* public: */ |
250 | #endif /* QDIO_32_BIT */ | 137 | struct slibe slibe[QDIO_MAX_BUFFERS_PER_Q]; |
251 | unsigned long sla; /* SL address */ | 138 | } __attribute__ ((packed, aligned(2048))); |
252 | #ifdef QDIO_32_BIT | 139 | |
253 | unsigned long res3; /* reserved */ | 140 | /** |
254 | #endif /* QDIO_32_BIT */ | 141 | * struct sbal_flags - storage block address list flags |
255 | unsigned long slsba; /* SLSB address */ | 142 | * @last: last entry |
256 | unsigned char res4[1000]; /* reserved */ | 143 | * @cont: contiguous storage |
257 | struct slibe slibe[QDIO_MAX_BUFFERS_PER_Q]; /* SLIB elements */ | 144 | * @frag: fragmentation |
258 | } __attribute__ ((packed,aligned(2048))); | 145 | */ |
259 | |||
260 | struct sbal_flags { | 146 | struct sbal_flags { |
261 | unsigned char res1 : 1; /* reserved */ | 147 | u8 : 1; |
262 | unsigned char last : 1; /* last entry */ | 148 | u8 last : 1; |
263 | unsigned char cont : 1; /* contiguous storage */ | 149 | u8 cont : 1; |
264 | unsigned char res2 : 1; /* reserved */ | 150 | u8 : 1; |
265 | unsigned char frag : 2; /* fragmentation (s.below) */ | 151 | u8 frag : 2; |
266 | unsigned char res3 : 2; /* reserved */ | 152 | u8 : 2; |
267 | } __attribute__ ((packed)); | 153 | } __attribute__ ((packed)); |
268 | 154 | ||
269 | #define SBAL_FLAGS_FIRST_FRAG 0x04000000UL | 155 | #define SBAL_FLAGS_FIRST_FRAG 0x04000000UL |
270 | #define SBAL_FLAGS_MIDDLE_FRAG 0x08000000UL | 156 | #define SBAL_FLAGS_MIDDLE_FRAG 0x08000000UL |
271 | #define SBAL_FLAGS_LAST_FRAG 0x0c000000UL | 157 | #define SBAL_FLAGS_LAST_FRAG 0x0c000000UL |
272 | #define SBAL_FLAGS_LAST_ENTRY 0x40000000UL | 158 | #define SBAL_FLAGS_LAST_ENTRY 0x40000000UL |
273 | #define SBAL_FLAGS_CONTIGUOUS 0x20000000UL | 159 | #define SBAL_FLAGS_CONTIGUOUS 0x20000000UL |
274 | 160 | ||
275 | #define SBAL_FLAGS0_DATA_CONTINUATION 0x20UL | 161 | #define SBAL_FLAGS0_DATA_CONTINUATION 0x20UL |
276 | 162 | ||
277 | /* Awesome OpenFCP extensions */ | 163 | /* Awesome OpenFCP extensions */ |
278 | #define SBAL_FLAGS0_TYPE_STATUS 0x00UL | 164 | #define SBAL_FLAGS0_TYPE_STATUS 0x00UL |
279 | #define SBAL_FLAGS0_TYPE_WRITE 0x08UL | 165 | #define SBAL_FLAGS0_TYPE_WRITE 0x08UL |
280 | #define SBAL_FLAGS0_TYPE_READ 0x10UL | 166 | #define SBAL_FLAGS0_TYPE_READ 0x10UL |
281 | #define SBAL_FLAGS0_TYPE_WRITE_READ 0x18UL | 167 | #define SBAL_FLAGS0_TYPE_WRITE_READ 0x18UL |
282 | #define SBAL_FLAGS0_MORE_SBALS 0x04UL | 168 | #define SBAL_FLAGS0_MORE_SBALS 0x04UL |
283 | #define SBAL_FLAGS0_COMMAND 0x02UL | 169 | #define SBAL_FLAGS0_COMMAND 0x02UL |
284 | #define SBAL_FLAGS0_LAST_SBAL 0x00UL | 170 | #define SBAL_FLAGS0_LAST_SBAL 0x00UL |
285 | #define SBAL_FLAGS0_ONLY_SBAL SBAL_FLAGS0_COMMAND | 171 | #define SBAL_FLAGS0_ONLY_SBAL SBAL_FLAGS0_COMMAND |
286 | #define SBAL_FLAGS0_MIDDLE_SBAL SBAL_FLAGS0_MORE_SBALS | 172 | #define SBAL_FLAGS0_MIDDLE_SBAL SBAL_FLAGS0_MORE_SBALS |
287 | #define SBAL_FLAGS0_FIRST_SBAL SBAL_FLAGS0_MORE_SBALS | SBAL_FLAGS0_COMMAND | 173 | #define SBAL_FLAGS0_FIRST_SBAL SBAL_FLAGS0_MORE_SBALS | SBAL_FLAGS0_COMMAND |
288 | /* Naught of interest beyond this point */ | 174 | #define SBAL_FLAGS0_PCI 0x40 |
289 | 175 | ||
290 | #define SBAL_FLAGS0_PCI 0x40 | 176 | /** |
177 | * struct sbal_sbalf_0 - sbal flags for sbale 0 | ||
178 | * @pci: PCI indicator | ||
179 | * @cont: data continuation | ||
180 | * @sbtype: storage-block type (FCP) | ||
181 | */ | ||
291 | struct sbal_sbalf_0 { | 182 | struct sbal_sbalf_0 { |
292 | unsigned char res1 : 1; /* reserved */ | 183 | u8 : 1; |
293 | unsigned char pci : 1; /* PCI indicator */ | 184 | u8 pci : 1; |
294 | unsigned char cont : 1; /* data continuation */ | 185 | u8 cont : 1; |
295 | unsigned char sbtype: 2; /* storage-block type (OpenFCP) */ | 186 | u8 sbtype : 2; |
296 | unsigned char res2 : 3; /* reserved */ | 187 | u8 : 3; |
297 | } __attribute__ ((packed)); | 188 | } __attribute__ ((packed)); |
298 | 189 | ||
190 | /** | ||
191 | * struct sbal_sbalf_1 - sbal flags for sbale 1 | ||
192 | * @key: storage key | ||
193 | */ | ||
299 | struct sbal_sbalf_1 { | 194 | struct sbal_sbalf_1 { |
300 | unsigned char res1 : 4; /* reserved */ | 195 | u8 : 4; |
301 | unsigned char key : 4; /* storage key */ | 196 | u8 key : 4; |
302 | } __attribute__ ((packed)); | 197 | } __attribute__ ((packed)); |
303 | 198 | ||
199 | /** | ||
200 | * struct sbal_sbalf_14 - sbal flags for sbale 14 | ||
201 | * @erridx: error index | ||
202 | */ | ||
304 | struct sbal_sbalf_14 { | 203 | struct sbal_sbalf_14 { |
305 | unsigned char res1 : 4; /* reserved */ | 204 | u8 : 4; |
306 | unsigned char erridx : 4; /* error index */ | 205 | u8 erridx : 4; |
307 | } __attribute__ ((packed)); | 206 | } __attribute__ ((packed)); |
308 | 207 | ||
208 | /** | ||
209 | * struct sbal_sbalf_15 - sbal flags for sbale 15 | ||
210 | * @reason: reason for error state | ||
211 | */ | ||
309 | struct sbal_sbalf_15 { | 212 | struct sbal_sbalf_15 { |
310 | unsigned char reason; /* reserved */ | 213 | u8 reason; |
311 | } __attribute__ ((packed)); | 214 | } __attribute__ ((packed)); |
312 | 215 | ||
216 | /** | ||
217 | * union sbal_sbalf - storage block address list flags | ||
218 | * @i0: sbalf0 | ||
219 | * @i1: sbalf1 | ||
220 | * @i14: sbalf14 | ||
221 | * @i15: sblaf15 | ||
222 | * @value: raw value | ||
223 | */ | ||
313 | union sbal_sbalf { | 224 | union sbal_sbalf { |
314 | struct sbal_sbalf_0 i0; | 225 | struct sbal_sbalf_0 i0; |
315 | struct sbal_sbalf_1 i1; | 226 | struct sbal_sbalf_1 i1; |
316 | struct sbal_sbalf_14 i14; | 227 | struct sbal_sbalf_14 i14; |
317 | struct sbal_sbalf_15 i15; | 228 | struct sbal_sbalf_15 i15; |
318 | unsigned char value; | 229 | u8 value; |
319 | }; | 230 | }; |
320 | 231 | ||
321 | struct sbal_element { | 232 | /** |
322 | union { | 233 | * struct qdio_buffer_element - SBAL entry |
323 | struct sbal_flags bits; /* flags */ | 234 | * @flags: flags |
324 | unsigned char value; | 235 | * @length: length |
325 | } flags; | 236 | * @addr: address |
326 | unsigned int res1 : 16; /* reserved */ | 237 | */ |
327 | union sbal_sbalf sbalf; /* SBAL flags */ | 238 | struct qdio_buffer_element { |
328 | unsigned int res2 : 16; /* reserved */ | 239 | u32 flags; |
329 | unsigned int count : 16; /* data count */ | 240 | u32 length; |
330 | #ifdef QDIO_32_BIT | 241 | #ifdef CONFIG_32BIT |
331 | unsigned long res3; /* reserved */ | 242 | /* private: */ |
332 | #endif /* QDIO_32_BIT */ | 243 | void *reserved; |
333 | unsigned long addr; /* absolute data address */ | 244 | /* public: */ |
334 | } __attribute__ ((packed,aligned(16))); | 245 | #endif |
246 | void *addr; | ||
247 | } __attribute__ ((packed, aligned(16))); | ||
335 | 248 | ||
336 | /* | 249 | /** |
337 | * strorage-block access-list (SBAL) | 250 | * struct qdio_buffer - storage block address list (SBAL) |
251 | * @element: SBAL entries | ||
338 | */ | 252 | */ |
339 | struct sbal { | 253 | struct qdio_buffer { |
340 | struct sbal_element element[QDIO_MAX_ELEMENTS_PER_BUFFER]; | 254 | struct qdio_buffer_element element[QDIO_MAX_ELEMENTS_PER_BUFFER]; |
341 | } __attribute__ ((packed,aligned(256))); | 255 | } __attribute__ ((packed, aligned(256))); |
342 | 256 | ||
343 | /* | 257 | /** |
344 | * storage-list (SL) | 258 | * struct sl_element - storage list entry |
259 | * @sbal: absolute SBAL address | ||
345 | */ | 260 | */ |
346 | struct sl_element { | 261 | struct sl_element { |
347 | #ifdef QDIO_32_BIT | 262 | #ifdef CONFIG_32BIT |
348 | unsigned long res; /* reserved */ | 263 | /* private: */ |
349 | #endif /* QDIO_32_BIT */ | 264 | unsigned long reserved; |
350 | unsigned long sbal; /* absolute SBAL address */ | 265 | /* public: */ |
266 | #endif | ||
267 | unsigned long sbal; | ||
351 | } __attribute__ ((packed)); | 268 | } __attribute__ ((packed)); |
352 | 269 | ||
270 | /** | ||
271 | * struct sl - storage list (SL) | ||
272 | * @element: SL entries | ||
273 | */ | ||
353 | struct sl { | 274 | struct sl { |
354 | struct sl_element element[QDIO_MAX_BUFFERS_PER_Q]; | 275 | struct sl_element element[QDIO_MAX_BUFFERS_PER_Q]; |
355 | } __attribute__ ((packed,aligned(1024))); | 276 | } __attribute__ ((packed, aligned(1024))); |
356 | 277 | ||
357 | /* | 278 | /** |
358 | * storage-list-state block (SLSB) | 279 | * struct slsb - storage list state block (SLSB) |
280 | * @val: state per buffer | ||
359 | */ | 281 | */ |
360 | struct slsb_flags { | 282 | struct slsb { |
361 | unsigned char owner : 2; /* SBAL owner */ | 283 | u8 val[QDIO_MAX_BUFFERS_PER_Q]; |
362 | unsigned char type : 1; /* buffer type */ | 284 | } __attribute__ ((packed, aligned(256))); |
363 | unsigned char state : 5; /* processing state */ | 285 | |
286 | struct qdio_ssqd_desc { | ||
287 | u8 flags; | ||
288 | u8:8; | ||
289 | u16 sch; | ||
290 | u8 qfmt; | ||
291 | u8 parm; | ||
292 | u8 qdioac1; | ||
293 | u8 sch_class; | ||
294 | u8 pcnt; | ||
295 | u8 icnt; | ||
296 | u8:8; | ||
297 | u8 ocnt; | ||
298 | u8:8; | ||
299 | u8 mbccnt; | ||
300 | u16 qdioac2; | ||
301 | u64 sch_token; | ||
302 | u64:64; | ||
364 | } __attribute__ ((packed)); | 303 | } __attribute__ ((packed)); |
365 | 304 | ||
305 | /* params are: ccw_device, qdio_error, queue_number, | ||
306 | first element processed, number of elements processed, int_parm */ | ||
307 | typedef void qdio_handler_t(struct ccw_device *, unsigned int, int, | ||
308 | int, int, unsigned long); | ||
366 | 309 | ||
367 | struct slsb { | 310 | /* qdio errors reported to the upper-layer program */ |
368 | union { | 311 | #define QDIO_ERROR_SIGA_ACCESS_EXCEPTION 0x10 |
369 | unsigned char val[QDIO_MAX_BUFFERS_PER_Q]; | 312 | #define QDIO_ERROR_SIGA_BUSY 0x20 |
370 | struct slsb_flags flags[QDIO_MAX_BUFFERS_PER_Q]; | 313 | #define QDIO_ERROR_ACTIVATE_CHECK_CONDITION 0x40 |
371 | } acc; | 314 | #define QDIO_ERROR_SLSB_STATE 0x80 |
372 | } __attribute__ ((packed,aligned(256))); | ||
373 | 315 | ||
374 | /* | 316 | /* for qdio_initialize */ |
375 | * SLSB values | 317 | #define QDIO_INBOUND_0COPY_SBALS 0x01 |
318 | #define QDIO_OUTBOUND_0COPY_SBALS 0x02 | ||
319 | #define QDIO_USE_OUTBOUND_PCIS 0x04 | ||
320 | |||
321 | /* for qdio_cleanup */ | ||
322 | #define QDIO_FLAG_CLEANUP_USING_CLEAR 0x01 | ||
323 | #define QDIO_FLAG_CLEANUP_USING_HALT 0x02 | ||
324 | |||
325 | /** | ||
326 | * struct qdio_initialize - qdio initalization data | ||
327 | * @cdev: associated ccw device | ||
328 | * @q_format: queue format | ||
329 | * @adapter_name: name for the adapter | ||
330 | * @qib_param_field_format: format for qib_parm_field | ||
331 | * @qib_param_field: pointer to 128 bytes or NULL, if no param field | ||
332 | * @input_slib_elements: pointer to no_input_qs * 128 words of data or NULL | ||
333 | * @output_slib_elements: pointer to no_output_qs * 128 words of data or NULL | ||
334 | * @no_input_qs: number of input queues | ||
335 | * @no_output_qs: number of output queues | ||
336 | * @input_handler: handler to be called for input queues | ||
337 | * @output_handler: handler to be called for output queues | ||
338 | * @int_parm: interruption parameter | ||
339 | * @flags: initialization flags | ||
340 | * @input_sbal_addr_array: address of no_input_qs * 128 pointers | ||
341 | * @output_sbal_addr_array: address of no_output_qs * 128 pointers | ||
376 | */ | 342 | */ |
377 | #define SLSB_OWNER_PROG 1 | 343 | struct qdio_initialize { |
378 | #define SLSB_OWNER_CU 2 | 344 | struct ccw_device *cdev; |
379 | 345 | unsigned char q_format; | |
380 | #define SLSB_TYPE_INPUT 0 | 346 | unsigned char adapter_name[8]; |
381 | #define SLSB_TYPE_OUTPUT 1 | 347 | unsigned int qib_param_field_format; |
382 | 348 | unsigned char *qib_param_field; | |
383 | #define SLSB_STATE_NOT_INIT 0 | 349 | unsigned long *input_slib_elements; |
384 | #define SLSB_STATE_EMPTY 1 | 350 | unsigned long *output_slib_elements; |
385 | #define SLSB_STATE_PRIMED 2 | 351 | unsigned int no_input_qs; |
386 | #define SLSB_STATE_HALTED 0xe | 352 | unsigned int no_output_qs; |
387 | #define SLSB_STATE_ERROR 0xf | 353 | qdio_handler_t *input_handler; |
388 | 354 | qdio_handler_t *output_handler; | |
389 | #define SLSB_P_INPUT_NOT_INIT 0x80 | 355 | unsigned long int_parm; |
390 | #define SLSB_P_INPUT_PROCESSING 0x81 | 356 | unsigned long flags; |
391 | #define SLSB_CU_INPUT_EMPTY 0x41 | 357 | void **input_sbal_addr_array; |
392 | #define SLSB_P_INPUT_PRIMED 0x82 | 358 | void **output_sbal_addr_array; |
393 | #define SLSB_P_INPUT_HALTED 0x8E | 359 | }; |
394 | #define SLSB_P_INPUT_ERROR 0x8F | 360 | |
395 | 361 | #define QDIO_STATE_INACTIVE 0x00000002 /* after qdio_cleanup */ | |
396 | #define SLSB_P_OUTPUT_NOT_INIT 0xA0 | 362 | #define QDIO_STATE_ESTABLISHED 0x00000004 /* after qdio_establish */ |
397 | #define SLSB_P_OUTPUT_EMPTY 0xA1 | 363 | #define QDIO_STATE_ACTIVE 0x00000008 /* after qdio_activate */ |
398 | #define SLSB_CU_OUTPUT_PRIMED 0x62 | 364 | #define QDIO_STATE_STOPPED 0x00000010 /* after queues went down */ |
399 | #define SLSB_P_OUTPUT_HALTED 0xAE | 365 | |
400 | #define SLSB_P_OUTPUT_ERROR 0xAF | 366 | #define QDIO_FLAG_SYNC_INPUT 0x01 |
401 | 367 | #define QDIO_FLAG_SYNC_OUTPUT 0x02 | |
402 | #define SLSB_ERROR_DURING_LOOKUP 0xFF | 368 | #define QDIO_FLAG_PCI_OUT 0x10 |
369 | |||
370 | extern int qdio_initialize(struct qdio_initialize *init_data); | ||
371 | extern int qdio_allocate(struct qdio_initialize *init_data); | ||
372 | extern int qdio_establish(struct qdio_initialize *init_data); | ||
373 | extern int qdio_activate(struct ccw_device *); | ||
374 | |||
375 | extern int do_QDIO(struct ccw_device*, unsigned int flags, | ||
376 | int q_nr, int qidx, int count); | ||
377 | extern int qdio_cleanup(struct ccw_device*, int how); | ||
378 | extern int qdio_shutdown(struct ccw_device*, int how); | ||
379 | extern int qdio_free(struct ccw_device *); | ||
380 | extern struct qdio_ssqd_desc *qdio_get_ssqd_desc(struct ccw_device *cdev); | ||
403 | 381 | ||
404 | #endif /* __QDIO_H__ */ | 382 | #endif /* __QDIO_H__ */ |
diff --git a/include/asm-s390/schid.h b/include/asm-s390/schid.h index 5017ffa78e04..7bdc0fe15691 100644 --- a/include/asm-s390/schid.h +++ b/include/asm-s390/schid.h | |||
@@ -10,6 +10,7 @@ struct subchannel_id { | |||
10 | __u32 sch_no : 16; | 10 | __u32 sch_no : 16; |
11 | } __attribute__ ((packed, aligned(4))); | 11 | } __attribute__ ((packed, aligned(4))); |
12 | 12 | ||
13 | #ifdef __KERNEL__ | ||
13 | 14 | ||
14 | /* Helper function for sane state of pre-allocated subchannel_id. */ | 15 | /* Helper function for sane state of pre-allocated subchannel_id. */ |
15 | static inline void | 16 | static inline void |
@@ -25,4 +26,6 @@ schid_equal(struct subchannel_id *schid1, struct subchannel_id *schid2) | |||
25 | return !memcmp(schid1, schid2, sizeof(struct subchannel_id)); | 26 | return !memcmp(schid1, schid2, sizeof(struct subchannel_id)); |
26 | } | 27 | } |
27 | 28 | ||
29 | #endif /* __KERNEL__ */ | ||
30 | |||
28 | #endif /* ASM_SCHID_H */ | 31 | #endif /* ASM_SCHID_H */ |
diff --git a/include/asm-s390/setup.h b/include/asm-s390/setup.h index f09ee3f72977..4ba14e463e83 100644 --- a/include/asm-s390/setup.h +++ b/include/asm-s390/setup.h | |||
@@ -65,6 +65,7 @@ extern unsigned long machine_flags; | |||
65 | 65 | ||
66 | #define MACHINE_FLAG_VM (1UL << 0) | 66 | #define MACHINE_FLAG_VM (1UL << 0) |
67 | #define MACHINE_FLAG_IEEE (1UL << 1) | 67 | #define MACHINE_FLAG_IEEE (1UL << 1) |
68 | #define MACHINE_FLAG_P390 (1UL << 2) | ||
68 | #define MACHINE_FLAG_CSP (1UL << 3) | 69 | #define MACHINE_FLAG_CSP (1UL << 3) |
69 | #define MACHINE_FLAG_MVPG (1UL << 4) | 70 | #define MACHINE_FLAG_MVPG (1UL << 4) |
70 | #define MACHINE_FLAG_DIAG44 (1UL << 5) | 71 | #define MACHINE_FLAG_DIAG44 (1UL << 5) |
@@ -77,7 +78,6 @@ extern unsigned long machine_flags; | |||
77 | 78 | ||
78 | #define MACHINE_IS_VM (machine_flags & MACHINE_FLAG_VM) | 79 | #define MACHINE_IS_VM (machine_flags & MACHINE_FLAG_VM) |
79 | #define MACHINE_IS_KVM (machine_flags & MACHINE_FLAG_KVM) | 80 | #define MACHINE_IS_KVM (machine_flags & MACHINE_FLAG_KVM) |
80 | #define MACHINE_IS_P390 (machine_flags & MACHINE_FLAG_P390) | ||
81 | #define MACHINE_HAS_DIAG9C (machine_flags & MACHINE_FLAG_DIAG9C) | 81 | #define MACHINE_HAS_DIAG9C (machine_flags & MACHINE_FLAG_DIAG9C) |
82 | 82 | ||
83 | #ifndef __s390x__ | 83 | #ifndef __s390x__ |
diff --git a/include/asm-x86/e820.h b/include/asm-x86/e820.h index 33e793e991d0..06633b01dd5b 100644 --- a/include/asm-x86/e820.h +++ b/include/asm-x86/e820.h | |||
@@ -59,6 +59,7 @@ struct e820map { | |||
59 | struct e820entry map[E820_X_MAX]; | 59 | struct e820entry map[E820_X_MAX]; |
60 | }; | 60 | }; |
61 | 61 | ||
62 | #ifdef __KERNEL__ | ||
62 | /* see comment in arch/x86/kernel/e820.c */ | 63 | /* see comment in arch/x86/kernel/e820.c */ |
63 | extern struct e820map e820; | 64 | extern struct e820map e820; |
64 | extern struct e820map e820_saved; | 65 | extern struct e820map e820_saved; |
@@ -115,7 +116,7 @@ extern void setup_memory_map(void); | |||
115 | extern char *default_machine_specific_memory_setup(void); | 116 | extern char *default_machine_specific_memory_setup(void); |
116 | extern char *machine_specific_memory_setup(void); | 117 | extern char *machine_specific_memory_setup(void); |
117 | extern char *memory_setup(void); | 118 | extern char *memory_setup(void); |
118 | 119 | #endif /* __KERNEL__ */ | |
119 | #endif /* __ASSEMBLY__ */ | 120 | #endif /* __ASSEMBLY__ */ |
120 | 121 | ||
121 | #define ISA_START_ADDRESS 0xa0000 | 122 | #define ISA_START_ADDRESS 0xa0000 |
diff --git a/include/asm-x86/pci-direct.h b/include/asm-x86/pci-direct.h index 5b21485be573..80c775d9fe20 100644 --- a/include/asm-x86/pci-direct.h +++ b/include/asm-x86/pci-direct.h | |||
@@ -11,7 +11,11 @@ extern u8 read_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset); | |||
11 | extern u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset); | 11 | extern u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset); |
12 | extern void write_pci_config(u8 bus, u8 slot, u8 func, u8 offset, u32 val); | 12 | extern void write_pci_config(u8 bus, u8 slot, u8 func, u8 offset, u32 val); |
13 | extern void write_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset, u8 val); | 13 | extern void write_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset, u8 val); |
14 | extern void write_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset, u16 val); | ||
14 | 15 | ||
15 | extern int early_pci_allowed(void); | 16 | extern int early_pci_allowed(void); |
16 | 17 | ||
18 | extern unsigned int pci_early_dump_regs; | ||
19 | extern void early_dump_pci_device(u8 bus, u8 slot, u8 func); | ||
20 | extern void early_dump_pci_devices(void); | ||
17 | #endif | 21 | #endif |
diff --git a/include/asm-x86/processor.h b/include/asm-x86/processor.h index 7f7382704592..55402d2ab938 100644 --- a/include/asm-x86/processor.h +++ b/include/asm-x86/processor.h | |||
@@ -727,6 +727,8 @@ extern int force_mwait; | |||
727 | extern void select_idle_routine(const struct cpuinfo_x86 *c); | 727 | extern void select_idle_routine(const struct cpuinfo_x86 *c); |
728 | 728 | ||
729 | extern unsigned long boot_option_idle_override; | 729 | extern unsigned long boot_option_idle_override; |
730 | extern unsigned long idle_halt; | ||
731 | extern unsigned long idle_nomwait; | ||
730 | 732 | ||
731 | extern void enable_sep_cpu(void); | 733 | extern void enable_sep_cpu(void); |
732 | extern int sysenter_setup(void); | 734 | extern int sysenter_setup(void); |
diff --git a/include/linux/acpi.h b/include/linux/acpi.h index 0601075d09a1..a17177639376 100644 --- a/include/linux/acpi.h +++ b/include/linux/acpi.h | |||
@@ -235,6 +235,9 @@ int acpi_check_region(resource_size_t start, resource_size_t n, | |||
235 | int acpi_check_mem_region(resource_size_t start, resource_size_t n, | 235 | int acpi_check_mem_region(resource_size_t start, resource_size_t n, |
236 | const char *name); | 236 | const char *name); |
237 | 237 | ||
238 | #ifdef CONFIG_PM_SLEEP | ||
239 | void __init acpi_old_suspend_ordering(void); | ||
240 | #endif /* CONFIG_PM_SLEEP */ | ||
238 | #else /* CONFIG_ACPI */ | 241 | #else /* CONFIG_ACPI */ |
239 | 242 | ||
240 | static inline int early_acpi_boot_init(void) | 243 | static inline int early_acpi_boot_init(void) |
diff --git a/include/linux/adb.h b/include/linux/adb.h index 64d8878e1444..63bca502fa55 100644 --- a/include/linux/adb.h +++ b/include/linux/adb.h | |||
@@ -84,7 +84,6 @@ enum adb_message { | |||
84 | ADB_MSG_PRE_RESET, /* Called before resetting the bus */ | 84 | ADB_MSG_PRE_RESET, /* Called before resetting the bus */ |
85 | ADB_MSG_POST_RESET /* Called after resetting the bus (re-do init & register) */ | 85 | ADB_MSG_POST_RESET /* Called after resetting the bus (re-do init & register) */ |
86 | }; | 86 | }; |
87 | extern struct adb_driver *adb_controller; | ||
88 | extern struct blocking_notifier_head adb_client_list; | 87 | extern struct blocking_notifier_head adb_client_list; |
89 | 88 | ||
90 | int adb_request(struct adb_request *req, void (*done)(struct adb_request *), | 89 | int adb_request(struct adb_request *req, void (*done)(struct adb_request *), |
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 32a441b05fd5..88d68081a0f1 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
@@ -985,6 +985,9 @@ static inline int bdev_integrity_enabled(struct block_device *bdev, int rw) | |||
985 | 985 | ||
986 | static inline int blk_integrity_rq(struct request *rq) | 986 | static inline int blk_integrity_rq(struct request *rq) |
987 | { | 987 | { |
988 | if (rq->bio == NULL) | ||
989 | return 0; | ||
990 | |||
988 | return bio_integrity(rq->bio); | 991 | return bio_integrity(rq->bio); |
989 | } | 992 | } |
990 | 993 | ||
diff --git a/include/linux/configfs.h b/include/linux/configfs.h index 3ae65b1bf90f..0488f937634a 100644 --- a/include/linux/configfs.h +++ b/include/linux/configfs.h | |||
@@ -165,8 +165,8 @@ struct configfs_item_operations { | |||
165 | }; | 165 | }; |
166 | 166 | ||
167 | struct configfs_group_operations { | 167 | struct configfs_group_operations { |
168 | struct config_item *(*make_item)(struct config_group *group, const char *name); | 168 | int (*make_item)(struct config_group *group, const char *name, struct config_item **new_item); |
169 | struct config_group *(*make_group)(struct config_group *group, const char *name); | 169 | int (*make_group)(struct config_group *group, const char *name, struct config_group **new_group); |
170 | int (*commit_item)(struct config_item *item); | 170 | int (*commit_item)(struct config_item *item); |
171 | void (*disconnect_notify)(struct config_group *group, struct config_item *item); | 171 | void (*disconnect_notify)(struct config_group *group, struct config_item *item); |
172 | void (*drop_item)(struct config_group *group, struct config_item *item); | 172 | void (*drop_item)(struct config_group *group, struct config_item *item); |
diff --git a/include/linux/crc-t10dif.h b/include/linux/crc-t10dif.h new file mode 100644 index 000000000000..a9c96d865ee7 --- /dev/null +++ b/include/linux/crc-t10dif.h | |||
@@ -0,0 +1,8 @@ | |||
1 | #ifndef _LINUX_CRC_T10DIF_H | ||
2 | #define _LINUX_CRC_T10DIF_H | ||
3 | |||
4 | #include <linux/types.h> | ||
5 | |||
6 | __u16 crc_t10dif(unsigned char const *, size_t); | ||
7 | |||
8 | #endif | ||
diff --git a/include/linux/device.h b/include/linux/device.h index 6a2d04c011bc..f71a78d123ae 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
@@ -68,6 +68,8 @@ struct bus_type { | |||
68 | int (*resume_early)(struct device *dev); | 68 | int (*resume_early)(struct device *dev); |
69 | int (*resume)(struct device *dev); | 69 | int (*resume)(struct device *dev); |
70 | 70 | ||
71 | struct pm_ext_ops *pm; | ||
72 | |||
71 | struct bus_type_private *p; | 73 | struct bus_type_private *p; |
72 | }; | 74 | }; |
73 | 75 | ||
@@ -131,6 +133,8 @@ struct device_driver { | |||
131 | int (*resume) (struct device *dev); | 133 | int (*resume) (struct device *dev); |
132 | struct attribute_group **groups; | 134 | struct attribute_group **groups; |
133 | 135 | ||
136 | struct pm_ops *pm; | ||
137 | |||
134 | struct driver_private *p; | 138 | struct driver_private *p; |
135 | }; | 139 | }; |
136 | 140 | ||
@@ -197,6 +201,8 @@ struct class { | |||
197 | 201 | ||
198 | int (*suspend)(struct device *dev, pm_message_t state); | 202 | int (*suspend)(struct device *dev, pm_message_t state); |
199 | int (*resume)(struct device *dev); | 203 | int (*resume)(struct device *dev); |
204 | |||
205 | struct pm_ops *pm; | ||
200 | }; | 206 | }; |
201 | 207 | ||
202 | extern int __must_check class_register(struct class *class); | 208 | extern int __must_check class_register(struct class *class); |
@@ -248,8 +254,11 @@ struct device_type { | |||
248 | struct attribute_group **groups; | 254 | struct attribute_group **groups; |
249 | int (*uevent)(struct device *dev, struct kobj_uevent_env *env); | 255 | int (*uevent)(struct device *dev, struct kobj_uevent_env *env); |
250 | void (*release)(struct device *dev); | 256 | void (*release)(struct device *dev); |
257 | |||
251 | int (*suspend)(struct device *dev, pm_message_t state); | 258 | int (*suspend)(struct device *dev, pm_message_t state); |
252 | int (*resume)(struct device *dev); | 259 | int (*resume)(struct device *dev); |
260 | |||
261 | struct pm_ops *pm; | ||
253 | }; | 262 | }; |
254 | 263 | ||
255 | /* interface for exporting device attributes */ | 264 | /* interface for exporting device attributes */ |
diff --git a/include/linux/elf.h b/include/linux/elf.h index ff9fbed90123..edc3dac3f02f 100644 --- a/include/linux/elf.h +++ b/include/linux/elf.h | |||
@@ -358,6 +358,7 @@ typedef struct elf64_shdr { | |||
358 | #define NT_PRXFPREG 0x46e62b7f /* copied from gdb5.1/include/elf/common.h */ | 358 | #define NT_PRXFPREG 0x46e62b7f /* copied from gdb5.1/include/elf/common.h */ |
359 | #define NT_PPC_VMX 0x100 /* PowerPC Altivec/VMX registers */ | 359 | #define NT_PPC_VMX 0x100 /* PowerPC Altivec/VMX registers */ |
360 | #define NT_PPC_SPE 0x101 /* PowerPC SPE/EVR registers */ | 360 | #define NT_PPC_SPE 0x101 /* PowerPC SPE/EVR registers */ |
361 | #define NT_PPC_VSX 0x102 /* PowerPC VSX registers */ | ||
361 | #define NT_386_TLS 0x200 /* i386 TLS slots (struct user_desc) */ | 362 | #define NT_386_TLS 0x200 /* i386 TLS slots (struct user_desc) */ |
362 | 363 | ||
363 | 364 | ||
diff --git a/include/linux/freezer.h b/include/linux/freezer.h index 08934995c7ab..deddeedf3257 100644 --- a/include/linux/freezer.h +++ b/include/linux/freezer.h | |||
@@ -128,6 +128,15 @@ static inline void set_freezable(void) | |||
128 | } | 128 | } |
129 | 129 | ||
130 | /* | 130 | /* |
131 | * Tell the freezer that the current task should be frozen by it and that it | ||
132 | * should send a fake signal to the task to freeze it. | ||
133 | */ | ||
134 | static inline void set_freezable_with_signal(void) | ||
135 | { | ||
136 | current->flags &= ~(PF_NOFREEZE | PF_FREEZER_NOSIG); | ||
137 | } | ||
138 | |||
139 | /* | ||
131 | * Freezer-friendly wrappers around wait_event_interruptible() and | 140 | * Freezer-friendly wrappers around wait_event_interruptible() and |
132 | * wait_event_interruptible_timeout(), originally defined in <linux/wait.h> | 141 | * wait_event_interruptible_timeout(), originally defined in <linux/wait.h> |
133 | */ | 142 | */ |
@@ -174,6 +183,7 @@ static inline void freezer_do_not_count(void) {} | |||
174 | static inline void freezer_count(void) {} | 183 | static inline void freezer_count(void) {} |
175 | static inline int freezer_should_skip(struct task_struct *p) { return 0; } | 184 | static inline int freezer_should_skip(struct task_struct *p) { return 0; } |
176 | static inline void set_freezable(void) {} | 185 | static inline void set_freezable(void) {} |
186 | static inline void set_freezable_with_signal(void) {} | ||
177 | 187 | ||
178 | #define wait_event_freezable(wq, condition) \ | 188 | #define wait_event_freezable(wq, condition) \ |
179 | wait_event_interruptible(wq, condition) | 189 | wait_event_interruptible(wq, condition) |
diff --git a/include/linux/fs.h b/include/linux/fs.h index 52e510a0aec2..c6455dadb21b 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1729,6 +1729,8 @@ static inline void invalidate_remote_inode(struct inode *inode) | |||
1729 | extern int invalidate_inode_pages2(struct address_space *mapping); | 1729 | extern int invalidate_inode_pages2(struct address_space *mapping); |
1730 | extern int invalidate_inode_pages2_range(struct address_space *mapping, | 1730 | extern int invalidate_inode_pages2_range(struct address_space *mapping, |
1731 | pgoff_t start, pgoff_t end); | 1731 | pgoff_t start, pgoff_t end); |
1732 | extern void generic_sync_sb_inodes(struct super_block *sb, | ||
1733 | struct writeback_control *wbc); | ||
1732 | extern int write_inode_now(struct inode *, int); | 1734 | extern int write_inode_now(struct inode *, int); |
1733 | extern int filemap_fdatawrite(struct address_space *); | 1735 | extern int filemap_fdatawrite(struct address_space *); |
1734 | extern int filemap_flush(struct address_space *); | 1736 | extern int filemap_flush(struct address_space *); |
diff --git a/include/linux/ide.h b/include/linux/ide.h index ac4eeb2932ef..4726126f5a59 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -139,6 +139,12 @@ struct ide_io_ports { | |||
139 | #define WAIT_MIN_SLEEP (2*HZ/100) /* 20msec - minimum sleep time */ | 139 | #define WAIT_MIN_SLEEP (2*HZ/100) /* 20msec - minimum sleep time */ |
140 | 140 | ||
141 | /* | 141 | /* |
142 | * Op codes for special requests to be handled by ide_special_rq(). | ||
143 | * Values should be in the range of 0x20 to 0x3f. | ||
144 | */ | ||
145 | #define REQ_DRIVE_RESET 0x20 | ||
146 | |||
147 | /* | ||
142 | * Check for an interrupt and acknowledge the interrupt status | 148 | * Check for an interrupt and acknowledge the interrupt status |
143 | */ | 149 | */ |
144 | struct hwif_s; | 150 | struct hwif_s; |
@@ -171,7 +177,7 @@ typedef struct hw_regs_s { | |||
171 | int irq; /* our irq number */ | 177 | int irq; /* our irq number */ |
172 | ide_ack_intr_t *ack_intr; /* acknowledge interrupt */ | 178 | ide_ack_intr_t *ack_intr; /* acknowledge interrupt */ |
173 | hwif_chipset_t chipset; | 179 | hwif_chipset_t chipset; |
174 | struct device *dev; | 180 | struct device *dev, *parent; |
175 | } hw_regs_t; | 181 | } hw_regs_t; |
176 | 182 | ||
177 | void ide_init_port_data(struct hwif_s *, unsigned int); | 183 | void ide_init_port_data(struct hwif_s *, unsigned int); |
@@ -405,8 +411,8 @@ typedef struct ide_drive_s { | |||
405 | struct ide_port_info; | 411 | struct ide_port_info; |
406 | 412 | ||
407 | struct ide_port_ops { | 413 | struct ide_port_ops { |
408 | /* host specific initialization of devices on a port */ | 414 | /* host specific initialization of a device */ |
409 | void (*port_init_devs)(struct hwif_s *); | 415 | void (*init_dev)(ide_drive_t *); |
410 | /* routine to program host for PIO mode */ | 416 | /* routine to program host for PIO mode */ |
411 | void (*set_pio_mode)(ide_drive_t *, const u8); | 417 | void (*set_pio_mode)(ide_drive_t *, const u8); |
412 | /* routine to program host for DMA mode */ | 418 | /* routine to program host for DMA mode */ |
@@ -565,8 +571,6 @@ typedef struct hwgroup_s { | |||
565 | unsigned int sleeping : 1; | 571 | unsigned int sleeping : 1; |
566 | /* BOOL: polling active & poll_timeout field valid */ | 572 | /* BOOL: polling active & poll_timeout field valid */ |
567 | unsigned int polling : 1; | 573 | unsigned int polling : 1; |
568 | /* BOOL: in a polling reset situation. Must not trigger another reset yet */ | ||
569 | unsigned int resetting : 1; | ||
570 | 574 | ||
571 | /* current drive */ | 575 | /* current drive */ |
572 | ide_drive_t *drive; | 576 | ide_drive_t *drive; |
@@ -786,7 +790,6 @@ struct ide_driver_s { | |||
786 | ide_startstop_t (*do_request)(ide_drive_t *, struct request *, sector_t); | 790 | ide_startstop_t (*do_request)(ide_drive_t *, struct request *, sector_t); |
787 | int (*end_request)(ide_drive_t *, int, int); | 791 | int (*end_request)(ide_drive_t *, int, int); |
788 | ide_startstop_t (*error)(ide_drive_t *, struct request *rq, u8, u8); | 792 | ide_startstop_t (*error)(ide_drive_t *, struct request *rq, u8, u8); |
789 | ide_startstop_t (*abort)(ide_drive_t *, struct request *rq); | ||
790 | struct device_driver gen_driver; | 793 | struct device_driver gen_driver; |
791 | int (*probe)(ide_drive_t *); | 794 | int (*probe)(ide_drive_t *); |
792 | void (*remove)(ide_drive_t *); | 795 | void (*remove)(ide_drive_t *); |
@@ -801,18 +804,6 @@ struct ide_driver_s { | |||
801 | 804 | ||
802 | int generic_ide_ioctl(ide_drive_t *, struct file *, struct block_device *, unsigned, unsigned long); | 805 | int generic_ide_ioctl(ide_drive_t *, struct file *, struct block_device *, unsigned, unsigned long); |
803 | 806 | ||
804 | /* | ||
805 | * ide_hwifs[] is the master data structure used to keep track | ||
806 | * of just about everything in ide.c. Whenever possible, routines | ||
807 | * should be using pointers to a drive (ide_drive_t *) or | ||
808 | * pointers to a hwif (ide_hwif_t *), rather than indexing this | ||
809 | * structure directly (the allocation/layout may change!). | ||
810 | * | ||
811 | */ | ||
812 | #ifndef _IDE_C | ||
813 | extern ide_hwif_t ide_hwifs[]; /* master data repository */ | ||
814 | #endif | ||
815 | |||
816 | extern int ide_vlb_clk; | 807 | extern int ide_vlb_clk; |
817 | extern int ide_pci_clk; | 808 | extern int ide_pci_clk; |
818 | 809 | ||
@@ -840,10 +831,6 @@ ide_startstop_t __ide_error(ide_drive_t *, struct request *, u8, u8); | |||
840 | 831 | ||
841 | ide_startstop_t ide_error (ide_drive_t *drive, const char *msg, byte stat); | 832 | ide_startstop_t ide_error (ide_drive_t *drive, const char *msg, byte stat); |
842 | 833 | ||
843 | ide_startstop_t __ide_abort(ide_drive_t *, struct request *); | ||
844 | |||
845 | extern ide_startstop_t ide_abort(ide_drive_t *, const char *); | ||
846 | |||
847 | extern void ide_fix_driveid(struct hd_driveid *); | 834 | extern void ide_fix_driveid(struct hd_driveid *); |
848 | 835 | ||
849 | extern void ide_fixstring(u8 *, const int, const int); | 836 | extern void ide_fixstring(u8 *, const int, const int); |
@@ -1271,16 +1258,43 @@ static inline int ide_dev_is_sata(struct hd_driveid *id) | |||
1271 | u64 ide_get_lba_addr(struct ide_taskfile *, int); | 1258 | u64 ide_get_lba_addr(struct ide_taskfile *, int); |
1272 | u8 ide_dump_status(ide_drive_t *, const char *, u8); | 1259 | u8 ide_dump_status(ide_drive_t *, const char *, u8); |
1273 | 1260 | ||
1274 | typedef struct ide_pio_timings_s { | 1261 | struct ide_timing { |
1275 | int setup_time; /* Address setup (ns) minimum */ | 1262 | u8 mode; |
1276 | int active_time; /* Active pulse (ns) minimum */ | 1263 | u8 setup; /* t1 */ |
1277 | int cycle_time; /* Cycle time (ns) minimum = */ | 1264 | u16 act8b; /* t2 for 8-bit io */ |
1278 | /* active + recovery (+ setup for some chips) */ | 1265 | u16 rec8b; /* t2i for 8-bit io */ |
1279 | } ide_pio_timings_t; | 1266 | u16 cyc8b; /* t0 for 8-bit io */ |
1267 | u16 active; /* t2 or tD */ | ||
1268 | u16 recover; /* t2i or tK */ | ||
1269 | u16 cycle; /* t0 */ | ||
1270 | u16 udma; /* t2CYCTYP/2 */ | ||
1271 | }; | ||
1272 | |||
1273 | enum { | ||
1274 | IDE_TIMING_SETUP = (1 << 0), | ||
1275 | IDE_TIMING_ACT8B = (1 << 1), | ||
1276 | IDE_TIMING_REC8B = (1 << 2), | ||
1277 | IDE_TIMING_CYC8B = (1 << 3), | ||
1278 | IDE_TIMING_8BIT = IDE_TIMING_ACT8B | IDE_TIMING_REC8B | | ||
1279 | IDE_TIMING_CYC8B, | ||
1280 | IDE_TIMING_ACTIVE = (1 << 4), | ||
1281 | IDE_TIMING_RECOVER = (1 << 5), | ||
1282 | IDE_TIMING_CYCLE = (1 << 6), | ||
1283 | IDE_TIMING_UDMA = (1 << 7), | ||
1284 | IDE_TIMING_ALL = IDE_TIMING_SETUP | IDE_TIMING_8BIT | | ||
1285 | IDE_TIMING_ACTIVE | IDE_TIMING_RECOVER | | ||
1286 | IDE_TIMING_CYCLE | IDE_TIMING_UDMA, | ||
1287 | }; | ||
1288 | |||
1289 | struct ide_timing *ide_timing_find_mode(u8); | ||
1290 | u16 ide_pio_cycle_time(ide_drive_t *, u8); | ||
1291 | void ide_timing_merge(struct ide_timing *, struct ide_timing *, | ||
1292 | struct ide_timing *, unsigned int); | ||
1293 | int ide_timing_compute(ide_drive_t *, u8, struct ide_timing *, int, int); | ||
1294 | |||
1295 | int ide_scan_pio_blacklist(char *); | ||
1280 | 1296 | ||
1281 | unsigned int ide_pio_cycle_time(ide_drive_t *, u8); | ||
1282 | u8 ide_get_best_pio_mode(ide_drive_t *, u8, u8); | 1297 | u8 ide_get_best_pio_mode(ide_drive_t *, u8, u8); |
1283 | extern const ide_pio_timings_t ide_pio_timings[6]; | ||
1284 | 1298 | ||
1285 | int ide_set_pio_mode(ide_drive_t *, u8); | 1299 | int ide_set_pio_mode(ide_drive_t *, u8); |
1286 | int ide_set_dma_mode(ide_drive_t *, u8); | 1300 | int ide_set_dma_mode(ide_drive_t *, u8); |
diff --git a/include/linux/inet.h b/include/linux/inet.h index 1354080cf8cf..4cca05c9678e 100644 --- a/include/linux/inet.h +++ b/include/linux/inet.h | |||
@@ -44,6 +44,13 @@ | |||
44 | 44 | ||
45 | #include <linux/types.h> | 45 | #include <linux/types.h> |
46 | 46 | ||
47 | /* | ||
48 | * These mimic similar macros defined in user-space for inet_ntop(3). | ||
49 | * See /usr/include/netinet/in.h . | ||
50 | */ | ||
51 | #define INET_ADDRSTRLEN (16) | ||
52 | #define INET6_ADDRSTRLEN (48) | ||
53 | |||
47 | extern __be32 in_aton(const char *str); | 54 | extern __be32 in_aton(const char *str); |
48 | extern int in4_pton(const char *src, int srclen, u8 *dst, int delim, const char **end); | 55 | extern int in4_pton(const char *src, int srclen, u8 *dst, int delim, const char **end); |
49 | extern int in6_pton(const char *src, int srclen, u8 *dst, int delim, const char **end); | 56 | extern int in6_pton(const char *src, int srclen, u8 *dst, int delim, const char **end); |
diff --git a/include/linux/init_task.h b/include/linux/init_task.h index 9927a88674a3..93c45acf249a 100644 --- a/include/linux/init_task.h +++ b/include/linux/init_task.h | |||
@@ -140,8 +140,8 @@ extern struct group_info init_groups; | |||
140 | .nr_cpus_allowed = NR_CPUS, \ | 140 | .nr_cpus_allowed = NR_CPUS, \ |
141 | }, \ | 141 | }, \ |
142 | .tasks = LIST_HEAD_INIT(tsk.tasks), \ | 142 | .tasks = LIST_HEAD_INIT(tsk.tasks), \ |
143 | .ptrace_children= LIST_HEAD_INIT(tsk.ptrace_children), \ | 143 | .ptraced = LIST_HEAD_INIT(tsk.ptraced), \ |
144 | .ptrace_list = LIST_HEAD_INIT(tsk.ptrace_list), \ | 144 | .ptrace_entry = LIST_HEAD_INIT(tsk.ptrace_entry), \ |
145 | .real_parent = &tsk, \ | 145 | .real_parent = &tsk, \ |
146 | .parent = &tsk, \ | 146 | .parent = &tsk, \ |
147 | .children = LIST_HEAD_INIT(tsk.children), \ | 147 | .children = LIST_HEAD_INIT(tsk.children), \ |
diff --git a/include/linux/ioport.h b/include/linux/ioport.h index c6801bffe76d..2cd07cc29687 100644 --- a/include/linux/ioport.h +++ b/include/linux/ioport.h | |||
@@ -59,6 +59,7 @@ struct resource_list { | |||
59 | #define IORESOURCE_IRQ_HIGHLEVEL (1<<2) | 59 | #define IORESOURCE_IRQ_HIGHLEVEL (1<<2) |
60 | #define IORESOURCE_IRQ_LOWLEVEL (1<<3) | 60 | #define IORESOURCE_IRQ_LOWLEVEL (1<<3) |
61 | #define IORESOURCE_IRQ_SHAREABLE (1<<4) | 61 | #define IORESOURCE_IRQ_SHAREABLE (1<<4) |
62 | #define IORESOURCE_IRQ_OPTIONAL (1<<5) | ||
62 | 63 | ||
63 | /* PnP DMA specific bits (IORESOURCE_BITS) */ | 64 | /* PnP DMA specific bits (IORESOURCE_BITS) */ |
64 | #define IORESOURCE_DMA_TYPE_MASK (3<<0) | 65 | #define IORESOURCE_DMA_TYPE_MASK (3<<0) |
@@ -88,6 +89,10 @@ struct resource_list { | |||
88 | #define IORESOURCE_MEM_SHADOWABLE (1<<5) /* dup: IORESOURCE_SHADOWABLE */ | 89 | #define IORESOURCE_MEM_SHADOWABLE (1<<5) /* dup: IORESOURCE_SHADOWABLE */ |
89 | #define IORESOURCE_MEM_EXPANSIONROM (1<<6) | 90 | #define IORESOURCE_MEM_EXPANSIONROM (1<<6) |
90 | 91 | ||
92 | /* PnP I/O specific bits (IORESOURCE_BITS) */ | ||
93 | #define IORESOURCE_IO_16BIT_ADDR (1<<0) | ||
94 | #define IORESOURCE_IO_FIXED (1<<1) | ||
95 | |||
91 | /* PCI ROM control bits (IORESOURCE_BITS) */ | 96 | /* PCI ROM control bits (IORESOURCE_BITS) */ |
92 | #define IORESOURCE_ROM_ENABLE (1<<0) /* ROM is enabled, same as PCI_ROM_ADDRESS_ENABLE */ | 97 | #define IORESOURCE_ROM_ENABLE (1<<0) /* ROM is enabled, same as PCI_ROM_ADDRESS_ENABLE */ |
93 | #define IORESOURCE_ROM_SHADOW (1<<1) /* ROM is copy at C000:0 */ | 98 | #define IORESOURCE_ROM_SHADOW (1<<1) /* ROM is copy at C000:0 */ |
diff --git a/include/linux/mm.h b/include/linux/mm.h index cf1cd3a2ed78..2128ef7780c6 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -108,6 +108,7 @@ extern unsigned int kobjsize(const void *objp); | |||
108 | 108 | ||
109 | #define VM_CAN_NONLINEAR 0x08000000 /* Has ->fault & does nonlinear pages */ | 109 | #define VM_CAN_NONLINEAR 0x08000000 /* Has ->fault & does nonlinear pages */ |
110 | #define VM_MIXEDMAP 0x10000000 /* Can contain "struct page" and pure PFN pages */ | 110 | #define VM_MIXEDMAP 0x10000000 /* Can contain "struct page" and pure PFN pages */ |
111 | #define VM_SAO 0x20000000 /* Strong Access Ordering (powerpc) */ | ||
111 | 112 | ||
112 | #ifndef VM_STACK_DEFAULT_FLAGS /* arch can override this */ | 113 | #ifndef VM_STACK_DEFAULT_FLAGS /* arch can override this */ |
113 | #define VM_STACK_DEFAULT_FLAGS VM_DATA_DEFAULT_FLAGS | 114 | #define VM_STACK_DEFAULT_FLAGS VM_DATA_DEFAULT_FLAGS |
diff --git a/include/linux/mman.h b/include/linux/mman.h index dab8892e6ff1..30d1073bac3b 100644 --- a/include/linux/mman.h +++ b/include/linux/mman.h | |||
@@ -34,6 +34,32 @@ static inline void vm_unacct_memory(long pages) | |||
34 | } | 34 | } |
35 | 35 | ||
36 | /* | 36 | /* |
37 | * Allow architectures to handle additional protection bits | ||
38 | */ | ||
39 | |||
40 | #ifndef arch_calc_vm_prot_bits | ||
41 | #define arch_calc_vm_prot_bits(prot) 0 | ||
42 | #endif | ||
43 | |||
44 | #ifndef arch_vm_get_page_prot | ||
45 | #define arch_vm_get_page_prot(vm_flags) __pgprot(0) | ||
46 | #endif | ||
47 | |||
48 | #ifndef arch_validate_prot | ||
49 | /* | ||
50 | * This is called from mprotect(). PROT_GROWSDOWN and PROT_GROWSUP have | ||
51 | * already been masked out. | ||
52 | * | ||
53 | * Returns true if the prot flags are valid | ||
54 | */ | ||
55 | static inline int arch_validate_prot(unsigned long prot) | ||
56 | { | ||
57 | return (prot & ~(PROT_READ | PROT_WRITE | PROT_EXEC | PROT_SEM)) == 0; | ||
58 | } | ||
59 | #define arch_validate_prot arch_validate_prot | ||
60 | #endif | ||
61 | |||
62 | /* | ||
37 | * Optimisation macro. It is equivalent to: | 63 | * Optimisation macro. It is equivalent to: |
38 | * (x & bit1) ? bit2 : 0 | 64 | * (x & bit1) ? bit2 : 0 |
39 | * but this version is faster. | 65 | * but this version is faster. |
@@ -51,7 +77,8 @@ calc_vm_prot_bits(unsigned long prot) | |||
51 | { | 77 | { |
52 | return _calc_vm_trans(prot, PROT_READ, VM_READ ) | | 78 | return _calc_vm_trans(prot, PROT_READ, VM_READ ) | |
53 | _calc_vm_trans(prot, PROT_WRITE, VM_WRITE) | | 79 | _calc_vm_trans(prot, PROT_WRITE, VM_WRITE) | |
54 | _calc_vm_trans(prot, PROT_EXEC, VM_EXEC ); | 80 | _calc_vm_trans(prot, PROT_EXEC, VM_EXEC) | |
81 | arch_calc_vm_prot_bits(prot); | ||
55 | } | 82 | } |
56 | 83 | ||
57 | /* | 84 | /* |
diff --git a/include/linux/mmc/core.h b/include/linux/mmc/core.h index d0c3abed74c2..143cebf0586f 100644 --- a/include/linux/mmc/core.h +++ b/include/linux/mmc/core.h | |||
@@ -135,6 +135,7 @@ extern int mmc_wait_for_app_cmd(struct mmc_host *, struct mmc_card *, | |||
135 | struct mmc_command *, int); | 135 | struct mmc_command *, int); |
136 | 136 | ||
137 | extern void mmc_set_data_timeout(struct mmc_data *, const struct mmc_card *); | 137 | extern void mmc_set_data_timeout(struct mmc_data *, const struct mmc_card *); |
138 | extern unsigned int mmc_align_data_size(struct mmc_card *, unsigned int); | ||
138 | 139 | ||
139 | extern int __mmc_claim_host(struct mmc_host *host, atomic_t *abort); | 140 | extern int __mmc_claim_host(struct mmc_host *host, atomic_t *abort); |
140 | extern void mmc_release_host(struct mmc_host *host); | 141 | extern void mmc_release_host(struct mmc_host *host); |
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index 7ab962fa1d73..10a2080086ca 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h | |||
@@ -51,8 +51,30 @@ struct mmc_ios { | |||
51 | 51 | ||
52 | struct mmc_host_ops { | 52 | struct mmc_host_ops { |
53 | void (*request)(struct mmc_host *host, struct mmc_request *req); | 53 | void (*request)(struct mmc_host *host, struct mmc_request *req); |
54 | /* | ||
55 | * Avoid calling these three functions too often or in a "fast path", | ||
56 | * since underlaying controller might implement them in an expensive | ||
57 | * and/or slow way. | ||
58 | * | ||
59 | * Also note that these functions might sleep, so don't call them | ||
60 | * in the atomic contexts! | ||
61 | * | ||
62 | * Return values for the get_ro callback should be: | ||
63 | * 0 for a read/write card | ||
64 | * 1 for a read-only card | ||
65 | * -ENOSYS when not supported (equal to NULL callback) | ||
66 | * or a negative errno value when something bad happened | ||
67 | * | ||
68 | * Return values for the get_ro callback should be: | ||
69 | * 0 for a absent card | ||
70 | * 1 for a present card | ||
71 | * -ENOSYS when not supported (equal to NULL callback) | ||
72 | * or a negative errno value when something bad happened | ||
73 | */ | ||
54 | void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios); | 74 | void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios); |
55 | int (*get_ro)(struct mmc_host *host); | 75 | int (*get_ro)(struct mmc_host *host); |
76 | int (*get_cd)(struct mmc_host *host); | ||
77 | |||
56 | void (*enable_sdio_irq)(struct mmc_host *host, int enable); | 78 | void (*enable_sdio_irq)(struct mmc_host *host, int enable); |
57 | }; | 79 | }; |
58 | 80 | ||
@@ -89,11 +111,11 @@ struct mmc_host { | |||
89 | unsigned long caps; /* Host capabilities */ | 111 | unsigned long caps; /* Host capabilities */ |
90 | 112 | ||
91 | #define MMC_CAP_4_BIT_DATA (1 << 0) /* Can the host do 4 bit transfers */ | 113 | #define MMC_CAP_4_BIT_DATA (1 << 0) /* Can the host do 4 bit transfers */ |
92 | #define MMC_CAP_MULTIWRITE (1 << 1) /* Can accurately report bytes sent to card on error */ | 114 | #define MMC_CAP_MMC_HIGHSPEED (1 << 1) /* Can do MMC high-speed timing */ |
93 | #define MMC_CAP_MMC_HIGHSPEED (1 << 2) /* Can do MMC high-speed timing */ | 115 | #define MMC_CAP_SD_HIGHSPEED (1 << 2) /* Can do SD high-speed timing */ |
94 | #define MMC_CAP_SD_HIGHSPEED (1 << 3) /* Can do SD high-speed timing */ | 116 | #define MMC_CAP_SDIO_IRQ (1 << 3) /* Can signal pending SDIO IRQs */ |
95 | #define MMC_CAP_SDIO_IRQ (1 << 4) /* Can signal pending SDIO IRQs */ | 117 | #define MMC_CAP_SPI (1 << 4) /* Talks only SPI protocols */ |
96 | #define MMC_CAP_SPI (1 << 5) /* Talks only SPI protocols */ | 118 | #define MMC_CAP_NEEDS_POLL (1 << 5) /* Needs polling for card-detection */ |
97 | 119 | ||
98 | /* host specific block data */ | 120 | /* host specific block data */ |
99 | unsigned int max_seg_size; /* see blk_queue_max_segment_size */ | 121 | unsigned int max_seg_size; /* see blk_queue_max_segment_size */ |
diff --git a/include/linux/mmc/mmc.h b/include/linux/mmc/mmc.h index 4236fbf0b6fb..14b81f3e5232 100644 --- a/include/linux/mmc/mmc.h +++ b/include/linux/mmc/mmc.h | |||
@@ -16,7 +16,6 @@ | |||
16 | * Based strongly on code by: | 16 | * Based strongly on code by: |
17 | * | 17 | * |
18 | * Author: Yong-iL Joh <tolkien@mizi.com> | 18 | * Author: Yong-iL Joh <tolkien@mizi.com> |
19 | * Date : $Date: 2002/06/18 12:37:30 $ | ||
20 | * | 19 | * |
21 | * Author: Andrew Christian | 20 | * Author: Andrew Christian |
22 | * 15 May 2002 | 21 | * 15 May 2002 |
diff --git a/include/linux/mmc/sdio_func.h b/include/linux/mmc/sdio_func.h index b050f4d7b41f..07bee4a0d457 100644 --- a/include/linux/mmc/sdio_func.h +++ b/include/linux/mmc/sdio_func.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * include/linux/mmc/sdio_func.h | 2 | * include/linux/mmc/sdio_func.h |
3 | * | 3 | * |
4 | * Copyright 2007 Pierre Ossman | 4 | * Copyright 2007-2008 Pierre Ossman |
5 | * | 5 | * |
6 | * This program is free software; you can redistribute it and/or modify | 6 | * This program is free software; you can redistribute it and/or modify |
7 | * it under the terms of the GNU General Public License as published by | 7 | * it under the terms of the GNU General Public License as published by |
@@ -46,6 +46,8 @@ struct sdio_func { | |||
46 | unsigned max_blksize; /* maximum block size */ | 46 | unsigned max_blksize; /* maximum block size */ |
47 | unsigned cur_blksize; /* current block size */ | 47 | unsigned cur_blksize; /* current block size */ |
48 | 48 | ||
49 | unsigned enable_timeout; /* max enable timeout in msec */ | ||
50 | |||
49 | unsigned int state; /* function state */ | 51 | unsigned int state; /* function state */ |
50 | #define SDIO_STATE_PRESENT (1<<0) /* present in sysfs */ | 52 | #define SDIO_STATE_PRESENT (1<<0) /* present in sysfs */ |
51 | 53 | ||
@@ -120,23 +122,22 @@ extern int sdio_set_block_size(struct sdio_func *func, unsigned blksz); | |||
120 | extern int sdio_claim_irq(struct sdio_func *func, sdio_irq_handler_t *handler); | 122 | extern int sdio_claim_irq(struct sdio_func *func, sdio_irq_handler_t *handler); |
121 | extern int sdio_release_irq(struct sdio_func *func); | 123 | extern int sdio_release_irq(struct sdio_func *func); |
122 | 124 | ||
123 | extern unsigned char sdio_readb(struct sdio_func *func, | 125 | extern unsigned int sdio_align_size(struct sdio_func *func, unsigned int sz); |
124 | unsigned int addr, int *err_ret); | 126 | |
125 | extern unsigned short sdio_readw(struct sdio_func *func, | 127 | extern u8 sdio_readb(struct sdio_func *func, unsigned int addr, int *err_ret); |
126 | unsigned int addr, int *err_ret); | 128 | extern u16 sdio_readw(struct sdio_func *func, unsigned int addr, int *err_ret); |
127 | extern unsigned long sdio_readl(struct sdio_func *func, | 129 | extern u32 sdio_readl(struct sdio_func *func, unsigned int addr, int *err_ret); |
128 | unsigned int addr, int *err_ret); | ||
129 | 130 | ||
130 | extern int sdio_memcpy_fromio(struct sdio_func *func, void *dst, | 131 | extern int sdio_memcpy_fromio(struct sdio_func *func, void *dst, |
131 | unsigned int addr, int count); | 132 | unsigned int addr, int count); |
132 | extern int sdio_readsb(struct sdio_func *func, void *dst, | 133 | extern int sdio_readsb(struct sdio_func *func, void *dst, |
133 | unsigned int addr, int count); | 134 | unsigned int addr, int count); |
134 | 135 | ||
135 | extern void sdio_writeb(struct sdio_func *func, unsigned char b, | 136 | extern void sdio_writeb(struct sdio_func *func, u8 b, |
136 | unsigned int addr, int *err_ret); | 137 | unsigned int addr, int *err_ret); |
137 | extern void sdio_writew(struct sdio_func *func, unsigned short b, | 138 | extern void sdio_writew(struct sdio_func *func, u16 b, |
138 | unsigned int addr, int *err_ret); | 139 | unsigned int addr, int *err_ret); |
139 | extern void sdio_writel(struct sdio_func *func, unsigned long b, | 140 | extern void sdio_writel(struct sdio_func *func, u32 b, |
140 | unsigned int addr, int *err_ret); | 141 | unsigned int addr, int *err_ret); |
141 | 142 | ||
142 | extern int sdio_memcpy_toio(struct sdio_func *func, unsigned int addr, | 143 | extern int sdio_memcpy_toio(struct sdio_func *func, unsigned int addr, |
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index 27d6a8d98cef..29d261918734 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h | |||
@@ -12,9 +12,19 @@ | |||
12 | #include <linux/magic.h> | 12 | #include <linux/magic.h> |
13 | 13 | ||
14 | /* Default timeout values */ | 14 | /* Default timeout values */ |
15 | #define NFS_DEF_UDP_TIMEO (11) | ||
16 | #define NFS_DEF_UDP_RETRANS (3) | ||
17 | #define NFS_DEF_TCP_TIMEO (600) | ||
18 | #define NFS_DEF_TCP_RETRANS (2) | ||
19 | |||
15 | #define NFS_MAX_UDP_TIMEOUT (60*HZ) | 20 | #define NFS_MAX_UDP_TIMEOUT (60*HZ) |
16 | #define NFS_MAX_TCP_TIMEOUT (600*HZ) | 21 | #define NFS_MAX_TCP_TIMEOUT (600*HZ) |
17 | 22 | ||
23 | #define NFS_DEF_ACREGMIN (3) | ||
24 | #define NFS_DEF_ACREGMAX (60) | ||
25 | #define NFS_DEF_ACDIRMIN (30) | ||
26 | #define NFS_DEF_ACDIRMAX (60) | ||
27 | |||
18 | /* | 28 | /* |
19 | * When flushing a cluster of dirty pages, there can be different | 29 | * When flushing a cluster of dirty pages, there can be different |
20 | * strategies: | 30 | * strategies: |
diff --git a/include/linux/nfs_iostat.h b/include/linux/nfs_iostat.h new file mode 100644 index 000000000000..1cb9a3fed2b3 --- /dev/null +++ b/include/linux/nfs_iostat.h | |||
@@ -0,0 +1,119 @@ | |||
1 | /* | ||
2 | * User-space visible declarations for NFS client per-mount | ||
3 | * point statistics | ||
4 | * | ||
5 | * Copyright (C) 2005, 2006 Chuck Lever <cel@netapp.com> | ||
6 | * | ||
7 | * NFS client per-mount statistics provide information about the | ||
8 | * health of the NFS client and the health of each NFS mount point. | ||
9 | * Generally these are not for detailed problem diagnosis, but | ||
10 | * simply to indicate that there is a problem. | ||
11 | * | ||
12 | * These counters are not meant to be human-readable, but are meant | ||
13 | * to be integrated into system monitoring tools such as "sar" and | ||
14 | * "iostat". As such, the counters are sampled by the tools over | ||
15 | * time, and are never zeroed after a file system is mounted. | ||
16 | * Moving averages can be computed by the tools by taking the | ||
17 | * difference between two instantaneous samples and dividing that | ||
18 | * by the time between the samples. | ||
19 | */ | ||
20 | |||
21 | #ifndef _LINUX_NFS_IOSTAT | ||
22 | #define _LINUX_NFS_IOSTAT | ||
23 | |||
24 | #define NFS_IOSTAT_VERS "1.0" | ||
25 | |||
26 | /* | ||
27 | * NFS byte counters | ||
28 | * | ||
29 | * 1. SERVER - the number of payload bytes read from or written | ||
30 | * to the server by the NFS client via an NFS READ or WRITE | ||
31 | * request. | ||
32 | * | ||
33 | * 2. NORMAL - the number of bytes read or written by applications | ||
34 | * via the read(2) and write(2) system call interfaces. | ||
35 | * | ||
36 | * 3. DIRECT - the number of bytes read or written from files | ||
37 | * opened with the O_DIRECT flag. | ||
38 | * | ||
39 | * These counters give a view of the data throughput into and out | ||
40 | * of the NFS client. Comparing the number of bytes requested by | ||
41 | * an application with the number of bytes the client requests from | ||
42 | * the server can provide an indication of client efficiency | ||
43 | * (per-op, cache hits, etc). | ||
44 | * | ||
45 | * These counters can also help characterize which access methods | ||
46 | * are in use. DIRECT by itself shows whether there is any O_DIRECT | ||
47 | * traffic. NORMAL + DIRECT shows how much data is going through | ||
48 | * the system call interface. A large amount of SERVER traffic | ||
49 | * without much NORMAL or DIRECT traffic shows that applications | ||
50 | * are using mapped files. | ||
51 | * | ||
52 | * NFS page counters | ||
53 | * | ||
54 | * These count the number of pages read or written via nfs_readpage(), | ||
55 | * nfs_readpages(), or their write equivalents. | ||
56 | * | ||
57 | * NB: When adding new byte counters, please include the measured | ||
58 | * units in the name of each byte counter to help users of this | ||
59 | * interface determine what exactly is being counted. | ||
60 | */ | ||
61 | enum nfs_stat_bytecounters { | ||
62 | NFSIOS_NORMALREADBYTES = 0, | ||
63 | NFSIOS_NORMALWRITTENBYTES, | ||
64 | NFSIOS_DIRECTREADBYTES, | ||
65 | NFSIOS_DIRECTWRITTENBYTES, | ||
66 | NFSIOS_SERVERREADBYTES, | ||
67 | NFSIOS_SERVERWRITTENBYTES, | ||
68 | NFSIOS_READPAGES, | ||
69 | NFSIOS_WRITEPAGES, | ||
70 | __NFSIOS_BYTESMAX, | ||
71 | }; | ||
72 | |||
73 | /* | ||
74 | * NFS event counters | ||
75 | * | ||
76 | * These counters provide a low-overhead way of monitoring client | ||
77 | * activity without enabling NFS trace debugging. The counters | ||
78 | * show the rate at which VFS requests are made, and how often the | ||
79 | * client invalidates its data and attribute caches. This allows | ||
80 | * system administrators to monitor such things as how close-to-open | ||
81 | * is working, and answer questions such as "why are there so many | ||
82 | * GETATTR requests on the wire?" | ||
83 | * | ||
84 | * They also count anamolous events such as short reads and writes, | ||
85 | * silly renames due to close-after-delete, and operations that | ||
86 | * change the size of a file (such operations can often be the | ||
87 | * source of data corruption if applications aren't using file | ||
88 | * locking properly). | ||
89 | */ | ||
90 | enum nfs_stat_eventcounters { | ||
91 | NFSIOS_INODEREVALIDATE = 0, | ||
92 | NFSIOS_DENTRYREVALIDATE, | ||
93 | NFSIOS_DATAINVALIDATE, | ||
94 | NFSIOS_ATTRINVALIDATE, | ||
95 | NFSIOS_VFSOPEN, | ||
96 | NFSIOS_VFSLOOKUP, | ||
97 | NFSIOS_VFSACCESS, | ||
98 | NFSIOS_VFSUPDATEPAGE, | ||
99 | NFSIOS_VFSREADPAGE, | ||
100 | NFSIOS_VFSREADPAGES, | ||
101 | NFSIOS_VFSWRITEPAGE, | ||
102 | NFSIOS_VFSWRITEPAGES, | ||
103 | NFSIOS_VFSGETDENTS, | ||
104 | NFSIOS_VFSSETATTR, | ||
105 | NFSIOS_VFSFLUSH, | ||
106 | NFSIOS_VFSFSYNC, | ||
107 | NFSIOS_VFSLOCK, | ||
108 | NFSIOS_VFSRELEASE, | ||
109 | NFSIOS_CONGESTIONWAIT, | ||
110 | NFSIOS_SETATTRTRUNC, | ||
111 | NFSIOS_EXTENDWRITE, | ||
112 | NFSIOS_SILLYRENAME, | ||
113 | NFSIOS_SHORTREAD, | ||
114 | NFSIOS_SHORTWRITE, | ||
115 | NFSIOS_DELAY, | ||
116 | __NFSIOS_COUNTSMAX, | ||
117 | }; | ||
118 | |||
119 | #endif /* _LINUX_NFS_IOSTAT */ | ||
diff --git a/include/linux/nfs_page.h b/include/linux/nfs_page.h index a1676e19e491..3c60685d972b 100644 --- a/include/linux/nfs_page.h +++ b/include/linux/nfs_page.h | |||
@@ -27,9 +27,12 @@ | |||
27 | /* | 27 | /* |
28 | * Valid flags for a dirty buffer | 28 | * Valid flags for a dirty buffer |
29 | */ | 29 | */ |
30 | #define PG_BUSY 0 | 30 | enum { |
31 | #define PG_NEED_COMMIT 1 | 31 | PG_BUSY = 0, |
32 | #define PG_NEED_RESCHED 2 | 32 | PG_CLEAN, |
33 | PG_NEED_COMMIT, | ||
34 | PG_NEED_RESCHED, | ||
35 | }; | ||
33 | 36 | ||
34 | struct nfs_inode; | 37 | struct nfs_inode; |
35 | struct nfs_page { | 38 | struct nfs_page { |
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 24263bb8e0be..8c77c11224d1 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -829,9 +829,8 @@ struct nfs_rpc_ops { | |||
829 | int (*write_done) (struct rpc_task *, struct nfs_write_data *); | 829 | int (*write_done) (struct rpc_task *, struct nfs_write_data *); |
830 | void (*commit_setup) (struct nfs_write_data *, struct rpc_message *); | 830 | void (*commit_setup) (struct nfs_write_data *, struct rpc_message *); |
831 | int (*commit_done) (struct rpc_task *, struct nfs_write_data *); | 831 | int (*commit_done) (struct rpc_task *, struct nfs_write_data *); |
832 | int (*file_open) (struct inode *, struct file *); | ||
833 | int (*file_release) (struct inode *, struct file *); | ||
834 | int (*lock)(struct file *, int, struct file_lock *); | 832 | int (*lock)(struct file *, int, struct file_lock *); |
833 | int (*lock_check_bounds)(const struct file_lock *); | ||
835 | void (*clear_acl_cache)(struct inode *); | 834 | void (*clear_acl_cache)(struct inode *); |
836 | }; | 835 | }; |
837 | 836 | ||
diff --git a/include/linux/of_device.h b/include/linux/of_device.h index afe338217d91..d3a74e00a3e1 100644 --- a/include/linux/of_device.h +++ b/include/linux/of_device.h | |||
@@ -24,4 +24,7 @@ static inline void of_device_free(struct of_device *dev) | |||
24 | of_release_dev(&dev->dev); | 24 | of_release_dev(&dev->dev); |
25 | } | 25 | } |
26 | 26 | ||
27 | extern ssize_t of_device_get_modalias(struct of_device *ofdev, | ||
28 | char *str, ssize_t len); | ||
29 | |||
27 | #endif /* _LINUX_OF_DEVICE_H */ | 30 | #endif /* _LINUX_OF_DEVICE_H */ |
diff --git a/include/linux/pci.h b/include/linux/pci.h index d18b1dd49fab..a6a088e1a804 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
@@ -17,8 +17,7 @@ | |||
17 | #ifndef LINUX_PCI_H | 17 | #ifndef LINUX_PCI_H |
18 | #define LINUX_PCI_H | 18 | #define LINUX_PCI_H |
19 | 19 | ||
20 | /* Include the pci register defines */ | 20 | #include <linux/pci_regs.h> /* The pci register defines */ |
21 | #include <linux/pci_regs.h> | ||
22 | 21 | ||
23 | /* | 22 | /* |
24 | * The PCI interface treats multi-function devices as independent | 23 | * The PCI interface treats multi-function devices as independent |
@@ -49,12 +48,22 @@ | |||
49 | #include <linux/list.h> | 48 | #include <linux/list.h> |
50 | #include <linux/compiler.h> | 49 | #include <linux/compiler.h> |
51 | #include <linux/errno.h> | 50 | #include <linux/errno.h> |
51 | #include <linux/kobject.h> | ||
52 | #include <asm/atomic.h> | 52 | #include <asm/atomic.h> |
53 | #include <linux/device.h> | 53 | #include <linux/device.h> |
54 | 54 | ||
55 | /* Include the ID list */ | 55 | /* Include the ID list */ |
56 | #include <linux/pci_ids.h> | 56 | #include <linux/pci_ids.h> |
57 | 57 | ||
58 | /* pci_slot represents a physical slot */ | ||
59 | struct pci_slot { | ||
60 | struct pci_bus *bus; /* The bus this slot is on */ | ||
61 | struct list_head list; /* node in list of slots on this bus */ | ||
62 | struct hotplug_slot *hotplug; /* Hotplug info (migrate over time) */ | ||
63 | unsigned char number; /* PCI_SLOT(pci_dev->devfn) */ | ||
64 | struct kobject kobj; | ||
65 | }; | ||
66 | |||
58 | /* File state for mmap()s on /proc/bus/pci/X/Y */ | 67 | /* File state for mmap()s on /proc/bus/pci/X/Y */ |
59 | enum pci_mmap_state { | 68 | enum pci_mmap_state { |
60 | pci_mmap_io, | 69 | pci_mmap_io, |
@@ -142,6 +151,7 @@ struct pci_dev { | |||
142 | 151 | ||
143 | void *sysdata; /* hook for sys-specific extension */ | 152 | void *sysdata; /* hook for sys-specific extension */ |
144 | struct proc_dir_entry *procent; /* device entry in /proc/bus/pci */ | 153 | struct proc_dir_entry *procent; /* device entry in /proc/bus/pci */ |
154 | struct pci_slot *slot; /* Physical slot this device is in */ | ||
145 | 155 | ||
146 | unsigned int devfn; /* encoded device & function index */ | 156 | unsigned int devfn; /* encoded device & function index */ |
147 | unsigned short vendor; | 157 | unsigned short vendor; |
@@ -167,6 +177,13 @@ struct pci_dev { | |||
167 | pci_power_t current_state; /* Current operating state. In ACPI-speak, | 177 | pci_power_t current_state; /* Current operating state. In ACPI-speak, |
168 | this is D0-D3, D0 being fully functional, | 178 | this is D0-D3, D0 being fully functional, |
169 | and D3 being off. */ | 179 | and D3 being off. */ |
180 | int pm_cap; /* PM capability offset in the | ||
181 | configuration space */ | ||
182 | unsigned int pme_support:5; /* Bitmask of states from which PME# | ||
183 | can be generated */ | ||
184 | unsigned int d1_support:1; /* Low power state D1 is supported */ | ||
185 | unsigned int d2_support:1; /* Low power state D2 is supported */ | ||
186 | unsigned int no_d1d2:1; /* Only allow D0 and D3 */ | ||
170 | 187 | ||
171 | #ifdef CONFIG_PCIEASPM | 188 | #ifdef CONFIG_PCIEASPM |
172 | struct pcie_link_state *link_state; /* ASPM link state. */ | 189 | struct pcie_link_state *link_state; /* ASPM link state. */ |
@@ -191,7 +208,6 @@ struct pci_dev { | |||
191 | unsigned int is_added:1; | 208 | unsigned int is_added:1; |
192 | unsigned int is_busmaster:1; /* device is busmaster */ | 209 | unsigned int is_busmaster:1; /* device is busmaster */ |
193 | unsigned int no_msi:1; /* device may not use msi */ | 210 | unsigned int no_msi:1; /* device may not use msi */ |
194 | unsigned int no_d1d2:1; /* only allow d0 or d3 */ | ||
195 | unsigned int block_ucfg_access:1; /* userspace config space access is blocked */ | 211 | unsigned int block_ucfg_access:1; /* userspace config space access is blocked */ |
196 | unsigned int broken_parity_status:1; /* Device generates false positive parity */ | 212 | unsigned int broken_parity_status:1; /* Device generates false positive parity */ |
197 | unsigned int msi_enabled:1; | 213 | unsigned int msi_enabled:1; |
@@ -267,6 +283,7 @@ struct pci_bus { | |||
267 | struct list_head children; /* list of child buses */ | 283 | struct list_head children; /* list of child buses */ |
268 | struct list_head devices; /* list of devices on this bus */ | 284 | struct list_head devices; /* list of devices on this bus */ |
269 | struct pci_dev *self; /* bridge device as seen by parent */ | 285 | struct pci_dev *self; /* bridge device as seen by parent */ |
286 | struct list_head slots; /* list of slots on this bus */ | ||
270 | struct resource *resource[PCI_BUS_NUM_RESOURCES]; | 287 | struct resource *resource[PCI_BUS_NUM_RESOURCES]; |
271 | /* address space routed to this bus */ | 288 | /* address space routed to this bus */ |
272 | 289 | ||
@@ -328,7 +345,7 @@ struct pci_bus_region { | |||
328 | struct pci_dynids { | 345 | struct pci_dynids { |
329 | spinlock_t lock; /* protects list, index */ | 346 | spinlock_t lock; /* protects list, index */ |
330 | struct list_head list; /* for IDs added at runtime */ | 347 | struct list_head list; /* for IDs added at runtime */ |
331 | unsigned int use_driver_data:1; /* pci_driver->driver_data is used */ | 348 | unsigned int use_driver_data:1; /* pci_device_id->driver_data is used */ |
332 | }; | 349 | }; |
333 | 350 | ||
334 | /* ---------------------------------------------------------------- */ | 351 | /* ---------------------------------------------------------------- */ |
@@ -390,7 +407,7 @@ struct pci_driver { | |||
390 | int (*resume_early) (struct pci_dev *dev); | 407 | int (*resume_early) (struct pci_dev *dev); |
391 | int (*resume) (struct pci_dev *dev); /* Device woken up */ | 408 | int (*resume) (struct pci_dev *dev); /* Device woken up */ |
392 | void (*shutdown) (struct pci_dev *dev); | 409 | void (*shutdown) (struct pci_dev *dev); |
393 | 410 | struct pm_ext_ops *pm; | |
394 | struct pci_error_handlers *err_handler; | 411 | struct pci_error_handlers *err_handler; |
395 | struct device_driver driver; | 412 | struct device_driver driver; |
396 | struct pci_dynids dynids; | 413 | struct pci_dynids dynids; |
@@ -489,6 +506,10 @@ struct pci_bus *pci_create_bus(struct device *parent, int bus, | |||
489 | struct pci_ops *ops, void *sysdata); | 506 | struct pci_ops *ops, void *sysdata); |
490 | struct pci_bus *pci_add_new_bus(struct pci_bus *parent, struct pci_dev *dev, | 507 | struct pci_bus *pci_add_new_bus(struct pci_bus *parent, struct pci_dev *dev, |
491 | int busnr); | 508 | int busnr); |
509 | struct pci_slot *pci_create_slot(struct pci_bus *parent, int slot_nr, | ||
510 | const char *name); | ||
511 | void pci_destroy_slot(struct pci_slot *slot); | ||
512 | void pci_update_slot_number(struct pci_slot *slot, int slot_nr); | ||
492 | int pci_scan_slot(struct pci_bus *bus, int devfn); | 513 | int pci_scan_slot(struct pci_bus *bus, int devfn); |
493 | struct pci_dev *pci_scan_single_device(struct pci_bus *bus, int devfn); | 514 | struct pci_dev *pci_scan_single_device(struct pci_bus *bus, int devfn); |
494 | void pci_device_add(struct pci_dev *dev, struct pci_bus *bus); | 515 | void pci_device_add(struct pci_dev *dev, struct pci_bus *bus); |
@@ -618,6 +639,8 @@ int pci_restore_state(struct pci_dev *dev); | |||
618 | int pci_set_power_state(struct pci_dev *dev, pci_power_t state); | 639 | int pci_set_power_state(struct pci_dev *dev, pci_power_t state); |
619 | pci_power_t pci_choose_state(struct pci_dev *dev, pm_message_t state); | 640 | pci_power_t pci_choose_state(struct pci_dev *dev, pm_message_t state); |
620 | int pci_enable_wake(struct pci_dev *dev, pci_power_t state, int enable); | 641 | int pci_enable_wake(struct pci_dev *dev, pci_power_t state, int enable); |
642 | int pci_prepare_to_sleep(struct pci_dev *dev); | ||
643 | int pci_back_from_sleep(struct pci_dev *dev); | ||
621 | 644 | ||
622 | /* Functions for PCI Hotplug drivers to use */ | 645 | /* Functions for PCI Hotplug drivers to use */ |
623 | int pci_bus_find_capability(struct pci_bus *bus, unsigned int devfn, int cap); | 646 | int pci_bus_find_capability(struct pci_bus *bus, unsigned int devfn, int cap); |
@@ -839,6 +862,11 @@ static inline int pci_set_dma_mask(struct pci_dev *dev, u64 mask) | |||
839 | return -EIO; | 862 | return -EIO; |
840 | } | 863 | } |
841 | 864 | ||
865 | static inline int pci_set_consistent_dma_mask(struct pci_dev *dev, u64 mask) | ||
866 | { | ||
867 | return -EIO; | ||
868 | } | ||
869 | |||
842 | static inline int pci_set_dma_max_seg_size(struct pci_dev *dev, | 870 | static inline int pci_set_dma_max_seg_size(struct pci_dev *dev, |
843 | unsigned int size) | 871 | unsigned int size) |
844 | { | 872 | { |
@@ -977,9 +1005,9 @@ static inline void pci_set_drvdata(struct pci_dev *pdev, void *data) | |||
977 | /* If you want to know what to call your pci_dev, ask this function. | 1005 | /* If you want to know what to call your pci_dev, ask this function. |
978 | * Again, it's a wrapper around the generic device. | 1006 | * Again, it's a wrapper around the generic device. |
979 | */ | 1007 | */ |
980 | static inline char *pci_name(struct pci_dev *pdev) | 1008 | static inline const char *pci_name(struct pci_dev *pdev) |
981 | { | 1009 | { |
982 | return pdev->dev.bus_id; | 1010 | return dev_name(&pdev->dev); |
983 | } | 1011 | } |
984 | 1012 | ||
985 | 1013 | ||
@@ -1014,7 +1042,9 @@ enum pci_fixup_pass { | |||
1014 | pci_fixup_header, /* After reading configuration header */ | 1042 | pci_fixup_header, /* After reading configuration header */ |
1015 | pci_fixup_final, /* Final phase of device fixups */ | 1043 | pci_fixup_final, /* Final phase of device fixups */ |
1016 | pci_fixup_enable, /* pci_enable_device() time */ | 1044 | pci_fixup_enable, /* pci_enable_device() time */ |
1017 | pci_fixup_resume, /* pci_enable_device() time */ | 1045 | pci_fixup_resume, /* pci_device_resume() */ |
1046 | pci_fixup_suspend, /* pci_device_suspend */ | ||
1047 | pci_fixup_resume_early, /* pci_device_resume_early() */ | ||
1018 | }; | 1048 | }; |
1019 | 1049 | ||
1020 | /* Anonymous variables would be nice... */ | 1050 | /* Anonymous variables would be nice... */ |
@@ -1036,6 +1066,12 @@ enum pci_fixup_pass { | |||
1036 | #define DECLARE_PCI_FIXUP_RESUME(vendor, device, hook) \ | 1066 | #define DECLARE_PCI_FIXUP_RESUME(vendor, device, hook) \ |
1037 | DECLARE_PCI_FIXUP_SECTION(.pci_fixup_resume, \ | 1067 | DECLARE_PCI_FIXUP_SECTION(.pci_fixup_resume, \ |
1038 | resume##vendor##device##hook, vendor, device, hook) | 1068 | resume##vendor##device##hook, vendor, device, hook) |
1069 | #define DECLARE_PCI_FIXUP_RESUME_EARLY(vendor, device, hook) \ | ||
1070 | DECLARE_PCI_FIXUP_SECTION(.pci_fixup_resume_early, \ | ||
1071 | resume_early##vendor##device##hook, vendor, device, hook) | ||
1072 | #define DECLARE_PCI_FIXUP_SUSPEND(vendor, device, hook) \ | ||
1073 | DECLARE_PCI_FIXUP_SECTION(.pci_fixup_suspend, \ | ||
1074 | suspend##vendor##device##hook, vendor, device, hook) | ||
1039 | 1075 | ||
1040 | 1076 | ||
1041 | void pci_fixup_device(enum pci_fixup_pass pass, struct pci_dev *dev); | 1077 | void pci_fixup_device(enum pci_fixup_pass pass, struct pci_dev *dev); |
@@ -1060,7 +1096,10 @@ extern int pci_pci_problems; | |||
1060 | extern unsigned long pci_cardbus_io_size; | 1096 | extern unsigned long pci_cardbus_io_size; |
1061 | extern unsigned long pci_cardbus_mem_size; | 1097 | extern unsigned long pci_cardbus_mem_size; |
1062 | 1098 | ||
1063 | extern int pcibios_add_platform_entries(struct pci_dev *dev); | 1099 | int pcibios_add_platform_entries(struct pci_dev *dev); |
1100 | void pcibios_disable_device(struct pci_dev *dev); | ||
1101 | int pcibios_set_pcie_reset_state(struct pci_dev *dev, | ||
1102 | enum pcie_reset_state state); | ||
1064 | 1103 | ||
1065 | #ifdef CONFIG_PCI_MMCONFIG | 1104 | #ifdef CONFIG_PCI_MMCONFIG |
1066 | extern void __init pci_mmcfg_early_init(void); | 1105 | extern void __init pci_mmcfg_early_init(void); |
diff --git a/include/linux/pci_hotplug.h b/include/linux/pci_hotplug.h index 8f67e8f2a3cc..a08cd06b541a 100644 --- a/include/linux/pci_hotplug.h +++ b/include/linux/pci_hotplug.h | |||
@@ -95,9 +95,6 @@ struct hotplug_slot_attribute { | |||
95 | * @get_adapter_status: Called to get see if an adapter is present in the slot or not. | 95 | * @get_adapter_status: Called to get see if an adapter is present in the slot or not. |
96 | * If this field is NULL, the value passed in the struct hotplug_slot_info | 96 | * If this field is NULL, the value passed in the struct hotplug_slot_info |
97 | * will be used when this value is requested by a user. | 97 | * will be used when this value is requested by a user. |
98 | * @get_address: Called to get pci address of a slot. | ||
99 | * If this field is NULL, the value passed in the struct hotplug_slot_info | ||
100 | * will be used when this value is requested by a user. | ||
101 | * @get_max_bus_speed: Called to get the max bus speed for a slot. | 98 | * @get_max_bus_speed: Called to get the max bus speed for a slot. |
102 | * If this field is NULL, the value passed in the struct hotplug_slot_info | 99 | * If this field is NULL, the value passed in the struct hotplug_slot_info |
103 | * will be used when this value is requested by a user. | 100 | * will be used when this value is requested by a user. |
@@ -120,7 +117,6 @@ struct hotplug_slot_ops { | |||
120 | int (*get_attention_status) (struct hotplug_slot *slot, u8 *value); | 117 | int (*get_attention_status) (struct hotplug_slot *slot, u8 *value); |
121 | int (*get_latch_status) (struct hotplug_slot *slot, u8 *value); | 118 | int (*get_latch_status) (struct hotplug_slot *slot, u8 *value); |
122 | int (*get_adapter_status) (struct hotplug_slot *slot, u8 *value); | 119 | int (*get_adapter_status) (struct hotplug_slot *slot, u8 *value); |
123 | int (*get_address) (struct hotplug_slot *slot, u32 *value); | ||
124 | int (*get_max_bus_speed) (struct hotplug_slot *slot, enum pci_bus_speed *value); | 120 | int (*get_max_bus_speed) (struct hotplug_slot *slot, enum pci_bus_speed *value); |
125 | int (*get_cur_bus_speed) (struct hotplug_slot *slot, enum pci_bus_speed *value); | 121 | int (*get_cur_bus_speed) (struct hotplug_slot *slot, enum pci_bus_speed *value); |
126 | }; | 122 | }; |
@@ -140,7 +136,6 @@ struct hotplug_slot_info { | |||
140 | u8 attention_status; | 136 | u8 attention_status; |
141 | u8 latch_status; | 137 | u8 latch_status; |
142 | u8 adapter_status; | 138 | u8 adapter_status; |
143 | u32 address; | ||
144 | enum pci_bus_speed max_bus_speed; | 139 | enum pci_bus_speed max_bus_speed; |
145 | enum pci_bus_speed cur_bus_speed; | 140 | enum pci_bus_speed cur_bus_speed; |
146 | }; | 141 | }; |
@@ -166,15 +161,14 @@ struct hotplug_slot { | |||
166 | 161 | ||
167 | /* Variables below this are for use only by the hotplug pci core. */ | 162 | /* Variables below this are for use only by the hotplug pci core. */ |
168 | struct list_head slot_list; | 163 | struct list_head slot_list; |
169 | struct kobject kobj; | 164 | struct pci_slot *pci_slot; |
170 | }; | 165 | }; |
171 | #define to_hotplug_slot(n) container_of(n, struct hotplug_slot, kobj) | 166 | #define to_hotplug_slot(n) container_of(n, struct hotplug_slot, kobj) |
172 | 167 | ||
173 | extern int pci_hp_register (struct hotplug_slot *slot); | 168 | extern int pci_hp_register(struct hotplug_slot *, struct pci_bus *, int nr); |
174 | extern int pci_hp_deregister (struct hotplug_slot *slot); | 169 | extern int pci_hp_deregister(struct hotplug_slot *slot); |
175 | extern int __must_check pci_hp_change_slot_info (struct hotplug_slot *slot, | 170 | extern int __must_check pci_hp_change_slot_info (struct hotplug_slot *slot, |
176 | struct hotplug_slot_info *info); | 171 | struct hotplug_slot_info *info); |
177 | extern struct kset *pci_hotplug_slots_kset; | ||
178 | 172 | ||
179 | /* PCI Setting Record (Type 0) */ | 173 | /* PCI Setting Record (Type 0) */ |
180 | struct hpp_type0 { | 174 | struct hpp_type0 { |
@@ -227,9 +221,9 @@ struct hotplug_params { | |||
227 | #include <acpi/acpi.h> | 221 | #include <acpi/acpi.h> |
228 | #include <acpi/acpi_bus.h> | 222 | #include <acpi/acpi_bus.h> |
229 | #include <acpi/actypes.h> | 223 | #include <acpi/actypes.h> |
230 | extern acpi_status acpi_run_oshp(acpi_handle handle); | ||
231 | extern acpi_status acpi_get_hp_params_from_firmware(struct pci_bus *bus, | 224 | extern acpi_status acpi_get_hp_params_from_firmware(struct pci_bus *bus, |
232 | struct hotplug_params *hpp); | 225 | struct hotplug_params *hpp); |
226 | int acpi_get_hp_hw_control_from_firmware(struct pci_dev *dev, u32 flags); | ||
233 | int acpi_root_bridge(acpi_handle handle); | 227 | int acpi_root_bridge(acpi_handle handle); |
234 | #endif | 228 | #endif |
235 | #endif | 229 | #endif |
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 65953822c9cb..6be6a7943d8b 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2171,6 +2171,8 @@ | |||
2171 | #define PCI_DEVICE_ID_MPC8544 0x0033 | 2171 | #define PCI_DEVICE_ID_MPC8544 0x0033 |
2172 | #define PCI_DEVICE_ID_MPC8572E 0x0040 | 2172 | #define PCI_DEVICE_ID_MPC8572E 0x0040 |
2173 | #define PCI_DEVICE_ID_MPC8572 0x0041 | 2173 | #define PCI_DEVICE_ID_MPC8572 0x0041 |
2174 | #define PCI_DEVICE_ID_MPC8536E 0x0050 | ||
2175 | #define PCI_DEVICE_ID_MPC8536 0x0051 | ||
2174 | #define PCI_DEVICE_ID_MPC8641 0x7010 | 2176 | #define PCI_DEVICE_ID_MPC8641 0x7010 |
2175 | #define PCI_DEVICE_ID_MPC8641D 0x7011 | 2177 | #define PCI_DEVICE_ID_MPC8641D 0x7011 |
2176 | #define PCI_DEVICE_ID_MPC8610 0x7018 | 2178 | #define PCI_DEVICE_ID_MPC8610 0x7018 |
@@ -2188,6 +2190,7 @@ | |||
2188 | #define PCI_DEVICE_ID_JMICRON_JMB366 0x2366 | 2190 | #define PCI_DEVICE_ID_JMICRON_JMB366 0x2366 |
2189 | #define PCI_DEVICE_ID_JMICRON_JMB368 0x2368 | 2191 | #define PCI_DEVICE_ID_JMICRON_JMB368 0x2368 |
2190 | #define PCI_DEVICE_ID_JMICRON_JMB38X_SD 0x2381 | 2192 | #define PCI_DEVICE_ID_JMICRON_JMB38X_SD 0x2381 |
2193 | #define PCI_DEVICE_ID_JMICRON_JMB38X_MMC 0x2382 | ||
2191 | #define PCI_DEVICE_ID_JMICRON_JMB38X_MS 0x2383 | 2194 | #define PCI_DEVICE_ID_JMICRON_JMB38X_MS 0x2383 |
2192 | 2195 | ||
2193 | #define PCI_VENDOR_ID_KORENIX 0x1982 | 2196 | #define PCI_VENDOR_ID_KORENIX 0x1982 |
diff --git a/include/linux/pci_regs.h b/include/linux/pci_regs.h index c0c1223c9194..19958b929905 100644 --- a/include/linux/pci_regs.h +++ b/include/linux/pci_regs.h | |||
@@ -231,6 +231,7 @@ | |||
231 | #define PCI_PM_CAP_PME_D2 0x2000 /* PME# from D2 */ | 231 | #define PCI_PM_CAP_PME_D2 0x2000 /* PME# from D2 */ |
232 | #define PCI_PM_CAP_PME_D3 0x4000 /* PME# from D3 (hot) */ | 232 | #define PCI_PM_CAP_PME_D3 0x4000 /* PME# from D3 (hot) */ |
233 | #define PCI_PM_CAP_PME_D3cold 0x8000 /* PME# from D3 (cold) */ | 233 | #define PCI_PM_CAP_PME_D3cold 0x8000 /* PME# from D3 (cold) */ |
234 | #define PCI_PM_CAP_PME_SHIFT 11 /* Start of the PME Mask in PMC */ | ||
234 | #define PCI_PM_CTRL 4 /* PM control and status register */ | 235 | #define PCI_PM_CTRL 4 /* PM control and status register */ |
235 | #define PCI_PM_CTRL_STATE_MASK 0x0003 /* Current power state (D0 to D3) */ | 236 | #define PCI_PM_CTRL_STATE_MASK 0x0003 /* Current power state (D0 to D3) */ |
236 | #define PCI_PM_CTRL_NO_SOFT_RESET 0x0004 /* No reset for D3hot->D0 */ | 237 | #define PCI_PM_CTRL_NO_SOFT_RESET 0x0004 /* No reset for D3hot->D0 */ |
diff --git a/include/linux/platform_device.h b/include/linux/platform_device.h index 3261681c82a4..95ac21ab3a09 100644 --- a/include/linux/platform_device.h +++ b/include/linux/platform_device.h | |||
@@ -53,6 +53,7 @@ struct platform_driver { | |||
53 | int (*suspend_late)(struct platform_device *, pm_message_t state); | 53 | int (*suspend_late)(struct platform_device *, pm_message_t state); |
54 | int (*resume_early)(struct platform_device *); | 54 | int (*resume_early)(struct platform_device *); |
55 | int (*resume)(struct platform_device *); | 55 | int (*resume)(struct platform_device *); |
56 | struct pm_ext_ops *pm; | ||
56 | struct device_driver driver; | 57 | struct device_driver driver; |
57 | }; | 58 | }; |
58 | 59 | ||
diff --git a/include/linux/pm.h b/include/linux/pm.h index 39a7ee859b67..4ad9de94449a 100644 --- a/include/linux/pm.h +++ b/include/linux/pm.h | |||
@@ -112,7 +112,9 @@ typedef struct pm_message { | |||
112 | int event; | 112 | int event; |
113 | } pm_message_t; | 113 | } pm_message_t; |
114 | 114 | ||
115 | /* | 115 | /** |
116 | * struct pm_ops - device PM callbacks | ||
117 | * | ||
116 | * Several driver power state transitions are externally visible, affecting | 118 | * Several driver power state transitions are externally visible, affecting |
117 | * the state of pending I/O queues and (for drivers that touch hardware) | 119 | * the state of pending I/O queues and (for drivers that touch hardware) |
118 | * interrupts, wakeups, DMA, and other hardware state. There may also be | 120 | * interrupts, wakeups, DMA, and other hardware state. There may also be |
@@ -120,6 +122,284 @@ typedef struct pm_message { | |||
120 | * to the rest of the driver stack (such as a driver that's ON gating off | 122 | * to the rest of the driver stack (such as a driver that's ON gating off |
121 | * clocks which are not in active use). | 123 | * clocks which are not in active use). |
122 | * | 124 | * |
125 | * The externally visible transitions are handled with the help of the following | ||
126 | * callbacks included in this structure: | ||
127 | * | ||
128 | * @prepare: Prepare the device for the upcoming transition, but do NOT change | ||
129 | * its hardware state. Prevent new children of the device from being | ||
130 | * registered after @prepare() returns (the driver's subsystem and | ||
131 | * generally the rest of the kernel is supposed to prevent new calls to the | ||
132 | * probe method from being made too once @prepare() has succeeded). If | ||
133 | * @prepare() detects a situation it cannot handle (e.g. registration of a | ||
134 | * child already in progress), it may return -EAGAIN, so that the PM core | ||
135 | * can execute it once again (e.g. after the new child has been registered) | ||
136 | * to recover from the race condition. This method is executed for all | ||
137 | * kinds of suspend transitions and is followed by one of the suspend | ||
138 | * callbacks: @suspend(), @freeze(), or @poweroff(). | ||
139 | * The PM core executes @prepare() for all devices before starting to | ||
140 | * execute suspend callbacks for any of them, so drivers may assume all of | ||
141 | * the other devices to be present and functional while @prepare() is being | ||
142 | * executed. In particular, it is safe to make GFP_KERNEL memory | ||
143 | * allocations from within @prepare(). However, drivers may NOT assume | ||
144 | * anything about the availability of the user space at that time and it | ||
145 | * is not correct to request firmware from within @prepare() (it's too | ||
146 | * late to do that). [To work around this limitation, drivers may | ||
147 | * register suspend and hibernation notifiers that are executed before the | ||
148 | * freezing of tasks.] | ||
149 | * | ||
150 | * @complete: Undo the changes made by @prepare(). This method is executed for | ||
151 | * all kinds of resume transitions, following one of the resume callbacks: | ||
152 | * @resume(), @thaw(), @restore(). Also called if the state transition | ||
153 | * fails before the driver's suspend callback (@suspend(), @freeze(), | ||
154 | * @poweroff()) can be executed (e.g. if the suspend callback fails for one | ||
155 | * of the other devices that the PM core has unsuccessfully attempted to | ||
156 | * suspend earlier). | ||
157 | * The PM core executes @complete() after it has executed the appropriate | ||
158 | * resume callback for all devices. | ||
159 | * | ||
160 | * @suspend: Executed before putting the system into a sleep state in which the | ||
161 | * contents of main memory are preserved. Quiesce the device, put it into | ||
162 | * a low power state appropriate for the upcoming system state (such as | ||
163 | * PCI_D3hot), and enable wakeup events as appropriate. | ||
164 | * | ||
165 | * @resume: Executed after waking the system up from a sleep state in which the | ||
166 | * contents of main memory were preserved. Put the device into the | ||
167 | * appropriate state, according to the information saved in memory by the | ||
168 | * preceding @suspend(). The driver starts working again, responding to | ||
169 | * hardware events and software requests. The hardware may have gone | ||
170 | * through a power-off reset, or it may have maintained state from the | ||
171 | * previous suspend() which the driver may rely on while resuming. On most | ||
172 | * platforms, there are no restrictions on availability of resources like | ||
173 | * clocks during @resume(). | ||
174 | * | ||
175 | * @freeze: Hibernation-specific, executed before creating a hibernation image. | ||
176 | * Quiesce operations so that a consistent image can be created, but do NOT | ||
177 | * otherwise put the device into a low power device state and do NOT emit | ||
178 | * system wakeup events. Save in main memory the device settings to be | ||
179 | * used by @restore() during the subsequent resume from hibernation or by | ||
180 | * the subsequent @thaw(), if the creation of the image or the restoration | ||
181 | * of main memory contents from it fails. | ||
182 | * | ||
183 | * @thaw: Hibernation-specific, executed after creating a hibernation image OR | ||
184 | * if the creation of the image fails. Also executed after a failing | ||
185 | * attempt to restore the contents of main memory from such an image. | ||
186 | * Undo the changes made by the preceding @freeze(), so the device can be | ||
187 | * operated in the same way as immediately before the call to @freeze(). | ||
188 | * | ||
189 | * @poweroff: Hibernation-specific, executed after saving a hibernation image. | ||
190 | * Quiesce the device, put it into a low power state appropriate for the | ||
191 | * upcoming system state (such as PCI_D3hot), and enable wakeup events as | ||
192 | * appropriate. | ||
193 | * | ||
194 | * @restore: Hibernation-specific, executed after restoring the contents of main | ||
195 | * memory from a hibernation image. Driver starts working again, | ||
196 | * responding to hardware events and software requests. Drivers may NOT | ||
197 | * make ANY assumptions about the hardware state right prior to @restore(). | ||
198 | * On most platforms, there are no restrictions on availability of | ||
199 | * resources like clocks during @restore(). | ||
200 | * | ||
201 | * All of the above callbacks, except for @complete(), return error codes. | ||
202 | * However, the error codes returned by the resume operations, @resume(), | ||
203 | * @thaw(), and @restore(), do not cause the PM core to abort the resume | ||
204 | * transition during which they are returned. The error codes returned in | ||
205 | * that cases are only printed by the PM core to the system logs for debugging | ||
206 | * purposes. Still, it is recommended that drivers only return error codes | ||
207 | * from their resume methods in case of an unrecoverable failure (i.e. when the | ||
208 | * device being handled refuses to resume and becomes unusable) to allow us to | ||
209 | * modify the PM core in the future, so that it can avoid attempting to handle | ||
210 | * devices that failed to resume and their children. | ||
211 | * | ||
212 | * It is allowed to unregister devices while the above callbacks are being | ||
213 | * executed. However, it is not allowed to unregister a device from within any | ||
214 | * of its own callbacks. | ||
215 | */ | ||
216 | |||
217 | struct pm_ops { | ||
218 | int (*prepare)(struct device *dev); | ||
219 | void (*complete)(struct device *dev); | ||
220 | int (*suspend)(struct device *dev); | ||
221 | int (*resume)(struct device *dev); | ||
222 | int (*freeze)(struct device *dev); | ||
223 | int (*thaw)(struct device *dev); | ||
224 | int (*poweroff)(struct device *dev); | ||
225 | int (*restore)(struct device *dev); | ||
226 | }; | ||
227 | |||
228 | /** | ||
229 | * struct pm_ext_ops - extended device PM callbacks | ||
230 | * | ||
231 | * Some devices require certain operations related to suspend and hibernation | ||
232 | * to be carried out with interrupts disabled. Thus, 'struct pm_ext_ops' below | ||
233 | * is defined, adding callbacks to be executed with interrupts disabled to | ||
234 | * 'struct pm_ops'. | ||
235 | * | ||
236 | * The following callbacks included in 'struct pm_ext_ops' are executed with | ||
237 | * the nonboot CPUs switched off and with interrupts disabled on the only | ||
238 | * functional CPU. They also are executed with the PM core list of devices | ||
239 | * locked, so they must NOT unregister any devices. | ||
240 | * | ||
241 | * @suspend_noirq: Complete the operations of ->suspend() by carrying out any | ||
242 | * actions required for suspending the device that need interrupts to be | ||
243 | * disabled | ||
244 | * | ||
245 | * @resume_noirq: Prepare for the execution of ->resume() by carrying out any | ||
246 | * actions required for resuming the device that need interrupts to be | ||
247 | * disabled | ||
248 | * | ||
249 | * @freeze_noirq: Complete the operations of ->freeze() by carrying out any | ||
250 | * actions required for freezing the device that need interrupts to be | ||
251 | * disabled | ||
252 | * | ||
253 | * @thaw_noirq: Prepare for the execution of ->thaw() by carrying out any | ||
254 | * actions required for thawing the device that need interrupts to be | ||
255 | * disabled | ||
256 | * | ||
257 | * @poweroff_noirq: Complete the operations of ->poweroff() by carrying out any | ||
258 | * actions required for handling the device that need interrupts to be | ||
259 | * disabled | ||
260 | * | ||
261 | * @restore_noirq: Prepare for the execution of ->restore() by carrying out any | ||
262 | * actions required for restoring the operations of the device that need | ||
263 | * interrupts to be disabled | ||
264 | * | ||
265 | * All of the above callbacks return error codes, but the error codes returned | ||
266 | * by the resume operations, @resume_noirq(), @thaw_noirq(), and | ||
267 | * @restore_noirq(), do not cause the PM core to abort the resume transition | ||
268 | * during which they are returned. The error codes returned in that cases are | ||
269 | * only printed by the PM core to the system logs for debugging purposes. | ||
270 | * Still, as stated above, it is recommended that drivers only return error | ||
271 | * codes from their resume methods if the device being handled fails to resume | ||
272 | * and is not usable any more. | ||
273 | */ | ||
274 | |||
275 | struct pm_ext_ops { | ||
276 | struct pm_ops base; | ||
277 | int (*suspend_noirq)(struct device *dev); | ||
278 | int (*resume_noirq)(struct device *dev); | ||
279 | int (*freeze_noirq)(struct device *dev); | ||
280 | int (*thaw_noirq)(struct device *dev); | ||
281 | int (*poweroff_noirq)(struct device *dev); | ||
282 | int (*restore_noirq)(struct device *dev); | ||
283 | }; | ||
284 | |||
285 | /** | ||
286 | * PM_EVENT_ messages | ||
287 | * | ||
288 | * The following PM_EVENT_ messages are defined for the internal use of the PM | ||
289 | * core, in order to provide a mechanism allowing the high level suspend and | ||
290 | * hibernation code to convey the necessary information to the device PM core | ||
291 | * code: | ||
292 | * | ||
293 | * ON No transition. | ||
294 | * | ||
295 | * FREEZE System is going to hibernate, call ->prepare() and ->freeze() | ||
296 | * for all devices. | ||
297 | * | ||
298 | * SUSPEND System is going to suspend, call ->prepare() and ->suspend() | ||
299 | * for all devices. | ||
300 | * | ||
301 | * HIBERNATE Hibernation image has been saved, call ->prepare() and | ||
302 | * ->poweroff() for all devices. | ||
303 | * | ||
304 | * QUIESCE Contents of main memory are going to be restored from a (loaded) | ||
305 | * hibernation image, call ->prepare() and ->freeze() for all | ||
306 | * devices. | ||
307 | * | ||
308 | * RESUME System is resuming, call ->resume() and ->complete() for all | ||
309 | * devices. | ||
310 | * | ||
311 | * THAW Hibernation image has been created, call ->thaw() and | ||
312 | * ->complete() for all devices. | ||
313 | * | ||
314 | * RESTORE Contents of main memory have been restored from a hibernation | ||
315 | * image, call ->restore() and ->complete() for all devices. | ||
316 | * | ||
317 | * RECOVER Creation of a hibernation image or restoration of the main | ||
318 | * memory contents from a hibernation image has failed, call | ||
319 | * ->thaw() and ->complete() for all devices. | ||
320 | */ | ||
321 | |||
322 | #define PM_EVENT_ON 0x0000 | ||
323 | #define PM_EVENT_FREEZE 0x0001 | ||
324 | #define PM_EVENT_SUSPEND 0x0002 | ||
325 | #define PM_EVENT_HIBERNATE 0x0004 | ||
326 | #define PM_EVENT_QUIESCE 0x0008 | ||
327 | #define PM_EVENT_RESUME 0x0010 | ||
328 | #define PM_EVENT_THAW 0x0020 | ||
329 | #define PM_EVENT_RESTORE 0x0040 | ||
330 | #define PM_EVENT_RECOVER 0x0080 | ||
331 | |||
332 | #define PM_EVENT_SLEEP (PM_EVENT_SUSPEND | PM_EVENT_HIBERNATE) | ||
333 | |||
334 | #define PMSG_FREEZE ((struct pm_message){ .event = PM_EVENT_FREEZE, }) | ||
335 | #define PMSG_QUIESCE ((struct pm_message){ .event = PM_EVENT_QUIESCE, }) | ||
336 | #define PMSG_SUSPEND ((struct pm_message){ .event = PM_EVENT_SUSPEND, }) | ||
337 | #define PMSG_HIBERNATE ((struct pm_message){ .event = PM_EVENT_HIBERNATE, }) | ||
338 | #define PMSG_RESUME ((struct pm_message){ .event = PM_EVENT_RESUME, }) | ||
339 | #define PMSG_THAW ((struct pm_message){ .event = PM_EVENT_THAW, }) | ||
340 | #define PMSG_RESTORE ((struct pm_message){ .event = PM_EVENT_RESTORE, }) | ||
341 | #define PMSG_RECOVER ((struct pm_message){ .event = PM_EVENT_RECOVER, }) | ||
342 | #define PMSG_ON ((struct pm_message){ .event = PM_EVENT_ON, }) | ||
343 | |||
344 | /** | ||
345 | * Device power management states | ||
346 | * | ||
347 | * These state labels are used internally by the PM core to indicate the current | ||
348 | * status of a device with respect to the PM core operations. | ||
349 | * | ||
350 | * DPM_ON Device is regarded as operational. Set this way | ||
351 | * initially and when ->complete() is about to be called. | ||
352 | * Also set when ->prepare() fails. | ||
353 | * | ||
354 | * DPM_PREPARING Device is going to be prepared for a PM transition. Set | ||
355 | * when ->prepare() is about to be called. | ||
356 | * | ||
357 | * DPM_RESUMING Device is going to be resumed. Set when ->resume(), | ||
358 | * ->thaw(), or ->restore() is about to be called. | ||
359 | * | ||
360 | * DPM_SUSPENDING Device has been prepared for a power transition. Set | ||
361 | * when ->prepare() has just succeeded. | ||
362 | * | ||
363 | * DPM_OFF Device is regarded as inactive. Set immediately after | ||
364 | * ->suspend(), ->freeze(), or ->poweroff() has succeeded. | ||
365 | * Also set when ->resume()_noirq, ->thaw_noirq(), or | ||
366 | * ->restore_noirq() is about to be called. | ||
367 | * | ||
368 | * DPM_OFF_IRQ Device is in a "deep sleep". Set immediately after | ||
369 | * ->suspend_noirq(), ->freeze_noirq(), or | ||
370 | * ->poweroff_noirq() has just succeeded. | ||
371 | */ | ||
372 | |||
373 | enum dpm_state { | ||
374 | DPM_INVALID, | ||
375 | DPM_ON, | ||
376 | DPM_PREPARING, | ||
377 | DPM_RESUMING, | ||
378 | DPM_SUSPENDING, | ||
379 | DPM_OFF, | ||
380 | DPM_OFF_IRQ, | ||
381 | }; | ||
382 | |||
383 | struct dev_pm_info { | ||
384 | pm_message_t power_state; | ||
385 | unsigned can_wakeup:1; | ||
386 | unsigned should_wakeup:1; | ||
387 | enum dpm_state status; /* Owned by the PM core */ | ||
388 | #ifdef CONFIG_PM_SLEEP | ||
389 | struct list_head entry; | ||
390 | #endif | ||
391 | }; | ||
392 | |||
393 | /* | ||
394 | * The PM_EVENT_ messages are also used by drivers implementing the legacy | ||
395 | * suspend framework, based on the ->suspend() and ->resume() callbacks common | ||
396 | * for suspend and hibernation transitions, according to the rules below. | ||
397 | */ | ||
398 | |||
399 | /* Necessary, because several drivers use PM_EVENT_PRETHAW */ | ||
400 | #define PM_EVENT_PRETHAW PM_EVENT_QUIESCE | ||
401 | |||
402 | /* | ||
123 | * One transition is triggered by resume(), after a suspend() call; the | 403 | * One transition is triggered by resume(), after a suspend() call; the |
124 | * message is implicit: | 404 | * message is implicit: |
125 | * | 405 | * |
@@ -164,35 +444,13 @@ typedef struct pm_message { | |||
164 | * or from system low-power states such as standby or suspend-to-RAM. | 444 | * or from system low-power states such as standby or suspend-to-RAM. |
165 | */ | 445 | */ |
166 | 446 | ||
167 | #define PM_EVENT_ON 0 | 447 | #ifdef CONFIG_PM_SLEEP |
168 | #define PM_EVENT_FREEZE 1 | 448 | extern void device_pm_lock(void); |
169 | #define PM_EVENT_SUSPEND 2 | 449 | extern void device_power_up(pm_message_t state); |
170 | #define PM_EVENT_HIBERNATE 4 | 450 | extern void device_resume(pm_message_t state); |
171 | #define PM_EVENT_PRETHAW 8 | ||
172 | |||
173 | #define PM_EVENT_SLEEP (PM_EVENT_SUSPEND | PM_EVENT_HIBERNATE) | ||
174 | |||
175 | #define PMSG_FREEZE ((struct pm_message){ .event = PM_EVENT_FREEZE, }) | ||
176 | #define PMSG_PRETHAW ((struct pm_message){ .event = PM_EVENT_PRETHAW, }) | ||
177 | #define PMSG_SUSPEND ((struct pm_message){ .event = PM_EVENT_SUSPEND, }) | ||
178 | #define PMSG_HIBERNATE ((struct pm_message){ .event = PM_EVENT_HIBERNATE, }) | ||
179 | #define PMSG_ON ((struct pm_message){ .event = PM_EVENT_ON, }) | ||
180 | |||
181 | struct dev_pm_info { | ||
182 | pm_message_t power_state; | ||
183 | unsigned can_wakeup:1; | ||
184 | unsigned should_wakeup:1; | ||
185 | bool sleeping:1; /* Owned by the PM core */ | ||
186 | #ifdef CONFIG_PM_SLEEP | ||
187 | struct list_head entry; | ||
188 | #endif | ||
189 | }; | ||
190 | 451 | ||
452 | extern void device_pm_unlock(void); | ||
191 | extern int device_power_down(pm_message_t state); | 453 | extern int device_power_down(pm_message_t state); |
192 | extern void device_power_up(void); | ||
193 | extern void device_resume(void); | ||
194 | |||
195 | #ifdef CONFIG_PM_SLEEP | ||
196 | extern int device_suspend(pm_message_t state); | 454 | extern int device_suspend(pm_message_t state); |
197 | extern int device_prepare_suspend(pm_message_t state); | 455 | extern int device_prepare_suspend(pm_message_t state); |
198 | 456 | ||
diff --git a/include/linux/pm_wakeup.h b/include/linux/pm_wakeup.h index f0d0b2cb8d20..0aae7776185e 100644 --- a/include/linux/pm_wakeup.h +++ b/include/linux/pm_wakeup.h | |||
@@ -35,6 +35,11 @@ static inline void device_init_wakeup(struct device *dev, int val) | |||
35 | dev->power.can_wakeup = dev->power.should_wakeup = !!val; | 35 | dev->power.can_wakeup = dev->power.should_wakeup = !!val; |
36 | } | 36 | } |
37 | 37 | ||
38 | static inline void device_set_wakeup_capable(struct device *dev, int val) | ||
39 | { | ||
40 | dev->power.can_wakeup = !!val; | ||
41 | } | ||
42 | |||
38 | static inline int device_can_wakeup(struct device *dev) | 43 | static inline int device_can_wakeup(struct device *dev) |
39 | { | 44 | { |
40 | return dev->power.can_wakeup; | 45 | return dev->power.can_wakeup; |
@@ -47,21 +52,7 @@ static inline void device_set_wakeup_enable(struct device *dev, int val) | |||
47 | 52 | ||
48 | static inline int device_may_wakeup(struct device *dev) | 53 | static inline int device_may_wakeup(struct device *dev) |
49 | { | 54 | { |
50 | return dev->power.can_wakeup & dev->power.should_wakeup; | 55 | return dev->power.can_wakeup && dev->power.should_wakeup; |
51 | } | ||
52 | |||
53 | /* | ||
54 | * Platform hook to activate device wakeup capability, if that's not already | ||
55 | * handled by enable_irq_wake() etc. | ||
56 | * Returns zero on success, else negative errno | ||
57 | */ | ||
58 | extern int (*platform_enable_wakeup)(struct device *dev, int is_on); | ||
59 | |||
60 | static inline int call_platform_enable_wakeup(struct device *dev, int is_on) | ||
61 | { | ||
62 | if (platform_enable_wakeup) | ||
63 | return (*platform_enable_wakeup)(dev, is_on); | ||
64 | return 0; | ||
65 | } | 56 | } |
66 | 57 | ||
67 | #else /* !CONFIG_PM */ | 58 | #else /* !CONFIG_PM */ |
@@ -72,6 +63,8 @@ static inline void device_init_wakeup(struct device *dev, int val) | |||
72 | dev->power.can_wakeup = !!val; | 63 | dev->power.can_wakeup = !!val; |
73 | } | 64 | } |
74 | 65 | ||
66 | static inline void device_set_wakeup_capable(struct device *dev, int val) { } | ||
67 | |||
75 | static inline int device_can_wakeup(struct device *dev) | 68 | static inline int device_can_wakeup(struct device *dev) |
76 | { | 69 | { |
77 | return dev->power.can_wakeup; | 70 | return dev->power.can_wakeup; |
@@ -80,11 +73,6 @@ static inline int device_can_wakeup(struct device *dev) | |||
80 | #define device_set_wakeup_enable(dev, val) do {} while (0) | 73 | #define device_set_wakeup_enable(dev, val) do {} while (0) |
81 | #define device_may_wakeup(dev) 0 | 74 | #define device_may_wakeup(dev) 0 |
82 | 75 | ||
83 | static inline int call_platform_enable_wakeup(struct device *dev, int is_on) | ||
84 | { | ||
85 | return 0; | ||
86 | } | ||
87 | |||
88 | #endif /* !CONFIG_PM */ | 76 | #endif /* !CONFIG_PM */ |
89 | 77 | ||
90 | #endif /* _LINUX_PM_WAKEUP_H */ | 78 | #endif /* _LINUX_PM_WAKEUP_H */ |
diff --git a/include/linux/pnp.h b/include/linux/pnp.h index 63b128d512fb..1ce54b63085d 100644 --- a/include/linux/pnp.h +++ b/include/linux/pnp.h | |||
@@ -1,6 +1,8 @@ | |||
1 | /* | 1 | /* |
2 | * Linux Plug and Play Support | 2 | * Linux Plug and Play Support |
3 | * Copyright by Adam Belay <ambx1@neo.rr.com> | 3 | * Copyright by Adam Belay <ambx1@neo.rr.com> |
4 | * Copyright (C) 2008 Hewlett-Packard Development Company, L.P. | ||
5 | * Bjorn Helgaas <bjorn.helgaas@hp.com> | ||
4 | */ | 6 | */ |
5 | 7 | ||
6 | #ifndef _LINUX_PNP_H | 8 | #ifndef _LINUX_PNP_H |
@@ -15,7 +17,6 @@ | |||
15 | 17 | ||
16 | struct pnp_protocol; | 18 | struct pnp_protocol; |
17 | struct pnp_dev; | 19 | struct pnp_dev; |
18 | struct pnp_resource_table; | ||
19 | 20 | ||
20 | /* | 21 | /* |
21 | * Resource Management | 22 | * Resource Management |
@@ -24,7 +25,14 @@ struct resource *pnp_get_resource(struct pnp_dev *, unsigned int, unsigned int); | |||
24 | 25 | ||
25 | static inline int pnp_resource_valid(struct resource *res) | 26 | static inline int pnp_resource_valid(struct resource *res) |
26 | { | 27 | { |
27 | if (res && !(res->flags & IORESOURCE_UNSET)) | 28 | if (res) |
29 | return 1; | ||
30 | return 0; | ||
31 | } | ||
32 | |||
33 | static inline int pnp_resource_enabled(struct resource *res) | ||
34 | { | ||
35 | if (res && !(res->flags & IORESOURCE_DISABLED)) | ||
28 | return 1; | 36 | return 1; |
29 | return 0; | 37 | return 0; |
30 | } | 38 | } |
@@ -40,19 +48,31 @@ static inline resource_size_t pnp_resource_len(struct resource *res) | |||
40 | static inline resource_size_t pnp_port_start(struct pnp_dev *dev, | 48 | static inline resource_size_t pnp_port_start(struct pnp_dev *dev, |
41 | unsigned int bar) | 49 | unsigned int bar) |
42 | { | 50 | { |
43 | return pnp_get_resource(dev, IORESOURCE_IO, bar)->start; | 51 | struct resource *res = pnp_get_resource(dev, IORESOURCE_IO, bar); |
52 | |||
53 | if (pnp_resource_valid(res)) | ||
54 | return res->start; | ||
55 | return 0; | ||
44 | } | 56 | } |
45 | 57 | ||
46 | static inline resource_size_t pnp_port_end(struct pnp_dev *dev, | 58 | static inline resource_size_t pnp_port_end(struct pnp_dev *dev, |
47 | unsigned int bar) | 59 | unsigned int bar) |
48 | { | 60 | { |
49 | return pnp_get_resource(dev, IORESOURCE_IO, bar)->end; | 61 | struct resource *res = pnp_get_resource(dev, IORESOURCE_IO, bar); |
62 | |||
63 | if (pnp_resource_valid(res)) | ||
64 | return res->end; | ||
65 | return 0; | ||
50 | } | 66 | } |
51 | 67 | ||
52 | static inline unsigned long pnp_port_flags(struct pnp_dev *dev, | 68 | static inline unsigned long pnp_port_flags(struct pnp_dev *dev, |
53 | unsigned int bar) | 69 | unsigned int bar) |
54 | { | 70 | { |
55 | return pnp_get_resource(dev, IORESOURCE_IO, bar)->flags; | 71 | struct resource *res = pnp_get_resource(dev, IORESOURCE_IO, bar); |
72 | |||
73 | if (pnp_resource_valid(res)) | ||
74 | return res->flags; | ||
75 | return IORESOURCE_IO | IORESOURCE_AUTO; | ||
56 | } | 76 | } |
57 | 77 | ||
58 | static inline int pnp_port_valid(struct pnp_dev *dev, unsigned int bar) | 78 | static inline int pnp_port_valid(struct pnp_dev *dev, unsigned int bar) |
@@ -63,25 +83,41 @@ static inline int pnp_port_valid(struct pnp_dev *dev, unsigned int bar) | |||
63 | static inline resource_size_t pnp_port_len(struct pnp_dev *dev, | 83 | static inline resource_size_t pnp_port_len(struct pnp_dev *dev, |
64 | unsigned int bar) | 84 | unsigned int bar) |
65 | { | 85 | { |
66 | return pnp_resource_len(pnp_get_resource(dev, IORESOURCE_IO, bar)); | 86 | struct resource *res = pnp_get_resource(dev, IORESOURCE_IO, bar); |
87 | |||
88 | if (pnp_resource_valid(res)) | ||
89 | return pnp_resource_len(res); | ||
90 | return 0; | ||
67 | } | 91 | } |
68 | 92 | ||
69 | 93 | ||
70 | static inline resource_size_t pnp_mem_start(struct pnp_dev *dev, | 94 | static inline resource_size_t pnp_mem_start(struct pnp_dev *dev, |
71 | unsigned int bar) | 95 | unsigned int bar) |
72 | { | 96 | { |
73 | return pnp_get_resource(dev, IORESOURCE_MEM, bar)->start; | 97 | struct resource *res = pnp_get_resource(dev, IORESOURCE_MEM, bar); |
98 | |||
99 | if (pnp_resource_valid(res)) | ||
100 | return res->start; | ||
101 | return 0; | ||
74 | } | 102 | } |
75 | 103 | ||
76 | static inline resource_size_t pnp_mem_end(struct pnp_dev *dev, | 104 | static inline resource_size_t pnp_mem_end(struct pnp_dev *dev, |
77 | unsigned int bar) | 105 | unsigned int bar) |
78 | { | 106 | { |
79 | return pnp_get_resource(dev, IORESOURCE_MEM, bar)->end; | 107 | struct resource *res = pnp_get_resource(dev, IORESOURCE_MEM, bar); |
108 | |||
109 | if (pnp_resource_valid(res)) | ||
110 | return res->end; | ||
111 | return 0; | ||
80 | } | 112 | } |
81 | 113 | ||
82 | static inline unsigned long pnp_mem_flags(struct pnp_dev *dev, unsigned int bar) | 114 | static inline unsigned long pnp_mem_flags(struct pnp_dev *dev, unsigned int bar) |
83 | { | 115 | { |
84 | return pnp_get_resource(dev, IORESOURCE_MEM, bar)->flags; | 116 | struct resource *res = pnp_get_resource(dev, IORESOURCE_MEM, bar); |
117 | |||
118 | if (pnp_resource_valid(res)) | ||
119 | return res->flags; | ||
120 | return IORESOURCE_MEM | IORESOURCE_AUTO; | ||
85 | } | 121 | } |
86 | 122 | ||
87 | static inline int pnp_mem_valid(struct pnp_dev *dev, unsigned int bar) | 123 | static inline int pnp_mem_valid(struct pnp_dev *dev, unsigned int bar) |
@@ -92,18 +128,30 @@ static inline int pnp_mem_valid(struct pnp_dev *dev, unsigned int bar) | |||
92 | static inline resource_size_t pnp_mem_len(struct pnp_dev *dev, | 128 | static inline resource_size_t pnp_mem_len(struct pnp_dev *dev, |
93 | unsigned int bar) | 129 | unsigned int bar) |
94 | { | 130 | { |
95 | return pnp_resource_len(pnp_get_resource(dev, IORESOURCE_MEM, bar)); | 131 | struct resource *res = pnp_get_resource(dev, IORESOURCE_MEM, bar); |
132 | |||
133 | if (pnp_resource_valid(res)) | ||
134 | return pnp_resource_len(res); | ||
135 | return 0; | ||
96 | } | 136 | } |
97 | 137 | ||
98 | 138 | ||
99 | static inline resource_size_t pnp_irq(struct pnp_dev *dev, unsigned int bar) | 139 | static inline resource_size_t pnp_irq(struct pnp_dev *dev, unsigned int bar) |
100 | { | 140 | { |
101 | return pnp_get_resource(dev, IORESOURCE_IRQ, bar)->start; | 141 | struct resource *res = pnp_get_resource(dev, IORESOURCE_IRQ, bar); |
142 | |||
143 | if (pnp_resource_valid(res)) | ||
144 | return res->start; | ||
145 | return -1; | ||
102 | } | 146 | } |
103 | 147 | ||
104 | static inline unsigned long pnp_irq_flags(struct pnp_dev *dev, unsigned int bar) | 148 | static inline unsigned long pnp_irq_flags(struct pnp_dev *dev, unsigned int bar) |
105 | { | 149 | { |
106 | return pnp_get_resource(dev, IORESOURCE_IRQ, bar)->flags; | 150 | struct resource *res = pnp_get_resource(dev, IORESOURCE_IRQ, bar); |
151 | |||
152 | if (pnp_resource_valid(res)) | ||
153 | return res->flags; | ||
154 | return IORESOURCE_IRQ | IORESOURCE_AUTO; | ||
107 | } | 155 | } |
108 | 156 | ||
109 | static inline int pnp_irq_valid(struct pnp_dev *dev, unsigned int bar) | 157 | static inline int pnp_irq_valid(struct pnp_dev *dev, unsigned int bar) |
@@ -114,12 +162,20 @@ static inline int pnp_irq_valid(struct pnp_dev *dev, unsigned int bar) | |||
114 | 162 | ||
115 | static inline resource_size_t pnp_dma(struct pnp_dev *dev, unsigned int bar) | 163 | static inline resource_size_t pnp_dma(struct pnp_dev *dev, unsigned int bar) |
116 | { | 164 | { |
117 | return pnp_get_resource(dev, IORESOURCE_DMA, bar)->start; | 165 | struct resource *res = pnp_get_resource(dev, IORESOURCE_DMA, bar); |
166 | |||
167 | if (pnp_resource_valid(res)) | ||
168 | return res->start; | ||
169 | return -1; | ||
118 | } | 170 | } |
119 | 171 | ||
120 | static inline unsigned long pnp_dma_flags(struct pnp_dev *dev, unsigned int bar) | 172 | static inline unsigned long pnp_dma_flags(struct pnp_dev *dev, unsigned int bar) |
121 | { | 173 | { |
122 | return pnp_get_resource(dev, IORESOURCE_DMA, bar)->flags; | 174 | struct resource *res = pnp_get_resource(dev, IORESOURCE_DMA, bar); |
175 | |||
176 | if (pnp_resource_valid(res)) | ||
177 | return res->flags; | ||
178 | return IORESOURCE_DMA | IORESOURCE_AUTO; | ||
123 | } | 179 | } |
124 | 180 | ||
125 | static inline int pnp_dma_valid(struct pnp_dev *dev, unsigned int bar) | 181 | static inline int pnp_dma_valid(struct pnp_dev *dev, unsigned int bar) |
@@ -128,57 +184,6 @@ static inline int pnp_dma_valid(struct pnp_dev *dev, unsigned int bar) | |||
128 | } | 184 | } |
129 | 185 | ||
130 | 186 | ||
131 | #define PNP_PORT_FLAG_16BITADDR (1<<0) | ||
132 | #define PNP_PORT_FLAG_FIXED (1<<1) | ||
133 | |||
134 | struct pnp_port { | ||
135 | unsigned short min; /* min base number */ | ||
136 | unsigned short max; /* max base number */ | ||
137 | unsigned char align; /* align boundary */ | ||
138 | unsigned char size; /* size of range */ | ||
139 | unsigned char flags; /* port flags */ | ||
140 | unsigned char pad; /* pad */ | ||
141 | struct pnp_port *next; /* next port */ | ||
142 | }; | ||
143 | |||
144 | #define PNP_IRQ_NR 256 | ||
145 | struct pnp_irq { | ||
146 | DECLARE_BITMAP(map, PNP_IRQ_NR); /* bitmask for IRQ lines */ | ||
147 | unsigned char flags; /* IRQ flags */ | ||
148 | unsigned char pad; /* pad */ | ||
149 | struct pnp_irq *next; /* next IRQ */ | ||
150 | }; | ||
151 | |||
152 | struct pnp_dma { | ||
153 | unsigned char map; /* bitmask for DMA channels */ | ||
154 | unsigned char flags; /* DMA flags */ | ||
155 | struct pnp_dma *next; /* next port */ | ||
156 | }; | ||
157 | |||
158 | struct pnp_mem { | ||
159 | unsigned int min; /* min base number */ | ||
160 | unsigned int max; /* max base number */ | ||
161 | unsigned int align; /* align boundary */ | ||
162 | unsigned int size; /* size of range */ | ||
163 | unsigned char flags; /* memory flags */ | ||
164 | unsigned char pad; /* pad */ | ||
165 | struct pnp_mem *next; /* next memory resource */ | ||
166 | }; | ||
167 | |||
168 | #define PNP_RES_PRIORITY_PREFERRED 0 | ||
169 | #define PNP_RES_PRIORITY_ACCEPTABLE 1 | ||
170 | #define PNP_RES_PRIORITY_FUNCTIONAL 2 | ||
171 | #define PNP_RES_PRIORITY_INVALID 65535 | ||
172 | |||
173 | struct pnp_option { | ||
174 | unsigned short priority; /* priority */ | ||
175 | struct pnp_port *port; /* first port */ | ||
176 | struct pnp_irq *irq; /* first IRQ */ | ||
177 | struct pnp_dma *dma; /* first DMA */ | ||
178 | struct pnp_mem *mem; /* first memory resource */ | ||
179 | struct pnp_option *next; /* used to chain dependent resources */ | ||
180 | }; | ||
181 | |||
182 | /* | 187 | /* |
183 | * Device Management | 188 | * Device Management |
184 | */ | 189 | */ |
@@ -246,9 +251,9 @@ struct pnp_dev { | |||
246 | 251 | ||
247 | int active; | 252 | int active; |
248 | int capabilities; | 253 | int capabilities; |
249 | struct pnp_option *independent; | 254 | unsigned int num_dependent_sets; |
250 | struct pnp_option *dependent; | 255 | struct list_head resources; |
251 | struct pnp_resource_table *res; | 256 | struct list_head options; |
252 | 257 | ||
253 | char name[PNP_NAME_LEN]; /* contains a human-readable name */ | 258 | char name[PNP_NAME_LEN]; /* contains a human-readable name */ |
254 | int flags; /* used by protocols */ | 259 | int flags; /* used by protocols */ |
@@ -425,6 +430,8 @@ void pnp_unregister_card_driver(struct pnp_card_driver *drv); | |||
425 | extern struct list_head pnp_cards; | 430 | extern struct list_head pnp_cards; |
426 | 431 | ||
427 | /* resource management */ | 432 | /* resource management */ |
433 | int pnp_possible_config(struct pnp_dev *dev, int type, resource_size_t base, | ||
434 | resource_size_t size); | ||
428 | int pnp_auto_config_dev(struct pnp_dev *dev); | 435 | int pnp_auto_config_dev(struct pnp_dev *dev); |
429 | int pnp_start_dev(struct pnp_dev *dev); | 436 | int pnp_start_dev(struct pnp_dev *dev); |
430 | int pnp_stop_dev(struct pnp_dev *dev); | 437 | int pnp_stop_dev(struct pnp_dev *dev); |
@@ -452,6 +459,9 @@ static inline int pnp_register_card_driver(struct pnp_card_driver *drv) { return | |||
452 | static inline void pnp_unregister_card_driver(struct pnp_card_driver *drv) { } | 459 | static inline void pnp_unregister_card_driver(struct pnp_card_driver *drv) { } |
453 | 460 | ||
454 | /* resource management */ | 461 | /* resource management */ |
462 | static inline int pnp_possible_config(struct pnp_dev *dev, int type, | ||
463 | resource_size_t base, | ||
464 | resource_size_t size) { return 0; } | ||
455 | static inline int pnp_auto_config_dev(struct pnp_dev *dev) { return -ENODEV; } | 465 | static inline int pnp_auto_config_dev(struct pnp_dev *dev) { return -ENODEV; } |
456 | static inline int pnp_start_dev(struct pnp_dev *dev) { return -ENODEV; } | 466 | static inline int pnp_start_dev(struct pnp_dev *dev) { return -ENODEV; } |
457 | static inline int pnp_stop_dev(struct pnp_dev *dev) { return -ENODEV; } | 467 | static inline int pnp_stop_dev(struct pnp_dev *dev) { return -ENODEV; } |
diff --git a/include/linux/sched.h b/include/linux/sched.h index 21349173d148..1941d8b5cf11 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1062,12 +1062,6 @@ struct task_struct { | |||
1062 | #endif | 1062 | #endif |
1063 | 1063 | ||
1064 | struct list_head tasks; | 1064 | struct list_head tasks; |
1065 | /* | ||
1066 | * ptrace_list/ptrace_children forms the list of my children | ||
1067 | * that were stolen by a ptracer. | ||
1068 | */ | ||
1069 | struct list_head ptrace_children; | ||
1070 | struct list_head ptrace_list; | ||
1071 | 1065 | ||
1072 | struct mm_struct *mm, *active_mm; | 1066 | struct mm_struct *mm, *active_mm; |
1073 | 1067 | ||
@@ -1089,18 +1083,25 @@ struct task_struct { | |||
1089 | /* | 1083 | /* |
1090 | * pointers to (original) parent process, youngest child, younger sibling, | 1084 | * pointers to (original) parent process, youngest child, younger sibling, |
1091 | * older sibling, respectively. (p->father can be replaced with | 1085 | * older sibling, respectively. (p->father can be replaced with |
1092 | * p->parent->pid) | 1086 | * p->real_parent->pid) |
1093 | */ | 1087 | */ |
1094 | struct task_struct *real_parent; /* real parent process (when being debugged) */ | 1088 | struct task_struct *real_parent; /* real parent process */ |
1095 | struct task_struct *parent; /* parent process */ | 1089 | struct task_struct *parent; /* recipient of SIGCHLD, wait4() reports */ |
1096 | /* | 1090 | /* |
1097 | * children/sibling forms the list of my children plus the | 1091 | * children/sibling forms the list of my natural children |
1098 | * tasks I'm ptracing. | ||
1099 | */ | 1092 | */ |
1100 | struct list_head children; /* list of my children */ | 1093 | struct list_head children; /* list of my children */ |
1101 | struct list_head sibling; /* linkage in my parent's children list */ | 1094 | struct list_head sibling; /* linkage in my parent's children list */ |
1102 | struct task_struct *group_leader; /* threadgroup leader */ | 1095 | struct task_struct *group_leader; /* threadgroup leader */ |
1103 | 1096 | ||
1097 | /* | ||
1098 | * ptraced is the list of tasks this task is using ptrace on. | ||
1099 | * This includes both natural children and PTRACE_ATTACH targets. | ||
1100 | * p->ptrace_entry is p's link on the p->parent->ptraced list. | ||
1101 | */ | ||
1102 | struct list_head ptraced; | ||
1103 | struct list_head ptrace_entry; | ||
1104 | |||
1104 | /* PID/PID hash table linkage. */ | 1105 | /* PID/PID hash table linkage. */ |
1105 | struct pid_link pids[PIDTYPE_MAX]; | 1106 | struct pid_link pids[PIDTYPE_MAX]; |
1106 | struct list_head thread_group; | 1107 | struct list_head thread_group; |
@@ -1494,6 +1495,7 @@ static inline void put_task_struct(struct task_struct *t) | |||
1494 | #define PF_MEMPOLICY 0x10000000 /* Non-default NUMA mempolicy */ | 1495 | #define PF_MEMPOLICY 0x10000000 /* Non-default NUMA mempolicy */ |
1495 | #define PF_MUTEX_TESTER 0x20000000 /* Thread belongs to the rt mutex tester */ | 1496 | #define PF_MUTEX_TESTER 0x20000000 /* Thread belongs to the rt mutex tester */ |
1496 | #define PF_FREEZER_SKIP 0x40000000 /* Freezer should not count it as freezeable */ | 1497 | #define PF_FREEZER_SKIP 0x40000000 /* Freezer should not count it as freezeable */ |
1498 | #define PF_FREEZER_NOSIG 0x80000000 /* Freezer won't send signals to it */ | ||
1497 | 1499 | ||
1498 | /* | 1500 | /* |
1499 | * Only the _current_ task can read/write to tsk->flags, but other | 1501 | * Only the _current_ task can read/write to tsk->flags, but other |
@@ -1875,9 +1877,6 @@ extern void wait_task_inactive(struct task_struct * p); | |||
1875 | #define wait_task_inactive(p) do { } while (0) | 1877 | #define wait_task_inactive(p) do { } while (0) |
1876 | #endif | 1878 | #endif |
1877 | 1879 | ||
1878 | #define remove_parent(p) list_del_init(&(p)->sibling) | ||
1879 | #define add_parent(p) list_add_tail(&(p)->sibling,&(p)->parent->children) | ||
1880 | |||
1881 | #define next_task(p) list_entry(rcu_dereference((p)->tasks.next), struct task_struct, tasks) | 1880 | #define next_task(p) list_entry(rcu_dereference((p)->tasks.next), struct task_struct, tasks) |
1882 | 1881 | ||
1883 | #define for_each_process(p) \ | 1882 | #define for_each_process(p) \ |
diff --git a/include/linux/spi/mmc_spi.h b/include/linux/spi/mmc_spi.h index d5ca78b93a3b..a3626aedaec9 100644 --- a/include/linux/spi/mmc_spi.h +++ b/include/linux/spi/mmc_spi.h | |||
@@ -23,6 +23,15 @@ struct mmc_spi_platform_data { | |||
23 | /* sense switch on sd cards */ | 23 | /* sense switch on sd cards */ |
24 | int (*get_ro)(struct device *); | 24 | int (*get_ro)(struct device *); |
25 | 25 | ||
26 | /* | ||
27 | * If board does not use CD interrupts, driver can optimize polling | ||
28 | * using this function. | ||
29 | */ | ||
30 | int (*get_cd)(struct device *); | ||
31 | |||
32 | /* Capabilities to pass into mmc core (e.g. MMC_CAP_NEEDS_POLL). */ | ||
33 | unsigned long caps; | ||
34 | |||
26 | /* how long to debounce card detect, in msecs */ | 35 | /* how long to debounce card detect, in msecs */ |
27 | u16 detect_delay; | 36 | u16 detect_delay; |
28 | 37 | ||
diff --git a/include/linux/sunrpc/clnt.h b/include/linux/sunrpc/clnt.h index 6fff7f82ef12..e5bfe01ee305 100644 --- a/include/linux/sunrpc/clnt.h +++ b/include/linux/sunrpc/clnt.h | |||
@@ -42,7 +42,8 @@ struct rpc_clnt { | |||
42 | 42 | ||
43 | unsigned int cl_softrtry : 1,/* soft timeouts */ | 43 | unsigned int cl_softrtry : 1,/* soft timeouts */ |
44 | cl_discrtry : 1,/* disconnect before retry */ | 44 | cl_discrtry : 1,/* disconnect before retry */ |
45 | cl_autobind : 1;/* use getport() */ | 45 | cl_autobind : 1,/* use getport() */ |
46 | cl_chatty : 1;/* be verbose */ | ||
46 | 47 | ||
47 | struct rpc_rtt * cl_rtt; /* RTO estimator data */ | 48 | struct rpc_rtt * cl_rtt; /* RTO estimator data */ |
48 | const struct rpc_timeout *cl_timeout; /* Timeout strategy */ | 49 | const struct rpc_timeout *cl_timeout; /* Timeout strategy */ |
@@ -114,6 +115,7 @@ struct rpc_create_args { | |||
114 | #define RPC_CLNT_CREATE_NONPRIVPORT (1UL << 3) | 115 | #define RPC_CLNT_CREATE_NONPRIVPORT (1UL << 3) |
115 | #define RPC_CLNT_CREATE_NOPING (1UL << 4) | 116 | #define RPC_CLNT_CREATE_NOPING (1UL << 4) |
116 | #define RPC_CLNT_CREATE_DISCRTRY (1UL << 5) | 117 | #define RPC_CLNT_CREATE_DISCRTRY (1UL << 5) |
118 | #define RPC_CLNT_CREATE_QUIET (1UL << 6) | ||
117 | 119 | ||
118 | struct rpc_clnt *rpc_create(struct rpc_create_args *args); | 120 | struct rpc_clnt *rpc_create(struct rpc_create_args *args); |
119 | struct rpc_clnt *rpc_bind_new_program(struct rpc_clnt *, | 121 | struct rpc_clnt *rpc_bind_new_program(struct rpc_clnt *, |
@@ -123,6 +125,9 @@ void rpc_shutdown_client(struct rpc_clnt *); | |||
123 | void rpc_release_client(struct rpc_clnt *); | 125 | void rpc_release_client(struct rpc_clnt *); |
124 | 126 | ||
125 | int rpcb_register(u32, u32, int, unsigned short, int *); | 127 | int rpcb_register(u32, u32, int, unsigned short, int *); |
128 | int rpcb_v4_register(const u32 program, const u32 version, | ||
129 | const struct sockaddr *address, | ||
130 | const char *netid, int *result); | ||
126 | int rpcb_getport_sync(struct sockaddr_in *, u32, u32, int); | 131 | int rpcb_getport_sync(struct sockaddr_in *, u32, u32, int); |
127 | void rpcb_getport_async(struct rpc_task *); | 132 | void rpcb_getport_async(struct rpc_task *); |
128 | 133 | ||
diff --git a/include/linux/sunrpc/sched.h b/include/linux/sunrpc/sched.h index d1a5c8c1a0f1..64981a2f1cae 100644 --- a/include/linux/sunrpc/sched.h +++ b/include/linux/sunrpc/sched.h | |||
@@ -135,7 +135,6 @@ struct rpc_task_setup { | |||
135 | #define RPC_IS_SWAPPER(t) ((t)->tk_flags & RPC_TASK_SWAPPER) | 135 | #define RPC_IS_SWAPPER(t) ((t)->tk_flags & RPC_TASK_SWAPPER) |
136 | #define RPC_DO_ROOTOVERRIDE(t) ((t)->tk_flags & RPC_TASK_ROOTCREDS) | 136 | #define RPC_DO_ROOTOVERRIDE(t) ((t)->tk_flags & RPC_TASK_ROOTCREDS) |
137 | #define RPC_ASSASSINATED(t) ((t)->tk_flags & RPC_TASK_KILLED) | 137 | #define RPC_ASSASSINATED(t) ((t)->tk_flags & RPC_TASK_KILLED) |
138 | #define RPC_DO_CALLBACK(t) ((t)->tk_callback != NULL) | ||
139 | #define RPC_IS_SOFT(t) ((t)->tk_flags & RPC_TASK_SOFT) | 138 | #define RPC_IS_SOFT(t) ((t)->tk_flags & RPC_TASK_SOFT) |
140 | 139 | ||
141 | #define RPC_TASK_RUNNING 0 | 140 | #define RPC_TASK_RUNNING 0 |
diff --git a/include/linux/suspend.h b/include/linux/suspend.h index a6977423baf7..e8e69159af71 100644 --- a/include/linux/suspend.h +++ b/include/linux/suspend.h | |||
@@ -86,6 +86,11 @@ typedef int __bitwise suspend_state_t; | |||
86 | * that implement @begin(), but platforms implementing @begin() should | 86 | * that implement @begin(), but platforms implementing @begin() should |
87 | * also provide a @end() which cleans up transitions aborted before | 87 | * also provide a @end() which cleans up transitions aborted before |
88 | * @enter(). | 88 | * @enter(). |
89 | * | ||
90 | * @recover: Recover the platform from a suspend failure. | ||
91 | * Called by the PM core if the suspending of devices fails. | ||
92 | * This callback is optional and should only be implemented by platforms | ||
93 | * which require special recovery actions in that situation. | ||
89 | */ | 94 | */ |
90 | struct platform_suspend_ops { | 95 | struct platform_suspend_ops { |
91 | int (*valid)(suspend_state_t state); | 96 | int (*valid)(suspend_state_t state); |
@@ -94,6 +99,7 @@ struct platform_suspend_ops { | |||
94 | int (*enter)(suspend_state_t state); | 99 | int (*enter)(suspend_state_t state); |
95 | void (*finish)(void); | 100 | void (*finish)(void); |
96 | void (*end)(void); | 101 | void (*end)(void); |
102 | void (*recover)(void); | ||
97 | }; | 103 | }; |
98 | 104 | ||
99 | #ifdef CONFIG_SUSPEND | 105 | #ifdef CONFIG_SUSPEND |
@@ -149,7 +155,7 @@ extern void mark_free_pages(struct zone *zone); | |||
149 | * The methods in this structure allow a platform to carry out special | 155 | * The methods in this structure allow a platform to carry out special |
150 | * operations required by it during a hibernation transition. | 156 | * operations required by it during a hibernation transition. |
151 | * | 157 | * |
152 | * All the methods below must be implemented. | 158 | * All the methods below, except for @recover(), must be implemented. |
153 | * | 159 | * |
154 | * @begin: Tell the platform driver that we're starting hibernation. | 160 | * @begin: Tell the platform driver that we're starting hibernation. |
155 | * Called right after shrinking memory and before freezing devices. | 161 | * Called right after shrinking memory and before freezing devices. |
@@ -189,6 +195,11 @@ extern void mark_free_pages(struct zone *zone); | |||
189 | * @restore_cleanup: Clean up after a failing image restoration. | 195 | * @restore_cleanup: Clean up after a failing image restoration. |
190 | * Called right after the nonboot CPUs have been enabled and before | 196 | * Called right after the nonboot CPUs have been enabled and before |
191 | * thawing devices (runs with IRQs on). | 197 | * thawing devices (runs with IRQs on). |
198 | * | ||
199 | * @recover: Recover the platform from a failure to suspend devices. | ||
200 | * Called by the PM core if the suspending of devices during hibernation | ||
201 | * fails. This callback is optional and should only be implemented by | ||
202 | * platforms which require special recovery actions in that situation. | ||
192 | */ | 203 | */ |
193 | struct platform_hibernation_ops { | 204 | struct platform_hibernation_ops { |
194 | int (*begin)(void); | 205 | int (*begin)(void); |
@@ -200,6 +211,7 @@ struct platform_hibernation_ops { | |||
200 | void (*leave)(void); | 211 | void (*leave)(void); |
201 | int (*pre_restore)(void); | 212 | int (*pre_restore)(void); |
202 | void (*restore_cleanup)(void); | 213 | void (*restore_cleanup)(void); |
214 | void (*recover)(void); | ||
203 | }; | 215 | }; |
204 | 216 | ||
205 | #ifdef CONFIG_HIBERNATION | 217 | #ifdef CONFIG_HIBERNATION |
diff --git a/include/scsi/iscsi_if.h b/include/scsi/iscsi_if.h index e19e58423166..16be12f1cbe8 100644 --- a/include/scsi/iscsi_if.h +++ b/include/scsi/iscsi_if.h | |||
@@ -50,6 +50,7 @@ enum iscsi_uevent_e { | |||
50 | ISCSI_UEVENT_TGT_DSCVR = UEVENT_BASE + 15, | 50 | ISCSI_UEVENT_TGT_DSCVR = UEVENT_BASE + 15, |
51 | ISCSI_UEVENT_SET_HOST_PARAM = UEVENT_BASE + 16, | 51 | ISCSI_UEVENT_SET_HOST_PARAM = UEVENT_BASE + 16, |
52 | ISCSI_UEVENT_UNBIND_SESSION = UEVENT_BASE + 17, | 52 | ISCSI_UEVENT_UNBIND_SESSION = UEVENT_BASE + 17, |
53 | ISCSI_UEVENT_CREATE_BOUND_SESSION = UEVENT_BASE + 18, | ||
53 | 54 | ||
54 | /* up events */ | 55 | /* up events */ |
55 | ISCSI_KEVENT_RECV_PDU = KEVENT_BASE + 1, | 56 | ISCSI_KEVENT_RECV_PDU = KEVENT_BASE + 1, |
@@ -78,6 +79,12 @@ struct iscsi_uevent { | |||
78 | uint16_t cmds_max; | 79 | uint16_t cmds_max; |
79 | uint16_t queue_depth; | 80 | uint16_t queue_depth; |
80 | } c_session; | 81 | } c_session; |
82 | struct msg_create_bound_session { | ||
83 | uint64_t ep_handle; | ||
84 | uint32_t initial_cmdsn; | ||
85 | uint16_t cmds_max; | ||
86 | uint16_t queue_depth; | ||
87 | } c_bound_session; | ||
81 | struct msg_destroy_session { | 88 | struct msg_destroy_session { |
82 | uint32_t sid; | 89 | uint32_t sid; |
83 | } d_session; | 90 | } d_session; |
@@ -250,42 +257,49 @@ enum iscsi_param { | |||
250 | 257 | ||
251 | ISCSI_PARAM_PING_TMO, | 258 | ISCSI_PARAM_PING_TMO, |
252 | ISCSI_PARAM_RECV_TMO, | 259 | ISCSI_PARAM_RECV_TMO, |
260 | |||
261 | ISCSI_PARAM_IFACE_NAME, | ||
262 | ISCSI_PARAM_ISID, | ||
263 | ISCSI_PARAM_INITIATOR_NAME, | ||
253 | /* must always be last */ | 264 | /* must always be last */ |
254 | ISCSI_PARAM_MAX, | 265 | ISCSI_PARAM_MAX, |
255 | }; | 266 | }; |
256 | 267 | ||
257 | #define ISCSI_MAX_RECV_DLENGTH (1 << ISCSI_PARAM_MAX_RECV_DLENGTH) | 268 | #define ISCSI_MAX_RECV_DLENGTH (1ULL << ISCSI_PARAM_MAX_RECV_DLENGTH) |
258 | #define ISCSI_MAX_XMIT_DLENGTH (1 << ISCSI_PARAM_MAX_XMIT_DLENGTH) | 269 | #define ISCSI_MAX_XMIT_DLENGTH (1ULL << ISCSI_PARAM_MAX_XMIT_DLENGTH) |
259 | #define ISCSI_HDRDGST_EN (1 << ISCSI_PARAM_HDRDGST_EN) | 270 | #define ISCSI_HDRDGST_EN (1ULL << ISCSI_PARAM_HDRDGST_EN) |
260 | #define ISCSI_DATADGST_EN (1 << ISCSI_PARAM_DATADGST_EN) | 271 | #define ISCSI_DATADGST_EN (1ULL << ISCSI_PARAM_DATADGST_EN) |
261 | #define ISCSI_INITIAL_R2T_EN (1 << ISCSI_PARAM_INITIAL_R2T_EN) | 272 | #define ISCSI_INITIAL_R2T_EN (1ULL << ISCSI_PARAM_INITIAL_R2T_EN) |
262 | #define ISCSI_MAX_R2T (1 << ISCSI_PARAM_MAX_R2T) | 273 | #define ISCSI_MAX_R2T (1ULL << ISCSI_PARAM_MAX_R2T) |
263 | #define ISCSI_IMM_DATA_EN (1 << ISCSI_PARAM_IMM_DATA_EN) | 274 | #define ISCSI_IMM_DATA_EN (1ULL << ISCSI_PARAM_IMM_DATA_EN) |
264 | #define ISCSI_FIRST_BURST (1 << ISCSI_PARAM_FIRST_BURST) | 275 | #define ISCSI_FIRST_BURST (1ULL << ISCSI_PARAM_FIRST_BURST) |
265 | #define ISCSI_MAX_BURST (1 << ISCSI_PARAM_MAX_BURST) | 276 | #define ISCSI_MAX_BURST (1ULL << ISCSI_PARAM_MAX_BURST) |
266 | #define ISCSI_PDU_INORDER_EN (1 << ISCSI_PARAM_PDU_INORDER_EN) | 277 | #define ISCSI_PDU_INORDER_EN (1ULL << ISCSI_PARAM_PDU_INORDER_EN) |
267 | #define ISCSI_DATASEQ_INORDER_EN (1 << ISCSI_PARAM_DATASEQ_INORDER_EN) | 278 | #define ISCSI_DATASEQ_INORDER_EN (1ULL << ISCSI_PARAM_DATASEQ_INORDER_EN) |
268 | #define ISCSI_ERL (1 << ISCSI_PARAM_ERL) | 279 | #define ISCSI_ERL (1ULL << ISCSI_PARAM_ERL) |
269 | #define ISCSI_IFMARKER_EN (1 << ISCSI_PARAM_IFMARKER_EN) | 280 | #define ISCSI_IFMARKER_EN (1ULL << ISCSI_PARAM_IFMARKER_EN) |
270 | #define ISCSI_OFMARKER_EN (1 << ISCSI_PARAM_OFMARKER_EN) | 281 | #define ISCSI_OFMARKER_EN (1ULL << ISCSI_PARAM_OFMARKER_EN) |
271 | #define ISCSI_EXP_STATSN (1 << ISCSI_PARAM_EXP_STATSN) | 282 | #define ISCSI_EXP_STATSN (1ULL << ISCSI_PARAM_EXP_STATSN) |
272 | #define ISCSI_TARGET_NAME (1 << ISCSI_PARAM_TARGET_NAME) | 283 | #define ISCSI_TARGET_NAME (1ULL << ISCSI_PARAM_TARGET_NAME) |
273 | #define ISCSI_TPGT (1 << ISCSI_PARAM_TPGT) | 284 | #define ISCSI_TPGT (1ULL << ISCSI_PARAM_TPGT) |
274 | #define ISCSI_PERSISTENT_ADDRESS (1 << ISCSI_PARAM_PERSISTENT_ADDRESS) | 285 | #define ISCSI_PERSISTENT_ADDRESS (1ULL << ISCSI_PARAM_PERSISTENT_ADDRESS) |
275 | #define ISCSI_PERSISTENT_PORT (1 << ISCSI_PARAM_PERSISTENT_PORT) | 286 | #define ISCSI_PERSISTENT_PORT (1ULL << ISCSI_PARAM_PERSISTENT_PORT) |
276 | #define ISCSI_SESS_RECOVERY_TMO (1 << ISCSI_PARAM_SESS_RECOVERY_TMO) | 287 | #define ISCSI_SESS_RECOVERY_TMO (1ULL << ISCSI_PARAM_SESS_RECOVERY_TMO) |
277 | #define ISCSI_CONN_PORT (1 << ISCSI_PARAM_CONN_PORT) | 288 | #define ISCSI_CONN_PORT (1ULL << ISCSI_PARAM_CONN_PORT) |
278 | #define ISCSI_CONN_ADDRESS (1 << ISCSI_PARAM_CONN_ADDRESS) | 289 | #define ISCSI_CONN_ADDRESS (1ULL << ISCSI_PARAM_CONN_ADDRESS) |
279 | #define ISCSI_USERNAME (1 << ISCSI_PARAM_USERNAME) | 290 | #define ISCSI_USERNAME (1ULL << ISCSI_PARAM_USERNAME) |
280 | #define ISCSI_USERNAME_IN (1 << ISCSI_PARAM_USERNAME_IN) | 291 | #define ISCSI_USERNAME_IN (1ULL << ISCSI_PARAM_USERNAME_IN) |
281 | #define ISCSI_PASSWORD (1 << ISCSI_PARAM_PASSWORD) | 292 | #define ISCSI_PASSWORD (1ULL << ISCSI_PARAM_PASSWORD) |
282 | #define ISCSI_PASSWORD_IN (1 << ISCSI_PARAM_PASSWORD_IN) | 293 | #define ISCSI_PASSWORD_IN (1ULL << ISCSI_PARAM_PASSWORD_IN) |
283 | #define ISCSI_FAST_ABORT (1 << ISCSI_PARAM_FAST_ABORT) | 294 | #define ISCSI_FAST_ABORT (1ULL << ISCSI_PARAM_FAST_ABORT) |
284 | #define ISCSI_ABORT_TMO (1 << ISCSI_PARAM_ABORT_TMO) | 295 | #define ISCSI_ABORT_TMO (1ULL << ISCSI_PARAM_ABORT_TMO) |
285 | #define ISCSI_LU_RESET_TMO (1 << ISCSI_PARAM_LU_RESET_TMO) | 296 | #define ISCSI_LU_RESET_TMO (1ULL << ISCSI_PARAM_LU_RESET_TMO) |
286 | #define ISCSI_HOST_RESET_TMO (1 << ISCSI_PARAM_HOST_RESET_TMO) | 297 | #define ISCSI_HOST_RESET_TMO (1ULL << ISCSI_PARAM_HOST_RESET_TMO) |
287 | #define ISCSI_PING_TMO (1 << ISCSI_PARAM_PING_TMO) | 298 | #define ISCSI_PING_TMO (1ULL << ISCSI_PARAM_PING_TMO) |
288 | #define ISCSI_RECV_TMO (1 << ISCSI_PARAM_RECV_TMO) | 299 | #define ISCSI_RECV_TMO (1ULL << ISCSI_PARAM_RECV_TMO) |
300 | #define ISCSI_IFACE_NAME (1ULL << ISCSI_PARAM_IFACE_NAME) | ||
301 | #define ISCSI_ISID (1ULL << ISCSI_PARAM_ISID) | ||
302 | #define ISCSI_INITIATOR_NAME (1ULL << ISCSI_PARAM_INITIATOR_NAME) | ||
289 | 303 | ||
290 | /* iSCSI HBA params */ | 304 | /* iSCSI HBA params */ |
291 | enum iscsi_host_param { | 305 | enum iscsi_host_param { |
@@ -296,20 +310,13 @@ enum iscsi_host_param { | |||
296 | ISCSI_HOST_PARAM_MAX, | 310 | ISCSI_HOST_PARAM_MAX, |
297 | }; | 311 | }; |
298 | 312 | ||
299 | #define ISCSI_HOST_HWADDRESS (1 << ISCSI_HOST_PARAM_HWADDRESS) | 313 | #define ISCSI_HOST_HWADDRESS (1ULL << ISCSI_HOST_PARAM_HWADDRESS) |
300 | #define ISCSI_HOST_INITIATOR_NAME (1 << ISCSI_HOST_PARAM_INITIATOR_NAME) | 314 | #define ISCSI_HOST_INITIATOR_NAME (1ULL << ISCSI_HOST_PARAM_INITIATOR_NAME) |
301 | #define ISCSI_HOST_NETDEV_NAME (1 << ISCSI_HOST_PARAM_NETDEV_NAME) | 315 | #define ISCSI_HOST_NETDEV_NAME (1ULL << ISCSI_HOST_PARAM_NETDEV_NAME) |
302 | #define ISCSI_HOST_IPADDRESS (1 << ISCSI_HOST_PARAM_IPADDRESS) | 316 | #define ISCSI_HOST_IPADDRESS (1ULL << ISCSI_HOST_PARAM_IPADDRESS) |
303 | 317 | ||
304 | #define iscsi_ptr(_handle) ((void*)(unsigned long)_handle) | 318 | #define iscsi_ptr(_handle) ((void*)(unsigned long)_handle) |
305 | #define iscsi_handle(_ptr) ((uint64_t)(unsigned long)_ptr) | 319 | #define iscsi_handle(_ptr) ((uint64_t)(unsigned long)_ptr) |
306 | #define hostdata_session(_hostdata) (iscsi_ptr(*(unsigned long *)_hostdata)) | ||
307 | |||
308 | /** | ||
309 | * iscsi_hostdata - get LLD hostdata from scsi_host | ||
310 | * @_hostdata: pointer to scsi host's hostdata | ||
311 | **/ | ||
312 | #define iscsi_hostdata(_hostdata) ((void*)_hostdata + sizeof(unsigned long)) | ||
313 | 320 | ||
314 | /* | 321 | /* |
315 | * These flags presents iSCSI Data-Path capabilities. | 322 | * These flags presents iSCSI Data-Path capabilities. |
diff --git a/include/scsi/iscsi_proto.h b/include/scsi/iscsi_proto.h index e0593bfae622..f2a2c1169486 100644 --- a/include/scsi/iscsi_proto.h +++ b/include/scsi/iscsi_proto.h | |||
@@ -22,6 +22,7 @@ | |||
22 | #define ISCSI_PROTO_H | 22 | #define ISCSI_PROTO_H |
23 | 23 | ||
24 | #include <linux/types.h> | 24 | #include <linux/types.h> |
25 | #include <scsi/scsi.h> | ||
25 | 26 | ||
26 | #define ISCSI_DRAFT20_VERSION 0x00 | 27 | #define ISCSI_DRAFT20_VERSION 0x00 |
27 | 28 | ||
@@ -156,7 +157,7 @@ struct iscsi_ecdb_ahdr { | |||
156 | uint8_t ahstype; | 157 | uint8_t ahstype; |
157 | uint8_t reserved; | 158 | uint8_t reserved; |
158 | /* 4-byte aligned extended CDB spillover */ | 159 | /* 4-byte aligned extended CDB spillover */ |
159 | uint8_t ecdb[260 - ISCSI_CDB_SIZE]; | 160 | uint8_t ecdb[SCSI_MAX_VARLEN_CDB_SIZE - ISCSI_CDB_SIZE]; |
160 | }; | 161 | }; |
161 | 162 | ||
162 | /* SCSI Response Header */ | 163 | /* SCSI Response Header */ |
diff --git a/include/scsi/libiscsi.h b/include/scsi/libiscsi.h index cd3ca63d4fb1..5e75bb7f311c 100644 --- a/include/scsi/libiscsi.h +++ b/include/scsi/libiscsi.h | |||
@@ -24,6 +24,7 @@ | |||
24 | #define LIBISCSI_H | 24 | #define LIBISCSI_H |
25 | 25 | ||
26 | #include <linux/types.h> | 26 | #include <linux/types.h> |
27 | #include <linux/wait.h> | ||
27 | #include <linux/mutex.h> | 28 | #include <linux/mutex.h> |
28 | #include <linux/timer.h> | 29 | #include <linux/timer.h> |
29 | #include <linux/workqueue.h> | 30 | #include <linux/workqueue.h> |
@@ -31,6 +32,7 @@ | |||
31 | #include <scsi/iscsi_if.h> | 32 | #include <scsi/iscsi_if.h> |
32 | 33 | ||
33 | struct scsi_transport_template; | 34 | struct scsi_transport_template; |
35 | struct scsi_host_template; | ||
34 | struct scsi_device; | 36 | struct scsi_device; |
35 | struct Scsi_Host; | 37 | struct Scsi_Host; |
36 | struct scsi_cmnd; | 38 | struct scsi_cmnd; |
@@ -40,6 +42,7 @@ struct iscsi_cls_session; | |||
40 | struct iscsi_cls_conn; | 42 | struct iscsi_cls_conn; |
41 | struct iscsi_session; | 43 | struct iscsi_session; |
42 | struct iscsi_nopin; | 44 | struct iscsi_nopin; |
45 | struct device; | ||
43 | 46 | ||
44 | /* #define DEBUG_SCSI */ | 47 | /* #define DEBUG_SCSI */ |
45 | #ifdef DEBUG_SCSI | 48 | #ifdef DEBUG_SCSI |
@@ -49,9 +52,7 @@ struct iscsi_nopin; | |||
49 | #endif | 52 | #endif |
50 | 53 | ||
51 | #define ISCSI_DEF_XMIT_CMDS_MAX 128 /* must be power of 2 */ | 54 | #define ISCSI_DEF_XMIT_CMDS_MAX 128 /* must be power of 2 */ |
52 | #define ISCSI_MGMT_CMDS_MAX 16 /* must be power of 2 */ | 55 | #define ISCSI_MGMT_CMDS_MAX 15 |
53 | |||
54 | #define ISCSI_MGMT_ITT_OFFSET 0xa00 | ||
55 | 56 | ||
56 | #define ISCSI_DEF_CMD_PER_LUN 32 | 57 | #define ISCSI_DEF_CMD_PER_LUN 32 |
57 | #define ISCSI_MAX_CMD_PER_LUN 128 | 58 | #define ISCSI_MAX_CMD_PER_LUN 128 |
@@ -69,7 +70,10 @@ enum { | |||
69 | /* Connection suspend "bit" */ | 70 | /* Connection suspend "bit" */ |
70 | #define ISCSI_SUSPEND_BIT 1 | 71 | #define ISCSI_SUSPEND_BIT 1 |
71 | 72 | ||
72 | #define ISCSI_ITT_MASK (0xfff) | 73 | #define ISCSI_ITT_MASK (0x1fff) |
74 | #define ISCSI_TOTAL_CMDS_MAX 4096 | ||
75 | /* this must be a power of two greater than ISCSI_MGMT_CMDS_MAX */ | ||
76 | #define ISCSI_TOTAL_CMDS_MIN 16 | ||
73 | #define ISCSI_AGE_SHIFT 28 | 77 | #define ISCSI_AGE_SHIFT 28 |
74 | #define ISCSI_AGE_MASK (0xf << ISCSI_AGE_SHIFT) | 78 | #define ISCSI_AGE_MASK (0xf << ISCSI_AGE_SHIFT) |
75 | 79 | ||
@@ -82,18 +86,6 @@ enum { | |||
82 | ISCSI_DIGEST_SIZE = sizeof(__u32), | 86 | ISCSI_DIGEST_SIZE = sizeof(__u32), |
83 | }; | 87 | }; |
84 | 88 | ||
85 | struct iscsi_mgmt_task { | ||
86 | /* | ||
87 | * Becuae LLDs allocate their hdr differently, this is a pointer to | ||
88 | * that storage. It must be setup at session creation time. | ||
89 | */ | ||
90 | struct iscsi_hdr *hdr; | ||
91 | char *data; /* mgmt payload */ | ||
92 | unsigned data_count; /* counts data to be sent */ | ||
93 | uint32_t itt; /* this ITT */ | ||
94 | void *dd_data; /* driver/transport data */ | ||
95 | struct list_head running; | ||
96 | }; | ||
97 | 89 | ||
98 | enum { | 90 | enum { |
99 | ISCSI_TASK_COMPLETED, | 91 | ISCSI_TASK_COMPLETED, |
@@ -101,7 +93,7 @@ enum { | |||
101 | ISCSI_TASK_RUNNING, | 93 | ISCSI_TASK_RUNNING, |
102 | }; | 94 | }; |
103 | 95 | ||
104 | struct iscsi_cmd_task { | 96 | struct iscsi_task { |
105 | /* | 97 | /* |
106 | * Because LLDs allocate their hdr differently, this is a pointer | 98 | * Because LLDs allocate their hdr differently, this is a pointer |
107 | * and length to that storage. It must be setup at session | 99 | * and length to that storage. It must be setup at session |
@@ -118,6 +110,7 @@ struct iscsi_cmd_task { | |||
118 | /* offset in unsolicited stream (bytes); */ | 110 | /* offset in unsolicited stream (bytes); */ |
119 | unsigned unsol_offset; | 111 | unsigned unsol_offset; |
120 | unsigned data_count; /* remaining Data-Out */ | 112 | unsigned data_count; /* remaining Data-Out */ |
113 | char *data; /* mgmt payload */ | ||
121 | struct scsi_cmnd *sc; /* associated SCSI cmd*/ | 114 | struct scsi_cmnd *sc; /* associated SCSI cmd*/ |
122 | struct iscsi_conn *conn; /* used connection */ | 115 | struct iscsi_conn *conn; /* used connection */ |
123 | 116 | ||
@@ -128,9 +121,9 @@ struct iscsi_cmd_task { | |||
128 | void *dd_data; /* driver/transport data */ | 121 | void *dd_data; /* driver/transport data */ |
129 | }; | 122 | }; |
130 | 123 | ||
131 | static inline void* iscsi_next_hdr(struct iscsi_cmd_task *ctask) | 124 | static inline void* iscsi_next_hdr(struct iscsi_task *task) |
132 | { | 125 | { |
133 | return (void*)ctask->hdr + ctask->hdr_len; | 126 | return (void*)task->hdr + task->hdr_len; |
134 | } | 127 | } |
135 | 128 | ||
136 | /* Connection's states */ | 129 | /* Connection's states */ |
@@ -146,11 +139,6 @@ struct iscsi_conn { | |||
146 | void *dd_data; /* iscsi_transport data */ | 139 | void *dd_data; /* iscsi_transport data */ |
147 | struct iscsi_session *session; /* parent session */ | 140 | struct iscsi_session *session; /* parent session */ |
148 | /* | 141 | /* |
149 | * LLDs should set this lock. It protects the transport recv | ||
150 | * code | ||
151 | */ | ||
152 | rwlock_t *recv_lock; | ||
153 | /* | ||
154 | * conn_stop() flag: stop to recover, stop to terminate | 142 | * conn_stop() flag: stop to recover, stop to terminate |
155 | */ | 143 | */ |
156 | int stop_stage; | 144 | int stop_stage; |
@@ -159,7 +147,7 @@ struct iscsi_conn { | |||
159 | unsigned long last_ping; | 147 | unsigned long last_ping; |
160 | int ping_timeout; | 148 | int ping_timeout; |
161 | int recv_timeout; | 149 | int recv_timeout; |
162 | struct iscsi_mgmt_task *ping_mtask; | 150 | struct iscsi_task *ping_task; |
163 | 151 | ||
164 | /* iSCSI connection-wide sequencing */ | 152 | /* iSCSI connection-wide sequencing */ |
165 | uint32_t exp_statsn; | 153 | uint32_t exp_statsn; |
@@ -175,9 +163,8 @@ struct iscsi_conn { | |||
175 | * should always fit in this buffer | 163 | * should always fit in this buffer |
176 | */ | 164 | */ |
177 | char *data; | 165 | char *data; |
178 | struct iscsi_mgmt_task *login_mtask; /* mtask used for login/text */ | 166 | struct iscsi_task *login_task; /* mtask used for login/text */ |
179 | struct iscsi_mgmt_task *mtask; /* xmit mtask in progress */ | 167 | struct iscsi_task *task; /* xmit task in progress */ |
180 | struct iscsi_cmd_task *ctask; /* xmit ctask in progress */ | ||
181 | 168 | ||
182 | /* xmit */ | 169 | /* xmit */ |
183 | struct list_head mgmtqueue; /* mgmt (control) xmit queue */ | 170 | struct list_head mgmtqueue; /* mgmt (control) xmit queue */ |
@@ -208,9 +195,6 @@ struct iscsi_conn { | |||
208 | /* remote portal currently connected to */ | 195 | /* remote portal currently connected to */ |
209 | int portal_port; | 196 | int portal_port; |
210 | char portal_address[ISCSI_ADDRESS_BUF_LEN]; | 197 | char portal_address[ISCSI_ADDRESS_BUF_LEN]; |
211 | /* local address */ | ||
212 | int local_port; | ||
213 | char local_address[ISCSI_ADDRESS_BUF_LEN]; | ||
214 | 198 | ||
215 | /* MIB-statistics */ | 199 | /* MIB-statistics */ |
216 | uint64_t txdata_octets; | 200 | uint64_t txdata_octets; |
@@ -246,6 +230,7 @@ enum { | |||
246 | }; | 230 | }; |
247 | 231 | ||
248 | struct iscsi_session { | 232 | struct iscsi_session { |
233 | struct iscsi_cls_session *cls_session; | ||
249 | /* | 234 | /* |
250 | * Syncs up the scsi eh thread with the iscsi eh thread when sending | 235 | * Syncs up the scsi eh thread with the iscsi eh thread when sending |
251 | * task management functions. This must be taken before the session | 236 | * task management functions. This must be taken before the session |
@@ -281,10 +266,8 @@ struct iscsi_session { | |||
281 | char *password; | 266 | char *password; |
282 | char *password_in; | 267 | char *password_in; |
283 | char *targetname; | 268 | char *targetname; |
269 | char *ifacename; | ||
284 | char *initiatorname; | 270 | char *initiatorname; |
285 | /* hw address or netdev iscsi connection is bound to */ | ||
286 | char *hwaddress; | ||
287 | char *netdev; | ||
288 | /* control data */ | 271 | /* control data */ |
289 | struct iscsi_transport *tt; | 272 | struct iscsi_transport *tt; |
290 | struct Scsi_Host *host; | 273 | struct Scsi_Host *host; |
@@ -298,12 +281,20 @@ struct iscsi_session { | |||
298 | int state; /* session state */ | 281 | int state; /* session state */ |
299 | int age; /* counts session re-opens */ | 282 | int age; /* counts session re-opens */ |
300 | 283 | ||
284 | int scsi_cmds_max; /* max scsi commands */ | ||
301 | int cmds_max; /* size of cmds array */ | 285 | int cmds_max; /* size of cmds array */ |
302 | struct iscsi_cmd_task **cmds; /* Original Cmds arr */ | 286 | struct iscsi_task **cmds; /* Original Cmds arr */ |
303 | struct iscsi_pool cmdpool; /* PDU's pool */ | 287 | struct iscsi_pool cmdpool; /* PDU's pool */ |
304 | int mgmtpool_max; /* size of mgmt array */ | 288 | }; |
305 | struct iscsi_mgmt_task **mgmt_cmds; /* Original mgmt arr */ | 289 | |
306 | struct iscsi_pool mgmtpool; /* Mgmt PDU's pool */ | 290 | struct iscsi_host { |
291 | char *initiatorname; | ||
292 | /* hw address or netdev iscsi connection is bound to */ | ||
293 | char *hwaddress; | ||
294 | char *netdev; | ||
295 | /* local address */ | ||
296 | int local_port; | ||
297 | char local_address[ISCSI_ADDRESS_BUF_LEN]; | ||
307 | }; | 298 | }; |
308 | 299 | ||
309 | /* | 300 | /* |
@@ -316,42 +307,44 @@ extern int iscsi_eh_device_reset(struct scsi_cmnd *sc); | |||
316 | extern int iscsi_queuecommand(struct scsi_cmnd *sc, | 307 | extern int iscsi_queuecommand(struct scsi_cmnd *sc, |
317 | void (*done)(struct scsi_cmnd *)); | 308 | void (*done)(struct scsi_cmnd *)); |
318 | 309 | ||
319 | |||
320 | /* | 310 | /* |
321 | * iSCSI host helpers. | 311 | * iSCSI host helpers. |
322 | */ | 312 | */ |
313 | #define iscsi_host_priv(_shost) \ | ||
314 | (shost_priv(_shost) + sizeof(struct iscsi_host)) | ||
315 | |||
323 | extern int iscsi_host_set_param(struct Scsi_Host *shost, | 316 | extern int iscsi_host_set_param(struct Scsi_Host *shost, |
324 | enum iscsi_host_param param, char *buf, | 317 | enum iscsi_host_param param, char *buf, |
325 | int buflen); | 318 | int buflen); |
326 | extern int iscsi_host_get_param(struct Scsi_Host *shost, | 319 | extern int iscsi_host_get_param(struct Scsi_Host *shost, |
327 | enum iscsi_host_param param, char *buf); | 320 | enum iscsi_host_param param, char *buf); |
321 | extern int iscsi_host_add(struct Scsi_Host *shost, struct device *pdev); | ||
322 | extern struct Scsi_Host *iscsi_host_alloc(struct scsi_host_template *sht, | ||
323 | int dd_data_size, uint16_t qdepth); | ||
324 | extern void iscsi_host_remove(struct Scsi_Host *shost); | ||
325 | extern void iscsi_host_free(struct Scsi_Host *shost); | ||
328 | 326 | ||
329 | /* | 327 | /* |
330 | * session management | 328 | * session management |
331 | */ | 329 | */ |
332 | extern struct iscsi_cls_session * | 330 | extern struct iscsi_cls_session * |
333 | iscsi_session_setup(struct iscsi_transport *, struct scsi_transport_template *, | 331 | iscsi_session_setup(struct iscsi_transport *, struct Scsi_Host *shost, |
334 | uint16_t, uint16_t, int, int, uint32_t, uint32_t *); | 332 | uint16_t, int, uint32_t, unsigned int); |
335 | extern void iscsi_session_teardown(struct iscsi_cls_session *); | 333 | extern void iscsi_session_teardown(struct iscsi_cls_session *); |
336 | extern struct iscsi_session *class_to_transport_session(struct iscsi_cls_session *); | ||
337 | extern void iscsi_session_recovery_timedout(struct iscsi_cls_session *); | 334 | extern void iscsi_session_recovery_timedout(struct iscsi_cls_session *); |
338 | extern int iscsi_set_param(struct iscsi_cls_conn *cls_conn, | 335 | extern int iscsi_set_param(struct iscsi_cls_conn *cls_conn, |
339 | enum iscsi_param param, char *buf, int buflen); | 336 | enum iscsi_param param, char *buf, int buflen); |
340 | extern int iscsi_session_get_param(struct iscsi_cls_session *cls_session, | 337 | extern int iscsi_session_get_param(struct iscsi_cls_session *cls_session, |
341 | enum iscsi_param param, char *buf); | 338 | enum iscsi_param param, char *buf); |
342 | 339 | ||
343 | #define session_to_cls(_sess) \ | ||
344 | hostdata_session(_sess->host->hostdata) | ||
345 | |||
346 | #define iscsi_session_printk(prefix, _sess, fmt, a...) \ | 340 | #define iscsi_session_printk(prefix, _sess, fmt, a...) \ |
347 | iscsi_cls_session_printk(prefix, \ | 341 | iscsi_cls_session_printk(prefix, _sess->cls_session, fmt, ##a) |
348 | (struct iscsi_cls_session *)session_to_cls(_sess), fmt, ##a) | ||
349 | 342 | ||
350 | /* | 343 | /* |
351 | * connection management | 344 | * connection management |
352 | */ | 345 | */ |
353 | extern struct iscsi_cls_conn *iscsi_conn_setup(struct iscsi_cls_session *, | 346 | extern struct iscsi_cls_conn *iscsi_conn_setup(struct iscsi_cls_session *, |
354 | uint32_t); | 347 | int, uint32_t); |
355 | extern void iscsi_conn_teardown(struct iscsi_cls_conn *); | 348 | extern void iscsi_conn_teardown(struct iscsi_cls_conn *); |
356 | extern int iscsi_conn_start(struct iscsi_cls_conn *); | 349 | extern int iscsi_conn_start(struct iscsi_cls_conn *); |
357 | extern void iscsi_conn_stop(struct iscsi_cls_conn *, int); | 350 | extern void iscsi_conn_stop(struct iscsi_cls_conn *, int); |
@@ -360,25 +353,29 @@ extern int iscsi_conn_bind(struct iscsi_cls_session *, struct iscsi_cls_conn *, | |||
360 | extern void iscsi_conn_failure(struct iscsi_conn *conn, enum iscsi_err err); | 353 | extern void iscsi_conn_failure(struct iscsi_conn *conn, enum iscsi_err err); |
361 | extern int iscsi_conn_get_param(struct iscsi_cls_conn *cls_conn, | 354 | extern int iscsi_conn_get_param(struct iscsi_cls_conn *cls_conn, |
362 | enum iscsi_param param, char *buf); | 355 | enum iscsi_param param, char *buf); |
356 | extern void iscsi_suspend_tx(struct iscsi_conn *conn); | ||
363 | 357 | ||
364 | #define iscsi_conn_printk(prefix, _c, fmt, a...) \ | 358 | #define iscsi_conn_printk(prefix, _c, fmt, a...) \ |
365 | iscsi_cls_conn_printk(prefix, _c->cls_conn, fmt, ##a) | 359 | iscsi_cls_conn_printk(prefix, ((struct iscsi_conn *)_c)->cls_conn, \ |
360 | fmt, ##a) | ||
366 | 361 | ||
367 | /* | 362 | /* |
368 | * pdu and task processing | 363 | * pdu and task processing |
369 | */ | 364 | */ |
370 | extern void iscsi_update_cmdsn(struct iscsi_session *, struct iscsi_nopin *); | 365 | extern void iscsi_update_cmdsn(struct iscsi_session *, struct iscsi_nopin *); |
371 | extern void iscsi_prep_unsolicit_data_pdu(struct iscsi_cmd_task *, | 366 | extern void iscsi_prep_unsolicit_data_pdu(struct iscsi_task *, |
372 | struct iscsi_data *hdr); | 367 | struct iscsi_data *hdr); |
373 | extern int iscsi_conn_send_pdu(struct iscsi_cls_conn *, struct iscsi_hdr *, | 368 | extern int iscsi_conn_send_pdu(struct iscsi_cls_conn *, struct iscsi_hdr *, |
374 | char *, uint32_t); | 369 | char *, uint32_t); |
375 | extern int iscsi_complete_pdu(struct iscsi_conn *, struct iscsi_hdr *, | 370 | extern int iscsi_complete_pdu(struct iscsi_conn *, struct iscsi_hdr *, |
376 | char *, int); | 371 | char *, int); |
377 | extern int iscsi_verify_itt(struct iscsi_conn *, struct iscsi_hdr *, | 372 | extern int __iscsi_complete_pdu(struct iscsi_conn *, struct iscsi_hdr *, |
378 | uint32_t *); | 373 | char *, int); |
379 | extern void iscsi_requeue_ctask(struct iscsi_cmd_task *ctask); | 374 | extern int iscsi_verify_itt(struct iscsi_conn *, itt_t); |
380 | extern void iscsi_free_mgmt_task(struct iscsi_conn *conn, | 375 | extern struct iscsi_task *iscsi_itt_to_ctask(struct iscsi_conn *, itt_t); |
381 | struct iscsi_mgmt_task *mtask); | 376 | extern void iscsi_requeue_task(struct iscsi_task *task); |
377 | extern void iscsi_put_task(struct iscsi_task *task); | ||
378 | extern void __iscsi_get_task(struct iscsi_task *task); | ||
382 | 379 | ||
383 | /* | 380 | /* |
384 | * generic helpers | 381 | * generic helpers |
diff --git a/include/scsi/scsi.h b/include/scsi/scsi.h index 32742c4563de..00137a7769ee 100644 --- a/include/scsi/scsi.h +++ b/include/scsi/scsi.h | |||
@@ -9,6 +9,7 @@ | |||
9 | #define _SCSI_SCSI_H | 9 | #define _SCSI_SCSI_H |
10 | 10 | ||
11 | #include <linux/types.h> | 11 | #include <linux/types.h> |
12 | #include <scsi/scsi_cmnd.h> | ||
12 | 13 | ||
13 | /* | 14 | /* |
14 | * The maximum number of SG segments that we will put inside a | 15 | * The maximum number of SG segments that we will put inside a |
@@ -400,6 +401,7 @@ struct scsi_lun { | |||
400 | #define SOFT_ERROR 0x2005 | 401 | #define SOFT_ERROR 0x2005 |
401 | #define ADD_TO_MLQUEUE 0x2006 | 402 | #define ADD_TO_MLQUEUE 0x2006 |
402 | #define TIMEOUT_ERROR 0x2007 | 403 | #define TIMEOUT_ERROR 0x2007 |
404 | #define SCSI_RETURN_NOT_HANDLED 0x2008 | ||
403 | 405 | ||
404 | /* | 406 | /* |
405 | * Midlevel queue return values. | 407 | * Midlevel queue return values. |
@@ -424,6 +426,22 @@ struct scsi_lun { | |||
424 | #define driver_byte(result) (((result) >> 24) & 0xff) | 426 | #define driver_byte(result) (((result) >> 24) & 0xff) |
425 | #define suggestion(result) (driver_byte(result) & SUGGEST_MASK) | 427 | #define suggestion(result) (driver_byte(result) & SUGGEST_MASK) |
426 | 428 | ||
429 | static inline void set_msg_byte(struct scsi_cmnd *cmd, char status) | ||
430 | { | ||
431 | cmd->result |= status << 8; | ||
432 | } | ||
433 | |||
434 | static inline void set_host_byte(struct scsi_cmnd *cmd, char status) | ||
435 | { | ||
436 | cmd->result |= status << 16; | ||
437 | } | ||
438 | |||
439 | static inline void set_driver_byte(struct scsi_cmnd *cmd, char status) | ||
440 | { | ||
441 | cmd->result |= status << 24; | ||
442 | } | ||
443 | |||
444 | |||
427 | #define sense_class(sense) (((sense) >> 4) & 0x7) | 445 | #define sense_class(sense) (((sense) >> 4) & 0x7) |
428 | #define sense_error(sense) ((sense) & 0xf) | 446 | #define sense_error(sense) ((sense) & 0xf) |
429 | #define sense_valid(sense) ((sense) & 0x80); | 447 | #define sense_valid(sense) ((sense) & 0x80); |
diff --git a/include/scsi/scsi_cmnd.h b/include/scsi/scsi_cmnd.h index 3e46dfae8194..66c944849d6b 100644 --- a/include/scsi/scsi_cmnd.h +++ b/include/scsi/scsi_cmnd.h | |||
@@ -7,7 +7,6 @@ | |||
7 | #include <linux/types.h> | 7 | #include <linux/types.h> |
8 | #include <linux/timer.h> | 8 | #include <linux/timer.h> |
9 | #include <linux/scatterlist.h> | 9 | #include <linux/scatterlist.h> |
10 | #include <linux/blkdev.h> | ||
11 | 10 | ||
12 | struct Scsi_Host; | 11 | struct Scsi_Host; |
13 | struct scsi_device; | 12 | struct scsi_device; |
diff --git a/include/scsi/scsi_device.h b/include/scsi/scsi_device.h index 00b78763a1bf..6467f78b191f 100644 --- a/include/scsi/scsi_device.h +++ b/include/scsi/scsi_device.h | |||
@@ -162,9 +162,29 @@ struct scsi_device { | |||
162 | 162 | ||
163 | struct execute_work ew; /* used to get process context on put */ | 163 | struct execute_work ew; /* used to get process context on put */ |
164 | 164 | ||
165 | struct scsi_dh_data *scsi_dh_data; | ||
165 | enum scsi_device_state sdev_state; | 166 | enum scsi_device_state sdev_state; |
166 | unsigned long sdev_data[0]; | 167 | unsigned long sdev_data[0]; |
167 | } __attribute__((aligned(sizeof(unsigned long)))); | 168 | } __attribute__((aligned(sizeof(unsigned long)))); |
169 | |||
170 | struct scsi_device_handler { | ||
171 | /* Used by the infrastructure */ | ||
172 | struct list_head list; /* list of scsi_device_handlers */ | ||
173 | struct notifier_block nb; | ||
174 | |||
175 | /* Filled by the hardware handler */ | ||
176 | struct module *module; | ||
177 | const char *name; | ||
178 | int (*check_sense)(struct scsi_device *, struct scsi_sense_hdr *); | ||
179 | int (*activate)(struct scsi_device *); | ||
180 | int (*prep_fn)(struct scsi_device *, struct request *); | ||
181 | }; | ||
182 | |||
183 | struct scsi_dh_data { | ||
184 | struct scsi_device_handler *scsi_dh; | ||
185 | char buf[0]; | ||
186 | }; | ||
187 | |||
168 | #define to_scsi_device(d) \ | 188 | #define to_scsi_device(d) \ |
169 | container_of(d, struct scsi_device, sdev_gendev) | 189 | container_of(d, struct scsi_device, sdev_gendev) |
170 | #define class_to_sdev(d) \ | 190 | #define class_to_sdev(d) \ |
@@ -231,7 +251,9 @@ extern struct scsi_device *__scsi_add_device(struct Scsi_Host *, | |||
231 | uint, uint, uint, void *hostdata); | 251 | uint, uint, uint, void *hostdata); |
232 | extern int scsi_add_device(struct Scsi_Host *host, uint channel, | 252 | extern int scsi_add_device(struct Scsi_Host *host, uint channel, |
233 | uint target, uint lun); | 253 | uint target, uint lun); |
254 | extern int scsi_register_device_handler(struct scsi_device_handler *scsi_dh); | ||
234 | extern void scsi_remove_device(struct scsi_device *); | 255 | extern void scsi_remove_device(struct scsi_device *); |
256 | extern int scsi_unregister_device_handler(struct scsi_device_handler *scsi_dh); | ||
235 | 257 | ||
236 | extern int scsi_device_get(struct scsi_device *); | 258 | extern int scsi_device_get(struct scsi_device *); |
237 | extern void scsi_device_put(struct scsi_device *); | 259 | extern void scsi_device_put(struct scsi_device *); |
diff --git a/include/scsi/scsi_dh.h b/include/scsi/scsi_dh.h new file mode 100644 index 000000000000..3ad2303d1a16 --- /dev/null +++ b/include/scsi/scsi_dh.h | |||
@@ -0,0 +1,69 @@ | |||
1 | /* | ||
2 | * Header file for SCSI device handler infrastruture. | ||
3 | * | ||
4 | * Modified version of patches posted by Mike Christie <michaelc@cs.wisc.edu> | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, but | ||
12 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
14 | * General Public License for more details. | ||
15 | * | ||
16 | * You should have received a copy of the GNU General Public License along | ||
17 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
18 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
19 | * | ||
20 | * Copyright IBM Corporation, 2007 | ||
21 | * Authors: | ||
22 | * Chandra Seetharaman <sekharan@us.ibm.com> | ||
23 | * Mike Anderson <andmike@linux.vnet.ibm.com> | ||
24 | */ | ||
25 | |||
26 | #include <scsi/scsi_device.h> | ||
27 | |||
28 | enum { | ||
29 | SCSI_DH_OK = 0, | ||
30 | /* | ||
31 | * device errors | ||
32 | */ | ||
33 | SCSI_DH_DEV_FAILED, /* generic device error */ | ||
34 | SCSI_DH_DEV_TEMP_BUSY, | ||
35 | SCSI_DH_DEVICE_MAX, /* max device blkerr definition */ | ||
36 | |||
37 | /* | ||
38 | * transport errors | ||
39 | */ | ||
40 | SCSI_DH_NOTCONN = SCSI_DH_DEVICE_MAX + 1, | ||
41 | SCSI_DH_CONN_FAILURE, | ||
42 | SCSI_DH_TRANSPORT_MAX, /* max transport blkerr definition */ | ||
43 | |||
44 | /* | ||
45 | * driver and generic errors | ||
46 | */ | ||
47 | SCSI_DH_IO = SCSI_DH_TRANSPORT_MAX + 1, /* generic error */ | ||
48 | SCSI_DH_INVALID_IO, | ||
49 | SCSI_DH_RETRY, /* retry the req, but not immediately */ | ||
50 | SCSI_DH_IMM_RETRY, /* immediately retry the req */ | ||
51 | SCSI_DH_TIMED_OUT, | ||
52 | SCSI_DH_RES_TEMP_UNAVAIL, | ||
53 | SCSI_DH_DEV_OFFLINED, | ||
54 | SCSI_DH_NOSYS, | ||
55 | SCSI_DH_DRIVER_MAX, | ||
56 | }; | ||
57 | #if defined(CONFIG_SCSI_DH) || defined(CONFIG_SCSI_DH_MODULE) | ||
58 | extern int scsi_dh_activate(struct request_queue *); | ||
59 | extern int scsi_dh_handler_exist(const char *); | ||
60 | #else | ||
61 | static inline int scsi_dh_activate(struct request_queue *req) | ||
62 | { | ||
63 | return 0; | ||
64 | } | ||
65 | static inline int scsi_dh_handler_exist(const char *name) | ||
66 | { | ||
67 | return 0; | ||
68 | } | ||
69 | #endif | ||
diff --git a/include/scsi/scsi_transport_iscsi.h b/include/scsi/scsi_transport_iscsi.h index aab1eae2ec4c..f5444e033cc9 100644 --- a/include/scsi/scsi_transport_iscsi.h +++ b/include/scsi/scsi_transport_iscsi.h | |||
@@ -30,11 +30,11 @@ | |||
30 | 30 | ||
31 | struct scsi_transport_template; | 31 | struct scsi_transport_template; |
32 | struct iscsi_transport; | 32 | struct iscsi_transport; |
33 | struct iscsi_endpoint; | ||
33 | struct Scsi_Host; | 34 | struct Scsi_Host; |
34 | struct iscsi_cls_conn; | 35 | struct iscsi_cls_conn; |
35 | struct iscsi_conn; | 36 | struct iscsi_conn; |
36 | struct iscsi_cmd_task; | 37 | struct iscsi_task; |
37 | struct iscsi_mgmt_task; | ||
38 | struct sockaddr; | 38 | struct sockaddr; |
39 | 39 | ||
40 | /** | 40 | /** |
@@ -58,19 +58,22 @@ struct sockaddr; | |||
58 | * @stop_conn: suspend/recover/terminate connection | 58 | * @stop_conn: suspend/recover/terminate connection |
59 | * @send_pdu: send iSCSI PDU, Login, Logout, NOP-Out, Reject, Text. | 59 | * @send_pdu: send iSCSI PDU, Login, Logout, NOP-Out, Reject, Text. |
60 | * @session_recovery_timedout: notify LLD a block during recovery timed out | 60 | * @session_recovery_timedout: notify LLD a block during recovery timed out |
61 | * @init_cmd_task: Initialize a iscsi_cmd_task and any internal structs. | 61 | * @init_task: Initialize a iscsi_task and any internal structs. |
62 | * Called from queuecommand with session lock held. | 62 | * When offloading the data path, this is called from |
63 | * @init_mgmt_task: Initialize a iscsi_mgmt_task and any internal structs. | 63 | * queuecommand with the session lock, or from the |
64 | * Called from iscsi_conn_send_generic with xmitmutex. | 64 | * iscsi_conn_send_pdu context with the session lock. |
65 | * @xmit_cmd_task: Requests LLD to transfer cmd task. Returns 0 or the | 65 | * When not offloading the data path, this is called |
66 | * from the scsi work queue without the session lock. | ||
67 | * @xmit_task Requests LLD to transfer cmd task. Returns 0 or the | ||
66 | * the number of bytes transferred on success, and -Exyz | 68 | * the number of bytes transferred on success, and -Exyz |
67 | * value on error. | 69 | * value on error. When offloading the data path, this |
68 | * @xmit_mgmt_task: Requests LLD to transfer mgmt task. Returns 0 or the | 70 | * is called from queuecommand with the session lock, or |
69 | * the number of bytes transferred on success, and -Exyz | 71 | * from the iscsi_conn_send_pdu context with the session |
70 | * value on error. | 72 | * lock. When not offloading the data path, this is called |
71 | * @cleanup_cmd_task: requests LLD to fail cmd task. Called with xmitmutex | 73 | * from the scsi work queue without the session lock. |
72 | * and session->lock after the connection has been | 74 | * @cleanup_task: requests LLD to fail task. Called with session lock |
73 | * suspended and terminated during recovery. If called | 75 | * and after the connection has been suspended and |
76 | * terminated during recovery. If called | ||
74 | * from abort task then connection is not suspended | 77 | * from abort task then connection is not suspended |
75 | * or terminated but sk_callback_lock is held | 78 | * or terminated but sk_callback_lock is held |
76 | * | 79 | * |
@@ -83,17 +86,9 @@ struct iscsi_transport { | |||
83 | /* LLD sets this to indicate what values it can export to sysfs */ | 86 | /* LLD sets this to indicate what values it can export to sysfs */ |
84 | uint64_t param_mask; | 87 | uint64_t param_mask; |
85 | uint64_t host_param_mask; | 88 | uint64_t host_param_mask; |
86 | struct scsi_host_template *host_template; | 89 | struct iscsi_cls_session *(*create_session) (struct iscsi_endpoint *ep, |
87 | /* LLD connection data size */ | 90 | uint16_t cmds_max, uint16_t qdepth, |
88 | int conndata_size; | 91 | uint32_t sn, uint32_t *hn); |
89 | /* LLD session data size */ | ||
90 | int sessiondata_size; | ||
91 | int max_lun; | ||
92 | unsigned int max_conn; | ||
93 | unsigned int max_cmd_len; | ||
94 | struct iscsi_cls_session *(*create_session) (struct iscsi_transport *it, | ||
95 | struct scsi_transport_template *t, uint16_t, uint16_t, | ||
96 | uint32_t sn, uint32_t *hn); | ||
97 | void (*destroy_session) (struct iscsi_cls_session *session); | 92 | void (*destroy_session) (struct iscsi_cls_session *session); |
98 | struct iscsi_cls_conn *(*create_conn) (struct iscsi_cls_session *sess, | 93 | struct iscsi_cls_conn *(*create_conn) (struct iscsi_cls_session *sess, |
99 | uint32_t cid); | 94 | uint32_t cid); |
@@ -118,20 +113,15 @@ struct iscsi_transport { | |||
118 | char *data, uint32_t data_size); | 113 | char *data, uint32_t data_size); |
119 | void (*get_stats) (struct iscsi_cls_conn *conn, | 114 | void (*get_stats) (struct iscsi_cls_conn *conn, |
120 | struct iscsi_stats *stats); | 115 | struct iscsi_stats *stats); |
121 | int (*init_cmd_task) (struct iscsi_cmd_task *ctask); | 116 | int (*init_task) (struct iscsi_task *task); |
122 | void (*init_mgmt_task) (struct iscsi_conn *conn, | 117 | int (*xmit_task) (struct iscsi_task *task); |
123 | struct iscsi_mgmt_task *mtask); | 118 | void (*cleanup_task) (struct iscsi_conn *conn, |
124 | int (*xmit_cmd_task) (struct iscsi_conn *conn, | 119 | struct iscsi_task *task); |
125 | struct iscsi_cmd_task *ctask); | ||
126 | void (*cleanup_cmd_task) (struct iscsi_conn *conn, | ||
127 | struct iscsi_cmd_task *ctask); | ||
128 | int (*xmit_mgmt_task) (struct iscsi_conn *conn, | ||
129 | struct iscsi_mgmt_task *mtask); | ||
130 | void (*session_recovery_timedout) (struct iscsi_cls_session *session); | 120 | void (*session_recovery_timedout) (struct iscsi_cls_session *session); |
131 | int (*ep_connect) (struct sockaddr *dst_addr, int non_blocking, | 121 | struct iscsi_endpoint *(*ep_connect) (struct sockaddr *dst_addr, |
132 | uint64_t *ep_handle); | 122 | int non_blocking); |
133 | int (*ep_poll) (uint64_t ep_handle, int timeout_ms); | 123 | int (*ep_poll) (struct iscsi_endpoint *ep, int timeout_ms); |
134 | void (*ep_disconnect) (uint64_t ep_handle); | 124 | void (*ep_disconnect) (struct iscsi_endpoint *ep); |
135 | int (*tgt_dscvr) (struct Scsi_Host *shost, enum iscsi_tgt_dscvr type, | 125 | int (*tgt_dscvr) (struct Scsi_Host *shost, enum iscsi_tgt_dscvr type, |
136 | uint32_t enable, struct sockaddr *dst_addr); | 126 | uint32_t enable, struct sockaddr *dst_addr); |
137 | }; | 127 | }; |
@@ -172,9 +162,10 @@ enum { | |||
172 | ISCSI_SESSION_FREE, | 162 | ISCSI_SESSION_FREE, |
173 | }; | 163 | }; |
174 | 164 | ||
165 | #define ISCSI_MAX_TARGET -1 | ||
166 | |||
175 | struct iscsi_cls_session { | 167 | struct iscsi_cls_session { |
176 | struct list_head sess_list; /* item in session_list */ | 168 | struct list_head sess_list; /* item in session_list */ |
177 | struct list_head host_list; | ||
178 | struct iscsi_transport *transport; | 169 | struct iscsi_transport *transport; |
179 | spinlock_t lock; | 170 | spinlock_t lock; |
180 | struct work_struct block_work; | 171 | struct work_struct block_work; |
@@ -186,7 +177,7 @@ struct iscsi_cls_session { | |||
186 | int recovery_tmo; | 177 | int recovery_tmo; |
187 | struct delayed_work recovery_work; | 178 | struct delayed_work recovery_work; |
188 | 179 | ||
189 | int target_id; | 180 | unsigned int target_id; |
190 | 181 | ||
191 | int state; | 182 | int state; |
192 | int sid; /* session id */ | 183 | int sid; /* session id */ |
@@ -203,14 +194,22 @@ struct iscsi_cls_session { | |||
203 | #define starget_to_session(_stgt) \ | 194 | #define starget_to_session(_stgt) \ |
204 | iscsi_dev_to_session(_stgt->dev.parent) | 195 | iscsi_dev_to_session(_stgt->dev.parent) |
205 | 196 | ||
206 | struct iscsi_host { | 197 | struct iscsi_cls_host { |
207 | struct list_head sessions; | ||
208 | atomic_t nr_scans; | 198 | atomic_t nr_scans; |
209 | struct mutex mutex; | 199 | struct mutex mutex; |
210 | struct workqueue_struct *scan_workq; | 200 | struct workqueue_struct *scan_workq; |
211 | char scan_workq_name[KOBJ_NAME_LEN]; | 201 | char scan_workq_name[KOBJ_NAME_LEN]; |
212 | }; | 202 | }; |
213 | 203 | ||
204 | extern void iscsi_host_for_each_session(struct Scsi_Host *shost, | ||
205 | void (*fn)(struct iscsi_cls_session *)); | ||
206 | |||
207 | struct iscsi_endpoint { | ||
208 | void *dd_data; /* LLD private data */ | ||
209 | struct device dev; | ||
210 | unsigned int id; | ||
211 | }; | ||
212 | |||
214 | /* | 213 | /* |
215 | * session and connection functions that can be used by HW iSCSI LLDs | 214 | * session and connection functions that can be used by HW iSCSI LLDs |
216 | */ | 215 | */ |
@@ -222,22 +221,26 @@ struct iscsi_host { | |||
222 | 221 | ||
223 | extern int iscsi_session_chkready(struct iscsi_cls_session *session); | 222 | extern int iscsi_session_chkready(struct iscsi_cls_session *session); |
224 | extern struct iscsi_cls_session *iscsi_alloc_session(struct Scsi_Host *shost, | 223 | extern struct iscsi_cls_session *iscsi_alloc_session(struct Scsi_Host *shost, |
225 | struct iscsi_transport *transport); | 224 | struct iscsi_transport *transport, int dd_size); |
226 | extern int iscsi_add_session(struct iscsi_cls_session *session, | 225 | extern int iscsi_add_session(struct iscsi_cls_session *session, |
227 | unsigned int target_id); | 226 | unsigned int target_id); |
228 | extern int iscsi_session_event(struct iscsi_cls_session *session, | 227 | extern int iscsi_session_event(struct iscsi_cls_session *session, |
229 | enum iscsi_uevent_e event); | 228 | enum iscsi_uevent_e event); |
230 | extern struct iscsi_cls_session *iscsi_create_session(struct Scsi_Host *shost, | 229 | extern struct iscsi_cls_session *iscsi_create_session(struct Scsi_Host *shost, |
231 | struct iscsi_transport *t, | 230 | struct iscsi_transport *t, |
231 | int dd_size, | ||
232 | unsigned int target_id); | 232 | unsigned int target_id); |
233 | extern void iscsi_remove_session(struct iscsi_cls_session *session); | 233 | extern void iscsi_remove_session(struct iscsi_cls_session *session); |
234 | extern void iscsi_free_session(struct iscsi_cls_session *session); | 234 | extern void iscsi_free_session(struct iscsi_cls_session *session); |
235 | extern int iscsi_destroy_session(struct iscsi_cls_session *session); | 235 | extern int iscsi_destroy_session(struct iscsi_cls_session *session); |
236 | extern struct iscsi_cls_conn *iscsi_create_conn(struct iscsi_cls_session *sess, | 236 | extern struct iscsi_cls_conn *iscsi_create_conn(struct iscsi_cls_session *sess, |
237 | uint32_t cid); | 237 | int dd_size, uint32_t cid); |
238 | extern int iscsi_destroy_conn(struct iscsi_cls_conn *conn); | 238 | extern int iscsi_destroy_conn(struct iscsi_cls_conn *conn); |
239 | extern void iscsi_unblock_session(struct iscsi_cls_session *session); | 239 | extern void iscsi_unblock_session(struct iscsi_cls_session *session); |
240 | extern void iscsi_block_session(struct iscsi_cls_session *session); | 240 | extern void iscsi_block_session(struct iscsi_cls_session *session); |
241 | extern int iscsi_scan_finished(struct Scsi_Host *shost, unsigned long time); | 241 | extern int iscsi_scan_finished(struct Scsi_Host *shost, unsigned long time); |
242 | extern struct iscsi_endpoint *iscsi_create_endpoint(int dd_size); | ||
243 | extern void iscsi_destroy_endpoint(struct iscsi_endpoint *ep); | ||
244 | extern struct iscsi_endpoint *iscsi_lookup_endpoint(u64 handle); | ||
242 | 245 | ||
243 | #endif | 246 | #endif |
diff --git a/include/scsi/sd.h b/include/scsi/sd.h deleted file mode 100644 index 4f032d48cb6e..000000000000 --- a/include/scsi/sd.h +++ /dev/null | |||
@@ -1,57 +0,0 @@ | |||
1 | #ifndef _SCSI_DISK_H | ||
2 | #define _SCSI_DISK_H | ||
3 | |||
4 | /* | ||
5 | * More than enough for everybody ;) The huge number of majors | ||
6 | * is a leftover from 16bit dev_t days, we don't really need that | ||
7 | * much numberspace. | ||
8 | */ | ||
9 | #define SD_MAJORS 16 | ||
10 | |||
11 | /* | ||
12 | * This is limited by the naming scheme enforced in sd_probe, | ||
13 | * add another character to it if you really need more disks. | ||
14 | */ | ||
15 | #define SD_MAX_DISKS (((26 * 26) + 26 + 1) * 26) | ||
16 | |||
17 | /* | ||
18 | * Time out in seconds for disks and Magneto-opticals (which are slower). | ||
19 | */ | ||
20 | #define SD_TIMEOUT (30 * HZ) | ||
21 | #define SD_MOD_TIMEOUT (75 * HZ) | ||
22 | |||
23 | /* | ||
24 | * Number of allowed retries | ||
25 | */ | ||
26 | #define SD_MAX_RETRIES 5 | ||
27 | #define SD_PASSTHROUGH_RETRIES 1 | ||
28 | |||
29 | /* | ||
30 | * Size of the initial data buffer for mode and read capacity data | ||
31 | */ | ||
32 | #define SD_BUF_SIZE 512 | ||
33 | |||
34 | struct scsi_disk { | ||
35 | struct scsi_driver *driver; /* always &sd_template */ | ||
36 | struct scsi_device *device; | ||
37 | struct device dev; | ||
38 | struct gendisk *disk; | ||
39 | unsigned int openers; /* protected by BKL for now, yuck */ | ||
40 | sector_t capacity; /* size in 512-byte sectors */ | ||
41 | u32 index; | ||
42 | u8 media_present; | ||
43 | u8 write_prot; | ||
44 | unsigned previous_state : 1; | ||
45 | unsigned WCE : 1; /* state of disk WCE bit */ | ||
46 | unsigned RCD : 1; /* state of disk RCD bit, unused */ | ||
47 | unsigned DPOFUA : 1; /* state of disk DPOFUA bit */ | ||
48 | }; | ||
49 | #define to_scsi_disk(obj) container_of(obj,struct scsi_disk,dev) | ||
50 | |||
51 | #define sd_printk(prefix, sdsk, fmt, a...) \ | ||
52 | (sdsk)->disk ? \ | ||
53 | sdev_printk(prefix, (sdsk)->device, "[%s] " fmt, \ | ||
54 | (sdsk)->disk->disk_name, ##a) : \ | ||
55 | sdev_printk(prefix, (sdsk)->device, fmt, ##a) | ||
56 | |||
57 | #endif /* _SCSI_DISK_H */ | ||
diff --git a/include/scsi/sg.h b/include/scsi/sg.h index 519c49a0fc11..934ae389671d 100644 --- a/include/scsi/sg.h +++ b/include/scsi/sg.h | |||
@@ -206,6 +206,7 @@ typedef struct sg_req_info { /* used by SG_GET_REQUEST_TABLE ioctl() */ | |||
206 | #define SG_SCSI_RESET_DEVICE 1 | 206 | #define SG_SCSI_RESET_DEVICE 1 |
207 | #define SG_SCSI_RESET_BUS 2 | 207 | #define SG_SCSI_RESET_BUS 2 |
208 | #define SG_SCSI_RESET_HOST 3 | 208 | #define SG_SCSI_RESET_HOST 3 |
209 | #define SG_SCSI_RESET_TARGET 4 | ||
209 | 210 | ||
210 | /* synchronous SCSI command ioctl, (only in version 3 interface) */ | 211 | /* synchronous SCSI command ioctl, (only in version 3 interface) */ |
211 | #define SG_IO 0x2285 /* similar effect as write() followed by read() */ | 212 | #define SG_IO 0x2285 /* similar effect as write() followed by read() */ |