/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/ |
H A D | mtk_wed_debugfs.c | 28 #define DUMP_RING(_prefix, _base, ...) \ 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) 38 #define DUMP_WDMA_RING(_base) DUMP_RING(#_base, MTK [all...] |
/kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
H A D | Makefile | 6 obj-$(CONFIG_SERIAL_8250) += 8250.o 8250_base.o 9 8250_base-y := 8250_port.o 10 8250_base-$(CONFIG_SERIAL_8250_DMA) += 8250_dma.o 11 8250_base-$(CONFIG_SERIAL_8250_DWLIB) += 8250_dwlib.o 12 8250_base-$(CONFIG_SERIAL_8250_FINTEK) += 8250_fintek.o
|
H A D | 8250_fourport.c | 12 #define SERIAL8250_FOURPORT(_base, _irq) \ 13 SERIAL8250_PORT_FLAGS(_base, _irq, UPF_FOURPORT)
|
H A D | 8250.h | 99 #define SERIAL8250_PORT_FLAGS(_base, _irq, _flags) \ 101 .iobase = _base, \ 108 #define SERIAL8250_PORT(_base, _irq) SERIAL8250_PORT_FLAGS(_base, _irq, 0)
|
/kernel/linux/linux-6.6/drivers/tty/serial/8250/ |
H A D | Makefile | 6 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
|
H A D | 8250_fourport.c | 12 #define SERIAL8250_FOURPORT(_base, _irq) \ 13 SERIAL8250_PORT_FLAGS(_base, _irq, UPF_FOURPORT)
|
H A D | 8250.h | 103 #define SERIAL8250_PORT_FLAGS(_base, _irq, _flags) \ 105 .iobase = _base, \ 112 #define SERIAL8250_PORT(_base, _irq) SERIAL8250_PORT_FLAGS(_base, _irq, 0)
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-i8255.h | 10 #define i8255_volatile_regmap_range(_base) regmap_reg_range(_base, _base + 0x2)
|
/kernel/linux/linux-5.10/arch/xtensa/platforms/xt2000/ |
H A D | setup.c | 93 #define _SERIAL_PORT(_base,_irq) \ 95 .mapbase = (_base), \ 96 .membase = (void*)(_base), \
|
/kernel/linux/linux-5.10/arch/mips/jazz/ |
H A D | setup.c | 98 #define MEMPORT(_base, _irq) \ 100 .mapbase = (_base), \ 101 .membase = (void *)(_base), \
|
/kernel/linux/linux-6.6/arch/mips/jazz/ |
H A D | setup.c | 98 #define MEMPORT(_base, _irq) \ 100 .mapbase = (_base), \ 101 .membase = (void *)(_base), \
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | processor.h | 39 typeof(base) _base = (base); \ 40 unsigned long rnd_gap = DEFAULT_MAP_WINDOW - (_base); \ 42 mmap_base = (_base); \
|
/kernel/linux/linux-6.6/arch/xtensa/platforms/xt2000/ |
H A D | setup.c | 89 #define _SERIAL_PORT(_base,_irq) \ 91 .mapbase = (_base), \ 92 .membase = (void*)(_base), \
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_catalog.c | 329 #define SSPP_BLK(_name, _id, _base, _features, \ 333 .base = _base, .len = 0x1c8, \ 389 #define LM_BLK(_name, _id, _base, _fmask, _sblk, _pp, _lmpair, _dspp) \ 392 .base = _base, .len = 0x320, \ 457 #define DSPP_BLK(_name, _id, _base) \ 460 .base = _base, .len = 0x1800, \ 484 #define PP_BLK_TE(_name, _id, _base) \ 487 .base = _base, .len = 0xd4, \ 491 #define PP_BLK(_name, _id, _base) \ 494 .base = _base, [all...] |
/kernel/linux/linux-6.6/drivers/clk/baikal-t1/ |
H A D | ccu-rst.c | 45 #define CCU_RST_TRIG(_base, _ofs) \ 48 .base = _base, \ 52 #define CCU_RST_DIR(_base, _ofs) \ 55 .base = _base, \
|
H A D | clk-ccu-div.c | 57 #define CCU_DIV_VAR_INFO(_id, _name, _pname, _base, _width, _flags, _features) \ 62 .base = _base, \ 69 #define CCU_DIV_GATE_INFO(_id, _name, _pname, _base, _divider) \ 74 .base = _base, \ 79 #define CCU_DIV_BUF_INFO(_id, _name, _pname, _base, _flags) \ 84 .base = _base, \
|
/kernel/linux/linux-5.10/arch/arm/mach-ep93xx/ |
H A D | dma.c | 29 #define DMA_CHANNEL(_name, _base, _irq) \ 30 { .name = (_name), .base = (_base), .irq = (_irq) }
|
/kernel/linux/linux-6.6/arch/arm/mach-ep93xx/ |
H A D | dma.c | 29 #define DMA_CHANNEL(_name, _base, _irq) \ 30 { .name = (_name), .base = (_base), .irq = (_irq) }
|
/kernel/linux/linux-5.10/drivers/clk/baikal-t1/ |
H A D | clk-ccu-div.c | 57 #define CCU_DIV_VAR_INFO(_id, _name, _pname, _base, _width, _flags, _features) \ 62 .base = _base, \ 69 #define CCU_DIV_GATE_INFO(_id, _name, _pname, _base, _divider) \ 74 .base = _base, \ 79 #define CCU_DIV_BUF_INFO(_id, _name, _pname, _base, _flags) \ 84 .base = _base, \
|
H A D | clk-ccu-pll.c | 34 #define CCU_PLL_INFO(_id, _name, _pname, _base, _flags) \ 39 .base = _base, \
|
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | rtq2208-regulator.c | 321 #define RTQ2208_REGULATOR_INFO(_name, _base) \ 324 .base = _base, \ 327 #define BUCK_RG_SHIFT(_base, _shift) (_base + _shift) 329 #define LDO_RG_SHIFT(_base, _shift) (_base + _shift)
|
/kernel/linux/linux-5.10/arch/mips/alchemy/common/ |
H A D | platform.c | 51 #define PORT(_base, _irq) \ 53 .mapbase = _base, \ 282 #define MAC_RES(_base, _enable, _irq, _macdma) \ 284 .start = _base, \ 285 .end = _base + 0xffff, \
|
/kernel/linux/linux-6.6/arch/mips/alchemy/common/ |
H A D | platform.c | 51 #define PORT(_base, _irq) \ 53 .mapbase = _base, \ 288 #define MAC_RES(_base, _enable, _irq, _macdma) \ 290 .start = _base, \ 291 .end = _base + 0xffff, \
|
/kernel/linux/linux-5.10/arch/mips/sni/ |
H A D | a20r.c | 20 #define PORT(_base,_irq) \ 22 .iobase = _base, \
|
/kernel/linux/linux-6.6/arch/mips/sni/ |
H A D | a20r.c | 20 #define PORT(_base,_irq) \ 22 .iobase = _base, \
|