Home
last modified time | relevance | path

Searched defs:shift (Results 176 – 200 of 1387) sorted by relevance

12345678910>>...56

/OK3568_Linux_fs/kernel/drivers/clk/sunxi/
H A Dclk-sun6i-ar100.c28 int shift; in sun6i_get_ar100_factors() local
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-sunxi.c49 #define SUNXI_GET(x, mask, shift) (((x) & ((mask) << (shift))) \ argument
52 #define SUNXI_SET(x, mask, shift) (((x) & (mask)) << (shift)) argument
81 #define SUNXI_LEAP_SET_VALUE(x, shift) SUNXI_SET(x, SUNXI_MASK_LY, shift) argument
/OK3568_Linux_fs/kernel/drivers/pinctrl/freescale/
H A Dpinctrl-mxs.c190 static void mxs_pinctrl_rmwl(u32 value, u32 mask, u8 shift, void __iomem *reg) in mxs_pinctrl_rmwl()
206 u8 bank, shift; in mxs_pinctrl_set_mux() local
260 u8 ma, vol, pull, bank, shift; in mxs_pinconf_group_set() local
/OK3568_Linux_fs/kernel/drivers/clk/tegra/
H A Dclk-super.c38 u8 source, shift; in clk_super_get_parent() local
68 u8 parent_index, shift; in clk_super_set_parent() local
/OK3568_Linux_fs/kernel/arch/arm/mach-cns3xxx/
H A Dpcie.c91 int shift = (where % 4) * 8; in cns3xxx_pci_read_config() local
218 int shift = (where % 4) * 8; in cns3xxx_write_config() local
/OK3568_Linux_fs/kernel/drivers/clk/keystone/
H A Dpll.c252 u32 shift, mask; in of_pll_div_clk_init() local
300 u32 shift, mask; in of_pll_mux_clk_init() local
/OK3568_Linux_fs/kernel/drivers/input/sensors/psensor/
H A Dps_ap321xx.c61 u32 reg, u8 mask, u8 shift) in __ap321xx_read_reg()
70 u32 reg, u8 mask, u8 shift, u8 val) in __ap321xx_write_reg()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/fpn/fpn_1.0/
H A Dia_css_fpn_types.h43 u32 shift; /** Common exponent of table content. member
/OK3568_Linux_fs/kernel/include/linux/
H A Diommu-helper.h19 unsigned long shift, unsigned long boundary_size) in iommu_is_span_boundary()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/
H A Dhugetlb-book3e.h37 static inline int check_and_get_huge_psize(int shift) in check_and_get_huge_psize()
/OK3568_Linux_fs/kernel/arch/arm/plat-orion/
H A Dmpp.c49 int shift, gpio_mode; in orion_mpp_conf() local
/OK3568_Linux_fs/u-boot/arch/arm/mach-kirkwood/
H A Dmpp.c56 int shift; in kirkwood_mpp_conf() local
/OK3568_Linux_fs/kernel/drivers/rknpu/
H A Drknpu_iommu.c14 unsigned long shift, iova_len, iova = 0; in rknpu_iommu_dma_alloc_iova() local
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dtnum.c37 struct tnum tnum_lshift(struct tnum a, u8 shift) in tnum_lshift()
42 struct tnum tnum_rshift(struct tnum a, u8 shift) in tnum_rshift()
/OK3568_Linux_fs/kernel/drivers/clk/sunxi-ng/
H A Dccu_mux.h16 u8 shift; member
21 u8 shift; member
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dmem.c49 int *count, int *shift, in mlx5_ib_cont_pages()
121 int shift = page_shift - PAGE_SHIFT; in __mlx5_ib_populate_pas() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/
H A Ddm_services.h109 uint8_t shift) in get_reg_field_value_ex()
124 uint8_t shift) in set_reg_field_value_ex()
/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Dgrip.c68 static int grip_gpp_read_packet(struct gameport *gameport, int shift, unsigned int *data) in grip_gpp_read_packet()
108 static int grip_xt_read_packet(struct gameport *gameport, int shift, unsigned int *data) in grip_xt_read_packet()
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dalim15x3.c56 int shift = 4 * (drive->dn & 1); in ali_fifo_control() local
71 int shift = 4 * unit; in ali_program_timings() local
/OK3568_Linux_fs/kernel/drivers/media/platform/coda/
H A Dcoda-h264.c123 int shift = 7 - (rbsp->pos % 8); in rbsp_read_bit() local
134 int shift = 7 - (rbsp->pos % 8); in rbsp_write_bit() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/include/
H A Dfixed31_32.h216 static inline struct fixed31_32 dc_fixpt_shl(struct fixed31_32 arg, unsigned char shift) in dc_fixpt_shl()
230 static inline struct fixed31_32 dc_fixpt_shr(struct fixed31_32 arg, unsigned char shift) in dc_fixpt_shr()
/OK3568_Linux_fs/kernel/drivers/macintosh/
H A Dwindfarm_smu_sat.c44 int shift; member
202 int shift, cpu, index; in wf_sat_probe() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_interface.c159 u32 shift; in halbb_set_reg() local
172 u32 ori_val, shift; in halbb_set_reg_cmn() local
192 u32 ori_val = 0, shift = 0; in halbb_set_reg_phy0_1() local
243 u32 shift = halbb_cal_bit_shift(mask); in halbb_get_reg_phy0_1() local
/OK3568_Linux_fs/kernel/lib/
H A Drhashtable.c77 const unsigned int shift = PAGE_SHIFT - ilog2(sizeof(void *)); in nested_table_free() local
151 const unsigned int shift = PAGE_SHIFT - ilog2(sizeof(void *)); in nested_bucket_table_alloc() local
1177 const unsigned int shift = PAGE_SHIFT - ilog2(sizeof(void *)); in __rht_bucket_nested() local
1217 const unsigned int shift = PAGE_SHIFT - ilog2(sizeof(void *)); in rht_bucket_nested_insert() local
/OK3568_Linux_fs/kernel/drivers/pinctrl/mvebu/
H A Dpinctrl-mvebu.c62 unsigned shift = (pid % MVEBU_MPPS_PER_REG) * MVEBU_MPP_BITS; in mvebu_mmio_mpp_ctrl_get() local
73 unsigned shift = (pid % MVEBU_MPPS_PER_REG) * MVEBU_MPP_BITS; in mvebu_mmio_mpp_ctrl_set() local
786 unsigned shift = (pid % MVEBU_MPPS_PER_REG) * MVEBU_MPP_BITS; in mvebu_regmap_mpp_ctrl_get() local
803 unsigned shift = (pid % MVEBU_MPPS_PER_REG) * MVEBU_MPP_BITS; in mvebu_regmap_mpp_ctrl_set() local

12345678910>>...56