Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/8250/
DMakefile5 obj-$(CONFIG_SERIAL_8250) += 8250.o 8250_base.o
8 8250_base-y := 8250_port.o
9 8250_base-$(CONFIG_SERIAL_8250_DMA) += 8250_dma.o
D8250_accent.c13 #define PORT(_base,_irq) \ argument
15 .iobase = _base, \
D8250_exar_st16c554.c16 #define PORT(_base,_irq) \ argument
18 .iobase = _base, \
D8250_fourport.c13 #define PORT(_base,_irq) \ argument
15 .iobase = _base, \
D8250_boca.c13 #define PORT(_base,_irq) \ argument
15 .iobase = _base, \
/linux-4.4.14/arch/xtensa/platforms/xt2000/
Dsetup.c118 #define _SERIAL_PORT(_base,_irq) \ argument
120 .mapbase = (_base), \
121 .membase = (void*)(_base), \
/linux-4.4.14/drivers/scsi/arm/
Doak.c23 #define NCR5380_local_declare() void __iomem *_base
24 #define NCR5380_setup(host) _base = priv(host)->base
26 #define NCR5380_read(reg) readb(_base + ((reg) << 2))
27 #define NCR5380_write(reg, value) writeb(value, _base + ((reg) << 2))
/linux-4.4.14/arch/mips/jazz/
Dsetup.c97 #define MEMPORT(_base, _irq) \ argument
99 .mapbase = (_base), \
100 .membase = (void *)(_base), \
/linux-4.4.14/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))
/linux-4.4.14/arch/arm/mach-ep93xx/
Ddma.c33 #define DMA_CHANNEL(_name, _base, _irq) \ argument
34 { .name = (_name), .base = (_base), .irq = (_irq) }
/linux-4.4.14/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, \
/linux-4.4.14/net/ipv4/
Dinetpeer.c166 #define lookup(_daddr, _stack, _base) \ argument
172 *stackptr++ = &_base->root; \
173 for (u = rcu_deref_locked(_base->root, _base); \
183 u = rcu_deref_locked(*v, _base); \
/linux-4.4.14/arch/mips/sni/
Da20r.c20 #define PORT(_base,_irq) \ argument
22 .iobase = _base, \
Dpcimt.c70 #define PORT(_base,_irq) \ argument
72 .iobase = _base, \
Dpcit.c22 #define PORT(_base,_irq) \ argument
24 .iobase = _base, \
Drm200.c27 #define MEMPORT(_base,_irq) \ argument
29 .mapbase = _base, \
/linux-4.4.14/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)))
/linux-4.4.14/drivers/gpio/
Dgpio-ep93xx.c273 #define EP93XX_GPIO_BANK(_label, _data, _dir, _base, _debounce) \ argument
278 .base = _base, \
Dgpio-f7188x.c131 #define F7188X_GPIO_BANK(_base, _ngpio, _regbase) \ argument
140 .base = _base, \
/linux-4.4.14/arch/powerpc/platforms/512x/
Dmpc512x_shared.c396 #define FIFOC(_base) ((struct mpc512x_psc_fifo __iomem *) \ argument
397 ((u32)(_base) + sizeof(struct mpc52xx_psc)))
/linux-4.4.14/drivers/scsi/aic94xx/
Daic94xx_reg.c131 u32 map_offs = (reg - io_handle->ww##_base) + asd_mem_offs_##ww();\
140 u32 map_offs = (reg - io_handle->ww##_base) + asd_mem_offs_##ww();\
/linux-4.4.14/mm/
Dvmscan.c112 #define prefetch_prev_lru_page(_page, _base, _field) \ argument
114 if ((_page)->lru.prev != _base) { \
122 #define prefetch_prev_lru_page(_page, _base, _field) do { } while (0) argument
126 #define prefetchw_prev_lru_page(_page, _base, _field) \ argument
128 if ((_page)->lru.prev != _base) { \
136 #define prefetchw_prev_lru_page(_page, _base, _field) do { } while (0) argument
/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2800.h2029 #define BEACON_BASE_TO_OFFSET(_base) (((_base) - 0x4000) / 64) argument
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h1812 #define IXGBE_LED_OFFSET(_base, _i) (_base << (8 * (_i))) argument