summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/system-arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/system-arm.h')
-rw-r--r--firmware/target/arm/system-arm.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/firmware/target/arm/system-arm.h b/firmware/target/arm/system-arm.h
index aeb90df399..c3af652ebc 100644
--- a/firmware/target/arm/system-arm.h
+++ b/firmware/target/arm/system-arm.h
@@ -22,14 +22,6 @@
#define nop \
asm volatile ("nop")
-//#define outw(v,a) *(volatile unsigned short *)(a+PHY_IO_BASE) = (v)
-#ifndef outw
-#define outw(v,p) (*((unsigned short*)(p + PHY_IO_BASE)) = v)
-#endif
-
-#ifndef inw
-#define inw(p) (*((unsigned short*)(p + PHY_IO_BASE)))
-#endif
/* This gets too complicated otherwise with all the ARM variation and would
have conflicts with another system-target.h elsewhere so include a