Searched refs:division (Results 1 – 25 of 43) sorted by relevance
12
/kernel/linux/linux-5.10/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 ?
|
/kernel/linux/linux-5.10/scripts/coccinelle/misc/ |
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.
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
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-5.10/Documentation/devicetree/bindings/iio/dac/ |
D | dpot-dac.txt | 23 - io-channels: Channel node of the dpot to be used for the voltage division.
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
D | mem-phys-addr.py | 6 from __future__ import division
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | devlink-resource-mlxsw | 9 and the second is a linear access table. The division
|
D | sysfs-bus-iio-counter-104-quad-8 | 78 scale attribute selects the encoder phase division (scale of 1
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
D | div64.S | 48 divwu r0,r6,r4 # perform the remaining 32-bit division
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/gpio/ |
D | sgpio-aspeed.txt | 26 - clocks : A phandle to the APB clock for SGPM clock division
|
/kernel/linux/linux-5.10/Documentation/arm/nwfpe/ |
D | notes.rst | 31 moved to f4 to preserve it over the log(y) call. The division will be done
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ |
D | renesas,emev2-smu.txt | 16 and "xxx frequency division setting register" (XXXCLKDIV) registers.
|
D | st,stm32-rcc.txt | 79 4 CLK_HSE_RTC (HSE division factor for RTC clock)
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
D | div64.S | 48 divwu r0,r6,r4 # perform the remaining 32-bit division
|
/kernel/linux/linux-5.10/Documentation/driver-api/media/drivers/ |
D | cpia2_devel.rst | 22 division of ST Microelectronics). There are two versions. The first is the
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
D | defkeymap.map | 102 keycode 97 = slash division
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
D | timekeeping.rst | 82 into seconds and nanoseconds. This can avoid an extra division
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
D | abituguru-datasheet.rst | 204 connected through a division circuit. The currently known division circuits
|
D | pc87360.rst | 156 well as the values of the resistors used for division is left to the
|
/kernel/linux/linux-5.10/arch/mips/ |
D | Makefile | 66 cflags-y += $(call cc-option, -mno-check-zero-division)
|
/kernel/linux/linux-5.10/Documentation/bpf/ |
D | bpf_design_QA.rst | 153 to be safe from division by zero (and legacy exception path
|
/kernel/linux/linux-5.10/Documentation/watchdog/ |
D | watchdog-parameters.rst | 572 Clock division ratio. Valid ranges are from 0x5 (1.31ms)
|
12