/linux-6.3-rc2/arch/alpha/include/uapi/asm/ |
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 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 38 # define __kernel_extbl(val, shift) \ argument [all …]
|
/linux-6.3-rc2/drivers/clk/imx/ |
A D | clk.h | 126 #define imx_clk_gate(name, parent, reg, shift) \ argument 129 #define imx_clk_gate_dis(name, parent, reg, shift) \ argument 132 #define imx_clk_gate2(name, parent, reg, shift) \ argument 159 #define imx_clk_hw_gate(name, parent, reg, shift) \ argument 162 #define imx_clk_hw_gate2(name, parent, reg, shift) \ argument 183 #define imx_clk_hw_gate3(name, parent, reg, shift) \ argument 189 #define imx_clk_hw_gate4(name, parent, reg, shift) \ argument 354 void __iomem *reg, u8 shift, in __imx_clk_hw_divider() 362 void __iomem *reg, u8 shift, in __imx_clk_hw_gate() 371 void __iomem *reg, u8 shift, u8 cgr_val, in __imx_clk_hw_gate2() [all …]
|
A D | clk-busy.c | 16 static int clk_busy_wait(void __iomem *reg, u8 shift) in clk_busy_wait() 31 u8 shift; member 77 void __iomem *reg, u8 shift, u8 width, in imx_clk_hw_busy_divider() 121 u8 shift; member 155 struct clk_hw *imx_clk_hw_busy_mux(const char *name, void __iomem *reg, u8 shift, in imx_clk_hw_busy_mux()
|
/linux-6.3-rc2/include/linux/ |
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
|
A D | clk-provider.h | 663 u8 shift; member 771 shift, width, clk_divider_flags, \ argument 790 reg, shift, width, \ argument 830 reg, shift, width, \ argument 851 flags, reg, shift, width, \ argument 888 reg, shift, width, \ argument 909 reg, shift, width, \ argument 953 u8 shift; member 1020 flags, reg, shift, width, \ argument 1026 num_parents, flags, reg, shift, \ argument [all …]
|
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 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() 197 static inline u64 mul_u64_u64_shr(u64 a, u64 b, unsigned int shift) in mul_u64_u64_shr() 243 static inline u64 mul_s64_u64_shr(s64 a, u64 b, unsigned int shift) in mul_s64_u64_shr()
|
/linux-6.3-rc2/drivers/clk/meson/ |
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-6.3-rc2/drivers/soc/fsl/qe/ |
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 123 unsigned int shift; in ucc_set_qe_mux_rxtx() local 505 u32 shift; in ucc_get_tdm_clk_shift() local 520 u32 shift; in ucc_set_tdm_rxtx_clk() local 622 u32 shift; in ucc_get_tdm_sync_shift() local 634 u32 shift; in ucc_set_tdm_rxtx_sync() local
|
/linux-6.3-rc2/arch/sparc/mm/ |
A D | hugetlbpage.c | 134 static pte_t sun4u_hugepage_shift_to_tte(pte_t entry, unsigned int shift) in sun4u_hugepage_shift_to_tte() 139 static pte_t sun4v_hugepage_shift_to_tte(pte_t entry, unsigned int shift) in sun4v_hugepage_shift_to_tte() 172 static pte_t hugepage_shift_to_tte(pte_t entry, unsigned int shift) in hugepage_shift_to_tte() 180 pte_t arch_make_huge_pte(pte_t entry, unsigned int shift, vm_flags_t flags) in arch_make_huge_pte() 202 unsigned int shift; in sun4v_huge_tte_to_shift() local 230 unsigned int shift; in sun4u_huge_tte_to_shift() local 259 unsigned long shift = tte_to_shift(entry); in huge_tte_to_shift() local 334 unsigned int nptes, orig_shift, shift; in set_huge_pte_at() local 370 unsigned int i, nptes, orig_shift, shift; in huge_ptep_get_and_clear() local
|
/linux-6.3-rc2/drivers/infiniband/core/ |
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-6.3-rc2/drivers/media/platform/nvidia/tegra-vde/ |
A D | iommu.c | 25 unsigned long shift; in tegra_vde_iommu_map() local 53 unsigned long shift = iova_shift(&vde->iova); in tegra_vde_iommu_unmap() local 66 unsigned long shift; in tegra_vde_iommu_init() local
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dmub/src/ |
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-6.3-rc2/arch/powerpc/include/asm/nohash/ |
A D | pgalloc.h | 37 static inline void pgtable_free(void *table, int shift) in pgtable_free() 49 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) in pgtable_free_tlb() 61 unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; in __tlb_remove_table() local
|
/linux-6.3-rc2/arch/powerpc/mm/ |
A D | init-common.c | 71 #define CTOR(shift) static void ctor_##shift(void *addr) \ argument 79 static inline void (*ctor(int shift))(void *) in ctor() 114 void pgtable_cache_add(unsigned int shift) in pgtable_cache_add()
|
/linux-6.3-rc2/sound/pci/ac97/ |
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-6.3-rc2/drivers/regulator/ |
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
|
A D | max8998.c | 41 int *reg, int *shift) in max8998_get_enable_register() 85 int ret, reg, shift = 8; in max8998_ldo_is_enabled() local 108 int reg, shift = 8, ret; in max8998_ldo_enable() local 121 int reg, shift = 8, ret; in max8998_ldo_disable() local 135 int reg, shift = 0, mask = 0xff; in max8998_get_voltage_register() local 197 int reg, shift = 0, mask, ret; in max8998_get_voltage_sel() local 219 int reg, shift = 0, mask, ret; in max8998_set_voltage_ldo_sel() local 248 int reg, shift = 0, mask, ret, j; in max8998_set_voltage_buck_sel() local
|
/linux-6.3-rc2/drivers/mfd/ |
A D | atmel-smc.c | 94 unsigned int shift, unsigned int ncycles) in atmel_smc_cs_conf_set_timing() 136 unsigned int shift, unsigned int ncycles) in atmel_smc_cs_conf_set_setup() 175 unsigned int shift, unsigned int ncycles) in atmel_smc_cs_conf_set_pulse() 214 unsigned int shift, unsigned int ncycles) in atmel_smc_cs_conf_set_cycle()
|
A D | mt6397-irq.c | 42 int shift = data->hwirq & 0xf; in mt6397_irq_disable() local 51 int shift = data->hwirq & 0xf; in mt6397_irq_enable() local 60 int shift = irq_data->hwirq & 0xf; in mt6397_irq_set_wake() local
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | cacheflush.h | 66 unsigned long shift = l1_dcache_shift(); in flush_dcache_range() local 88 unsigned long shift = l1_dcache_shift(); in clean_dcache_range() local 107 unsigned long shift = l1_dcache_shift(); in invalidate_dcache_range() local
|
/linux-6.3-rc2/sound/soc/ |
A D | soc-ops.c | 129 unsigned int reg, unsigned int mask, unsigned int shift, in snd_soc_read_signed() 261 unsigned int shift = mc->shift; in snd_soc_get_volsw() local 321 unsigned int shift = mc->shift; in snd_soc_put_volsw() local 403 unsigned int shift = mc->shift; in snd_soc_get_volsw_sx() local 441 unsigned int shift = mc->shift; in snd_soc_put_volsw_sx() local 538 unsigned int shift = mc->shift; in snd_soc_put_volsw_range() local 611 unsigned int shift = mc->shift; in snd_soc_get_volsw_range() local 975 unsigned int shift = mc->shift; in snd_soc_get_strobe() local 1008 unsigned int shift = mc->shift; in snd_soc_put_strobe() local
|
/linux-6.3-rc2/arch/arm64/lib/ |
A D | insn.c | 27 int shift; in aarch64_get_imm_shift_mask() local 91 int shift; in aarch64_insn_decode_immediate() local 116 int shift; in aarch64_insn_encode_immediate() local 149 int shift; in aarch64_insn_decode_register() local 179 int shift; in aarch64_insn_encode_register() local 414 u32 shift; in aarch64_insn_gen_load_store_imm() local 481 int shift; in aarch64_insn_gen_load_store_pair() local 841 int imm, int shift, in aarch64_insn_gen_movewide() 898 int shift, in aarch64_insn_gen_add_sub_shifted_reg() 1092 int shift, in aarch64_insn_gen_logical_shifted_reg()
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | cmpxchg.h | 21 int shift; in __xchg() local 93 unsigned int prev, shift, mask; in __cmpxchg() local 123 unsigned int prev, shift, mask; in __cmpxchg() local
|
/linux-6.3-rc2/drivers/clk/renesas/ |
A D | clk-r8a73a4.c | 38 unsigned int shift; member 65 unsigned int shift, reg; in r8a73a4_cpg_register_clock() local 153 u32 shift = 8; in r8a73a4_cpg_register_clock() local
|
/linux-6.3-rc2/drivers/video/fbdev/core/ |
A 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
|