Searched refs:division (Results 1 - 11 of 11) sorted by relevance

/linux-master/tools/perf/scripts/python/
H A Dmem-phys-addr.py6 from __future__ import division namespace
H A Dintel-pt-events.py14 from __future__ import division, print_function namespace
/linux-master/arch/arm/lib/
H A Ddiv64.S29 * __do_div64: perform a division with 64-bit dividend and 32-bit divisor.
84 @ The division loop for needed upper bit positions.
100 @ The division loop for lower bit positions.
140 @ If possible, branch for another shift in the division loop.
187 @ eq -> division by 1: obvious enough...
H A Dlib1funcs.S2 * linux/arch/arm/lib/lib1funcs.S: Optimized ARM division routines
56 @ at the left end of each 4 bit nibbles in the division loop
65 @ division loop. Continue shifting until the divisor is
152 @ division loop. Continue shifting until the divisor is
272 subs r2, r1, #1 @ division by 1 or -1 ?
/linux-master/arch/powerpc/lib/
H A Ddiv64.S48 divwu r0,r6,r4 # perform the remaining 32-bit division
/linux-master/drivers/input/keyboard/
H A Dlkkbd.c566 int division; local
585 for (division = 1; division <= 14; division++)
587 LK_CMD_SET_MODE(LK_MODE_UPDOWN, division));
/linux-master/arch/powerpc/boot/
H A Ddiv64.S48 divwu r0,r6,r4 # perform the remaining 32-bit division
/linux-master/arch/loongarch/
H A DMakefile113 cflags-y += $(call cc-option, -mno-check-zero-division)
/linux-master/drivers/hwmon/
H A Daspeed-pwm-tacho.c444 u8 mode, u16 unit, u8 division)
448 (division << TYPE_CTRL_FAN_DIVISION));
717 * The PWM frequency = 24MHz / (type M clock division L bit *
718 * type M clock division H bit * (type M PWM period bit + 1))
443 aspeed_set_tacho_type_values(struct regmap *regmap, u8 type, u8 mode, u16 unit, u8 division) argument
/linux-master/arch/mips/
H A DMakefile65 cflags-y += $(call cc-option, -mno-check-zero-division)
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S8117 # 1/F are also tabulated so that the division in (Y-F)/F #

Completed in 227 milliseconds