| /linux/drivers/tty/serial/8250/ |
| H A D | Makefile | 11 obj-$(CONFIG_SERIAL_8250) += 8250_base.o 12 8250_base-y := 8250_port.o 13 8250_base-$(CONFIG_SERIAL_8250_DMA) += 8250_dma.o 14 8250_base-$(CONFIG_SERIAL_8250_DWLIB) += 8250_dwlib.o 15 8250_base-$(CONFIG_SERIAL_8250_FINTEK) += 8250_fintek.o 16 8250_base-$(CONFIG_SERIAL_8250_PCILIB) += 8250_pcilib.o 17 8250_base-$(CONFIG_SERIAL_8250_RSA) += 8250_rsa.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 | 101 #define SERIAL8250_PORT_FLAGS(_base, _irq, _flags) \ argument 103 .iobase = _base, \ 110 #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, \
|
| /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/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/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 | 103 #define DECLARE_DYNDBG_CLASSMAP(_var, _maptype, _base, ...) \ argument 109 .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/drivers/regulator/ |
| H A D | rtq2208-regulator.c | 370 #define BUCK_RG_SHIFT(_base, _shift) (_base + _shift) argument
|
| /linux/drivers/gpu/drm/vc4/ |
| H A D | vc4_hdmi_regs.h | 166 #define _VC4_REG(_base, _reg, _offset) \ argument 169 .reg = _base, \
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_base.c | 132 struct igc_dev_spec_base *dev_spec = &hw->dev_spec._base; in igc_init_mac_params_base()
|
| H A D | igc_ethtool.c | 1750 edata->eee_enabled = hw->dev_spec._base.eee_enable; in igc_ethtool_get_eee() 1801 if (hw->dev_spec._base.eee_enable != edata->eee_enabled) { in igc_ethtool_set_eee() 1802 hw->dev_spec._base.eee_enable = edata->eee_enabled; in igc_ethtool_set_eee()
|
| /linux/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2800.h | 2211 #define BEACON_BASE_TO_OFFSET(_base) (((_base) - 0x4000) / 64) argument
|
| /linux/drivers/clk/tegra/ |
| H A D | clk-tegra210.c | 3440 #define car_readl(_base, _off) readl_relaxed(clk_base + (_base) + ((_off) * 4)) argument 3441 #define car_writel(_val, _base, _off) \ argument 3442 writel_relaxed(_val, clk_base + (_base) + ((_off) * 4))
|
| /linux/mm/ |
| H A D | vmscan.c | 186 #define prefetchw_prev_lru_folio(_folio, _base, _field) \ argument 188 if ((_folio)->lru.prev != _base) { \ 196 #define prefetchw_prev_lru_folio(_folio, _base, _field) do { } while (0) argument
|