/linux-4.4.14/drivers/tty/serial/8250/ |
D | Makefile | 5 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
|
D | 8250_accent.c | 13 #define PORT(_base,_irq) \ argument 15 .iobase = _base, \
|
D | 8250_exar_st16c554.c | 16 #define PORT(_base,_irq) \ argument 18 .iobase = _base, \
|
D | 8250_fourport.c | 13 #define PORT(_base,_irq) \ argument 15 .iobase = _base, \
|
D | 8250_boca.c | 13 #define PORT(_base,_irq) \ argument 15 .iobase = _base, \
|
/linux-4.4.14/arch/xtensa/platforms/xt2000/ |
D | setup.c | 118 #define _SERIAL_PORT(_base,_irq) \ argument 120 .mapbase = (_base), \ 121 .membase = (void*)(_base), \
|
/linux-4.4.14/drivers/scsi/arm/ |
D | oak.c | 23 #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/ |
D | setup.c | 97 #define MEMPORT(_base, _irq) \ argument 99 .mapbase = (_base), \ 100 .membase = (void *)(_base), \
|
/linux-4.4.14/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))
|
/linux-4.4.14/arch/arm/mach-ep93xx/ |
D | dma.c | 33 #define DMA_CHANNEL(_name, _base, _irq) \ argument 34 { .name = (_name), .base = (_base), .irq = (_irq) }
|
/linux-4.4.14/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, \
|
/linux-4.4.14/net/ipv4/ |
D | inetpeer.c | 166 #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/ |
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, \
|
/linux-4.4.14/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)))
|
/linux-4.4.14/drivers/gpio/ |
D | gpio-ep93xx.c | 273 #define EP93XX_GPIO_BANK(_label, _data, _dir, _base, _debounce) \ argument 278 .base = _base, \
|
D | gpio-f7188x.c | 131 #define F7188X_GPIO_BANK(_base, _ngpio, _regbase) \ argument 140 .base = _base, \
|
/linux-4.4.14/arch/powerpc/platforms/512x/ |
D | mpc512x_shared.c | 396 #define FIFOC(_base) ((struct mpc512x_psc_fifo __iomem *) \ argument 397 ((u32)(_base) + sizeof(struct mpc52xx_psc)))
|
/linux-4.4.14/drivers/scsi/aic94xx/ |
D | aic94xx_reg.c | 131 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/ |
D | vmscan.c | 112 #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/ |
D | rt2800.h | 2029 #define BEACON_BASE_TO_OFFSET(_base) (((_base) - 0x4000) / 64) argument
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_type.h | 1812 #define IXGBE_LED_OFFSET(_base, _i) (_base << (8 * (_i))) argument
|