Home
last modified time | relevance | path

Searched refs:_base (Results 1 – 10 of 10) sorted by relevance

/arch/xtensa/platforms/xt2000/
Dsetup.c93 #define _SERIAL_PORT(_base,_irq) \ argument
95 .mapbase = (_base), \
96 .membase = (void*)(_base), \
/arch/mips/jazz/
Dsetup.c98 #define MEMPORT(_base, _irq) \ argument
100 .mapbase = (_base), \
101 .membase = (void *)(_base), \
/arch/arm/mach-ep93xx/
Ddma.c29 #define DMA_CHANNEL(_name, _base, _irq) \ argument
30 { .name = (_name), .base = (_base), .irq = (_irq) }
/arch/mips/alchemy/common/
Dplatform.c51 #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/
Da20r.c20 #define PORT(_base,_irq) \ argument
22 .iobase = _base, \
Dpcit.c22 #define PORT(_base,_irq) \ argument
24 .iobase = _base, \
Dpcimt.c70 #define PORT(_base,_irq) \ argument
72 .iobase = _base, \
Drm200.c27 #define MEMPORT(_base,_irq) \ argument
29 .mapbase = _base, \
/arch/powerpc/platforms/512x/
Dmpc512x_shared.c392 #define FIFOC(_base) ((struct mpc512x_psc_fifo __iomem *) \ argument
393 ((u32)(_base) + sizeof(struct mpc52xx_psc)))
/arch/mips/include/asm/
Dmips-cps.h19 return mips_##unit##_base + (off); \