Go to the source code of this file.
#define MAC_RES |
( |
|
_base, |
|
|
|
_enable, |
|
|
|
_irq, |
|
|
|
_macdma |
|
) |
| |
Value:{ \
.start = _base, \
.end = _base + 0xffff, \
}, \
{ \
.start = _enable, \
.end = _enable + 0x3, \
}, \
{ \
.start = _irq, \
.end = _irq, \
}, \
{ \
.start = _macdma, \
.end = _macdma + 0x1ff, \
}
Definition at line 221 of file platform.c.
#define MAC_RES_COUNT 4 /* MAC regs, MAC en, MAC INT, MACDMA regs */ |
#define PORT |
( |
|
_base, |
|
|
|
_irq |
|
) |
| |
Value:{ \
.mapbase = _base, \
.irq = _irq, \
.regshift = 2, \
UPF_FIXED_TYPE, \
.pm = alchemy_8250_pm, \
}
Definition at line 48 of file platform.c.
arch_initcall |
( |
au1xxx_platform_init |
| ) |
|