| /drivers/clk/berlin/ |
| A D | berlin2-div.h | 17 .pll_select_offs = _off, \ 21 .pll_switch_offs = _off, \ 25 .div_select_offs = _off, \ 29 .div_switch_offs = _off, \ 33 .div3_switch_offs = _off, \ 37 .gate_offs = _off, \ 41 BERLIN2_DIV_GATE(_off, 0), \ 42 BERLIN2_PLL_SELECT(_off, 1), \ 43 BERLIN2_PLL_SWITCH(_off, 4), \ 44 BERLIN2_DIV_SWITCH(_off, 5), \ [all …]
|
| /drivers/clk/renesas/ |
| A D | rzg2l-cpg.h | 221 #define DEF_MOD_BASE(_name, _id, _parent, _off, _bit, _mstop_conf, _is_coupled) \ argument 227 .off = (_off), \ 232 #define DEF_MOD(_name, _id, _parent, _off, _bit, _mstop_conf) \ argument 233 DEF_MOD_BASE(_name, _id, _parent, _off, _bit, _mstop_conf, false) 235 #define DEF_COUPLED(_name, _id, _parent, _off, _bit, _mstop_conf) \ argument 236 DEF_MOD_BASE(_name, _id, _parent, _off, _bit, _mstop_conf, true) 251 #define DEF_RST_MON(_id, _off, _bit, _monbit) \ argument 253 .off = (_off), \ 257 #define DEF_RST(_id, _off, _bit) \ argument 258 DEF_RST_MON(_id, _off, _bit, -1)
|
| /drivers/net/ethernet/marvell/octeon_ep/ |
| A D | octep_regs_cnxk_pf.h | 400 #define CNXK_PEMX_PFX_CSX_PFCFGX(pem, pf, offset) ({ typeof(offset) _off = (offset); \ 404 | ((_off >> 16) & 1) << 16 \ 405 | (_off >> 3) << 3) \ 406 + (((_off >> 2) & 1) << 2)); \
|
| /drivers/mfd/ |
| A D | qcom-pm8008.c | 70 #define _IRQ(_irq, _off, _mask, _types) \ argument 72 .reg_offset = (_off), \ 75 .type_reg_offset = (_off), \
|
| A D | wcd934x.c | 19 #define WCD934X_REGMAP_IRQ_REG(_irq, _off, _mask) \ argument 21 .reg_offset = (_off), \ 24 .type_reg_offset = (_off), \
|
| A D | axp20x.c | 483 #define INIT_REGMAP_IRQ(_variant, _irq, _off, _mask) \ argument 484 [_variant##_IRQ_##_irq] = { .reg_offset = (_off), .mask = BIT(_mask) }
|
| /drivers/net/ethernet/amd/xgbe/ |
| A D | xgbe-common.h | 1501 #define XPCS32_IOWRITE(_pdata, _off, _val) \ argument 1502 iowrite32(_val, (_pdata)->xpcs_regs + (_off)) 1504 #define XPCS32_IOREAD(_pdata, _off) \ argument 1505 ioread32((_pdata)->xpcs_regs + (_off)) 1507 #define XPCS16_IOWRITE(_pdata, _off, _val) \ argument 1508 iowrite16(_val, (_pdata)->xpcs_regs + (_off)) 1510 #define XPCS16_IOREAD(_pdata, _off) \ argument 1511 ioread16((_pdata)->xpcs_regs + (_off))
|
| /drivers/dma/amd/qdma/ |
| A D | qdma.h | 120 #define QDMA_REGO(_off, _count) { \ argument 121 .off = (_off), \
|
| /drivers/media/platform/samsung/s3c-camif/ |
| A D | camif-regs.c | 13 #define camif_write(_camif, _off, _val) writel(_val, (_camif)->io_base + (_off)) argument 14 #define camif_read(_camif, _off) readl((_camif)->io_base + (_off)) argument
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| A D | dm.c | 133 #define CAL_SWING_OFF(_off, _dir, _size, _del) \ argument 135 for (_off = 0; _off < _size; _off++) { \ 136 if (_del < thermal_threshold[_dir][_off]) { \ 137 if (_off != 0) \ 138 _off--; \ 142 if (_off >= _size) \ 143 _off = _size - 1; \
|
| /drivers/clk/sunxi-ng/ |
| A D | ccu_div.h | 54 #define _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, _off, _max, _flags) \ argument 60 .offset = _off, \
|
| /drivers/soc/sunxi/ |
| A D | sunxi_sram.c | 50 #define SUNXI_SRAM_DATA(_name, _reg, _off, _width, ...) \ argument 54 .offset = _off, \
|
| /drivers/spi/ |
| A D | spi-hisi-kunpeng.c | 142 #define HISI_SPI_DBGFS_REG(_name, _off) \ argument 145 .offset = _off, \
|
| A D | spi-dw-core.c | 37 #define DW_SPI_DBGFS_REG(_name, _off) \ argument 40 .offset = _off, \
|
| /drivers/scsi/bfa/ |
| A D | bfa_ioc.h | 222 #define bfa_mem_read(_raddr, _off) swab32(readl(((_raddr) + (_off)))) argument 223 #define bfa_mem_write(_raddr, _off, _val) \ argument 224 writel(swab32((_val)), ((_raddr) + (_off)))
|
| /drivers/watchdog/ |
| A D | dw_wdt.c | 497 #define DW_WDT_DBGFS_REG(_name, _off) \ argument 500 .offset = _off \
|
| /drivers/pinctrl/spear/ |
| A D | pinctrl-plgpio.c | 667 #define plgpio_prepare_reg(__reg, _off, _mask, _tmp) \ argument 669 regmap_read(plgpio->regmap, plgpio->regs.__reg + _off, &_tmp); \
|
| /drivers/clk/tegra/ |
| 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))
|