Home
last modified time | relevance | path

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

/drivers/clk/berlin/
Dberlin2-div.h16 #define BERLIN2_PLL_SELECT(_off, _sh) \ argument
17 .pll_select_offs = _off, \
20 #define BERLIN2_PLL_SWITCH(_off, _sh) \ argument
21 .pll_switch_offs = _off, \
24 #define BERLIN2_DIV_SELECT(_off, _sh) \ argument
25 .div_select_offs = _off, \
28 #define BERLIN2_DIV_SWITCH(_off, _sh) \ argument
29 .div_switch_offs = _off, \
32 #define BERLIN2_DIV_D3SWITCH(_off, _sh) \ argument
33 .div3_switch_offs = _off, \
[all …]
/drivers/net/ethernet/amd/xgbe/
Dxgbe-common.h1523 #define XPCS32_IOWRITE(_pdata, _off, _val) \ argument
1524 iowrite32(_val, (_pdata)->xpcs_regs + (_off))
1526 #define XPCS32_IOREAD(_pdata, _off) \ argument
1527 ioread32((_pdata)->xpcs_regs + (_off))
1529 #define XPCS16_IOWRITE(_pdata, _off, _val) \ argument
1530 iowrite16(_val, (_pdata)->xpcs_regs + (_off))
1532 #define XPCS16_IOREAD(_pdata, _off) \ argument
1533 ioread16((_pdata)->xpcs_regs + (_off))
/drivers/clk/sunxi-ng/
Dccu_div.h54 #define _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, _off, _max, _flags) \ argument
60 .offset = _off, \
/drivers/media/platform/s3c-camif/
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/soc/sunxi/
Dsunxi_sram.c51 #define SUNXI_SRAM_DATA(_name, _reg, _off, _width, ...) \ argument
55 .offset = _off, \
/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
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/scsi/bfa/
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/pinctrl/spear/
Dpinctrl-plgpio.c645 #define plgpio_prepare_reg(__reg, _off, _mask, _tmp) \ argument
647 _tmp = readl_relaxed(plgpio->regs.__reg + _off); \
/drivers/mfd/
Daxp20x.c283 #define INIT_REGMAP_IRQ(_variant, _irq, _off, _mask) \ argument
284 [_variant##_IRQ_##_irq] = { .reg_offset = (_off), .mask = BIT(_mask) }