Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef __ASM_ARM_DMA_H |
| 2 | #define __ASM_ARM_DMA_H |
| 3 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | /* |
Russell King | d4c6fc9 | 2006-01-04 15:30:48 +0000 | [diff] [blame] | 5 | * This is the maximum virtual address which can be DMA'd from. |
| 6 | */ |
Nicolas Pitre | 6503201 | 2011-07-18 15:05:10 -0400 | [diff] [blame] | 7 | #ifndef CONFIG_ZONE_DMA |
| 8 | #define MAX_DMA_ADDRESS 0xffffffffUL |
Russell King | 2fb3ec5 | 2011-05-11 16:06:29 +0100 | [diff] [blame] | 9 | #else |
Nicolas Pitre | 6503201 | 2011-07-18 15:05:10 -0400 | [diff] [blame] | 10 | #define MAX_DMA_ADDRESS ({ \ |
| 11 | extern unsigned long arm_dma_zone_size; \ |
| 12 | arm_dma_zone_size ? \ |
| 13 | (PAGE_OFFSET + arm_dma_zone_size) : 0xffffffffUL; }) |
Russell King | d4c6fc9 | 2006-01-04 15:30:48 +0000 | [diff] [blame] | 14 | #endif |
| 15 | |
Russell King | dcea83a | 2008-11-29 11:40:28 +0000 | [diff] [blame] | 16 | #ifdef CONFIG_ISA_DMA_API |
| 17 | /* |
| 18 | * This is used to support drivers written for the x86 ISA DMA API. |
| 19 | * It should not be re-used except for that purpose. |
| 20 | */ |
| 21 | #include <linux/spinlock.h> |
| 22 | #include <asm/system.h> |
| 23 | #include <asm/scatterlist.h> |
| 24 | |
Russell King | f40b121 | 2008-11-29 18:48:07 +0000 | [diff] [blame] | 25 | #include <mach/isa-dma.h> |
Russell King | dcea83a | 2008-11-29 11:40:28 +0000 | [diff] [blame] | 26 | |
Russell King | d4c6fc9 | 2006-01-04 15:30:48 +0000 | [diff] [blame] | 27 | /* |
Russell King | bc6447b | 2009-01-02 12:18:53 +0000 | [diff] [blame] | 28 | * The DMA modes reflect the settings for the ISA DMA controller |
| 29 | */ |
| 30 | #define DMA_MODE_MASK 0xcc |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 31 | |
Russell King | bc6447b | 2009-01-02 12:18:53 +0000 | [diff] [blame] | 32 | #define DMA_MODE_READ 0x44 |
| 33 | #define DMA_MODE_WRITE 0x48 |
| 34 | #define DMA_MODE_CASCADE 0xc0 |
| 35 | #define DMA_AUTOINIT 0x10 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 36 | |
Thomas Gleixner | bd31b85 | 2009-07-03 08:44:46 -0500 | [diff] [blame] | 37 | extern raw_spinlock_t dma_spin_lock; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 38 | |
| 39 | static inline unsigned long claim_dma_lock(void) |
| 40 | { |
| 41 | unsigned long flags; |
Thomas Gleixner | bd31b85 | 2009-07-03 08:44:46 -0500 | [diff] [blame] | 42 | raw_spin_lock_irqsave(&dma_spin_lock, flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 43 | return flags; |
| 44 | } |
| 45 | |
| 46 | static inline void release_dma_lock(unsigned long flags) |
| 47 | { |
Thomas Gleixner | bd31b85 | 2009-07-03 08:44:46 -0500 | [diff] [blame] | 48 | raw_spin_unlock_irqrestore(&dma_spin_lock, flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 49 | } |
| 50 | |
| 51 | /* Clear the 'DMA Pointer Flip Flop'. |
| 52 | * Write 0 for LSB/MSB, 1 for MSB/LSB access. |
| 53 | */ |
Russell King | 1df8130 | 2008-12-08 15:58:50 +0000 | [diff] [blame] | 54 | #define clear_dma_ff(chan) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 55 | |
| 56 | /* Set only the page register bits of the transfer address. |
| 57 | * |
| 58 | * NOTE: This is an architecture specific function, and should |
| 59 | * be hidden from the drivers |
| 60 | */ |
Russell King | 1df8130 | 2008-12-08 15:58:50 +0000 | [diff] [blame] | 61 | extern void set_dma_page(unsigned int chan, char pagenr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 62 | |
| 63 | /* Request a DMA channel |
| 64 | * |
| 65 | * Some architectures may need to do allocate an interrupt |
| 66 | */ |
Russell King | 1df8130 | 2008-12-08 15:58:50 +0000 | [diff] [blame] | 67 | extern int request_dma(unsigned int chan, const char * device_id); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 68 | |
| 69 | /* Free a DMA channel |
| 70 | * |
| 71 | * Some architectures may need to do free an interrupt |
| 72 | */ |
Russell King | 1df8130 | 2008-12-08 15:58:50 +0000 | [diff] [blame] | 73 | extern void free_dma(unsigned int chan); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 74 | |
| 75 | /* Enable DMA for this channel |
| 76 | * |
| 77 | * On some architectures, this may have other side effects like |
| 78 | * enabling an interrupt and setting the DMA registers. |
| 79 | */ |
Russell King | 1df8130 | 2008-12-08 15:58:50 +0000 | [diff] [blame] | 80 | extern void enable_dma(unsigned int chan); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 81 | |
| 82 | /* Disable DMA for this channel |
| 83 | * |
| 84 | * On some architectures, this may have other side effects like |
| 85 | * disabling an interrupt or whatever. |
| 86 | */ |
Russell King | 1df8130 | 2008-12-08 15:58:50 +0000 | [diff] [blame] | 87 | extern void disable_dma(unsigned int chan); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 88 | |
| 89 | /* Test whether the specified channel has an active DMA transfer |
| 90 | */ |
Russell King | 1df8130 | 2008-12-08 15:58:50 +0000 | [diff] [blame] | 91 | extern int dma_channel_active(unsigned int chan); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 92 | |
| 93 | /* Set the DMA scatter gather list for this channel |
| 94 | * |
| 95 | * This should not be called if a DMA channel is enabled, |
| 96 | * especially since some DMA architectures don't update the |
| 97 | * DMA address immediately, but defer it to the enable_dma(). |
| 98 | */ |
Russell King | 1df8130 | 2008-12-08 15:58:50 +0000 | [diff] [blame] | 99 | extern void set_dma_sg(unsigned int chan, struct scatterlist *sg, int nr_sg); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 100 | |
| 101 | /* Set the DMA address for this channel |
| 102 | * |
| 103 | * This should not be called if a DMA channel is enabled, |
| 104 | * especially since some DMA architectures don't update the |
| 105 | * DMA address immediately, but defer it to the enable_dma(). |
| 106 | */ |
Russell King | 1df8130 | 2008-12-08 15:58:50 +0000 | [diff] [blame] | 107 | extern void __set_dma_addr(unsigned int chan, void *addr); |
| 108 | #define set_dma_addr(chan, addr) \ |
| 109 | __set_dma_addr(chan, bus_to_virt(addr)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 110 | |
| 111 | /* Set the DMA byte count for this channel |
| 112 | * |
| 113 | * This should not be called if a DMA channel is enabled, |
| 114 | * especially since some DMA architectures don't update the |
| 115 | * DMA count immediately, but defer it to the enable_dma(). |
| 116 | */ |
Russell King | 1df8130 | 2008-12-08 15:58:50 +0000 | [diff] [blame] | 117 | extern void set_dma_count(unsigned int chan, unsigned long count); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 118 | |
| 119 | /* Set the transfer direction for this channel |
| 120 | * |
| 121 | * This should not be called if a DMA channel is enabled, |
| 122 | * especially since some DMA architectures don't update the |
| 123 | * DMA transfer direction immediately, but defer it to the |
| 124 | * enable_dma(). |
| 125 | */ |
Russell King | f0ffc81 | 2009-01-02 12:34:55 +0000 | [diff] [blame] | 126 | extern void set_dma_mode(unsigned int chan, unsigned int mode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 127 | |
| 128 | /* Set the transfer speed for this channel |
| 129 | */ |
Russell King | 1df8130 | 2008-12-08 15:58:50 +0000 | [diff] [blame] | 130 | extern void set_dma_speed(unsigned int chan, int cycle_ns); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 131 | |
| 132 | /* Get DMA residue count. After a DMA transfer, this |
| 133 | * should return zero. Reading this while a DMA transfer is |
| 134 | * still in progress will return unpredictable results. |
| 135 | * If called before the channel has been used, it may return 1. |
| 136 | * Otherwise, it returns the number of _bytes_ left to transfer. |
| 137 | */ |
Russell King | 1df8130 | 2008-12-08 15:58:50 +0000 | [diff] [blame] | 138 | extern int get_dma_residue(unsigned int chan); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 139 | |
| 140 | #ifndef NO_DMA |
| 141 | #define NO_DMA 255 |
| 142 | #endif |
| 143 | |
Peter Hüwe | f892027 | 2010-01-09 13:46:08 +0100 | [diff] [blame] | 144 | #endif /* CONFIG_ISA_DMA_API */ |
| 145 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 146 | #ifdef CONFIG_PCI |
| 147 | extern int isa_dma_bridge_buggy; |
| 148 | #else |
| 149 | #define isa_dma_bridge_buggy (0) |
| 150 | #endif |
| 151 | |
Russell King | dcea83a | 2008-11-29 11:40:28 +0000 | [diff] [blame] | 152 | #endif /* __ASM_ARM_DMA_H */ |