2 * Copyright (C) 2008 Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
4 * Based on linux/arch/arm/lib/floppydma.S
5 * Copyright (C) 1995, 1996 Russell King
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
11 #include <linux/linkage.h>
12 #include <asm/assembler.h>
15 .global mx1_camera_sof_fiq_end
16 .global mx1_camera_sof_fiq_start
17 mx1_camera_sof_fiq_start:
20 orr r12, r12, #0x00000001
22 @ unmask DMA interrupt
26 @ disable SOF interrupt
28 bic r12, r12, #0x00010000
35 mx1_camera_sof_fiq_end: