Home
last modified time | relevance | path

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

12

/Linux-v6.6/drivers/net/ethernet/mediatek/
Dmtk_wed_debugfs.c28 #define DUMP_RING(_prefix, _base, ...) \ argument
29 { _prefix " BASE", _base, __VA_ARGS__ }, \
30 { _prefix " CNT", _base + 0x4, __VA_ARGS__ }, \
31 { _prefix " CIDX", _base + 0x8, __VA_ARGS__ }, \
32 { _prefix " DIDX", _base + 0xc, __VA_ARGS__ }
35 #define DUMP_WED_RING(_base) DUMP_RING(#_base, MTK_##_base, DUMP_TYPE_WED) argument
38 #define DUMP_WDMA_RING(_base) DUMP_RING(#_base, MTK_##_base, DUMP_TYPE_WDMA) argument
43 #define DUMP_WED_RRO_RING(_base)DUMP_RING("WED_RRO_MIOD", MTK_##_base, DUMP_TYPE_WED_RRO) argument
44 #define DUMP_WED_RRO_FDBK(_base)DUMP_RING("WED_RRO_FDBK", MTK_##_base, DUMP_TYPE_WED_RRO) argument
/Linux-v6.6/drivers/tty/serial/8250/
DMakefile6 obj-$(CONFIG_SERIAL_8250) += 8250.o 8250_base.o
11 8250_base-y := 8250_port.o
12 8250_base-$(CONFIG_SERIAL_8250_DMA) += 8250_dma.o
13 8250_base-$(CONFIG_SERIAL_8250_DWLIB) += 8250_dwlib.o
14 8250_base-$(CONFIG_SERIAL_8250_FINTEK) += 8250_fintek.o
15 8250_base-$(CONFIG_SERIAL_8250_PCILIB) += 8250_pcilib.o
D8250_fourport.c12 #define SERIAL8250_FOURPORT(_base, _irq) \ argument
13 SERIAL8250_PORT_FLAGS(_base, _irq, UPF_FOURPORT)
D8250.h103 #define SERIAL8250_PORT_FLAGS(_base, _irq, _flags) \ argument
105 .iobase = _base, \
112 #define SERIAL8250_PORT(_base, _irq) SERIAL8250_PORT_FLAGS(_base, _irq, 0) argument
/Linux-v6.6/drivers/gpio/
Dgpio-i8255.h10 #define i8255_volatile_regmap_range(_base) regmap_reg_range(_base, _base + 0x2) argument
Dgpio-ep93xx.c286 #define EP93XX_GPIO_BANK(_label, _data, _dir, _irq, _base, _has_irq, _has_hier, _irq_base) \ argument
292 .base = _base, \
/Linux-v6.6/arch/xtensa/platforms/xt2000/
Dsetup.c89 #define _SERIAL_PORT(_base,_irq) \ argument
91 .mapbase = (_base), \
92 .membase = (void*)(_base), \
/Linux-v6.6/drivers/clk/baikal-t1/
Dccu-rst.c45 #define CCU_RST_TRIG(_base, _ofs) \ argument
48 .base = _base, \
52 #define CCU_RST_DIR(_base, _ofs) \ argument
55 .base = _base, \
Dclk-ccu-div.c57 #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, \
Dclk-ccu-pll.c35 #define CCU_PLL_INFO(_id, _name, _pname, _base, _flags, _features) \ argument
40 .base = _base, \
/Linux-v6.6/arch/riscv/include/asm/
Dprocessor.h39 typeof(base) _base = (base); \
40 unsigned long rnd_gap = DEFAULT_MAP_WINDOW - (_base); \
42 mmap_base = (_base); \
/Linux-v6.6/arch/mips/jazz/
Dsetup.c98 #define MEMPORT(_base, _irq) \ argument
100 .mapbase = (_base), \
101 .membase = (void *)(_base), \
/Linux-v6.6/arch/arm/mach-ep93xx/
Ddma.c29 #define DMA_CHANNEL(_name, _base, _irq) \ argument
30 { .name = (_name), .base = (_base), .irq = (_irq) }
/Linux-v6.6/arch/mips/alchemy/common/
Dplatform.c51 #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-v6.6/drivers/gpu/drm/msm/adreno/
Da6xx_gpu_state.h129 #define CLUSTER_DBGAHB(_id, _base, _type, _reg) \ argument
130 { .name = #_id, .statetype = _type, .base = _base, \
178 #define HLSQ_DBG_REGS(_base, _type, _array) \ argument
179 { .val0 = _base, .val1 = _type, .registers = _array, \
/Linux-v6.6/drivers/regulator/
Drtq2208-regulator.c321 #define RTQ2208_REGULATOR_INFO(_name, _base) \ argument
324 .base = _base, \
327 #define BUCK_RG_SHIFT(_base, _shift) (_base + _shift) argument
329 #define LDO_RG_SHIFT(_base, _shift) (_base + _shift) argument
/Linux-v6.6/drivers/net/ethernet/intel/igc/
Digc_i225.c60 if (hw->dev_spec._base.clear_semaphore_once) { in igc_get_hw_semaphore_i225()
61 hw->dev_spec._base.clear_semaphore_once = false; in igc_get_hw_semaphore_i225()
514 if (hw->dev_spec._base.eee_enable) { in igc_set_eee_i225()
572 if (hw->dev_spec._base.eee_enable && in igc_set_ltr_i225()
/Linux-v6.6/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-v6.6/include/linux/
Ddynamic_debug.h102 #define DECLARE_DYNDBG_CLASSMAP(_var, _maptype, _base, ...) \ argument
108 .base = _base, \
/Linux-v6.6/arch/powerpc/platforms/512x/
Dmpc512x_shared.c378 #define FIFOC(_base) ((struct mpc512x_psc_fifo __iomem *) \ argument
379 ((u32)(_base) + sizeof(struct mpc52xx_psc)))
/Linux-v6.6/drivers/scsi/aic94xx/
Daic94xx_reg.c113 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-v6.6/drivers/net/wireless/mediatek/mt76/mt7996/
Ddma.c61 #define PREFETCH(_base, _depth) ((_base) << 16 | (_depth)) in __mt7996_dma_prefetch() argument

12