diff options
Diffstat (limited to 'include/asm-mips/mach-generic/ide.h')
| -rw-r--r-- | include/asm-mips/mach-generic/ide.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/include/asm-mips/mach-generic/ide.h b/include/asm-mips/mach-generic/ide.h index 8ee6bff030d9..73008f7bdc93 100644 --- a/include/asm-mips/mach-generic/ide.h +++ b/include/asm-mips/mach-generic/ide.h | |||
| @@ -48,34 +48,6 @@ found: | |||
| 48 | #endif | 48 | #endif |
| 49 | } | 49 | } |
| 50 | 50 | ||
| 51 | static __inline__ int ide_default_irq(unsigned long base) | ||
| 52 | { | ||
| 53 | switch (base) { | ||
| 54 | case 0x1f0: return 14; | ||
| 55 | case 0x170: return 15; | ||
| 56 | case 0x1e8: return 11; | ||
| 57 | case 0x168: return 10; | ||
| 58 | case 0x1e0: return 8; | ||
| 59 | case 0x160: return 12; | ||
| 60 | default: | ||
| 61 | return 0; | ||
| 62 | } | ||
| 63 | } | ||
| 64 | |||
| 65 | static __inline__ unsigned long ide_default_io_base(int index) | ||
| 66 | { | ||
| 67 | switch (index) { | ||
| 68 | case 0: return 0x1f0; | ||
| 69 | case 1: return 0x170; | ||
| 70 | case 2: return 0x1e8; | ||
| 71 | case 3: return 0x168; | ||
| 72 | case 4: return 0x1e0; | ||
| 73 | case 5: return 0x160; | ||
| 74 | default: | ||
| 75 | return 0; | ||
| 76 | } | ||
| 77 | } | ||
| 78 | |||
| 79 | /* MIPS port and memory-mapped I/O string operations. */ | 51 | /* MIPS port and memory-mapped I/O string operations. */ |
| 80 | static inline void __ide_flush_prologue(void) | 52 | static inline void __ide_flush_prologue(void) |
| 81 | { | 53 | { |
