Home
last modified time | relevance | path

Searched defs:_base (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/net/ethernet/mediatek/
H A Dmtk_wed_debugfs.c31 #define DUMP_RING(_prefix, _base, ...) \ argument
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/clk/baikal-t1/
H A Dccu-rst.c45 #define CCU_RST_TRIG(_base, _ofs) \ argument
52 #define CCU_RST_DIR(_base, _ofs) \ argument
H A Dclk-ccu-div.c57 #define CCU_DIV_VAR_INFO(_id, _name, _pname, _base, _width, _flags, _features) \ argument
69 #define CCU_DIV_GATE_INFO(_id, _name, _pname, _base, _divider) \ argument
79 #define CCU_DIV_BUF_INFO(_id, _name, _pname, _base, _flags) \ argument
H A Dclk-ccu-pll.c35 #define CCU_PLL_INFO(_id, _name, _pname, _base, _flags, _features) \ argument
/linux/arch/mips/alchemy/common/
H A Dplatform.c51 #define PORT(_base, _irq) \ argument
288 #define MAC_RES(_base, _enable, _irq, _macdma) \ argument
/linux/drivers/tty/serial/8250/
H A D8250_fourport.c12 #define SERIAL8250_FOURPORT(_base, _irq) \ argument
H A D8250.h110 #define SERIAL8250_PORT_FLAGS(_base, _irq, _flags) \ argument
119 #define SERIAL8250_PORT(_base, _irq) SERIAL8250_PORT_FLAGS(_base, _irq, 0) argument
/linux/drivers/gpio/
H A Dgpio-i8255.h10 #define i8255_volatile_regmap_range(_base) regmap_reg_range(_base, _base + 0x2) argument
/linux/arch/mips/jazz/
H A Dsetup.c87 #define MEMPORT(_base, _irq) \ argument
/linux/arch/xtensa/platforms/xt2000/
H A Dsetup.c89 #define _SERIAL_PORT(_base,_irq) \ argument
/linux/arch/mips/sni/
H A Da20r.c20 #define PORT(_base,_irq) \ argument
H A Dpcit.c22 #define PORT(_base,_irq) \ argument
H A Dpcimt.c70 #define PORT(_base,_irq) \ argument
H A Drm200.c27 #define MEMPORT(_base,_irq) \ argument
/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.h133 #define CLUSTER_DBGAHB(_id, _base, _type, _reg) \ argument
182 #define HLSQ_DBG_REGS(_base, _type, _array) \ argument
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Ddma.c125 #define PREFETCH(_base, _depth) ((_base) << 16 | (_depth)) in __mt7915_dma_prefetch() argument
/linux/arch/powerpc/platforms/512x/
H A Dmpc512x_shared.c378 #define FIFOC(_base) ((struct mpc512x_psc_fifo __iomem *) \ argument
/linux/drivers/gpu/drm/vc4/
H A Dvc4_hdmi_regs.h149 #define _VC4_REG(_base, _reg, _offset) \ argument
/linux/include/linux/
H A Ddynamic_debug.h102 #define DECLARE_DYNDBG_CLASSMAP(_var, _maptype, _base, ...) \ argument
/linux/drivers/regulator/
H A Drtq2208-regulator.c418 #define BUCK_RG_SHIFT(_base, _shift) (_base + _shift) argument
/linux/include/linux/gpio/
H A Ddriver.h575 #define for_each_requested_gpio_in_range(_chip, _i, _base, _size, _label) \ argument
/linux/drivers/mtd/spi-nor/
H A Dcore.h549 #define SNOR_OTP(_len, _n_regions, _base, _offset) \ argument
/linux/drivers/clk/tegra/
H A Dclk-tegra210.c3440 #define car_readl(_base, _off) readl_relaxed(clk_base + (_base) + ((_off) * 4)) argument
3441 #define car_writel(_val, _base, _off) \ argument
/linux/drivers/net/ethernet/intel/igc/
H A Digc_hw.h193 struct igc_dev_spec_base _base; member
/linux/mm/
H A Dvmscan.c186 #define prefetchw_prev_lru_folio(_folio, _base, _field) \ argument
196 #define prefetchw_prev_lru_folio(_folio, _base, _field) do { } while (0) argument

12