Home
last modified time | relevance | path

Searched refs:_off (Results 1 – 18 of 18) sorted by relevance

/drivers/clk/berlin/
A Dberlin2-div.h17 .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 Drzg2l-cpg.h221 #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 Doctep_regs_cnxk_pf.h400 #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 Dqcom-pm8008.c70 #define _IRQ(_irq, _off, _mask, _types) \ argument
72 .reg_offset = (_off), \
75 .type_reg_offset = (_off), \
A Dwcd934x.c19 #define WCD934X_REGMAP_IRQ_REG(_irq, _off, _mask) \ argument
21 .reg_offset = (_off), \
24 .type_reg_offset = (_off), \
A Daxp20x.c483 #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 Dxgbe-common.h1501 #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 Dqdma.h120 #define QDMA_REGO(_off, _count) { \ argument
121 .off = (_off), \
/drivers/media/platform/samsung/s3c-camif/
A Dcamif-regs.c13 #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 Ddm.c133 #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 Dccu_div.h54 #define _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, _off, _max, _flags) \ argument
60 .offset = _off, \
/drivers/soc/sunxi/
A Dsunxi_sram.c50 #define SUNXI_SRAM_DATA(_name, _reg, _off, _width, ...) \ argument
54 .offset = _off, \
/drivers/spi/
A Dspi-hisi-kunpeng.c142 #define HISI_SPI_DBGFS_REG(_name, _off) \ argument
145 .offset = _off, \
A Dspi-dw-core.c37 #define DW_SPI_DBGFS_REG(_name, _off) \ argument
40 .offset = _off, \
/drivers/scsi/bfa/
A Dbfa_ioc.h222 #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 Ddw_wdt.c497 #define DW_WDT_DBGFS_REG(_name, _off) \ argument
500 .offset = _off \
/drivers/pinctrl/spear/
A Dpinctrl-plgpio.c667 #define plgpio_prepare_reg(__reg, _off, _mask, _tmp) \ argument
669 regmap_read(plgpio->regmap, plgpio->regs.__reg + _off, &_tmp); \
/drivers/clk/tegra/
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
3442 writel_relaxed(_val, clk_base + (_base) + ((_off) * 4))

Completed in 59 milliseconds