summaryrefslogtreecommitdiff
path: root/arch/avr32/mach-at32ap/hsmc.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/avr32/mach-at32ap/hsmc.h')
-rw-r--r--arch/avr32/mach-at32ap/hsmc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/avr32/mach-at32ap/hsmc.h b/arch/avr32/mach-at32ap/hsmc.h
index 5681276fafdb..d1d48e26e393 100644
--- a/arch/avr32/mach-at32ap/hsmc.h
+++ b/arch/avr32/mach-at32ap/hsmc.h
@@ -120,8 +120,8 @@
/* Register access macros */
#define hsmc_readl(port,reg) \
- readl((port)->regs + HSMC_##reg)
+ __raw_readl((port)->regs + HSMC_##reg)
#define hsmc_writel(port,reg,value) \
- writel((value), (port)->regs + HSMC_##reg)
+ __raw_writel((value), (port)->regs + HSMC_##reg)
#endif /* __ASM_AVR32_HSMC_H__ */