Searched defs:mul (Results 1 - 25 of 72) sorted by relevance

123

/linux-master/drivers/gpu/drm/tegra/
H A Dhda.c14 unsigned int mul, div, bits, channels; local
H A Dplane.c228 unsigned int i, bpp, dst_w, dst_h, src_w, src_h, mul; local
/linux-master/drivers/clk/tegra/
H A Dclk-utils.c16 int mul; local
H A Dclk-periph-fixed.c70 tegra_clk_register_periph_fixed(const char *name, const char *parent, unsigned long flags, void __iomem *base, unsigned int mul, unsigned int div, unsigned int num) argument
H A Dclk-divider.c40 int div, mul; local
65 int div, mul; local
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_afmt.c54 unsigned long div, mul; local
/linux-master/drivers/clk/
H A Dclk-moxart.c21 unsigned int mul; local
/linux-master/drivers/clk/actions/
H A Dowl-factor.h18 unsigned int mul; member in struct:clk_factor_table
H A Dowl-pll.c20 u32 mul; local
65 u32 mul; local
[all...]
H A Dowl-factor.c125 unsigned int val, mul = 0, div = 1; local
27 _get_table_div_mul(const struct clk_factor_table *table, unsigned int val, unsigned int *mul, unsigned int *div) argument
149 u32 reg, val, mul, div; local
[all...]
/linux-master/arch/x86/include/asm/
H A Ddiv64.h87 static inline u64 mul_u64_u64_div_u64(u64 a, u64 mul, u64 div) argument
99 static inline u64 mul_u64_u32_div(u64 a, u32 mul, u32 div) argument
/linux-master/drivers/usb/core/
H A Dusb.h64 unsigned mul = (udev->speed >= USB_SPEED_SUPER ? 8 : 2); local
/linux-master/drivers/clk/imgtec/
H A Dclk-boston.c34 uint mmcmdiv, mul, cpu_div, sys_div; local
/linux-master/arch/m68k/fpsp040/
H A Ddecbin.S487 mul: label
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Di915_fixed.h75 static inline u32 mul_round_up_u32_fixed16(u32 val, uint_fixed_16_16_t mul) argument
118 static inline uint_fixed_16_16_t mul_u32_fixed16(u32 val, uint_fixed_16_16_t mul) argument
86 mul_fixed16(uint_fixed_16_16_t val, uint_fixed_16_16_t mul) argument
/linux-master/drivers/usb/gadget/udc/bdc/
H A Dbdc_cmd.c139 u32 mps, mbs, mul, si; local
/linux-master/include/linux/iio/
H A Diio-gts-helper.h56 int mul; member in struct:iio_itime_sel_mul
/linux-master/include/linux/
H A Dmath64.h164 static __always_inline u64 mul_u64_u32_shr(u64 a, u32 mul, unsigned int shift) argument
171 static __always_inline u64 mul_u64_u64_shr(u64 a, u64 mul, unsigned int shift) argument
180 static __always_inline u64 mul_u64_u32_shr(u64 a, u32 mul, unsigned int shift) argument
261 static inline u64 mul_u64_u32_div(u64 a, u32 mul, u32 divisor) argument
[all...]
/linux-master/drivers/cpufreq/
H A Dcpufreq-nforce2.c69 unsigned char mul, div; local
89 unsigned char mul = 0, div = 0; local
[all...]
/linux-master/drivers/net/ethernet/cisco/enic/
H A Dvnic_dev.h73 u32 mul; member in struct:vnic_intr_coal_timer_info
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-sriov.c150 int mul; local
/linux-master/tools/testing/selftests/bpf/progs/
H A Diters.c662 static __noinline void fill(struct bpf_iter_num *it, int *arr, __u32 n, int mul) argument
/linux-master/drivers/clk/at91/
H A Dclk-pll.c40 u16 mul; member in struct:clk_pll
69 u16 mul; local
124 clk_pll_get_best_div_mul(struct clk_pll *pll, unsigned long rate, unsigned long parent_rate, u32 *div, u32 *mul, u32 *index) argument
249 u32 mul; local
[all...]
/linux-master/drivers/hwmon/
H A Dsmsc47m192.c47 static inline int SCALE(long val, int mul, int div) argument
/linux-master/drivers/media/i2c/
H A Dccs-pll.c409 u32 mul, div; local
290 __ccs_pll_calculate_vt_tree(struct device *dev, const struct ccs_pll_limits *lim, struct ccs_pll *pll, u32 mul, u32 div) argument
587 ccs_pll_calculate_op(struct device *dev, const struct ccs_pll_limits *lim, const struct ccs_pll_branch_limits_fr *op_lim_fr, const struct ccs_pll_branch_limits_bk *op_lim_bk, struct ccs_pll *pll, struct ccs_pll_branch_fr *op_pll_fr, struct ccs_pll_branch_bk *op_pll_bk, u32 mul, u32 div, u32 op_sys_clk_freq_hz_sdr, u32 l, bool cphy, u32 phy_const) argument
713 u32 mul, div; local
[all...]

Completed in 288 milliseconds

123