diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2009-04-22 11:40:31 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-06-17 06:06:25 -0400 |
commit | f48c8c958a2d39f13dace880d15a6e711aafe577 (patch) | |
tree | 0d0c6f4aebca09ce7279a59a25810e9d6e09dd85 /arch/mips/include/asm/txx9/tx4939.h | |
parent | ea76f0b3759283ec3cc06c86e266bf0fa6a981d2 (diff) |
MIPS: TXx9: Add DMAC support
Add platform support for DMAC of TXx9 SoCs.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/txx9/tx4939.h')
-rw-r--r-- | arch/mips/include/asm/txx9/tx4939.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/txx9/tx4939.h b/arch/mips/include/asm/txx9/tx4939.h index f02c50b3abf..1be9798a26b 100644 --- a/arch/mips/include/asm/txx9/tx4939.h +++ b/arch/mips/include/asm/txx9/tx4939.h | |||
@@ -544,5 +544,6 @@ void tx4939_ata_init(void); | |||
544 | void tx4939_rtc_init(void); | 544 | void tx4939_rtc_init(void); |
545 | void tx4939_ndfmc_init(unsigned int hold, unsigned int spw, | 545 | void tx4939_ndfmc_init(unsigned int hold, unsigned int spw, |
546 | unsigned char ch_mask, unsigned char wide_mask); | 546 | unsigned char ch_mask, unsigned char wide_mask); |
547 | void tx4939_dmac_init(int memcpy_chan0, int memcpy_chan1); | ||
547 | 548 | ||
548 | #endif /* __ASM_TXX9_TX4939_H */ | 549 | #endif /* __ASM_TXX9_TX4939_H */ |