| /linux/arch/alpha/include/uapi/asm/ |
| H A D | compiler.h | 14 # define __kernel_insbl(val, shift) __builtin_alpha_insbl(val, shift) argument 15 # define __kernel_inswl(val, shift) __builtin_alpha_inswl(val, shift) argument 16 # define __kernel_insql(val, shift) __builtin_alpha_insql(val, shift) argument 17 # define __kernel_inslh(val, shift) __builtin_alpha_inslh(val, shift) argument 18 # define __kernel_extbl(val, shift) __builtin_alpha_extbl(val, shift) argument 19 # define __kernel_extwl(val, shift) __builtin_alpha_extwl(val, shift) argument 22 # define __kernel_insbl(val, shift) \ argument 26 # define __kernel_inswl(val, shift) \ argument 30 # define __kernel_insql(val, shift) \ argument 34 # define __kernel_inslh(val, shift) \ argument [all …]
|
| /linux/drivers/clk/imx/ |
| H A D | clk.h | 118 #define imx_clk_gate_exclusive(name, parent, reg, shift, exclusive_mask) \ argument 127 #define imx_clk_divider(name, parent, reg, shift, width) \ argument 130 #define imx_clk_divider_flags(name, parent, reg, shift, width, flags) \ argument 133 #define imx_clk_gate(name, parent, reg, shift) \ argument 136 #define imx_clk_gate_dis(name, parent, reg, shift) \ argument 139 #define imx_clk_gate2(name, parent, reg, shift) \ argument 142 #define imx_clk_gate2_cgr(name, parent, reg, shift, cgr_val) \ argument 145 #define imx_clk_gate2_flags(name, parent, reg, shift, flags) \ argument 148 #define imx_clk_mux(name, reg, shift, width, parents, num_parents) \ argument 151 #define imx_clk_mux_flags(name, reg, shift, width, parents, num_parents, flags) \ argument [all …]
|
| /linux/include/linux/ |
| H A D | bitops.h | 104 static inline __u64 rol64(__u64 word, unsigned int shift) in rol64() 114 static inline __u64 ror64(__u64 word, unsigned int shift) in ror64() 124 static inline __u32 rol32(__u32 word, unsigned int shift) in rol32() 134 static inline __u32 ror32(__u32 word, unsigned int shift) in ror32() 144 static inline __u16 rol16(__u16 word, unsigned int shift) in rol16() 154 static inline __u16 ror16(__u16 word, unsigned int shift) in ror16() 164 static inline __u8 rol8(__u8 word, unsigned int shift) in rol8() 174 static inline __u8 ror8(__u8 word, unsigned int shift) in ror8() 188 __u8 shift = 31 - index; in sign_extend32() local 199 __u8 shift = 63 - index; in sign_extend64() local
|
| H A D | math64.h | 164 static __always_inline u64 mul_u64_u32_shr(u64 a, u32 mul, unsigned int shift) in mul_u64_u32_shr() 171 static __always_inline u64 mul_u64_u64_shr(u64 a, u64 mul, unsigned int shift) in mul_u64_u64_shr() 180 static __always_inline u64 mul_u64_u32_shr(u64 a, u32 mul, unsigned int shift) in mul_u64_u32_shr() 193 static inline u64 mul_u64_u64_shr(u64 a, u64 b, unsigned int shift) in mul_u64_u64_shr() 239 static inline u64 mul_s64_u64_shr(s64 a, u64 b, unsigned int shift) in mul_s64_u64_shr()
|
| /linux/drivers/clk/meson/ |
| H A D | parm.h | 14 #define SETPMASK(width, shift) GENMASK(shift + width - 1, shift) argument 15 #define CLRPMASK(width, shift) (~SETPMASK(width, shift)) argument 17 #define PARM_GET(width, shift, reg) \ argument 19 #define PARM_SET(width, shift, reg, val) \ argument 26 u8 shift; member
|
| /linux/drivers/soc/fsl/qe/ |
| H A D | ucc.c | 89 unsigned int *reg_num, unsigned int *shift) in get_cmxucr_reg() 102 unsigned int shift; in ucc_mux_set_grant_tsa_bkpt() local 124 unsigned int shift; in ucc_set_qe_mux_rxtx() local 506 u32 shift; in ucc_get_tdm_clk_shift() local 521 u32 shift; in ucc_set_tdm_rxtx_clk() local 623 u32 shift; in ucc_get_tdm_sync_shift() local 635 u32 shift; in ucc_set_tdm_rxtx_sync() local
|
| /linux/drivers/gpio/ |
| H A D | gpio-tangier.c | 77 u8 shift = offset % 32; in gpio_reg_and_bit() local 86 u8 shift; in tng_gpio_get() local 97 u8 shift; in tng_gpio_set() local 113 u8 shift; in tng_gpio_direction_input() local 131 u8 shift; in tng_gpio_direction_output() local 148 u8 shift; in tng_gpio_get_direction() local 164 u8 shift; in tng_gpio_set_debounce() local 204 u8 shift; in tng_irq_ack() local 217 u8 shift; in tng_irq_unmask_mask() local 260 u8 shift = gpio % 32; in tng_irq_set_type() local [all …]
|
| /linux/drivers/infiniband/core/ |
| H A D | packer.c | 71 int shift; in ib_pack() local 88 int shift; in ib_pack() local 160 int shift; in ib_unpack() local 174 int shift; in ib_unpack() local
|
| /linux/drivers/net/ethernet/ti/icssg/ |
| H A D | icssg_mii_cfg.c | 74 u32 val, mask, shift; in icssg_miig_set_interface_mode() local 88 u32 icssg_rgmii_cfg_get_bitfield(struct regmap *miig_rt, u32 mask, u32 shift) in icssg_rgmii_cfg_get_bitfield() 101 u32 shift = RGMII_CFG_SPEED_MII0_SHIFT, mask = RGMII_CFG_SPEED_MII0; in icssg_rgmii_get_speed() local 114 u32 shift = RGMII_CFG_FULLDUPLEX_MII0_SHIFT; in icssg_rgmii_get_fullduplex() local
|
| /linux/drivers/regulator/ |
| H A D | max8998.c | 44 int *reg, int *shift) in max8998_get_enable_register() 88 int ret, reg, shift = 8; in max8998_ldo_is_enabled() local 111 int reg, shift = 8, ret; in max8998_ldo_enable() local 124 int reg, shift = 8, ret; in max8998_ldo_disable() local 138 int reg, shift = 0, mask = 0xff; in max8998_get_voltage_register() local 200 int reg, shift = 0, mask, ret; in max8998_get_voltage_sel() local 222 int reg, shift = 0, mask, ret; in max8998_set_voltage_ldo_sel() local 251 int reg, shift = 0, mask, ret, j; in max8998_set_voltage_buck_sel() local
|
| H A D | max77802-regulator.c | 98 int shift = max77802_get_opmode_shift(id); in max77802_set_suspend_disable() local 117 int shift = max77802_get_opmode_shift(id); in max77802_set_mode() local 172 int shift = max77802_get_opmode_shift(id); in max77802_set_suspend_mode() local 223 int shift = max77802_get_opmode_shift(id); in max77802_enable() local 511 int shift = max77802_get_opmode_shift(id); in max77802_pmic_probe() local
|
| /linux/drivers/gpu/drm/amd/display/dmub/src/ |
| H A D | dmub_reg.c | 36 uint32_t value, uint32_t mask, uint8_t shift) in set_reg_field_value_masks() 48 uint32_t shift, mask, field_value; in set_reg_field_values() local 67 uint8_t shift) in get_reg_field_value_ex() 104 void dmub_reg_get(struct dmub_srv *srv, uint32_t addr, uint8_t shift, in dmub_reg_get()
|
| /linux/arch/powerpc/include/asm/nohash/ |
| H A D | pgalloc.h | 43 static inline void pgtable_free(void *table, int shift) in pgtable_free() 53 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) in pgtable_free_tlb() 65 unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; in __tlb_remove_table() local
|
| H A D | hugetlb-e500.h | 7 static inline int check_and_get_huge_psize(int shift) in check_and_get_huge_psize() 15 static inline pte_t arch_make_huge_pte(pte_t entry, unsigned int shift, vm_flags_t flags) in arch_make_huge_pte()
|
| /linux/sound/pci/ac97/ |
| H A D | ac97_patch.h | 10 #define AC97_SINGLE_VALUE(reg,shift,mask,invert) \ argument 13 #define AC97_PAGE_SINGLE_VALUE(reg,shift,mask,invert,page) \ argument 15 #define AC97_SINGLE(xname, reg, shift, mask, invert) \ argument 20 #define AC97_PAGE_SINGLE(xname, reg, shift, mask, invert, page) \ argument
|
| /linux/drivers/clk/sunxi-ng/ |
| H A D | ccu_mp.c | 13 static unsigned int next_div(unsigned int div, bool shift) in next_div() 22 bool shift, in ccu_mp_find_best() 55 bool shift) in ccu_mp_find_best_with_parent_adj() 115 bool shift = true; in ccu_mp_round_rate() local 214 bool shift = true; in ccu_mp_set_rate() local
|
| /linux/arch/powerpc/include/asm/ |
| H A D | cacheflush.h | 72 unsigned long shift = l1_dcache_shift(); in flush_dcache_range() local 94 unsigned long shift = l1_dcache_shift(); in clean_dcache_range() local 113 unsigned long shift = l1_dcache_shift(); in invalidate_dcache_range() local
|
| /linux/arch/arm64/lib/ |
| H A D | insn.c | 28 int shift; in aarch64_get_imm_shift_mask() local 92 int shift; in aarch64_insn_decode_immediate() local 117 int shift; in aarch64_insn_encode_immediate() local 150 int shift; in aarch64_insn_decode_register() local 180 int shift; in aarch64_insn_encode_register() local 418 u32 shift; in aarch64_insn_gen_load_store_imm() local 488 int shift; in aarch64_insn_gen_load_store_pair() local 877 int imm, int shift, in aarch64_insn_gen_movewide() 934 int shift, in aarch64_insn_gen_add_sub_shifted_reg() 1128 int shift, in aarch64_insn_gen_logical_shifted_reg()
|
| /linux/drivers/gpu/drm/nouveau/nvif/ |
| H A D | vmm.c | 109 u8 shift) in nvif_vmm_raw_get() 124 nvif_vmm_raw_put(struct nvif_vmm *vmm, u64 addr, u64 size, u8 shift) in nvif_vmm_raw_put() 139 nvif_vmm_raw_map(struct nvif_vmm *vmm, u64 addr, u64 size, u8 shift, in nvif_vmm_raw_map() 161 u8 shift, bool sparse) in nvif_vmm_raw_unmap()
|
| /linux/net/sunrpc/ |
| H A D | xdr.c | 559 unsigned int shift) in xdr_buf_tail_copy_right() 573 unsigned int shift) in xdr_buf_pages_copy_right() 606 unsigned int shift) in xdr_buf_head_copy_right() 653 unsigned int shift) in xdr_buf_tail_shift_right() 664 unsigned int shift) in xdr_buf_pages_shift_right() 680 unsigned int shift) in xdr_buf_head_shift_right() 698 unsigned int len, unsigned int shift) in xdr_buf_tail_copy_left() 743 unsigned int shift) in xdr_buf_pages_copy_left() 776 unsigned int shift) in xdr_buf_tail_shift_left() 785 unsigned int shift) in xdr_buf_pages_shift_left() [all …]
|
| /linux/drivers/clk/nuvoton/ |
| H A D | clk-ma35d1.c | 378 void __iomem *reg, u8 shift, u8 width, in ma35d1_clk_mux_parent() 388 void __iomem *reg, u8 shift, u8 width, in ma35d1_clk_mux() 399 u8 shift, u8 width) in ma35d1_clk_divider() 407 u8 shift, u8 width) in ma35d1_clk_divider_pow2() 416 u8 shift, u8 width, in ma35d1_clk_divider_table() 433 void __iomem *reg, u8 shift) in ma35d1_clk_gate()
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_wrap.c | 55 static void rotate_buf_a_little(struct xdr_buf *buf, unsigned int shift) in rotate_buf_a_little() 72 static void _rotate_left(struct xdr_buf *buf, unsigned int shift) in _rotate_left() 85 static void rotate_left(u32 base, struct xdr_buf *buf, unsigned int shift) in rotate_left()
|
| /linux/drivers/pinctrl/bcm/ |
| H A D | pinctrl-iproc-gpio.c | 145 unsigned int shift = IPROC_GPIO_SHIFT(gpio); in iproc_set_bit() local 160 unsigned int shift = IPROC_GPIO_SHIFT(gpio); in iproc_get_bit() local 204 unsigned int shift = IPROC_GPIO_SHIFT(gpio); in iproc_gpio_irq_ack() local 385 unsigned int shift = IPROC_GPIO_SHIFT(gpio); in iproc_gpio_get_direction() local 412 unsigned int shift = IPROC_GPIO_SHIFT(gpio); in iproc_gpio_get() local 503 unsigned int shift; in iproc_gpio_set_pull() local 549 unsigned int shift; in iproc_gpio_get_pull() local 580 unsigned int i, offset, shift; in iproc_gpio_set_strength() local 617 unsigned int i, offset, shift; in iproc_gpio_get_strength() local
|
| /linux/arch/arm64/crypto/ |
| H A D | aes-cipher-core.S | 20 .macro __pair1, sz, op, reg0, reg1, in0, in1e, in1d, shift 49 .macro __pair0, sz, op, reg0, reg1, in0, in1e, in1d, shift
|
| /linux/arch/arm/mach-omap2/ |
| H A D | prminst44xx.c | 99 int omap4_prminst_is_hardreset_asserted(u8 shift, u8 part, s16 inst, in omap4_prminst_is_hardreset_asserted() 123 int omap4_prminst_assert_hardreset(u8 shift, u8 part, s16 inst, in omap4_prminst_assert_hardreset() 152 int omap4_prminst_deassert_hardreset(u8 shift, u8 st_shift, u8 part, s16 inst, in omap4_prminst_deassert_hardreset()
|