Searched refs:division (Results 1 – 25 of 36) sorted by relevance
12
/Linux-v4.19/arch/arm/lib/ |
D | div64.S | 87 @ The division loop for needed upper bit positions. 103 @ The division loop for lower bit positions. 143 @ If possible, branch for another shift in the division loop. 190 @ 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-v4.19/scripts/coccinelle/misc/ |
D | array_size.cocci | 4 //# where there is a division of sizeof the array by the sizeof its first 6 //# division of the two sizeofs by ARRAY_SIZE.
|
/Linux-v4.19/drivers/input/keyboard/ |
D | lkkbd.c | 581 int division; in lkkbd_reinit() local 600 for (division = 1; division <= 14; division++) in lkkbd_reinit() 602 LK_CMD_SET_MODE(LK_MODE_UPDOWN, division)); in lkkbd_reinit()
|
/Linux-v4.19/Documentation/devicetree/bindings/iio/dac/ |
D | dpot-dac.txt | 23 - io-channels: Channel node of the dpot to be used for the voltage division.
|
/Linux-v4.19/Documentation/device-mapper/ |
D | dm-service-time.txt | 50 the division and just compare the 'in-flight-size'. 52 2. If the paths have the same 'in-flight-size', skip the division
|
/Linux-v4.19/Documentation/ |
D | crc32.txt | 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-v4.19/tools/perf/scripts/python/ |
D | mem-phys-addr.py | 6 from __future__ import division
|
/Linux-v4.19/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 | 68 scale attribute selects the encoder phase division (scale of 1
|
/Linux-v4.19/arch/powerpc/lib/ |
D | div64.S | 52 divwu r0,r6,r4 # perform the remaining 32-bit division
|
/Linux-v4.19/Documentation/arm/nwfpe/ |
D | NOTES | 28 moved to f4 to preserve it over the log(y) call. The division will be done
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/ |
D | emev2-clock.txt | 16 and "xxx frequency division setting register" (XXXCLKDIV) registers.
|
D | st,stm32-rcc.txt | 77 4 CLK_HSE_RTC (HSE division factor for RTC clock)
|
/Linux-v4.19/arch/powerpc/boot/ |
D | div64.S | 52 divwu r0,r6,r4 # perform the remaining 32-bit division
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | samsung-i2s.txt | 12 and 7.1 channel TDM support for playback. TDM (Time division multiplexing)
|
/Linux-v4.19/drivers/s390/char/ |
D | defkeymap.map | 102 keycode 97 = slash division
|
/Linux-v4.19/drivers/hwmon/ |
D | aspeed-pwm-tacho.c | 444 u8 mode, u16 unit, u8 division) in aspeed_set_tacho_type_values() argument 448 (division << TYPE_CTRL_FAN_DIVISION)); in aspeed_set_tacho_type_values()
|
/Linux-v4.19/Documentation/core-api/ |
D | timekeeping.rst | 82 into seconds and nanoseconds. This can avoid an extra division
|
/Linux-v4.19/Documentation/hwmon/ |
D | abituguru-datasheet | 202 connected through a division circuit. The currently known division circuits
|
D | pc87360 | 142 well as the values of the resistors used for division is left to the
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | blkio-controller.txt | 12 weight time based division of disk policy. It is implemented in CFQ. Hence 20 Proportional Weight division of bandwidth
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | cpia2.rst | 159 division of ST Microelectronics). There are two versions. The first is the
|
/Linux-v4.19/Documentation/bpf/ |
D | bpf_design_QA.rst | 128 to be safe from division by zero (and legacy exception path
|
/Linux-v4.19/arch/mips/ |
D | Makefile | 61 cflags-y += $(call cc-option, -mno-check-zero-division)
|
12