/linux/drivers/tty/serial/8250/ |
H A D | Makefile | 12 obj-$(CONFIG_SERIAL_8250) += 8250_base.o 13 8250_base-y := 8250_port.o 14 8250_base-$(CONFIG_SERIAL_8250_DMA) += 8250_dma.o 15 8250_base-$(CONFIG_SERIAL_8250_DWLIB) += 8250_dwlib.o 16 8250_base-$(CONFIG_SERIAL_8250_FINTEK) += 8250_fintek.o 17 8250_base-$(CONFIG_SERIAL_8250_PCILIB) += 8250_pcilib.o
|
H A D | 8250_fourport.c | 12 #define SERIAL8250_FOURPORT(_base, _irq) \ argument 13 SERIAL8250_PORT_FLAGS(_base, _irq, UPF_FOURPORT)
|
H A D | 8250.h | 110 #define SERIAL8250_PORT_FLAGS(_base, _irq, _flags) \ argument 112 .iobase = _base, \ 119 #define SERIAL8250_PORT(_base, _irq) SERIAL8250_PORT_FLAGS(_base, _irq, 0) argument
|
/linux/drivers/net/ethernet/mediatek/ |
H A D | mtk_wed_debugfs.c | 31 #define DUMP_RING(_prefix, _base, ...) \ argument 32 { _prefix " BASE", _base, __VA_ARGS__ }, \ 33 { _prefix " CNT", _base + 0x4, __VA_ARGS__ }, \ 34 { _prefix " CIDX", _base + 0x8, __VA_ARGS__ }, \ 35 { _prefix " DIDX", _base + 0xc, __VA_ARGS__ } 39 #define DUMP_WED_RING(_base) DUMP_RING(#_base, MTK_##_base, DUMP_TYPE_WED) argument 42 #define DUMP_WDMA_RING(_base) DUMP_RING(#_base, MTK_##_base, DUMP_TYPE_WDMA) argument 47 #define DUMP_WED_RRO_RING(_base)DUMP_RING("WED_RRO_MIOD", MTK_##_base, DUMP_TYPE_WED_RRO) argument 48 #define DUMP_WED_RRO_FDBK(_base)DUMP_RING("WED_RRO_FDBK", MTK_##_base, DUMP_TYPE_WED_RRO) argument
|
/linux/drivers/gpio/ |
H A D | gpio-i8255.h | 10 #define i8255_volatile_regmap_range(_base) regmap_reg_range(_base, _base + 0x2) argument
|
/linux/arch/xtensa/platforms/xt2000/ |
H A D | setup.c | 89 #define _SERIAL_PORT(_base,_irq) \ argument 91 .mapbase = (_base), \ 92 .membase = (void*)(_base), \
|
/linux/drivers/clk/baikal-t1/ |
H A D | ccu-rst.c | 45 #define CCU_RST_TRIG(_base, _ofs) \ argument 48 .base = _base, \ 52 #define CCU_RST_DIR(_base, _ofs) \ argument 55 .base = _base, \
|
H A D | clk-ccu-div.c | 57 #define CCU_DIV_VAR_INFO(_id, _name, _pname, _base, _width, _flags, _features) \ argument 62 .base = _base, \ 69 #define CCU_DIV_GATE_INFO(_id, _name, _pname, _base, _divider) \ argument 74 .base = _base, \ 79 #define CCU_DIV_BUF_INFO(_id, _name, _pname, _base, _flags) \ argument 84 .base = _base, \
|
H A D | clk-ccu-pll.c | 35 #define CCU_PLL_INFO(_id, _name, _pname, _base, _flags, _features) \ argument 40 .base = _base, \
|
/linux/arch/mips/jazz/ |
H A D | setup.c | 87 #define MEMPORT(_base, _irq) \ argument 89 .mapbase = (_base), \ 90 .membase = (void *)(_base), \
|
/linux/arch/mips/alchemy/common/ |
H 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, \
|
/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_i225.c | 61 if (hw->dev_spec._base.clear_semaphore_once) { in igc_get_hw_semaphore_i225() 62 hw->dev_spec._base.clear_semaphore_once = false; in igc_get_hw_semaphore_i225() 515 if (hw->dev_spec._base.eee_enable) { in igc_set_eee_i225() 573 if (hw->dev_spec._base.eee_enable && in igc_set_ltr_i225()
|
/linux/arch/mips/sni/ |
H A D | a20r.c | 20 #define PORT(_base,_irq) \ argument 22 .iobase = _base, \
|
H A D | pcit.c | 22 #define PORT(_base,_irq) \ argument 24 .iobase = _base, \
|
H A D | pcimt.c | 70 #define PORT(_base,_irq) \ argument 72 .iobase = _base, \
|
H A D | rm200.c | 27 #define MEMPORT(_base,_irq) \ argument 29 .mapbase = _base, \
|
/linux/fs/bcachefs/ |
H A D | util.h | 572 #define bubble_sort(_base, _nr, _cmp) \ argument 580 if (_cmp((_base)[_i], (_base)[_i + 1]) > 0) { \ 581 swap((_base)[_i], (_base)[_i + 1]); \
|
H A D | eytzinger.h | 302 void *_base = (base); \ 310 (_res = _cmp(_search, _base + _i * _size))) \
|
/linux/drivers/gpu/drm/msm/adreno/ |
H A D | a6xx_gpu_state.h | 133 #define CLUSTER_DBGAHB(_id, _base, _type, _reg) \ argument 134 { .name = #_id, .statetype = _type, .base = _base, \ 182 #define HLSQ_DBG_REGS(_base, _type, _array) \ argument 183 { .val0 = _base, .val1 = _type, .registers = _array, \
|
/linux/include/linux/ |
H A D | dynamic_debug.h | 102 #define DECLARE_DYNDBG_CLASSMAP(_var, _maptype, _base, ...) \ argument 108 .base = _base, \
|
/linux/arch/powerpc/platforms/512x/ |
H A D | mpc512x_shared.c | 378 #define FIFOC(_base) ((struct mpc512x_psc_fifo __iomem *) \ argument 379 ((u32)(_base) + sizeof(struct mpc52xx_psc)))
|
/linux/drivers/scsi/aic94xx/ |
H A D | aic94xx_reg.c | 113 u32 map_offs = (reg - io_handle->ww##_base) + asd_mem_offs_##ww();\ 122 u32 map_offs = (reg - io_handle->ww##_base) + asd_mem_offs_##ww();\
|
/linux/include/linux/gpio/ |
H A D | driver.h | 575 #define for_each_requested_gpio_in_range(_chip, _i, _base, _size, _label) \ argument 580 gpiochip_dup_line_label(_chip, _base + *_data.i)) == NULL) {} \
|
/linux/drivers/mtd/spi-nor/ |
H A D | core.h | 550 #define SNOR_OTP(_len, _n_regions, _base, _offset) \ argument 553 .base = (_base), \
|
/linux/arch/mips/include/asm/ |
H A D | mips-cps.h | 21 return mips_##unit##_base + (off); \
|