Searched refs:_base (Results 1 – 9 of 9) sorted by relevance
| /arch/xtensa/platforms/xt2000/ |
| A D | setup.c | 89 #define _SERIAL_PORT(_base,_irq) \ argument 91 .mapbase = (_base), \ 92 .membase = (void*)(_base), \
|
| /arch/mips/jazz/ |
| A D | setup.c | 87 #define MEMPORT(_base, _irq) \ argument 89 .mapbase = (_base), \ 90 .membase = (void *)(_base), \
|
| /arch/mips/alchemy/common/ |
| A D | platform.c | 51 #define PORT(_base, _irq) \ argument 53 .mapbase = _base, \ 288 #define MAC_RES(_base, _enable, _irq, _macdma) \ argument 290 .start = _base, \ 291 .end = _base + 0xffff, \
|
| /arch/mips/sni/ |
| A D | a20r.c | 20 #define PORT(_base,_irq) \ argument 22 .iobase = _base, \
|
| A D | pcimt.c | 70 #define PORT(_base,_irq) \ argument 72 .iobase = _base, \
|
| A D | pcit.c | 22 #define PORT(_base,_irq) \ argument 24 .iobase = _base, \
|
| A D | rm200.c | 27 #define MEMPORT(_base,_irq) \ argument 29 .mapbase = _base, \
|
| /arch/powerpc/platforms/512x/ |
| A D | mpc512x_shared.c | 378 #define FIFOC(_base) ((struct mpc512x_psc_fifo __iomem *) \ argument 379 ((u32)(_base) + sizeof(struct mpc52xx_psc)))
|
| /arch/mips/include/asm/ |
| A D | mips-cps.h | 21 return mips_##unit##_base + (off); \
|
Completed in 22 milliseconds