/kernel/linux/linux-5.10/arch/arm/lib/ |
H A D | div64.S | 29 * __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 D | lib1funcs.S | 2 * 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 ?
|
/kernel/linux/linux-6.6/arch/arm/lib/ |
H A D | div64.S | 29 * __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 D | lib1funcs.S | 2 * 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 ?
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | lkkbd.c | 569 int division; in lkkbd_reinit() local 588 for (division = 1; division <= 14; division++) in lkkbd_reinit() 590 LK_CMD_SET_MODE(LK_MODE_UPDOWN, division)); in lkkbd_reinit()
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | lkkbd.c | 566 int division; in lkkbd_reinit() local 585 for (division = 1; division <= 14; division++) in lkkbd_reinit() 587 LK_CMD_SET_MODE(LK_MODE_UPDOWN, division)); in lkkbd_reinit()
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | mem-phys-addr.py | 6 from __future__ import division namespace
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | mem-phys-addr.py | 6 from __future__ import division namespace
|
H A D | intel-pt-events.py | 14 from __future__ import division, print_function namespace
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | div64.S | 48 divwu r0,r6,r4 # perform the remaining 32-bit division
|
/kernel/linux/linux-6.6/arch/loongarch/ |
H A D | Makefile | 86 cflags-y += $(call cc-option, -mno-check-zero-division)
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | div64.S | 48 divwu r0,r6,r4 # perform the remaining 32-bit division
|
/kernel/linux/linux-5.10/arch/loongarch/ |
H A D | Makefile | 38 cflags-y += $(call cc-option, -mno-check-zero-division)
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | aspeed-pwm-tacho.c | 443 u8 mode, u16 unit, u8 division) in aspeed_set_tacho_type_values() 447 (division << TYPE_CTRL_FAN_DIVISION)); in aspeed_set_tacho_type_values() 716 * The PWM frequency = 24MHz / (type M clock division L bit * 717 * type M clock division H bit * (type M PWM period bit + 1)) 442 aspeed_set_tacho_type_values(struct regmap *regmap, u8 type, u8 mode, u16 unit, u8 division) aspeed_set_tacho_type_values() argument
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | aspeed-pwm-tacho.c | 442 u8 mode, u16 unit, u8 division) in aspeed_set_tacho_type_values() 446 (division << TYPE_CTRL_FAN_DIVISION)); in aspeed_set_tacho_type_values() 715 * The PWM frequency = 24MHz / (type M clock division L bit * 716 * type M clock division H bit * (type M PWM period bit + 1)) 441 aspeed_set_tacho_type_values(struct regmap *regmap, u8 type, u8 mode, u16 unit, u8 division) aspeed_set_tacho_type_values() argument
|
/kernel/linux/linux-5.10/arch/mips/ |
H A D | Makefile | 66 cflags-y += $(call cc-option, -mno-check-zero-division)
|
/kernel/linux/linux-6.6/arch/mips/ |
H A D | Makefile | 65 cflags-y += $(call cc-option, -mno-check-zero-division)
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 8117 # 1/F are also tabulated so that the division in (Y-F)/F #
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 8117 # 1/F are also tabulated so that the division in (Y-F)/F #
|