add maca_init()

changed tests to use it.
This commit is contained in:
Mariano Alvira 2010-03-08 14:49:31 -05:00
parent 386f190720
commit 06e3e0b207
5 changed files with 51 additions and 67 deletions

View file

@ -106,6 +106,7 @@
#define MACA_KEY0 ((volatile uint32_t *) (MACA_BASE+0x164))
#define MACA_OPTIONS ((volatile uint32_t *) (MACA_BASE+0x180))
void maca_init(void);
void reset_maca(void);
void init_phy(void);
void flyback_init(void);