Home
last modified time | relevance | path

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

1234567

/f-stack/freebsd/contrib/alpine-hal/
H A Dal_hal_reg_utils.h66 #define AL_REG_FIELD_GET(reg, mask, shift) (((reg) & (mask)) >> (shift)) argument
69 #define AL_REG_FIELD_SET(reg, mask, shift, val) \ argument
75 #define AL_REG_FIELD_SET_64(reg, mask, shift, val) \ argument
81 #define AL_REG_BIT_GET(reg, shift) \ argument
84 #define AL_REG_BITS_FIELD(shift, val) \ argument
88 #define AL_REG_BIT_VAL_SET(reg, shift, val) \ argument
92 #define AL_REG_BIT_SET(reg, shift) \ argument
96 #define AL_REG_BIT_CLEAR(reg, shift) \ argument
/f-stack/freebsd/sys/
H A D_atomic_subword.h123 int shift; in atomic_cmpset_8() local
136 int ret, shift; in atomic_fcmpset_8() local
153 int shift; in atomic_cmpset_16() local
166 int ret, shift; in atomic_fcmpset_16() local
183 int shift; in atomic_load_acq_8() local
196 int shift; in atomic_load_acq_16() local
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dbitops.h64 #define BF32_GET_SB(x, low, len, shift, bias) \ argument
66 #define BF64_GET_SB(x, low, len, shift, bias) \ argument
75 #define BF32_SET_SB(x, low, len, shift, bias, val) do { \ argument
80 #define BF64_SET_SB(x, low, len, shift, bias, val) do { \ argument
H A Ddmu_traverse.h83 unsigned int shift = level * (indblkshift - SPA_BLKPTRSHIFT); in bp_span_in_blocks() local
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dsz.h57 pszind_t shift = (x < LG_SIZE_CLASS_GROUP + LG_PAGE) ? 0 : x - in sz_psz2ind() local
86 size_t shift = (grp == 0) ? 1 : grp; in sz_pind2sz_compute() local
138 szind_t shift = (x < LG_SIZE_CLASS_GROUP + LG_QUANTUM) ? 0 : in sz_size2index_compute() local
190 size_t shift = (grp == 0) ? 1 : grp; in sz_index2size_compute() local
/f-stack/dpdk/drivers/net/atlantic/
H A Datl_hw_regs.c14 u32 shift, u32 val) in aq_hw_write_reg_bit()
29 u32 aq_hw_read_reg_bit(struct aq_hw_s *aq_hw, u32 addr, u32 msk, u32 shift) in aq_hw_read_reg_bit()
/f-stack/freebsd/mips/ingenic/
H A Djz4780_uart.c127 pcell_t shift; in jz4780_uart_get_shift() local
140 int shift; in jz4780_uart_probe() local
/f-stack/freebsd/arm/nvidia/
H A Dtegra_uart.c170 pcell_t shift; in uart_fdt_get_shift1() local
183 int shift; in tegra_uart_probe() local
/f-stack/freebsd/libkern/
H A Dlshrdi3.c45 __lshrdi3(quad_t a, qshift_t shift) in __lshrdi3()
H A Dashrdi3.c45 __ashrdi3(quad_t a, qshift_t shift) in __ashrdi3()
H A Dashldi3.c46 __ashldi3(a, shift) in __ashldi3() argument
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-debug-handler.S118 #define loadaddr(reg, addr, shift) \ argument
125 #define loadaddr(reg, addr, shift) \ argument
/f-stack/tools/libutil/
H A Dexpand_number.c46 unsigned shift; in expand_number() local
/f-stack/dpdk/lib/librte_eal/arm/include/
H A Drte_vect.h158 vshift_bytes_right(uint64x2_t reg, const unsigned int shift) in vshift_bytes_right()
172 vshift_bytes_left(uint64x2_t reg, const unsigned int shift) in vshift_bytes_left()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/src/
H A DSFMT.c163 static inline void rshift128(w128_t *out, w128_t const *in, int shift) { in rshift128()
178 static inline void rshift128(w128_t *out, w128_t const *in, int shift) { in rshift128()
202 static inline void lshift128(w128_t *out, w128_t const *in, int shift) { in lshift128()
217 static inline void lshift128(w128_t *out, w128_t const *in, int shift) { in lshift128()
/f-stack/freebsd/arm64/freescale/imx/clk/
H A Dimx_clk_mux.h38 uint32_t shift; member
H A Dimx_clk_gate.h38 uint32_t shift; member
/f-stack/freebsd/kern/
H A Dkern_acct.c482 int shift; in encode_timeval() local
530 int shift; in encode_long() local
/f-stack/freebsd/arm64/rockchip/clk/
H A Drk_clk_mux.h38 uint32_t shift; member
H A Drk_clk_gate.h38 uint32_t shift; member
/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dtegra210_clk_super.c147 int shift, state; in super_mux_init() local
174 int shift, state; in super_mux_set_mux() local
/f-stack/freebsd/arm64/qoriq/clk/
H A Dqoriq_clk_pll.h44 uint8_t shift; member
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_kg.h165 #define GET_MASK_SEL_SHIFT(shift,i) \ argument
175 #define GET_MASK_OFFSET_SHIFT(shift,i) \ argument
185 #define GET_MASK_SHIFT(shift,i) \ argument
/f-stack/freebsd/arm/allwinner/clkng/
H A Daw_ccung.h95 uint32_t shift; member
103 uint32_t shift; member
/f-stack/freebsd/arm/nvidia/tegra124/
H A Dtegra124_clk_super.c157 int shift, state; in super_mux_init() local
194 int shift, state; in super_mux_set_mux() local

1234567