Home
last modified time | relevance | path

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

/arch/xtensa/platforms/xt2000/
Dsetup.c118 #define _SERIAL_PORT(_base,_irq) \ argument
120 .mapbase = (_base), \
121 .membase = (void*)(_base), \
/arch/mips/jazz/
Dsetup.c97 #define MEMPORT(_base, _irq) \ argument
99 .mapbase = (_base), \
100 .membase = (void *)(_base), \
/arch/arm/mach-ep93xx/
Ddma.c33 #define DMA_CHANNEL(_name, _base, _irq) \ argument
34 { .name = (_name), .base = (_base), .irq = (_irq) }
/arch/mips/include/asm/sn/
Daddrs.h285 #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/
Dplatform.c51 #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/
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/mips/include/asm/sn/sn0/
Daddrs.h139 #define BRIDGE_REG_PTR(_base, _off) ((volatile bridgereg_t *) \ argument
140 ((__psunsigned_t)(_base) + (__psunsigned_t)(_off)))
/arch/powerpc/platforms/512x/
Dmpc512x_shared.c396 #define FIFOC(_base) ((struct mpc512x_psc_fifo __iomem *) \ argument
397 ((u32)(_base) + sizeof(struct mpc52xx_psc)))