mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
Remove last few inw/outw uses in the M:Robe port
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15712 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6675e427d4
commit
95ef859fac
3 changed files with 79 additions and 81 deletions
|
|
@ -26,7 +26,4 @@
|
|||
#define CPUFREQ_NORMAL 30000000
|
||||
#define CPUFREQ_MAX 80000000
|
||||
|
||||
#define inw(p) (*((volatile unsigned short*)((p) + PHY_IO_BASE)))
|
||||
#define outw(v,p) (*((volatile unsigned short*)((p) + PHY_IO_BASE)) = (v))
|
||||
|
||||
#endif /* SYSTEM_TARGET_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue