Searched refs:division (Results 1 – 25 of 50) sorted by relevance
12
/linux-6.1.9/arch/arm/lib/ |
D | div64.S | 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...
|
D | lib1funcs.S | 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-6.1.9/Documentation/devicetree/bindings/clock/ |
D | apple,nco.yaml | 15 fractional division of a high frequency input clock. 31 are derived through fractional division.
|
D | imx8ulp-pcc-clock.yaml | 15 software reset, clock selection, optional division and clock gating mode
|
D | renesas,emev2-smu.yaml | 43 and "xxx frequency division setting register" (XXXCLKDIV) registers.
|
D | imx7ulp-pcc-clock.yaml | 29 optional division and clock gating mode for peripherals in their
|
D | st,stm32-rcc.txt | 79 4 CLK_HSE_RTC (HSE division factor for RTC clock)
|
/linux-6.1.9/scripts/coccinelle/misc/ |
D | do_div.cocci | 2 /// do_div() does a 64-by-32 division. 5 /// non-zero and be truncated to 0 for division on 64bit platforms. 62 msg="WARNING: do_div() does a 64-by-32 division, please consider using %s instead."
|
D | array_size.cocci | 5 //# where there is a division of sizeof the array by the sizeof its first 7 //# division of the two sizeofs by ARRAY_SIZE.
|
/linux-6.1.9/drivers/input/keyboard/ |
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()
|
/linux-6.1.9/Documentation/staging/ |
D | crc32.rst | 5 A CRC is a long-division remainder. You add the CRC to the message, 13 It's actually the same long division you learned in school, except that: 20 Like all division, the remainder is always smaller than the divisor. 34 Just like with ordinary division, you proceed one digit (bit) at a time. 35 Each step of the division you take one more digit (bit) of the dividend
|
/linux-6.1.9/Documentation/admin-guide/device-mapper/ |
D | dm-service-time.rst | 60 the division and just compare the 'in-flight-size'. 62 2. If the paths have the same 'in-flight-size', skip the division
|
/linux-6.1.9/tools/perf/scripts/python/ |
D | mem-phys-addr.py | 6 from __future__ import division
|
/linux-6.1.9/Documentation/devicetree/bindings/iio/dac/ |
D | dpot-dac.yaml | 40 Channel node of the dpot to be used for the voltage division.
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | devlink-resource-mlxsw | 9 and the second is a linear access table. The division
|
/linux-6.1.9/arch/powerpc/lib/ |
D | div64.S | 48 divwu r0,r6,r4 # perform the remaining 32-bit division
|
/linux-6.1.9/Documentation/arm/nwfpe/ |
D | notes.rst | 31 moved to f4 to preserve it over the log(y) call. The division will be done
|
/linux-6.1.9/drivers/net/wireless/microchip/wilc1000/ |
D | Kconfig | 48 doesn't support SDIO time division interrupt.
|
/linux-6.1.9/arch/loongarch/ |
D | Makefile | 70 cflags-y += $(call cc-option, -mno-check-zero-division)
|
/linux-6.1.9/arch/powerpc/boot/ |
D | div64.S | 48 divwu r0,r6,r4 # perform the remaining 32-bit division
|
/linux-6.1.9/Documentation/devicetree/bindings/sound/ |
D | samsung-i2s.yaml | 25 source and 7.1 channel TDM support for playback; TDM (Time division
|
/linux-6.1.9/Documentation/driver-api/media/drivers/ |
D | cpia2_devel.rst | 22 division of ST Microelectronics). There are two versions. The first is the
|
/linux-6.1.9/drivers/s390/char/ |
D | defkeymap.map | 102 keycode 97 = slash division
|
/linux-6.1.9/drivers/hwmon/ |
D | aspeed-pwm-tacho.c | 441 u8 mode, u16 unit, u8 division) in aspeed_set_tacho_type_values() argument 445 (division << TYPE_CTRL_FAN_DIVISION)); in aspeed_set_tacho_type_values()
|
/linux-6.1.9/lib/ |
D | Kconfig.ubsan | 92 for integer division by zero. This is effectively redundant with the
|
12