Searched refs:_base (Results 1 – 10 of 10) sorted by relevance
/arch/xtensa/platforms/xt2000/ |
D | setup.c | 93 #define _SERIAL_PORT(_base,_irq) \ argument 95 .mapbase = (_base), \ 96 .membase = (void*)(_base), \
|
/arch/mips/jazz/ |
D | setup.c | 98 #define MEMPORT(_base, _irq) \ argument 100 .mapbase = (_base), \ 101 .membase = (void *)(_base), \
|
/arch/arm/mach-ep93xx/ |
D | dma.c | 29 #define DMA_CHANNEL(_name, _base, _irq) \ argument 30 { .name = (_name), .base = (_base), .irq = (_irq) }
|
/arch/mips/alchemy/common/ |
D | platform.c | 51 #define PORT(_base, _irq) \ argument 53 .mapbase = _base, \ 282 #define MAC_RES(_base, _enable, _irq, _macdma) \ argument 284 .start = _base, \ 285 .end = _base + 0xffff, \
|
/arch/mips/sni/ |
D | a20r.c | 20 #define PORT(_base,_irq) \ argument 22 .iobase = _base, \
|
D | pcit.c | 22 #define PORT(_base,_irq) \ argument 24 .iobase = _base, \
|
D | pcimt.c | 70 #define PORT(_base,_irq) \ argument 72 .iobase = _base, \
|
D | rm200.c | 27 #define MEMPORT(_base,_irq) \ argument 29 .mapbase = _base, \
|
/arch/powerpc/platforms/512x/ |
D | mpc512x_shared.c | 392 #define FIFOC(_base) ((struct mpc512x_psc_fifo __iomem *) \ argument 393 ((u32)(_base) + sizeof(struct mpc52xx_psc)))
|
/arch/mips/include/asm/ |
D | mips-cps.h | 19 return mips_##unit##_base + (off); \
|