/Linux-v4.19/drivers/gpu/drm/sun4i/ |
D | sun8i_hdmi_phy_clk.c | 37 unsigned long rounded; in sun8i_phy_clk_determine_rate() local 39 rounded = clk_hw_round_rate(parent, ideal); in sun8i_phy_clk_determine_rate() 41 if (rounded == ideal) { in sun8i_phy_clk_determine_rate() 42 best_rate = rounded; in sun8i_phy_clk_determine_rate() 49 abs(rate - rounded / i) < in sun8i_phy_clk_determine_rate() 51 best_rate = rounded; in sun8i_phy_clk_determine_rate()
|
D | sun4i_dotclock.c | 85 unsigned long rounded; in sun4i_dclk_round_rate() local 97 rounded = clk_hw_round_rate(clk_hw_get_parent(hw), in sun4i_dclk_round_rate() 100 if (rounded == ideal) { in sun4i_dclk_round_rate() 101 best_parent = rounded; in sun4i_dclk_round_rate() 106 if (abs(rate - rounded / i) < in sun4i_dclk_round_rate() 108 best_parent = rounded; in sun4i_dclk_round_rate()
|
D | sun4i_hdmi_tmds_clk.c | 94 unsigned long rounded; in sun4i_tmds_determine_rate() local 96 rounded = clk_hw_round_rate(parent, ideal); in sun4i_tmds_determine_rate() 98 if (rounded == ideal) { in sun4i_tmds_determine_rate() 99 best_parent = rounded; in sun4i_tmds_determine_rate() 106 abs(rate - rounded / i / j) < in sun4i_tmds_determine_rate() 109 best_parent = rounded; in sun4i_tmds_determine_rate()
|
/Linux-v4.19/Documentation/devicetree/bindings/mfd/ |
D | max77693.txt | 53 Valid values: 3650000 - 4400000, step by 25000 (rounded down) 57 Valid values: 3000000 - 3700000, step by 100000 (rounded down) 68 Valid values: 2000000 - 3500000, step by 250000 (rounded down) 99 Valid values: 3300 - 5500, step by 25 (rounded down) 104 Valid values: 2400 - 3400, step by 33 (rounded down) 112 15625 - 250000, step by 15625 (rounded down) 114 15625 - 500000, step by 15625 (rounded down) 118 15625 - 1000000, step by 15625 (rounded down) 120 15625 - 1250000, step by 15625 (rounded down) 122 15625 - 625000, step by 15625 (rounded down) [all …]
|
/Linux-v4.19/arch/mips/loongson64/lemote-2f/ |
D | clock.c | 132 unsigned long flags, rounded; in clk_round_rate() local 135 rounded = clk->ops->round_rate(clk, rate); in clk_round_rate() 138 return rounded; in clk_round_rate()
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | sint.S | 4 | The entry point sINT computes the rounded integer 6 | the integer rounded to zero of the input argument. 37 | 4. Normalize the rounded result; store in fp0. 225 | ;output a0 ptr to rounded result 229 | normalize the rounded result and store value in fp0
|
D | x_unfl.S | 12 | format. After denormalization, the result is rounded to the 206 | Output: a0 points to rounded operand 209 bsrl round |returns rounded denorm at (a0) 225 tstb LOCAL_HI(%a0) |If rounded result is normal,don't
|
D | smovecr.S | 9 | Output: The constant rounded to the user's rounding
|
D | sacos.S | 15 | result is subsequently rounded to double precision. The
|
D | sasin.S | 15 | result is subsequently rounded to double precision. The
|
D | satanh.S | 16 | result is subsequently rounded to double precision. The
|
D | scosh.S | 15 | result is subsequently rounded to double precision. The
|
D | ssinh.S | 15 | result is subsequently rounded to double precision. The
|
D | decbin.S | 53 | tables rounded to RN, RM, and RP, according to the table 82 | PTENRN, PTENRM, and PTENRP are arrays of powers of 10 rounded
|
D | stanh.S | 15 | result is subsequently rounded to double precision. The
|
/Linux-v4.19/Documentation/devicetree/bindings/iio/adc/ |
D | palmas-gpadc.txt | 27 Values are rounded to derive 0uA, 5uA, 15uA, 20uA. 29 Values are rounded to derive 0uA, 10uA, 400uA, 800uA.
|
/Linux-v4.19/Documentation/devicetree/bindings/leds/ |
D | leds-is31fl319x.txt | 17 Valid values: 0 - 21, step by 3 (rounded down) 32 Valid values: 5000 - 40000, step by 5000 (rounded down)
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/ |
D | pwm-clock.txt | 17 is not exact but was rounded to nanoseconds.
|
/Linux-v4.19/drivers/sh/clk/ |
D | core.c | 558 unsigned long flags, rounded; in clk_round_rate() local 561 rounded = clk->ops->round_rate(clk, rate); in clk_round_rate() 564 return rounded; in clk_round_rate()
|
/Linux-v4.19/Documentation/admin-guide/ |
D | ramoops.rst | 23 * ``mem_size`` for the size. The memory size will be rounded down to a 34 The memory area is divided into ``record_size`` chunks (also rounded down to
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | pixfmt-v4l2.rst | 31 plane. To avoid ambiguities drivers must return values rounded up 75 must return a ``bytesperline`` value rounded up to a multiple of
|
D | pixfmt-meta-vsp1-hgt.rst | 57 (rounded down).
|
/Linux-v4.19/Documentation/hwmon/ |
D | adt7470 | 72 The PWM frequency is rounded to the nearest one of:
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-power | 502 - 4 - 16 (hours), step by 2 (rounded down) 516 - 100000 - 200000 (microamps), step by 25000 (rounded down) 517 - 200000 - 350000 (microamps), step by 50000 (rounded down) 531 - 0 - 70 (minutes), step by 10 (rounded down)
|
/Linux-v4.19/Documentation/xtensa/ |
D | mmu.txt | 56 5. The parent-bus-address value is rounded down to the nearest 256MB boundary
|