| /linux/drivers/clk/berlin/ |
| H A D | berlin2-div.h | 16 #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 …]
|
| /linux/drivers/clk/renesas/ |
| H A D | rzg2l-cpg.h | 222 #define DEF_MOD_BASE(_name, _id, _parent, _off, _bit, _mstop_conf, _is_coupled) \ argument 228 .off = (_off), \ 233 #define DEF_MOD(_name, _id, _parent, _off, _bit, _mstop_conf) \ argument 234 DEF_MOD_BASE(_name, _id, _parent, _off, _bit, _mstop_conf, false) 236 #define DEF_COUPLED(_name, _id, _parent, _off, _bit, _mstop_conf) \ argument 237 DEF_MOD_BASE(_name, _id, _parent, _off, _bit, _mstop_conf, true) 252 #define DEF_RST_MON(_id, _off, _bit, _monbit) \ argument 254 .off = (_off), \ 258 #define DEF_RST(_id, _off, _bit) \ argument 259 DEF_RST_MON(_id, _off, _bit, -1)
|
| /linux/drivers/regulator/ |
| H A D | spacemit-p1.c | 69 #define P1_ENABLE_REG(_off, _n) ((_off) + 3 * ((_n) - 1)) argument 71 #define P1_REG_DESC(_TYPE, _type, _n, _s, _off, _mask, _nv, _ranges) \ argument 83 .vsel_reg = P1_ENABLE_REG(_off, _n) + 1, \ 85 .enable_reg = P1_ENABLE_REG(_off, _n), \
|
| /linux/fs/adfs/ |
| H A D | dir_f.c | 48 int _off = idx - (_buf << blocksize_bits);\ 49 *(u8 *)(bh[_buf]->b_data + _off); \ 54 int _off = idx - (_buf << blocksize_bits);\ 55 *(__le32 *)(bh[_buf]->b_data + _off); \ 60 int _off = _idx - (_buf << blocksize_bits);\ 61 (void *)(_bh[_buf]->b_data + _off); \
|
| /linux/arch/openrisc/include/asm/ |
| H A D | spr.h | 19 #define mtspr_off(_spr, _off, _val) __asm__ __volatile__ ( \ argument 21 : : "r" (_off), "r" (_val), "K" (_spr))
|
| /linux/arch/sparc/net/ |
| H A D | bpf_jit_comp_32.c | 182 do { unsigned int _off = offsetof(STRUCT, FIELD); \ 184 *prog++ = LDPTRI | RS1(BASE) | S13(_off) | RD(DEST); \ 188 do { unsigned int _off = offsetof(STRUCT, FIELD); \ 190 *prog++ = LD32I | RS1(BASE) | S13(_off) | RD(DEST); \ 194 do { unsigned int _off = offsetof(STRUCT, FIELD); \ 196 *prog++ = LD16I | RS1(BASE) | S13(_off) | RD(DEST); \ 200 do { unsigned int _off = offsetof(STRUCT, FIELD); \ 201 *prog++ = LD8I | RS1(BASE) | S13(_off) | RD(DEST); \ 242 unsigned int _off = (void *)(FUNC) - _here; \ 243 *prog++ = CALL | (((_off) >> 2) & 0x3fffffff); \
|
| /linux/drivers/net/ethernet/marvell/octeon_ep/ |
| H 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)); \
|
| /linux/drivers/mfd/ |
| H A D | qcom-pm8008.c | 70 #define _IRQ(_irq, _off, _mask, _types) \ argument 72 .reg_offset = (_off), \ 75 .type_reg_offset = (_off), \
|
| H A D | wcd934x.c | 19 #define WCD934X_REGMAP_IRQ_REG(_irq, _off, _mask) \ argument 21 .reg_offset = (_off), \ 24 .type_reg_offset = (_off), \
|
| /linux/arch/mips/include/asm/sn/ |
| H A D | addrs.h | 366 #define NODE_OFFSET_TO_K0(_nasid, _off) \ argument 367 PHYS_TO_K0((NODE_OFFSET(_nasid) + (_off)) | CAC_BASE) 368 #define NODE_OFFSET_TO_K1(_nasid, _off) \ argument 369 TO_UNCAC((NODE_OFFSET(_nasid) + (_off)) | UNCAC_BASE)
|
| H A D | klconfig.h | 163 #define KL_CONFIG_INFO_SET_OFFSET(_nasid, _off) \ argument 164 (KL_CONFIG_HDR(_nasid)->ch_board_info = (_off)) 196 #define KL_CONFIG_BOARD_SET_NEXT(_brd, _off) ((_brd)->brd_next = (_off)) argument
|
| /linux/net/core/ |
| H A D | datagram.c | 175 int _off = 0; in __skb_try_recv_from_queue() local 179 _off = *off; in __skb_try_recv_from_queue() 185 if (peek_at_off && _off >= skb->len && in __skb_try_recv_from_queue() 186 (_off || skb->peeked)) { in __skb_try_recv_from_queue() 187 _off -= skb->len; in __skb_try_recv_from_queue() 201 *off = _off; in __skb_try_recv_from_queue()
|
| /linux/drivers/dma/amd/qdma/ |
| H A D | qdma.h | 120 #define QDMA_REGO(_off, _count) { \ argument 121 .off = (_off), \
|
| /linux/drivers/media/platform/samsung/s3c-camif/ |
| H 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
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| H 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; \
|
| /linux/drivers/clk/sunxi-ng/ |
| H A D | ccu_div.h | 54 #define _SUNXI_CCU_DIV_OFFSET_MAX_FLAGS(_shift, _width, _off, _max, _flags) \ argument 60 .offset = _off, \
|
| /linux/drivers/spi/ |
| H A D | spi-hisi-kunpeng.c | 142 #define HISI_SPI_DBGFS_REG(_name, _off) \ argument 145 .offset = _off, \
|
| /linux/drivers/watchdog/ |
| H A D | dw_wdt.c | 497 #define DW_WDT_DBGFS_REG(_name, _off) \ argument 500 .offset = _off \
|
| /linux/usr/ |
| H A D | gen_init_cpio.c | 29 #define padlen(_off, _align) (((_align) - ((_off) & ((_align) - 1))) % (_align)) argument
|
| /linux/drivers/pinctrl/spear/ |
| H 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); \
|
| /linux/include/linux/ |
| H A D | regmap.h | 1582 #define REGMAP_IRQ_REG(_irq, _off, _mask) \ argument 1583 [_irq] = { .reg_offset = (_off), .mask = (_mask) }
|
| /linux/drivers/clk/tegra/ |
| H 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))
|
| /linux/sound/soc/codecs/ |
| H A D | peb2466.c | 117 #define PEB2466_XR6_PCM_OFFSET(_off) ((_off) << 0) argument
|