Home
last modified time | relevance | path

Searched defs:divisor (Results 1 – 25 of 35) sorted by relevance

12

/openbmc/u-boot/include/linux/
H A Dmath64.h19 static inline u64 div_u64_rem(u64 dividend, u32 divisor, u32 *remainder) in div_u64_rem()
28 static inline s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder) in div_s64_rem()
37 static inline u64 div64_u64_rem(u64 dividend, u64 divisor, u64 *remainder) in div64_u64_rem()
46 static inline u64 div64_u64(u64 dividend, u64 divisor) in div64_u64()
54 static inline s64 div64_s64(s64 dividend, s64 divisor) in div64_s64()
65 static inline u64 div_u64_rem(u64 dividend, u32 divisor, u32 *remainder) in div_u64_rem()
98 static inline u64 div_u64(u64 dividend, u32 divisor) in div_u64()
109 static inline s64 div_s64(s64 dividend, s32 divisor) in div_s64()
119 __iter_div_u64_rem(u64 dividend, u32 divisor, u64 *remainder) in __iter_div_u64_rem()
229 static inline u64 mul_u64_u32_div(u64 a, u32 mul, u32 divisor) in mul_u64_u32_div()
H A Dkernel.h95 #define DIV_ROUND_CLOSEST(x, divisor)( \ argument
109 #define DIV_ROUND_CLOSEST_ULL(x, divisor)( \ argument
/openbmc/u-boot/lib/
H A Ddiv64.c64 s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder) in div_s64_rem()
95 u64 div64_u64_rem(u64 dividend, u64 divisor, u64 *remainder) in div64_u64_rem()
135 u64 div64_u64(u64 dividend, u64 divisor) in div64_u64()
163 s64 div64_s64(s64 dividend, s64 divisor) in div64_s64()
181 u32 iter_div_u64_rem(u64 dividend, u32 divisor, u64 *remainder) in iter_div_u64_rem()
/openbmc/qemu/util/
H A Dhost-utils.c95 uint64_t divu128(uint64_t *plow, uint64_t *phigh, uint64_t divisor) in divu128()
158 int64_t divs128(uint64_t *plow, int64_t *phigh, int64_t divisor) in divs128()
338 Int128 divu256(Int128 *plow, Int128 *phigh, Int128 divisor) in divu256()
404 Int128 divs256(Int128 *plow, Int128 *phigh, Int128 divisor) in divs256()
/openbmc/qemu/tests/unit/
H A Dtest-div128.c28 uint64_t divisor; member
37 int64_t divisor; member
/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/
H A Ddebug-uart.c32 unsigned int divisor; in _debug_uart_init() local
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dmv_ddr_common.c32 int round_div(unsigned int dividend, unsigned int divisor, unsigned int *quotient) in round_div()
/openbmc/u-boot/include/
H A Ddiv64.h237 static inline uint64_t lldiv(uint64_t dividend, uint32_t divisor) in lldiv()
/openbmc/u-boot/drivers/serial/
H A Datmel_usart.c32 unsigned long divisor; in atmel_serial_setbrg_internal() local
149 unsigned long divisor; in _atmel_serial_set_brg() local
H A Dserial_mpc8xx.c41 int divisor = (gd->cpu_clk + 8 * baudrate) / 16 / baudrate; in serial_setdivisor() local
H A Daltera_uart.c25 u32 divisor; /* Baud rate divisor reg */ member
H A Dserial_uniphier.c50 unsigned int divisor; in uniphier_serial_setbrg() local
H A Dserial_pl01x.c108 unsigned int divisor; in pl01x_generic_setbrg() local
/openbmc/qemu/tests/tcg/alpha/system/
H A Dboot.S223 #define divisor $1 macro
/openbmc/u-boot/drivers/clk/
H A Dclk_meson_axg.c121 unsigned long divisor = (SDM_DEN * n2) + sdm; in mpll_rate_from_params() local
/openbmc/u-boot/board/compulab/common/
H A Domap3_display.c243 int divisor, pixclock_val; in parse_pixclock() local
/openbmc/qemu/hw/timer/
H A Dcmsdk-apb-dualtimer.c143 int divisor; in cmsdk_dualtimermod_write_control() local
/openbmc/qemu/include/qemu/
H A Dhost-utils.h65 uint64_t divisor) in divu128()
76 int64_t divisor) in divs128()
/openbmc/u-boot/fs/ubifs/
H A Dbudget.c635 int divisor, factor, f; in ubifs_reported_space() local
/openbmc/qemu/hw/core/
H A Dptimer.c353 unsigned int divisor) in ptimer_set_period_from_clock()
/openbmc/qemu/hw/misc/
H A Dzynq_slcr.c250 uint32_t divisor = extract32(ctrl_reg, 8, 6); /* bits [13:8] */ in zynq_slcr_compute_clock() local
/openbmc/u-boot/drivers/qe/
H A Dqe.c358 u32 divisor; in qe_set_brg() local
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/
H A Ddss.h70 u32 divisor; /* 0x70 */ member
206 u32 divisor; member
/openbmc/qemu/include/hw/misc/
H A Dnpcm_clk.h156 int divisor; member
/openbmc/u-boot/drivers/i2c/
H A Dast2600_i2c.c269 int divisor; in ast2600_i2c_set_speed() local

12