| /kernel/linux/linux-5.10/drivers/staging/media/ipu3/ |
| H A D | ipu3-dmamap.c | 96 unsigned long shift = iova_shift(&imgu->iova_domain); in imgu_dmamap_alloc() local 187 unsigned long shift = iova_shift(&imgu->iova_domain); in imgu_dmamap_map_sg() local
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | bitops.h | 83 static inline __u64 rol64(__u64 word, unsigned int shift) in rol64() argument 93 static inline __u64 ror64(__u64 word, unsigned int shift) in ror64() argument 103 static inline __u32 rol32(__u32 word, unsigned int shift) in rol32() argument 113 ror32(__u32 word, unsigned int shift) ror32() argument 123 rol16(__u16 word, unsigned int shift) rol16() argument 133 ror16(__u16 word, unsigned int shift) ror16() argument 143 rol8(__u8 word, unsigned int shift) rol8() argument 153 ror8(__u8 word, unsigned int shift) ror8() argument 167 __u8 shift = 31 - index; sign_extend32() local 178 __u8 shift = 63 - index; sign_extend64() local [all...] |
| /kernel/linux/linux-5.10/drivers/spi/ |
| H A D | spi-lp8841-rtc.c | 73 u32 shift = 32 - bits; in bitbang_txrx_be_cpha0_lsb() local 94 word >>= shift; in bitbang_txrx_be_cpha0_lsb() local
|
| H A D | spi-dw-bt1.c | 76 size_t shift, chunk; in dw_spi_bt1_dirmap_copy_from_map() local 87 memcpy(to, (char *)&data + shift, chunk); in dw_spi_bt1_dirmap_copy_from_map() local
|
| /kernel/linux/linux-6.6/drivers/misc/echo/ |
| H A D | echo.c | 106 static inline void lms_adapt_bg(struct oslec_state *ec, int clean, int shift) in lms_adapt_bg() argument 373 int p, logp, shift; in oslec_update() local [all...] |
| /kernel/linux/linux-6.6/drivers/mfd/ |
| H A D | mt6358-irq.c | 102 unsigned int i, top_gp, gp_offset, en_reg, int_regs, shift; in pmic_irq_sync_unlock() local
|
| H A D | atmel-smc.c | 93 atmel_smc_cs_conf_set_timing(struct atmel_smc_cs_conf *conf, unsigned int shift, unsigned int ncycles) atmel_smc_cs_conf_set_timing() argument 135 atmel_smc_cs_conf_set_setup(struct atmel_smc_cs_conf *conf, unsigned int shift, unsigned int ncycles) atmel_smc_cs_conf_set_setup() argument 174 atmel_smc_cs_conf_set_pulse(struct atmel_smc_cs_conf *conf, unsigned int shift, unsigned int ncycles) atmel_smc_cs_conf_set_pulse() argument 213 atmel_smc_cs_conf_set_cycle(struct atmel_smc_cs_conf *conf, unsigned int shift, unsigned int ncycles) atmel_smc_cs_conf_set_cycle() argument [all...] |
| /kernel/linux/linux-6.6/drivers/misc/sgi-gru/ |
| H A D | grutlbpurge.c | 297 int cpus, shift = 0, n; in gru_tgh_flush_init() local
|
| /kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/ |
| H A D | ispcsiphy.c | 28 u32 shift, mode; in csiphy_routing_cfg_3630() local
|
| /kernel/linux/linux-6.6/drivers/ata/ |
| H A D | pata_platform.c | 52 pata_platform_setup_port(struct ata_ioports *ioaddr, unsigned int shift) pata_platform_setup_port() argument [all...] |
| H A D | pata_efar.c | 125 int shift = 4 * ap->port_no; in efar_set_piomode() local
|
| /kernel/linux/linux-6.6/include/linux/ |
| H 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() argument 171 static __always_inline u64 mul_u64_u64_shr(u64 a, u64 mul, unsigned int shift) in mul_u64_u64_shr() argument 180 static __always_inline u64 mul_u64_u32_shr(u64 a, u32 mul, unsigned int shift) in mul_u64_u32_shr() argument 197 static inline u64 mul_u64_u64_shr(u64 a, u64 b, unsigned int shift) in mul_u64_u64_shr() argument 243 mul_s64_u64_shr(s64 a, u64 b, unsigned int shift) mul_s64_u64_shr() argument [all...] |
| H A D | time32.h | 41 s32 shift; member
|
| H A D | timekeeper_internal.h | 39 u32 shift; member
|
| /kernel/linux/linux-6.6/include/drm/ |
| H A D | drm_fixed.h | 105 unsigned shift, sign = (a >> 63) & 1; in drm_fixp_msbset() local 116 unsigned shift = drm_fixp_msbset(a) + drm_fixp_msbset(b); in drm_fixp_mul() local 122 b >>= shift >> 1; drm_fixp_mul() local 139 unsigned shift = 62 - drm_fixp_msbset(a); drm_fixp_div() local 142 a <<= shift; drm_fixp_div() local [all...] |
| /kernel/linux/linux-6.6/drivers/staging/media/ipu3/ |
| H A D | ipu3-dmamap.c | 96 unsigned long shift = iova_shift(&imgu->iova_domain); in imgu_dmamap_alloc() local 187 unsigned long shift = iova_shift(&imgu->iova_domain); in imgu_dmamap_map_sg() local
|
| /kernel/linux/linux-6.6/drivers/thermal/intel/int340x_thermal/ |
| H A D | processor_thermal_rfim.c | 19 u16 shift; member
|
| /kernel/linux/linux-6.6/drivers/reset/ |
| H A D | reset-sunplus.c | 117 int shift = sp_resets[id] % BITS_PER_HWM_REG; in sp_reset_update() local 143 int shift = sp_resets[id] % BITS_PER_HWM_REG; in sp_reset_status() local
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
| H A D | cfbcopyarea.c | 51 int const shift = dst_idx-src_idx; in bitcpy() local 217 int shift; in bitcpy_rev() local [all...] |
| /kernel/linux/linux-6.6/drivers/spi/ |
| H A D | spi-dw-bt1.c | 76 size_t shift, chunk; in dw_spi_bt1_dirmap_copy_from_map() local 87 memcpy(to, (char *)&data + shift, chunk); in dw_spi_bt1_dirmap_copy_from_map() local
|
| H A D | spi-lp8841-rtc.c | 72 u32 shift = 32 - bits; in bitbang_txrx_be_cpha0_lsb() local 93 word >>= shift; in bitbang_txrx_be_cpha0_lsb() local
|
| /kernel/linux/linux-6.6/drivers/sh/intc/ |
| H A 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
|
| /kernel/linux/linux-6.6/drivers/soc/fsl/qe/ |
| H A D | ucc.c | 102 unsigned int shift; in ucc_mux_set_grant_tsa_bkpt() local 123 unsigned int shift; in ucc_set_qe_mux_rxtx() local 88 get_cmxucr_reg(unsigned int ucc_num, __be32 __iomem **cmxucr, unsigned int *reg_num, unsigned int *shift) get_cmxucr_reg() argument 505 u32 shift; ucc_get_tdm_clk_shift() local 520 u32 shift; ucc_set_tdm_rxtx_clk() local 622 u32 shift; ucc_get_tdm_sync_shift() local 634 u32 shift; ucc_set_tdm_rxtx_sync() local [all...] |
| /kernel/linux/linux-6.6/drivers/clk/ |
| H A D | clk-mux.c | 149 __clk_hw_register_mux(struct device *dev, struct device_node *np, const char *name, u8 num_parents, const char * const *parent_names, const struct clk_hw **parent_hws, const struct clk_parent_data *parent_data, unsigned long flags, void __iomem *reg, u8 shift, u32 mask, u8 clk_mux_flags, const u32 *table, spinlock_t *lock) __clk_hw_register_mux() argument 215 __devm_clk_hw_register_mux(struct device *dev, struct device_node *np, const char *name, u8 num_parents, const char * const *parent_names, const struct clk_hw **parent_hws, const struct clk_parent_data *parent_data, unsigned long flags, void __iomem *reg, u8 shift, u32 mask, u8 clk_mux_flags, const u32 *table, spinlock_t *lock) __devm_clk_hw_register_mux() argument 244 clk_register_mux_table(struct device *dev, const char *name, const char * const *parent_names, u8 num_parents, unsigned long flags, void __iomem *reg, u8 shift, u32 mask, u8 clk_mux_flags, const u32 *table, spinlock_t *lock) clk_register_mux_table() argument [all...] |
| /kernel/linux/linux-6.6/drivers/clk/imx/ |
| H A D | clk-busy.c | 16 static int clk_busy_wait(void __iomem *reg, u8 shift) in clk_busy_wait() argument 31 u8 shift; member 121 u8 shift; member 76 imx_clk_hw_busy_divider(const char *name, const char *parent_name, void __iomem *reg, u8 shift, u8 width, void __iomem *busy_reg, u8 busy_shift) imx_clk_hw_busy_divider() argument 156 imx_clk_hw_busy_mux(const char *name, void __iomem *reg, u8 shift, u8 width, void __iomem *busy_reg, u8 busy_shift, const char * const *parent_names, int num_parents) imx_clk_hw_busy_mux() argument [all...] |