Searched refs:_base (Results 1 – 11 of 11) sorted by relevance
/arch/xtensa/platforms/xt2000/ |
D | setup.c | 116 #define _SERIAL_PORT(_base,_irq) \ argument 118 .mapbase = (_base), \ 119 .membase = (void*)(_base), \
|
/arch/mips/jazz/ |
D | setup.c | 97 #define MEMPORT(_base, _irq) \ argument 99 .mapbase = (_base), \ 100 .membase = (void *)(_base), \
|
/arch/arm/mach-ep93xx/ |
D | dma.c | 33 #define DMA_CHANNEL(_name, _base, _irq) \ argument 34 { .name = (_name), .base = (_base), .irq = (_irq) }
|
/arch/mips/include/asm/sn/ |
D | addrs.h | 285 #define HUB_REG_PTR(_base, _off) \ argument 286 (HUBREG_CAST((__psunsigned_t)(_base) + (__psunsigned_t)(_off))) 288 #define HUB_REG_PTR_L(_base, _off) \ argument 289 HUB_L(HUB_REG_PTR((_base), (_off))) 291 #define HUB_REG_PTR_S(_base, _off, _data) \ argument 292 HUB_S(HUB_REG_PTR((_base), (_off)), (_data))
|
/arch/mips/alchemy/common/ |
D | platform.c | 51 #define PORT(_base, _irq) \ argument 53 .mapbase = _base, \ 284 #define MAC_RES(_base, _enable, _irq, _macdma) \ argument 286 .start = _base, \ 287 .end = _base + 0xffff, \
|
/arch/mips/sni/ |
D | a20r.c | 20 #define PORT(_base,_irq) \ argument 22 .iobase = _base, \
|
D | pcimt.c | 70 #define PORT(_base,_irq) \ argument 72 .iobase = _base, \
|
D | pcit.c | 22 #define PORT(_base,_irq) \ argument 24 .iobase = _base, \
|
D | rm200.c | 27 #define MEMPORT(_base,_irq) \ argument 29 .mapbase = _base, \
|
/arch/mips/include/asm/sn/sn0/ |
D | addrs.h | 139 #define BRIDGE_REG_PTR(_base, _off) ((volatile bridgereg_t *) \ argument 140 ((__psunsigned_t)(_base) + (__psunsigned_t)(_off)))
|
/arch/powerpc/platforms/512x/ |
D | mpc512x_shared.c | 397 #define FIFOC(_base) ((struct mpc512x_psc_fifo __iomem *) \ argument 398 ((u32)(_base) + sizeof(struct mpc52xx_psc)))
|