Home
last modified time | relevance | path

Searched defs:shift (Results 1 – 25 of 1387) sorted by relevance

12345678910>>...56

/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dcompiler.h14 # 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 …]
/OK3568_Linux_fs/kernel/drivers/clk/imx/
H A Dclk.h81 #define imx_clk_gate_exclusive(name, parent, reg, shift, exclusive_mask) \ argument
90 #define imx_clk_divider(name, parent, reg, shift, width) \ argument
93 #define imx_clk_divider2(name, parent, reg, shift, width) \ argument
96 #define imx_clk_divider_flags(name, parent, reg, shift, width, flags) \ argument
99 #define imx_clk_gate(name, parent, reg, shift) \ argument
102 #define imx_clk_gate_dis(name, parent, reg, shift) \ argument
105 #define imx_clk_gate2(name, parent, reg, shift) \ argument
108 #define imx_clk_gate2_flags(name, parent, reg, shift, flags) \ argument
111 #define imx_clk_gate2_shared2(name, parent, reg, shift, share_count) \ argument
114 #define imx_clk_gate3(name, parent, reg, shift) \ argument
[all …]
H A Dclk-busy.c16 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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Dcompare_circular.hpp33 struct shift struct
38 struct shift<degree> struct
40 static inline double full() { return 360.0; } in full()
41 static inline double half() { return 180.0; } in half()
45 struct shift<radian> struct
47 static inline double full() { return 2.0 * boost::math::constants::pi<double>(); } in full()
48 static inline double half() { return boost::math::constants::pi<double>(); } in half()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbitops.h83 static inline __u64 rol64(__u64 word, unsigned int shift) in rol64()
93 static inline __u64 ror64(__u64 word, unsigned int shift) in ror64()
103 static inline __u32 rol32(__u32 word, unsigned int shift) in rol32()
113 static inline __u32 ror32(__u32 word, unsigned int shift) in ror32()
123 static inline __u16 rol16(__u16 word, unsigned int shift) in rol16()
133 static inline __u16 ror16(__u16 word, unsigned int shift) in ror16()
143 static inline __u8 rol8(__u8 word, unsigned int shift) in rol8()
153 static inline __u8 ror8(__u8 word, unsigned int shift) in ror8()
167 __u8 shift = 31 - index; in sign_extend32() local
178 __u8 shift = 63 - index; in sign_extend64() local
/OK3568_Linux_fs/u-boot/include/
H A Dbitfield.h43 static inline uint bitfield_mask(uint shift, uint width) in bitfield_mask()
49 static inline uint bitfield_extract(uint reg_val, uint shift, uint width) in bitfield_extract()
58 static inline uint bitfield_replace(uint reg_val, uint shift, uint width, in bitfield_replace()
75 uint shift = bitfield_shift(mask); in bitfield_extract_by_mask() local
87 uint shift = bitfield_shift(mask); in bitfield_replace_by_mask() local
/OK3568_Linux_fs/kernel/drivers/clk/meson/
H A Dparm.h14 #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
/OK3568_Linux_fs/kernel/drivers/soc/fsl/qe/
H A Ducc.c89 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
/OK3568_Linux_fs/kernel/arch/sparc/mm/
H A Dhugetlbpage.c134 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()
183 unsigned int shift = huge_page_shift(hstate_vma(vma)); in arch_make_huge_pte() local
203 unsigned int shift; in sun4v_huge_tte_to_shift() local
231 unsigned int shift; in sun4u_huge_tte_to_shift() local
252 unsigned long shift; in huge_tte_to_shift() local
328 unsigned int nptes, orig_shift, shift; in set_huge_pte_at() local
364 unsigned int i, nptes, orig_shift, shift; in huge_ptep_get_and_clear() local
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dtmio_core.c29 int tmio_core_mmc_enable(void __iomem *cnf, int shift, unsigned long base) in tmio_core_mmc_enable()
48 int tmio_core_mmc_resume(void __iomem *cnf, int shift, unsigned long base) in tmio_core_mmc_resume()
59 void tmio_core_mmc_pwr(void __iomem *cnf, int shift, int state) in tmio_core_mmc_pwr()
65 void tmio_core_mmc_clk_div(void __iomem *cnf, int shift, int state) in tmio_core_mmc_clk_div()
H A Datmel-smc.c94 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()
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Dpacker.c71 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
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/
H A Dutil.h70 #define SHIFT_U32(v, shift) ((v) << (shift)) argument
71 #define SHIFT_U64(v, shift) ((v) << (shift)) argument
75 #define SHIFT_U32(v, shift) ((uint32_t)(v) << (shift)) argument
76 #define SHIFT_U64(v, shift) ((uint64_t)(v) << (shift)) argument
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dutil.h70 #define SHIFT_U32(v, shift) ((v) << (shift)) argument
71 #define SHIFT_U64(v, shift) ((v) << (shift)) argument
75 #define SHIFT_U32(v, shift) ((uint32_t)(v) << (shift)) argument
76 #define SHIFT_U64(v, shift) ((uint64_t)(v) << (shift)) argument
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dinit-common.c56 #define CTOR(shift) static void ctor_##shift(void *addr) \ argument
64 static inline void (*ctor(int shift))(void *) in ctor()
99 void pgtable_cache_add(unsigned int shift) in pgtable_cache_add()
/OK3568_Linux_fs/kernel/drivers/staging/media/tegra-vde/
H A Diommu.c25 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
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_reg.c36 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()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/
H A Dpgalloc.h37 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
/OK3568_Linux_fs/kernel/sound/pci/ac97/
H A Dac97_patch.h10 #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
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dmax8998.c41 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
H A Dmax77802-regulator.c99 int shift = max77802_get_opmode_shift(id); in max77802_set_suspend_disable() local
116 int shift = max77802_get_opmode_shift(id); in max77802_set_mode() local
166 int shift = max77802_get_opmode_shift(id); in max77802_set_suspend_mode() local
214 int shift = max77802_get_opmode_shift(id); in max77802_enable() local
545 int shift = max77802_get_opmode_shift(id); in max77802_pmic_probe() local
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx7ulp/
H A Dscg.c58 u32 shift, mask; in scg_sircdiv_get_rate() local
96 u32 shift, mask; in scg_fircdiv_get_rate() local
134 u32 shift, mask; in scg_soscdiv_get_rate() local
172 u32 shift, mask, gate, valid; in scg_apll_pfd_get_rate() local
222 u32 shift, mask, gate, valid; in scg_spll_pfd_get_rate() local
359 u32 shift, mask; in scg_nic_get_rate() local
621 u32 shift, mask, gate, valid; in scg_enable_pll_pfd() local
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dcacheflush.h49 unsigned long shift = l1_dcache_shift(); in flush_dcache_range() local
71 unsigned long shift = l1_dcache_shift(); in clean_dcache_range() local
90 unsigned long shift = l1_dcache_shift(); in invalidate_dcache_range() local
/OK3568_Linux_fs/u-boot/drivers/clk/rockchip/
H A Dclk_rk3528.c240 u32 div, mask, shift; in rk3528_ppll_matrix_get_rate() local
282 u32 id, div, mask, shift; in rk3528_ppll_matrix_set_rate() local
327 u32 sel, div, mask, shift, con; in rk3528_cgpll_matrix_get_rate() local
435 u32 sel, div, mask, shift, con; in rk3528_cgpll_matrix_set_rate() local
551 u32 id, sel, con, mask, shift; in rk3528_i2c_get_clk() local
630 u32 id, sel, mask, shift; in rk3528_i2c_set_clk() local
706 u32 id, sel, con, mask, shift; in rk3528_spi_get_clk() local
743 u32 id, sel, mask, shift; in rk3528_spi_set_clk() local
778 u32 id, sel, con, mask, shift; in rk3528_pwm_get_clk() local
814 u32 id, sel, mask, shift; in rk3528_pwm_set_clk() local
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dsreal.h92 sreal shift (int s) const in shift() function
204 int shift = SREAL_PART_BITS - 2 - floor_log2 (sig); in normalize_up() local
233 int shift = floor_log2 (sig) - SREAL_PART_BITS + 2; in normalize_down() local

12345678910>>...56