Searched refs:_off (Results 1 – 8 of 8) sorted by relevance
/drivers/clk/berlin/ |
D | berlin2-div.h | 27 #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/ |
D | axp20x.c | 73 #define AXP20X_IRQ(_irq, _off, _mask) \ argument 74 [AXP20X_IRQ_##_irq] = { .reg_offset = (_off), .mask = BIT(_mask) }
|
/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-common.h | 1063 #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/ |
D | camif-regs.c | 16 #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/ |
D | dm.c | 154 #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/ |
D | bfa_ioc.h | 225 #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/ |
D | pinctrl-plgpio.c | 649 #define plgpio_prepare_reg(__reg, _off, _mask, _tmp) \ argument 651 _tmp = readl_relaxed(plgpio->regs.__reg + _off); \
|
/drivers/hwmon/ |
D | adm1031.c | 472 static SENSOR_DEVICE_ATTR(auto_temp##offset##_off, S_IRUGO, \
|