/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | compiler.h | 13 # define __kernel_insbl(val, shift) __builtin_alpha_insbl(val, shift) argument 14 # define __kernel_inswl(val, shift) __builtin_alpha_inswl(val, shift) argument 15 # define __kernel_insql(val, shift) __builtin_alpha_insql(val, shift) argument 16 # define __kernel_inslh(val, shift) __builtin_alpha_inslh(val, shift) argument 17 # define __kernel_extbl(val, shift) __builtin_alpha_extbl(val, shift) argument 18 # define __kernel_extwl(val, shift) __builtin_alpha_extwl(val, shift) argument 21 # define __kernel_insbl(val, shift) \ argument 25 # define __kernel_inswl(val, shift) \ argument 29 # define __kernel_insql(val, shift) \ argument 33 # define __kernel_inslh(val, shift) \ argument [all …]
|
/linux-4.4.14/include/linux/ |
D | bitops.h | 88 static inline __u64 rol64(__u64 word, unsigned int shift) in rol64() 98 static inline __u64 ror64(__u64 word, unsigned int shift) in ror64() 108 static inline __u32 rol32(__u32 word, unsigned int shift) in rol32() 118 static inline __u32 ror32(__u32 word, unsigned int shift) in ror32() 128 static inline __u16 rol16(__u16 word, unsigned int shift) in rol16() 138 static inline __u16 ror16(__u16 word, unsigned int shift) in ror16() 148 static inline __u8 rol8(__u8 word, unsigned int shift) in rol8() 158 static inline __u8 ror8(__u8 word, unsigned int shift) in ror8() 172 __u8 shift = 31 - index; in sign_extend32() local 183 __u8 shift = 63 - index; in sign_extend64() local
|
D | proportions.h | 23 int shift; member 60 int shift; member 113 int shift; member
|
D | math64.h | 139 static inline u64 mul_u64_u32_shr(u64 a, u32 mul, unsigned int shift) in mul_u64_u32_shr() 146 static inline u64 mul_u64_u64_shr(u64 a, u64 mul, unsigned int shift) in mul_u64_u64_shr() 155 static inline u64 mul_u64_u32_shr(u64 a, u32 mul, unsigned int shift) in mul_u64_u32_shr() 172 static inline u64 mul_u64_u64_shr(u64 a, u64 b, unsigned int shift) in mul_u64_u64_shr()
|
D | keyboard.h | 13 int shift; /* Current shift mask */ member
|
D | smsc911x.h | 33 unsigned int shift; member
|
D | bitmap.h | 306 unsigned int shift, int nbits) in bitmap_shift_right() 315 unsigned int shift, unsigned int nbits) in bitmap_shift_left()
|
D | clocksource.h | 74 u32 shift; member 176 static inline s64 clocksource_cyc2ns(cycle_t cycles, u32 mult, u32 shift) in clocksource_cyc2ns()
|
D | timecounter.h | 43 u32 shift; member
|
D | clockchips.h | 107 u32 shift; member 171 div_sc(unsigned long ticks, unsigned long nsec, int shift) in div_sc()
|
/linux-4.4.14/drivers/mfd/ |
D | tmio_core.c | 12 int tmio_core_mmc_enable(void __iomem *cnf, int shift, unsigned long base) in tmio_core_mmc_enable() 31 int tmio_core_mmc_resume(void __iomem *cnf, int shift, unsigned long base) in tmio_core_mmc_resume() 42 void tmio_core_mmc_pwr(void __iomem *cnf, int shift, int state) in tmio_core_mmc_pwr() 48 void tmio_core_mmc_clk_div(void __iomem *cnf, int shift, int state) in tmio_core_mmc_clk_div()
|
D | mt6397-core.c | 81 int shift = data->hwirq & 0xf; in mt6397_irq_disable() local 90 int shift = data->hwirq & 0xf; in mt6397_irq_enable() local 100 int shift = irq_data->hwirq & 0xf; in mt6397_irq_set_wake() local
|
D | lm3533-core.c | 175 int shift; in lm3533_set_hvled_config() local 203 int shift; in lm3533_set_lvled_config() local 269 int shift; in show_output() local
|
/linux-4.4.14/drivers/clk/imx/ |
D | clk.h | 55 void __iomem *reg, u8 shift) in imx_clk_gate2() 62 const char *parent, void __iomem *reg, u8 shift, in imx_clk_gate2_shared() 94 void __iomem *reg, u8 shift, u8 width) in imx_clk_divider() 101 const char *parent, void __iomem *reg, u8 shift, u8 width, in imx_clk_divider_flags() 109 void __iomem *reg, u8 shift) in imx_clk_gate() 116 void __iomem *reg, u8 shift) in imx_clk_gate_dis() 123 u8 shift, u8 width, const char **parents, int num_parents) in imx_clk_mux() 131 void __iomem *reg, u8 shift, u8 width, const char **parents, in imx_clk_mux_flags()
|
D | clk-busy.c | 21 static int clk_busy_wait(void __iomem *reg, u8 shift) in clk_busy_wait() 36 u8 shift; member 82 void __iomem *reg, u8 shift, u8 width, in imx_clk_busy_divider() 121 u8 shift; member 155 struct clk *imx_clk_busy_mux(const char *name, void __iomem *reg, u8 shift, in imx_clk_busy_mux()
|
D | clk-gate-exclusive.c | 62 void __iomem *reg, u8 shift, u32 exclusive_mask) in imx_clk_gate_exclusive()
|
D | clk-fixup-mux.c | 75 u8 shift, u8 width, const char **parents, in imx_clk_fixup_mux()
|
/linux-4.4.14/drivers/infiniband/core/ |
D | packer.c | 71 int shift; in ib_pack() local 88 int shift; in ib_pack() local 161 int shift; in ib_unpack() local 175 int shift; in ib_unpack() local
|
/linux-4.4.14/arch/powerpc/sysdev/qe_lib/ |
D | ucc.c | 88 unsigned int *reg_num, unsigned int *shift) in get_cmxucr_reg() 101 unsigned int shift; in ucc_mux_set_grant_tsa_bkpt() local 122 unsigned int shift; in ucc_set_qe_mux_rxtx() local
|
/linux-4.4.14/sound/pci/ac97/ |
D | ac97_patch.h | 25 #define AC97_SINGLE_VALUE(reg,shift,mask,invert) \ argument 28 #define AC97_PAGE_SINGLE_VALUE(reg,shift,mask,invert,page) \ argument 30 #define AC97_SINGLE(xname, reg, shift, mask, invert) \ argument 35 #define AC97_PAGE_SINGLE(xname, reg, shift, mask, invert, page) \ argument
|
/linux-4.4.14/drivers/regulator/ |
D | max8998.c | 117 int *reg, int *shift) in max8998_get_enable_register() 157 int ret, reg, shift = 8; in max8998_ldo_is_enabled() local 175 int reg, shift = 8, ret; in max8998_ldo_enable() local 188 int reg, shift = 8, ret; in max8998_ldo_disable() local 202 int reg, shift = 0, mask = 0xff; in max8998_get_voltage_register() local 264 int reg, shift = 0, mask, ret; in max8998_get_voltage_sel() local 286 int reg, shift = 0, mask, ret; in max8998_set_voltage_ldo_sel() local 316 int reg, shift = 0, mask, ret, j; in max8998_set_voltage_buck_sel() local
|
D | max77802.c | 111 int shift = max77802_get_opmode_shift(id); in max77802_set_suspend_disable() local 128 int shift = max77802_get_opmode_shift(id); in max77802_set_mode() local 178 int shift = max77802_get_opmode_shift(id); in max77802_set_suspend_mode() local 226 int shift = max77802_get_opmode_shift(id); in max77802_enable() local 557 int shift = max77802_get_opmode_shift(id); in max77802_pmic_probe() local
|
D | tps6586x-regulator.c | 112 #define TPS6586X_REGULATOR(_id, _ops, _pin_name, vdata, vreg, shift, nbits, \ argument 136 uv_step, vreg, shift, nbits, ereg0, \ argument 160 #define TPS6586X_LDO(_id, _pname, vdata, vreg, shift, nbits, \ argument 168 shift, nbits, ereg0, ebit0, ereg1, ebit1) \ argument 175 #define TPS6586X_FIXED_LDO(_id, _pname, vdata, vreg, shift, nbits, \ argument 182 #define TPS6586X_DVM(_id, _pname, n_volt, min_uv, uv_step, vreg, shift, \ argument
|
D | tps6507x-regulator.c | 218 u8 shift; in tps6507x_pmic_is_enabled() local 236 u8 shift; in tps6507x_pmic_enable() local 249 u8 shift; in tps6507x_pmic_disable() local
|
D | max8997.c | 306 int reg, shift = 0, mask = 0x3f; in max8997_get_voltage_register() local 371 int reg, shift, mask, ret; in max8997_get_voltage_sel() local 418 int reg, shift = 0, mask, ret = 0; in max8997_set_voltage_charger_cv() local 473 int i, reg, shift, mask, ret; in max8997_set_voltage_ldobuck() local 714 int reg, shift = 0, mask, ret; in max8997_set_voltage_safeout_sel() local
|
D | max77686.c | 134 unsigned int val, shift; in max77686_set_suspend_disable() local 222 unsigned int shift; in max77686_enable() local
|
/linux-4.4.14/drivers/media/platform/soc_camera/ |
D | soc_scale_crop.h | 26 unsigned int shift, unsigned int scale) in soc_camera_shift_scale() 31 #define soc_camera_calc_scale(in, shift, out) soc_camera_shift_scale(in, shift, out) argument
|
D | soc_scale_crop.c | 310 bool host_can_scale, unsigned int shift) in soc_camera_client_scale() 366 unsigned int shift) in soc_camera_calc_client_output()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | iwch_mem.c | 56 struct iwch_mr *mhp, int shift) in iwch_register_mem() 80 int shift, in iwch_reregister_mem() 139 int *shift, in build_phys_page_list()
|
/linux-4.4.14/lib/ |
D | iommu-helper.c | 10 unsigned long shift, in iommu_is_span_boundary() 21 unsigned long shift, unsigned long boundary_size, in iommu_area_alloc()
|
D | radix-tree.c | 394 unsigned int height, shift, offset; in __radix_tree_create() local 495 unsigned int height, shift; in __radix_tree_lookup() local 595 unsigned int height, shift; in radix_tree_tag_set() local 643 unsigned int height, shift; in radix_tree_tag_clear() local 705 unsigned int height, shift; in radix_tree_tag_get() local 755 unsigned shift, tag = flags & RADIX_TREE_ITER_TAG_MASK; in radix_tree_next_chunk() local 896 unsigned int shift; in radix_tree_range_tag_if_tagged() local 1164 unsigned int shift, height; in __locate() local 1456 int shift = RADIX_TREE_INDEX_BITS - width; in __maxindex() local
|
D | iommu-common.c | 113 unsigned long shift; in iommu_tbl_range_alloc() local 256 unsigned long shift = iommu->table_shift; in iommu_tbl_range_free() local
|
D | proportions.c | 76 int prop_descriptor_init(struct prop_descriptor *pd, int shift, gfp_t gfp) in prop_descriptor_init() 105 void prop_change_shift(struct prop_descriptor *pd, int shift) in prop_change_shift()
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | prminst44xx.c | 100 int omap4_prminst_is_hardreset_asserted(u8 shift, u8 part, s16 inst, in omap4_prminst_is_hardreset_asserted() 124 int omap4_prminst_assert_hardreset(u8 shift, u8 part, s16 inst, in omap4_prminst_assert_hardreset() 153 int omap4_prminst_deassert_hardreset(u8 shift, u8 st_shift, u8 part, s16 inst, in omap4_prminst_deassert_hardreset()
|
D | prm33xx.c | 67 static int am33xx_prm_is_hardreset_asserted(u8 shift, u8 part, s16 inst, in am33xx_prm_is_hardreset_asserted() 93 static int am33xx_prm_assert_hardreset(u8 shift, u8 part, s16 inst, in am33xx_prm_assert_hardreset() 122 static int am33xx_prm_deassert_hardreset(u8 shift, u8 st_shift, u8 part, in am33xx_prm_deassert_hardreset()
|
D | prm2xxx_3xxx.c | 36 int omap2_prm_is_hardreset_asserted(u8 shift, u8 part, s16 prm_mod, u16 offset) in omap2_prm_is_hardreset_asserted() 56 int omap2_prm_assert_hardreset(u8 shift, u8 part, s16 prm_mod, u16 offset) in omap2_prm_assert_hardreset()
|
D | prm_common.c | 450 int omap_prm_assert_hardreset(u8 shift, u8 part, s16 prm_mod, u16 offset) in omap_prm_assert_hardreset() 472 int omap_prm_deassert_hardreset(u8 shift, u8 st_shift, u8 part, s16 prm_mod, in omap_prm_deassert_hardreset() 494 int omap_prm_is_hardreset_asserted(u8 shift, u8 part, s16 prm_mod, u16 offset) in omap_prm_is_hardreset_asserted()
|
/linux-4.4.14/drivers/video/console/ |
D | fbcon_rotate.h | 43 int shift = (8 - (width % 8)) & 7; in rotate_ud() local 61 int shift = (8 - (height % 8)) & 7; in rotate_cw() local 79 int shift = (8 - (width % 8)) & 7; in rotate_ccw() local
|
/linux-4.4.14/drivers/clk/shmobile/ |
D | clk-r8a73a4.c | 41 unsigned int shift; member 68 unsigned int shift, reg; in r8a73a4_cpg_register_clock() local 156 u32 shift = 8; in r8a73a4_cpg_register_clock() local
|
D | clk-r8a7740.c | 37 unsigned int shift; member 70 unsigned int shift, reg; in r8a7740_cpg_register_clock() local
|
D | clk-sh73a0.c | 46 unsigned int shift; member 81 unsigned int shift, reg, width; in sh73a0_cpg_register_clock() local
|
/linux-4.4.14/arch/mips/pci/ |
D | ops-bridge.c | 51 u32 cf, shift, mask; in pci_conf0_read_config() local 112 u32 cf, shift, mask; in pci_conf1_read_config() local 184 u32 cf, shift, mask, smask; in pci_conf0_write_config() local 251 u32 cf, shift, mask, smask; in pci_conf1_write_config() local
|
D | ops-vr41xx.c | 93 int shift; in pci_config_write() local
|
D | ops-emma2rh.c | 134 int shift; in pci_config_write() local
|
/linux-4.4.14/sound/soc/ |
D | soc-ops.c | 138 unsigned int reg, unsigned int mask, unsigned int shift, in snd_soc_read_signed() 255 unsigned int shift = mc->shift; in snd_soc_get_volsw() local 315 unsigned int shift = mc->shift; in snd_soc_put_volsw() local 377 unsigned int shift = mc->shift; in snd_soc_get_volsw_sx() local 422 unsigned int shift = mc->shift; in snd_soc_put_volsw_sx() local 498 unsigned int shift = mc->shift; in snd_soc_put_volsw_range() local 550 unsigned int shift = mc->shift; in snd_soc_get_volsw_range() local 929 unsigned int shift = mc->shift; in snd_soc_get_strobe() local 966 unsigned int shift = mc->shift; in snd_soc_put_strobe() local
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_qmath.c | 109 s32 qm_shl32(s32 op, int shift) in qm_shl32() 134 s16 qm_shl16(s16 op, int shift) in qm_shl16() 158 s16 qm_shr16(s16 op, int shift) in qm_shr16()
|
/linux-4.4.14/drivers/clk/mxs/ |
D | clk.h | 45 const char *parent_name, void __iomem *reg, u8 shift) in mxs_clk_gate() 53 u8 shift, u8 width, const char *const *parent_names, int num_parents) in mxs_clk_mux()
|
D | clk.c | 20 int mxs_clk_wait(void __iomem *reg, u8 shift) in mxs_clk_wait()
|
D | clk-frac.c | 32 u8 shift; member 117 void __iomem *reg, u8 shift, u8 width, u8 busy) in mxs_clk_frac()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | pgalloc-32.h | 61 void *table, int shift) in pgtable_free_tlb() 72 unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; in __tlb_remove_table() local 78 void *table, int shift) in pgtable_free_tlb()
|
D | pgalloc-64.h | 39 #define PGT_CACHE(shift) ({ \ argument 125 void *table, int shift) in pgtable_free_tlb() 136 unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; in __tlb_remove_table() local 142 void *table, int shift) in pgtable_free_tlb()
|
D | mmu-hash64.h | 140 unsigned int shift; /* number of bits */ member 148 static inline int shift_to_mmu_psize(unsigned int shift) in shift_to_mmu_psize() 280 unsigned int shift = mmu_psize_defs[actual_psize].shift; in hpte_encode_r() local 302 unsigned int shift, int ssize) in hpt_hash()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
D | nv50.c | 58 nv50_gpio_location(int line, u32 *reg, u32 *shift) in nv50_gpio_location() 74 u32 reg, shift; in nv50_gpio_drive() local 87 u32 reg, shift; in nv50_gpio_sense() local
|
/linux-4.4.14/sound/isa/gus/ |
D | gus_mixer.c | 32 #define GF1_SINGLE(xname, xindex, shift, invert) \ argument 43 int shift = kcontrol->private_value & 0xff; in snd_gf1_get_single() local 56 int shift = kcontrol->private_value & 0xff; in snd_gf1_put_single() local
|
/linux-4.4.14/drivers/clk/zte/ |
D | clk-zx296702.c | 200 void __iomem *reg, u8 shift, u8 width, in zx_divtbl() 208 void __iomem *reg, u8 shift, u8 width) in zx_div() 215 int num_parents, void __iomem *reg, u8 shift, u8 width) in zx_mux() 222 void __iomem *reg, u8 shift) in zx_gate()
|
/linux-4.4.14/arch/arm64/kernel/ |
D | insn.c | 279 int shift; in aarch64_get_imm_shift_mask() local 339 int shift; in aarch64_insn_decode_immediate() local 364 int shift; in aarch64_insn_encode_immediate() local 395 int shift; in aarch64_insn_encode_register() local 632 int shift; in aarch64_insn_gen_load_store_pair() local 779 int imm, int shift, in aarch64_insn_gen_movewide() 826 int shift, in aarch64_insn_gen_add_sub_shifted_reg() 1008 int shift, in aarch64_insn_gen_logical_shifted_reg()
|
/linux-4.4.14/drivers/misc/echo/ |
D | echo.c | 119 static inline void lms_adapt_bg(struct oslec_state *ec, int clean, int shift) in lms_adapt_bg() 190 static inline void lms_adapt_bg(struct oslec_state *ec, int clean, int shift) in lms_adapt_bg() 458 int p, logp, shift; in oslec_update() local
|
/linux-4.4.14/drivers/clk/sunxi/ |
D | clk-sun6i-ar100.c | 41 int shift = (val >> SUN6I_AR100_SHIFT_SHIFT) & SUN6I_AR100_SHIFT_MASK; in ar100_recalc_rate() local 61 int shift; in ar100_determine_rate() local 144 int shift; in ar100_set_rate() local
|
/linux-4.4.14/drivers/hwtracing/intel_th/ |
D | gth.c | 73 int shift = (port & 3) * 8; in gth_output_set() local 85 int shift = (port & 3) * 8; in gth_output_get() local 98 int shift = (port & 1) * 16; in gth_smcfreq_set() local 110 int shift = (port & 1) * 16; in gth_smcfreq_get() local 134 unsigned int shift = (master & 0x7) * 4; in gth_master_set() local 276 unsigned int shift = __ffs(mask); in gth_output_parm_set() local 288 unsigned int shift = __ffs(mask); in gth_output_parm_get() local
|
/linux-4.4.14/drivers/net/ethernet/hisilicon/ |
D | hns_mdio.c | 116 #define mdio_set_field(origin, mask, shift, val) \ argument 122 #define mdio_get_field(origin, mask, shift) (((origin) >> (shift)) & (mask)) argument 124 static void mdio_set_reg_field(void *base, u32 reg, u32 mask, u32 shift, in mdio_set_reg_field() 133 #define MDIO_SET_REG_FIELD(dev, reg, mask, shift, val) \ argument 136 static u32 mdio_get_reg_field(void *base, u32 reg, u32 mask, u32 shift) in mdio_get_reg_field() 144 #define MDIO_GET_REG_FIELD(dev, reg, mask, shift) \ argument
|
/linux-4.4.14/arch/mips/mti-sead3/ |
D | sead3-platform.c | 106 #define LEDFLAGS(bits, shift) \ argument 109 #define LEDBITS(id, shift, bits) \ argument
|
/linux-4.4.14/drivers/gpu/ipu-v3/ |
D | ipu-smfc.c | 46 u32 val, shift; in ipu_smfc_set_burstsize() local 66 u32 val, shift; in ipu_smfc_map_channel() local 86 u32 val, shift; in ipu_smfc_set_watermark() local
|
/linux-4.4.14/drivers/net/wireless/brcm80211/include/ |
D | brcmu_utils.h | 183 static inline void brcmu_maskset32(u32 *var, u32 mask, u8 shift, u32 value) in brcmu_maskset32() 188 static inline u32 brcmu_maskget32(u32 var, u32 mask, u8 shift) in brcmu_maskget32() 192 static inline void brcmu_maskset16(u16 *var, u16 mask, u8 shift, u16 value) in brcmu_maskset16() 197 static inline u16 brcmu_maskget16(u16 var, u16 mask, u8 shift) in brcmu_maskget16()
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
D | pfunc_base.c | 191 u32 shift, u32 xor) in macio_do_read_reg32_msrx() 204 u32 shift, u32 xor) in macio_do_read_reg8_msrx() 216 static int macio_do_write_reg32_slm(PMF_STD_ARGS, u32 offset, u32 shift, in macio_do_write_reg32_slm() 236 static int macio_do_write_reg8_slm(PMF_STD_ARGS, u32 offset, u32 shift, in macio_do_write_reg8_slm()
|
D | pfunc_core.c | 408 u32 shift = pmf_next32(cmd); in pmf_parser_read_reg32_msrx() local 422 u32 shift = pmf_next32(cmd); in pmf_parser_read_reg16_msrx() local 435 u32 shift = pmf_next32(cmd); in pmf_parser_read_reg8_msrx() local 448 u32 shift = pmf_next32(cmd); in pmf_parser_write_reg32_slm() local 461 u32 shift = pmf_next32(cmd); in pmf_parser_write_reg16_slm() local 474 u32 shift = pmf_next32(cmd); in pmf_parser_write_reg8_slm() local
|
/linux-4.4.14/drivers/clk/rockchip/ |
D | clk-inverter.c | 25 int shift; member 84 void __iomem *reg, int shift, int flags, in rockchip_clk_register_inverter()
|
D | clk-mmc-phase.c | 27 int shift; member 145 void __iomem *reg, int shift) in rockchip_clk_register_mmc()
|
/linux-4.4.14/drivers/clk/meson/ |
D | clkc.h | 22 #define SETPMASK(width, shift) GENMASK(shift + width - 1, shift) argument 23 #define CLRPMASK(width, shift) (~SETPMASK(width, shift)) argument 25 #define PARM_GET(width, shift, reg) \ argument 27 #define PARM_SET(width, shift, reg, val) \ argument 34 u8 shift; member
|
/linux-4.4.14/arch/arm/mach-imx/ |
D | iomux-v1.c | 95 unsigned long shift = (pin & 0xf) << 1; in imx_iomuxv1_set_ocr() local 106 unsigned long shift = (pin & 0xf) << 1; in imx_iomuxv1_set_iconfa() local 117 unsigned long shift = (pin & 0xf) << 1; in imx_iomuxv1_set_iconfb() local
|
/linux-4.4.14/include/drm/ |
D | drm_fixed.h | 99 unsigned shift, sign = (a >> 63) & 1; in drm_fixp_msbset() local 110 unsigned shift = drm_fixp_msbset(a) + drm_fixp_msbset(b); in drm_fixp_mul() local 133 unsigned shift = 62 - drm_fixp_msbset(a); in drm_fixp_div() local
|
/linux-4.4.14/drivers/pinctrl/mvebu/ |
D | pinctrl-orion.c | 37 unsigned shift = (pid % MVEBU_MPPS_PER_REG) * MVEBU_MPP_BITS; in orion_mpp_ctrl_get() local 52 unsigned shift = (pid % MVEBU_MPPS_PER_REG) * MVEBU_MPP_BITS; in orion_mpp_ctrl_set() local
|
D | pinctrl-mvebu.h | 184 unsigned shift = (pid % MVEBU_MPPS_PER_REG) * MVEBU_MPP_BITS; in default_mpp_ctrl_get() local 195 unsigned shift = (pid % MVEBU_MPPS_PER_REG) * MVEBU_MPP_BITS; in default_mpp_ctrl_set() local
|
/linux-4.4.14/drivers/clk/ti/ |
D | autoidle.c | 29 u8 shift; member 141 u32 shift; in of_ti_clk_autoidle_setup() local
|
D | mux.c | 104 u8 shift, u32 mask, u8 clk_mux_flags, in _register_mux() 187 u32 shift = 0; in of_mux_clk_setup() local
|
D | divider.c | 251 u8 shift, u8 width, u8 clk_divider_flags, in _register_divider() 519 u32 *flags, u8 *div_flags, u8 *width, u8 *shift) in ti_clk_divider_populate() 567 u8 shift = 0; in of_ti_divider_clk_setup() local
|
/linux-4.4.14/drivers/media/pci/netup_unidvb/ |
D | netup_unidvb_ci.c | 66 u16 shift = (state->nr == 1) ? CAM1_SHIFT : 0; in netup_unidvb_ci_slot_ts_ctl() local 95 u16 shift = (state->nr == 1) ? CAM1_SHIFT : 0; in netup_unidvb_ci_slot_reset() local 128 u16 shift = (state->nr == 1) ? CAM1_SHIFT : 0; in netup_unidvb_poll_ci_slot_status() local
|
/linux-4.4.14/drivers/misc/cxl/ |
D | vphb.c | 114 u32 *mask, int *shift) in cxl_pcie_config_info() 171 int shift, rc; in cxl_pcie_read_config() local 192 int shift, rc; in cxl_pcie_write_config() local
|
/linux-4.4.14/drivers/pinctrl/uniphier/ |
D | pinctrl-uniphier-core.c | 128 unsigned int pupdctrl, reg, shift, val; in uniphier_conf_pin_bias_get() local 181 unsigned int drvctrl, reg, shift, mask, width, val; in uniphier_conf_pin_drive_get() local 288 unsigned int pupdctrl, reg, shift; in uniphier_conf_pin_bias_set() local 365 unsigned int drvctrl, reg, shift, mask, width, val; in uniphier_conf_pin_drive_set() local 539 unsigned reg, reg_end, shift, mask; in uniphier_pmx_set_one_mux() local
|
/linux-4.4.14/drivers/video/fbdev/core/ |
D | sysimgblt.c | 57 u32 color = 0, val, shift; in color_imageblit() local 115 u32 shift, color = 0, bpp = p->var.bits_per_pixel; in slow_imageblit() local 191 u32 bit_mask, end_mask, eorx, shift; in fast_imageblit() local
|
D | cfbimgblt.c | 82 u32 color = 0, val, shift; in color_imageblit() local 143 u32 shift, color = 0, bpp = p->var.bits_per_pixel; in slow_imageblit() local 221 u32 bit_mask, end_mask, eorx, shift; in fast_imageblit() local
|
D | syscopyarea.c | 32 int const shift = dst_idx-src_idx; in bitcpy() local 175 int shift; in bitcpy_rev() local
|
D | cfbcopyarea.c | 51 int const shift = dst_idx-src_idx; in bitcpy() local 217 int shift; in bitcpy_rev() local
|
/linux-4.4.14/sound/i2c/other/ |
D | ak4xxx-adda.c | 363 #define AK_COMPOSE(chip,addr,shift,mask) \ argument 480 int shift = AK_GET_SHIFT(kcontrol->private_value); in snd_akm4xxx_deemphasis_get() local 492 int shift = AK_GET_SHIFT(kcontrol->private_value); in snd_akm4xxx_deemphasis_put() local 512 int shift = AK_GET_SHIFT(kcontrol->private_value); in ak4xxx_switch_get() local 528 int shift = AK_GET_SHIFT(kcontrol->private_value); in ak4xxx_switch_put() local 840 int shift = idx == 3 ? 6 : (2 - idx) * 2; in build_deemphasis() local
|
/linux-4.4.14/drivers/pinctrl/bcm/ |
D | pinctrl-cygnus-gpio.c | 125 unsigned int shift = CYGNUS_GPIO_SHIFT(gpio); in cygnus_set_bit() local 140 unsigned int shift = CYGNUS_GPIO_SHIFT(gpio); in cygnus_get_bit() local 185 unsigned int shift = CYGNUS_GPIO_SHIFT(gpio); in cygnus_gpio_irq_ack() local 361 unsigned int shift = CYGNUS_GPIO_SHIFT(gpio); in cygnus_gpio_get() local 425 unsigned int i, offset, shift; in cygnus_gpio_set_strength() local 465 unsigned int i, offset, shift; in cygnus_gpio_get_strength() local
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | mem.c | 373 struct c4iw_mr *mhp, int shift) in register_mem() 396 struct c4iw_mr *mhp, int shift, int npages) in reregister_mem() 437 int *shift, __be64 **page_list) in build_phys_page_list() 511 int shift = 0; in c4iw_reregister_phys_mem() local 577 int shift; in c4iw_register_phys_mem() local 704 int shift, n, len; in c4iw_reg_user_mr() local
|
/linux-4.4.14/drivers/clk/socfpga/ |
D | clk.h | 56 u32 shift; /* only valid if div_reg != 0 */ member 66 u32 shift; /* only valid if div_reg != 0 */ member
|
/linux-4.4.14/arch/ia64/lib/ |
D | copy_user.S | 233 #define SWITCH(pred, shift) cmp.eq pred,p0=shift,rshift argument 234 #define CASE(pred, shift) \ argument
|
D | memcpy.S | 275 #define COPY(shift,index) \ argument
|
/linux-4.4.14/drivers/clk/tegra/ |
D | clk-super.c | 46 u8 source, shift; in clk_super_get_parent() local 76 u8 parent_index, shift; in clk_super_set_parent() local
|
/linux-4.4.14/drivers/clk/ |
D | clk-mux.c | 122 void __iomem *reg, u8 shift, u32 mask, in clk_register_mux_table() 175 void __iomem *reg, u8 shift, u8 width, in clk_register_mux()
|
D | clk-divider.c | 433 void __iomem *reg, u8 shift, u8 width, in _register_divider() 494 void __iomem *reg, u8 shift, u8 width, in clk_register_divider() 518 void __iomem *reg, u8 shift, u8 width, in clk_register_divider_table()
|
D | clk-axm5516.c | 81 u32 shift; member 116 u32 shift; member
|
/linux-4.4.14/drivers/mmc/host/ |
D | sdhci-pltfm.h | 66 int shift = (reg & 0x2) * 8; in sdhci_be32bs_writew() local 88 int shift = (reg & 0x3) * 8; in sdhci_be32bs_writeb() local
|
D | sdhci-of-esdhc.c | 77 int shift = (spec_reg & 0x2) * 8; in esdhc_readw_fixup() local 91 int shift = (spec_reg & 0x3) * 8; in esdhc_readb_fixup() local 147 int shift = (spec_reg & 0x2) * 8; in esdhc_writew_fixup() local 183 int shift = (spec_reg & 0x3) * 8; in esdhc_writeb_fixup() local
|
/linux-4.4.14/sound/pci/ |
D | ak4531_codec.c | 61 #define AK4531_SINGLE(xname, xindex, reg, shift, mask, invert) \ argument 66 #define AK4531_SINGLE_TLV(xname, xindex, reg, shift, mask, invert, xtlv) \ argument 90 int shift = (kcontrol->private_value >> 16) & 0x07; in snd_ak4531_get_single() local 109 int shift = (kcontrol->private_value >> 16) & 0x07; in snd_ak4531_put_single() local
|
/linux-4.4.14/arch/arm64/net/ |
D | bpf_jit.h | 105 #define A64_LSL(sf, Rd, Rn, shift) ({ \ argument 110 #define A64_LSR(sf, Rd, Rn, shift) A64_UBFM(sf, Rd, Rn, shift, (sf) ? 63 : 31) argument 112 #define A64_ASR(sf, Rd, Rn, shift) A64_SBFM(sf, Rd, Rn, shift, (sf) ? 63 : 31) argument 119 #define A64_MOVEW(sf, Rd, imm16, shift, type) \ argument 125 #define A64_MOVN(sf, Rd, imm16, shift) A64_MOVEW(sf, Rd, imm16, shift, INVERSE) argument 126 #define A64_MOVZ(sf, Rd, imm16, shift) A64_MOVEW(sf, Rd, imm16, shift, ZERO) argument 127 #define A64_MOVK(sf, Rd, imm16, shift) A64_MOVEW(sf, Rd, imm16, shift, KEEP) argument
|
/linux-4.4.14/sound/isa/cs423x/ |
D | cs4236_lib.c | 394 #define CS4236_SINGLE(xname, xindex, reg, shift, mask, invert) \ argument 400 #define CS4236_SINGLE_TLV(xname, xindex, reg, shift, mask, invert, xtlv) \ argument 424 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_cs4236_get_single() local 441 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_cs4236_put_single() local 459 #define CS4236_SINGLEC(xname, xindex, reg, shift, mask, invert) \ argument 470 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_cs4236_get_singlec() local 487 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_cs4236_put_singlec() local
|
/linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/hwregs/iop/asm/ |
D | iop_version_defs_asm.h | 17 #define REG_FIELD_X_( value, shift ) ((value) << shift) argument 23 #define REG_STATE_X_( k, shift ) (k << shift) argument
|
D | iop_sap_in_defs_asm.h | 17 #define REG_FIELD_X_( value, shift ) ((value) << shift) argument 23 #define REG_STATE_X_( k, shift ) (k << shift) argument
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/iop/asm/ |
D | iop_version_defs_asm.h | 20 #define REG_FIELD_X_( value, shift ) ((value) << shift) argument 26 #define REG_STATE_X_( k, shift ) (k << shift) argument
|
D | iop_scrc_in_defs_asm.h | 20 #define REG_FIELD_X_( value, shift ) ((value) << shift) argument 26 #define REG_STATE_X_( k, shift ) (k << shift) argument
|
D | iop_scrc_out_defs_asm.h | 20 #define REG_FIELD_X_( value, shift ) ((value) << shift) argument 26 #define REG_STATE_X_( k, shift ) (k << shift) argument
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_tegra.c | 130 unsigned int shift = ((unsigned long)(addr) & 0x3) << 3; in hda_tegra_writew() local 142 unsigned int shift = ((unsigned long)(addr) & 0x3) << 3; in hda_tegra_readw() local 152 unsigned int shift = ((unsigned long)(addr) & 0x3) << 3; in hda_tegra_writeb() local 164 unsigned int shift = ((unsigned long)(addr) & 0x3) << 3; in hda_tegra_readb() local
|
/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_sip.c | 59 const char *limit, int *shift) in string_len() 71 const char *limit, int *shift) in digits_len() 102 const char *limit, int *shift) in callid_len() 121 const char *limit, int *shift) in media_len() 177 const char *limit, int *shift) in epaddr_len() 197 const char *limit, int *shift) in skp_epaddr_len() 236 int shift = 0; in ct_sip_parse_request() local 366 int shift = 0; in ct_sip_get_header() local 434 int shift = 0; in ct_sip_next_header() local 666 const char *limit, int *shift) in sdp_addr_len() [all …]
|
/linux-4.4.14/drivers/pcmcia/ |
D | sa11xx_base.h | 69 #define MECR_SET(mecr, sock, shift, mask, bs) \ argument 74 #define MECR_GET(mecr, sock, shift, mask) \ argument
|
/linux-4.4.14/drivers/clk/hisilicon/ |
D | clkdivider-hi6220.c | 37 u8 shift; member 104 u8 shift, u8 width, u32 mask_bit, spinlock_t *lock) in hi6220_register_clkdiv()
|
D | clk.h | 62 u8 shift; member 75 u8 shift; member 88 u8 shift; member
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | mem.c | 45 void mlx5_ib_cont_pages(struct ib_umem *umem, u64 addr, int *count, int *shift, in mlx5_ib_cont_pages() 155 int shift = page_shift - umem_page_shift; in __mlx5_ib_populate_pas() local
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/asm/ |
D | irq_nmi_defs_asm.h | 20 #define REG_FIELD_X_( value, shift ) ((value) << shift) argument 26 #define REG_STATE_X_( k, shift ) (k << shift) argument
|
D | strcop_defs_asm.h | 20 #define REG_FIELD_X_( value, shift ) ((value) << shift) argument 26 #define REG_STATE_X_( k, shift ) (k << shift) argument
|
D | cris_defs_asm.h | 20 #define REG_FIELD_X_( value, shift ) ((value) << shift) argument 26 #define REG_STATE_X_( k, shift ) (k << shift) argument
|
D | strmux_defs_asm.h | 20 #define REG_FIELD_X_( value, shift ) ((value) << shift) argument 26 #define REG_STATE_X_( k, shift ) (k << shift) argument
|
D | config_defs_asm.h | 20 #define REG_FIELD_X_( value, shift ) ((value) << shift) argument 26 #define REG_STATE_X_( k, shift ) (k << shift) argument
|
/linux-4.4.14/sound/soc/sh/rcar/ |
D | adg.c | 100 int shift = (id % 2) ? 16 : 0; in rsnd_adg_set_cmd_timsel_gen2() local 122 int shift = (id % 2) ? 16 : 0; in rsnd_adg_set_src_timsel_gen2() local 253 int idx, sel, div, shift; in rsnd_adg_set_convert_clk_gen1() local 313 int shift = (id % 4) * 8; in rsnd_adg_set_ssi_clk() local
|
/linux-4.4.14/sound/ppc/ |
D | burgundy.c | 137 long *volume, int shift) in snd_pmac_burgundy_write_volume() 156 long *volume, int shift) in snd_pmac_burgundy_read_volume() 189 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_pmac_burgundy_get_volume() local 200 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_pmac_burgundy_put_volume() local 210 #define BURGUNDY_VOLUME_W(xname, xindex, addr, shift) \ argument
|
/linux-4.4.14/drivers/gpio/ |
D | gpio-samsung.c | 47 int shift = off * 2; in samsung_gpio_setpull_updown() local 62 int shift = off * 2; in samsung_gpio_getpull_updown() local 182 unsigned int shift = off * 2; in samsung_gpio_setcfg_2bit() local 245 unsigned int shift = (off & 7) * 4; in samsung_gpio_setcfg_4bit() local 280 unsigned int shift = (off & 7) * 4; in samsung_gpio_getcfg_4bit() local 310 unsigned int shift = off; in s3c24xx_gpio_setcfg_abank() local
|
/linux-4.4.14/arch/powerpc/mm/ |
D | hugetlbpage.c | 527 unsigned int shift = hugepd_shift(*hpdp); in free_hugepd_range() local 708 unsigned shift; in follow_huge_addr() local 814 int shift = __ffs(size); in add_huge_page_size() local 862 unsigned shift; in hugetlbpage_init() local 903 unsigned shift; in hugetlbpage_init() local 979 bool *is_thp, unsigned *shift) in __find_linux_pte_or_hugepte()
|
D | hash_native_64.c | 442 unsigned long hpte_v, want_v, shift; in native_hugepage_invalidate() local 488 int i, shift; in __hpte_actual_psize() local 523 int size, a_size, shift; in hpte_decode() local 638 unsigned long hash, index, hidx, shift, slot; in native_flush_hash_range() local
|
D | hash_utils_64.c | 187 unsigned int step, shift; in htab_bolt_mapping() local 254 unsigned int step, shift; in htab_remove_mapping() local 303 static int __init get_idx_from_shift(unsigned int shift) in get_idx_from_shift() 380 unsigned int shift = be32_to_cpu(prop[0]); in htab_dt_scan_page_sizes() local 1295 unsigned long hash, index, shift, hidx, slot; in flush_hash_page() local 1339 unsigned long hidx, shift, vpn, hash, slot; in flush_hash_hugepage() local
|
D | hugetlbpage-hash64.c | 23 int ssize, unsigned int shift, unsigned int mmu_psize) in __hash_page_huge()
|
D | hugepage-hash64.c | 30 unsigned long vpn, hash, shift, slot; in __hash_page_thp() local
|
D | hugetlbpage-book3e.c | 83 unsigned long psize, tsize, shift; in book3e_hugetlb_preload() local
|
D | pgtable_64.c | 445 void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) in pgtable_free_tlb() 457 unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; in __tlb_remove_table() local 468 void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) in pgtable_free_tlb()
|
/linux-4.4.14/drivers/clk/qcom/ |
D | clk-regmap-mux.h | 22 u32 shift; member
|
D | clk-regmap-divider.h | 22 u32 shift; member
|
/linux-4.4.14/include/linux/mfd/ |
D | tmio.h | 47 #define sd_config_write8(base, shift, reg, val) \ argument 49 #define sd_config_write16(base, shift, reg, val) \ argument 51 #define sd_config_write32(base, shift, reg, val) \ argument
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | cpm2.c | 146 int shift; in cpm2_clk_setup() local 276 int shift; in cpm2_smc_clk_setup() local
|
/linux-4.4.14/arch/arm/common/ |
D | it8152.c | 183 int shift; in it8152_pci_read_config() local 201 int shift; in it8152_pci_write_config() local
|
/linux-4.4.14/arch/m68k/math-emu/ |
D | multi_arith.h | 66 int shift; in fp_overnormalize() local 245 int shift) in fp_putmant128()
|
/linux-4.4.14/drivers/media/usb/pwc/ |
D | pwc-dec23.c | 299 int flags, version, shift, i; in pwc_dec23_init() local 553 unsigned int mask, shift; in decode_block() local 580 unsigned int shift; in decode_block() local
|
/linux-4.4.14/drivers/clk/mmp/ |
D | clk-mix.c | 138 u8 width, shift; in _set_rate() local 295 u8 width, shift; in mmp_clk_mix_get_parent() local 325 u8 width, shift; in mmp_clk_mix_recalc_rate() local
|
D | clk.h | 41 #define MMP_CLK_BITS_MASK(width, shift) \ argument 43 #define MMP_CLK_BITS_GET_VAL(data, width, shift) \ argument 45 #define MMP_CLK_BITS_SET_VAL(val, width, shift) \ argument 202 u8 shift; member 217 u8 shift; member
|
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | gss_krb5_wrap.c | 401 static void rotate_buf_a_little(struct xdr_buf *buf, unsigned int shift) in rotate_buf_a_little() 418 static void _rotate_left(struct xdr_buf *buf, unsigned int shift) in _rotate_left() 431 static void rotate_left(u32 base, struct xdr_buf *buf, unsigned int shift) in rotate_left()
|
/linux-4.4.14/drivers/pinctrl/ |
D | pinctrl-tz1090-pdc.c | 651 u32 *reg, u32 *width, u32 *mask, u32 *shift, in tz1090_pdc_pinconf_reg() 690 u32 reg, width, mask, shift, val, tmp, arg; in tz1090_pdc_pinconf_get() local 720 u32 reg, width, mask, shift, val, tmp; in tz1090_pdc_pinconf_set() local 773 u32 *mask, u32 *shift, const int **map) in tz1090_pdc_pinconf_group_reg() 820 u32 reg, width, mask, shift, val; in tz1090_pdc_pinconf_group_get() local 852 u32 reg, width, mask, shift, val; in tz1090_pdc_pinconf_group_set() local
|
D | pinctrl-tz1090.c | 1288 unsigned int index, shift; in tz1090_pinctrl_gpio_select() local 1327 unsigned int index, shift; in tz1090_pinctrl_perip_select() local 1531 unsigned char shift; member 1642 u32 *reg, u32 *width, u32 *mask, u32 *shift, in tz1090_pinconf_reg() 1684 u32 reg, width, mask, shift, val, tmp, arg; in tz1090_pinconf_get() local 1714 u32 reg, width, mask, shift, val, tmp; in tz1090_pinconf_set() local 1767 u32 *reg, u32 *width, u32 *mask, u32 *shift, in tz1090_pinconf_group_reg() 1811 u32 reg, width, mask, shift, val; in tz1090_pinconf_group_get() local 1855 u32 reg, width, mask, shift, val; in tz1090_pinconf_group_set() local
|
/linux-4.4.14/drivers/iio/humidity/ |
D | hdc100x.c | 49 int shift; member 121 int shift = hdc100x_resolution_shift[chan].shift; in hdc100x_set_it_time() local
|
/linux-4.4.14/sound/spi/ |
D | at73c213.c | 406 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_at73c213_mono_get() local 429 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_at73c213_mono_put() local 555 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_at73c213_mono_switch_get() local 577 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_at73c213_mono_switch_put() local 644 #define AT73C213_MONO_SWITCH(xname, xindex, reg, shift, mask, invert) \ argument
|
/linux-4.4.14/arch/arm/plat-orion/ |
D | mpp.c | 45 int shift, gpio_mode; in orion_mpp_conf() local
|
/linux-4.4.14/drivers/clk/at91/ |
D | clk-peripheral.c | 139 int shift = 0; in clk_sam9x5_peripheral_autodiv() local 242 int shift = 0; in clk_sam9x5_peripheral_round_rate() local 288 int shift; in clk_sam9x5_peripheral_set_rate() local
|
D | clk-programmable.c | 64 int shift; in clk_programmable_determine_rate() local 146 int shift = 0; in clk_programmable_set_rate() local
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | item.h | 47 unsigned char shift; /* shift in bits */ member 192 __mlxsw_item_bit_array_offset(struct mlxsw_item *item, u16 index, u8 *shift) in __mlxsw_item_bit_array_offset() 218 u8 shift, tmp; in __mlxsw_item_bit_array_get() local 230 u8 shift, tmp; in __mlxsw_item_bit_array_set() local
|
/linux-4.4.14/drivers/md/persistent-data/ |
D | dm-btree-remove.c | 56 static void node_shift(struct btree_node *n, int shift) in node_shift() 82 static void node_copy(struct btree_node *left, struct btree_node *right, int shift) in node_copy() 173 static void shift(struct btree_node *left, struct btree_node *right, int count) in shift() function 269 unsigned shift = min(max_entries - nr_left, nr_center); in delete_center_node() local
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | sunbmac.c | 339 int shift = 4; in put_tcvr_byte() local 350 int shift; in bigmac_tcvr_write() local 416 int shift = 15; in bigmac_tcvr_read() local 433 int shift = 15; in bigmac_tcvr_read() local
|
/linux-4.4.14/drivers/staging/most/hdm-dim2/ |
D | dim2_hal.c | 220 u8 const shift = (ch_addr % 2) * 16; in dim2_configure_cat() local 233 u8 const shift = (ch_addr % 2) * 16; in dim2_clear_cat() local 284 u8 const shift = idx * 16; in dim2_start_ctrl_async() local 307 u8 const shift = idx * 16; in dim2_start_isoc_sync() local 516 u8 const shift = idx * 16; in service_channel() local
|
/linux-4.4.14/drivers/misc/ |
D | cs5535-mfgpt.c | 51 int shift = (cmp == MFGPT_CMP1) ? 0 : 8; in cs5535_mfgpt_toggle_event() local 103 int shift; in cs5535_mfgpt_set_irq() local
|
/linux-4.4.14/drivers/irqchip/ |
D | spear-shirq.c | 61 u32 val, shift = d->irq - shirq->virq_base + shirq->offset; in shirq_irq_mask() local 73 u32 val, shift = d->irq - shirq->virq_base + shirq->offset; in shirq_irq_unmask() local
|
D | irq-renesas-intc-irqpin.c | 143 int reg, int shift, in intc_irqpin_read_modify_write() 164 int shift = 32 - (irq + 1) * bitfield_width; in intc_irqpin_mask_unmask_prio() local 175 int shift = 32 - (irq + 1) * bitfield_width; in intc_irqpin_set_sense() local
|
/linux-4.4.14/kernel/time/ |
D | sched_clock.c | 44 u32 shift; member 91 static inline u64 notrace cyc_to_ns(u64 cyc, u32 mult, u32 shift) in cyc_to_ns()
|
/linux-4.4.14/arch/x86/math-emu/ |
D | poly_2xm1.c | 54 long int exponent, shift; in poly_2xm1() local
|
/linux-4.4.14/arch/sparc/kernel/ |
D | iommu_common.h | 39 unsigned long shift, in is_span_boundary()
|
/linux-4.4.14/fs/reiserfs/ |
D | do_balan.c | 300 int new_item_len, shift; in balance_leaf_insert_left() local 488 int shift = tb->tb_sb->s_blocksize_bits - UNFM_P_SHIFT; in balance_leaf_paste_left_shift() local 649 int version, shift; in balance_leaf_insert_right() local 813 int shift = tb->tb_sb->s_blocksize_bits - UNFM_P_SHIFT; in balance_leaf_paste_right_shift() local 938 int shift; in balance_leaf_new_nodes_insert() local 1084 int n_shift, n_rem, r_zeroes_number, shift; in balance_leaf_new_nodes_paste_shift() local
|
/linux-4.4.14/arch/mips/include/asm/txx9/ |
D | ndfmc.h | 17 unsigned int shift; member
|
/linux-4.4.14/samples/bpf/ |
D | lathist_kern.c | 43 unsigned int shift; in log2() local
|
D | tracex2_kern.c | 46 unsigned int shift; in log2() local
|
/linux-4.4.14/arch/c6x/kernel/ |
D | module.c | 17 static inline int fixup_pcr(u32 *ip, Elf32_Addr dest, u32 maskbits, int shift) in fixup_pcr()
|
/linux-4.4.14/arch/arm/mach-cns3xxx/ |
D | pcie.c | 94 int shift = (where % 4) * 8; in cns3xxx_pci_read_config() local 221 int shift = (where % 4) * 8; in cns3xxx_write_config() local
|
/linux-4.4.14/drivers/clk/keystone/ |
D | pll.c | 256 u32 shift, mask; in of_pll_div_clk_init() local 299 u32 shift, mask; in of_pll_mux_clk_init() local
|
/linux-4.4.14/sound/soc/codecs/ |
D | tpa6130a2.c | 198 unsigned int shift = mc->shift; in tpa6130a2_get_volsw() local 227 unsigned int shift = mc->shift; in tpa6130a2_put_volsw() local
|
D | wm9712.c | 189 unsigned int mixer, mask, shift, old; in wm9712_hp_mixer_put() local 232 unsigned int shift, mixer; in wm9712_hp_mixer_get() local
|
/linux-4.4.14/drivers/macintosh/ |
D | windfarm_smu_sat.c | 53 int shift; member 214 int shift, cpu, index; in wf_sat_probe() local
|
/linux-4.4.14/drivers/ide/ |
D | alim15x3.c | 56 int shift = 4 * (drive->dn & 1); in ali_fifo_control() local 71 int shift = 4 * unit; in ali_program_timings() local
|
/linux-4.4.14/drivers/input/joystick/ |
D | grip.c | 84 static int grip_gpp_read_packet(struct gameport *gameport, int shift, unsigned int *data) in grip_gpp_read_packet() 124 static int grip_xt_read_packet(struct gameport *gameport, int shift, unsigned int *data) in grip_xt_read_packet()
|
/linux-4.4.14/net/mac80211/ |
D | status.c | 276 int rtap_len, int shift) in ieee80211_add_tx_radiotap_header() 676 int retry_count, int shift, bool send_to_cooked) in ieee80211_tx_monitor() 745 int shift = 0; in ieee80211_tx_status() local
|
D | util.c | 64 int shift) in ieee80211_frame_duration() 138 int erp, shift = 0; in ieee80211_generic_frame_duration() local 165 int erp, shift = 0, bitrate; in ieee80211_rts_duration() local 209 int erp, shift = 0, bitrate; in ieee80211_ctstoself_duration() local 1313 int shift; in ieee80211_build_preq_ies_band() local 1587 int i, j, shift; in ieee80211_sta_get_rates() local 2447 int shift = ieee80211_chandef_get_shift(chandef); in ieee80211_parse_bitrates() local 2478 int rate, shift; in ieee80211_add_srates_ie() local 2523 int rate, shift; in ieee80211_add_ext_srates_ie() local 2646 int shift = 0; in ieee80211_calculate_rx_timestamp() local
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-sunxi.c | 62 #define SUNXI_GET(x, mask, shift) (((x) & ((mask) << (shift))) \ argument 65 #define SUNXI_SET(x, mask, shift) (((x) & (mask)) << (shift)) argument 94 #define SUNXI_LEAP_SET_VALUE(x, shift) SUNXI_SET(x, SUNXI_MASK_LY, shift) argument
|
/linux-4.4.14/sound/pci/ice1712/ |
D | maya44.c | 293 #define COMPOSE_GPIO_VAL(shift, inv) ((shift) | ((inv) << 8)) argument 314 unsigned int shift = GET_GPIO_VAL_SHIFT(kcontrol->private_value); in maya_gpio_sw_get() local 328 unsigned int shift = GET_GPIO_VAL_SHIFT(kcontrol->private_value); in maya_gpio_sw_put() local 411 static const unsigned char shift[10] = in maya_pb_route_shift() local
|
D | ews.c | 750 int shift = kcontrol->private_value & 0xff; in snd_ice1712_ews88d_control_get() local 771 int shift = kcontrol->private_value & 0xff; in snd_ice1712_ews88d_control_put() local 861 int shift = kcontrol->private_value & 0xff; in snd_ice1712_6fire_control_get() local 877 int shift = kcontrol->private_value & 0xff; in snd_ice1712_6fire_control_put() local
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pvclock.h | 23 static inline u64 pvclock_scale_delta(u64 delta, u32 mul_frac, int shift) in pvclock_scale_delta()
|
/linux-4.4.14/arch/sh/drivers/pci/ |
D | ops-sh4.c | 68 int shift; in sh4_pci_write() local
|
D | ops-sh7786.c | 132 int shift, ret; in sh7786_pcie_write() local
|
/linux-4.4.14/drivers/clk/st/ |
D | clkgen.h | 17 unsigned int shift; member
|
/linux-4.4.14/arch/arm/lib/ |
D | delay.c | 52 static inline u64 cyc_to_ns(u64 cyc, u32 mult, u32 shift) in cyc_to_ns()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | c2p_core.h | 21 unsigned int shift, u32 mask) in _transp()
|
/linux-4.4.14/arch/sh/boards/mach-x3proto/ |
D | ilsel.c | 66 unsigned int tmp, shift; in __ilsel_enable() local
|
/linux-4.4.14/drivers/media/platform/exynos-gsc/ |
D | gsc-regs.c | 62 void gsc_hw_set_input_buf_masking(struct gsc_dev *dev, u32 shift, in gsc_hw_set_input_buf_masking() 76 void gsc_hw_set_output_buf_masking(struct gsc_dev *dev, u32 shift, in gsc_hw_set_output_buf_masking()
|
/linux-4.4.14/drivers/sh/intc/ |
D | access.c | 59 unsigned int shift = _INTC_SHIFT(handle); in intc_set_field_from_handle() local 69 unsigned int shift = _INTC_SHIFT(handle); in intc_get_field_from_handle() local
|
/linux-4.4.14/drivers/ata/ |
D | pata_ali.c | 146 int shift = 4 * adev->devno; in ali_fifo_control() local 177 int shift = 4 * adev->devno; in ali_program_modes() local
|
D | pata_platform.c | 58 unsigned int shift) in pata_platform_setup_port()
|
/linux-4.4.14/arch/mips/kernel/ |
D | smp-bmips.c | 68 #define CPUNUM(cpu, shift) (((cpu) + bmips_cpu_offset) << (shift)) argument 468 int shift = info->cpu & 0x01 ? 16 : 0; in bmips_set_reset_vec_remote() local
|
/linux-4.4.14/drivers/iio/adc/ |
D | ti-adc081c.c | 26 int *shift, long mask) in adc081c_read_raw()
|
/linux-4.4.14/include/uapi/linux/tc_act/ |
D | tc_pedit.h | 23 __u32 shift; member
|
/linux-4.4.14/arch/sh/include/asm/ |
D | hw_irq.h | 13 unsigned char shift; /* Number of bits to shift the data */ member
|
/linux-4.4.14/drivers/iio/dac/ |
D | ad5446.c | 105 unsigned int shift; in ad5446_write_dac_powerdown() local 158 #define AD5446_CHANNEL(bits, storage, shift) \ argument 161 #define AD5446_CHANNEL_POWERDOWN(bits, storage, shift) \ argument
|
/linux-4.4.14/arch/s390/include/asm/ |
D | dis.h | 27 int shift; /* The number of bits to shift. */ member
|
/linux-4.4.14/drivers/misc/altera-stapl/ |
D | altera-comp.c | 57 u32 shift = 0; in altera_read_packed() local
|
/linux-4.4.14/tools/iio/ |
D | iio_utils.h | 48 unsigned shift; member
|
/linux-4.4.14/arch/blackfin/mach-common/ |
D | clock.h | 23 u32 shift; member
|
/linux-4.4.14/arch/tile/kernel/ |
D | module.c | 112 int shift = __builtin_clzl(get_JumpOff_X1(create_JumpOff_X1(-1))); in validate_jumpoff() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/pm/ |
D | priv.h | 25 u8 shift; member 41 u8 shift; member
|
/linux-4.4.14/fs/cachefiles/ |
D | rdwr.c | 398 unsigned shift; in cachefiles_read_or_alloc_page() local 686 unsigned shift, nrbackpages; in cachefiles_read_or_alloc_pages() local
|
/linux-4.4.14/arch/x86/kernel/apic/ |
D | x2apic_uv_x.c | 545 int shift = UVH_RH_GAM_GRU_OVERLAY_CONFIG_MMR_BASE_SHFT; in map_gru_high() local 565 int shift = UVH_RH_GAM_MMR_OVERLAY_CONFIG_MMR_BASE_SHFT; in map_mmr_high() local 602 int i, n, shift, m_io, max_io; in map_mmioh_high_uv3() local 674 int shift, enable, m_io, n_io; in map_mmioh_high() local
|
/linux-4.4.14/drivers/base/regmap/ |
D | regmap.c | 190 static void regmap_format_8(void *buf, unsigned int val, unsigned int shift) in regmap_format_8() 197 static void regmap_format_16_be(void *buf, unsigned int val, unsigned int shift) in regmap_format_16_be() 204 static void regmap_format_16_le(void *buf, unsigned int val, unsigned int shift) in regmap_format_16_le() 212 unsigned int shift) in regmap_format_16_native() 217 static void regmap_format_24(void *buf, unsigned int val, unsigned int shift) in regmap_format_24() 228 static void regmap_format_32_be(void *buf, unsigned int val, unsigned int shift) in regmap_format_32_be() 235 static void regmap_format_32_le(void *buf, unsigned int val, unsigned int shift) in regmap_format_32_le() 243 unsigned int shift) in regmap_format_32_native()
|
/linux-4.4.14/arch/tile/include/asm/ |
D | vdso.h | 35 __u32 shift; /* Cycle to nanosecond divisor (power of two) */ member
|
/linux-4.4.14/mm/ |
D | mm_init.c | 71 int shift, width; in mminit_verify_pageflags_layout() local
|
/linux-4.4.14/arch/cris/include/arch-v32/mach-fs/mach/hwregs/asm/ |
D | config_defs_asm.h | 20 #define REG_FIELD_X_( value, shift ) ((value) << shift) argument 26 #define REG_STATE_X_( k, shift ) (k << shift) argument
|
/linux-4.4.14/drivers/leds/ |
D | leds-pca963x.c | 130 int shift = 2 * (pca963x->led_num % 4); in pca963x_brightness_work() local 162 int shift = 2 * (pca963x->led_num % 4); in pca963x_blink_work() local
|
D | leds-bcm6328.c | 104 unsigned long val, shift; in bcm6328_led_mode() local 295 unsigned long val, shift; in bcm6328_led() local
|
/linux-4.4.14/drivers/clk/ingenic/ |
D | cgu.h | 72 u8 shift; member 89 u8 shift; member
|
/linux-4.4.14/sound/isa/ad1816a/ |
D | ad1816a_lib.c | 770 #define AD1816A_SINGLE_TLV(xname, reg, shift, mask, invert, xtlv) \ argument 777 #define AD1816A_SINGLE(xname, reg, shift, mask, invert) \ argument 798 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_ad1816a_get_single() local 815 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_ad1816a_put_single() local
|
/linux-4.4.14/sound/isa/ |
D | opl3sa2.c | 341 #define OPL3SA2_SINGLE(xname, xindex, reg, shift, mask, invert) \ argument 346 #define OPL3SA2_SINGLE_TLV(xname, xindex, reg, shift, mask, invert, xtlv) \ argument 360 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_opl3sa2_get_single() local 377 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_opl3sa2_put_single() local
|