Home
last modified time | relevance | path

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

/drivers/clk/berlin/
Dberlin2-div.h27 #define BERLIN2_PLL_SELECT(_off, _sh) \ argument
28 .pll_select_offs = _off, \
31 #define BERLIN2_PLL_SWITCH(_off, _sh) \ argument
32 .pll_switch_offs = _off, \
35 #define BERLIN2_DIV_SELECT(_off, _sh) \ argument
36 .div_select_offs = _off, \
39 #define BERLIN2_DIV_SWITCH(_off, _sh) \ argument
40 .div_switch_offs = _off, \
43 #define BERLIN2_DIV_D3SWITCH(_off, _sh) \ argument
44 .div3_switch_offs = _off, \
[all …]
/drivers/mfd/
Daxp20x.c73 #define AXP20X_IRQ(_irq, _off, _mask) \ argument
74 [AXP20X_IRQ_##_irq] = { .reg_offset = (_off), .mask = BIT(_mask) }
/drivers/net/ethernet/amd/xgbe/
Dxgbe-common.h1063 #define XPCS_IOWRITE(_pdata, _off, _val) \ argument
1064 iowrite32(_val, (_pdata)->xpcs_regs + (_off))
1066 #define XPCS_IOREAD(_pdata, _off) \ argument
1067 ioread32((_pdata)->xpcs_regs + (_off))
/drivers/media/platform/s3c-camif/
Dcamif-regs.c16 #define camif_write(_camif, _off, _val) writel(_val, (_camif)->io_base + (_off)) argument
17 #define camif_read(_camif, _off) readl((_camif)->io_base + (_off)) argument
/drivers/net/wireless/rtlwifi/rtl8188ee/
Ddm.c154 #define CAL_SWING_OFF(_off, _dir, _size, _del) \ argument
156 for (_off = 0; _off < _size; _off++) { \
157 if (_del < thermal_threshold[_dir][_off]) { \
158 if (_off != 0) \
159 _off--; \
163 if (_off >= _size) \
164 _off = _size - 1; \
/drivers/scsi/bfa/
Dbfa_ioc.h225 #define bfa_mem_read(_raddr, _off) swab32(readl(((_raddr) + (_off)))) argument
226 #define bfa_mem_write(_raddr, _off, _val) \ argument
227 writel(swab32((_val)), ((_raddr) + (_off)))
/drivers/pinctrl/spear/
Dpinctrl-plgpio.c649 #define plgpio_prepare_reg(__reg, _off, _mask, _tmp) \ argument
651 _tmp = readl_relaxed(plgpio->regs.__reg + _off); \
/drivers/hwmon/
Dadm1031.c472 static SENSOR_DEVICE_ATTR(auto_temp##offset##_off, S_IRUGO, \