/linux-5.10/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-5.10/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 | 81 unsigned long rounded; in sun4i_dclk_round_rate() local 93 rounded = clk_hw_round_rate(clk_hw_get_parent(hw), in sun4i_dclk_round_rate() 96 if (rounded == ideal) { in sun4i_dclk_round_rate() 97 best_parent = rounded; in sun4i_dclk_round_rate() 102 if (abs(rate - rounded / i) < in sun4i_dclk_round_rate() 104 best_parent = rounded; in sun4i_dclk_round_rate()
|
D | sun4i_hdmi_tmds_clk.c | 91 unsigned long rounded; in sun4i_tmds_determine_rate() local 93 rounded = clk_hw_round_rate(parent, ideal); in sun4i_tmds_determine_rate() 95 if (rounded == ideal) { in sun4i_tmds_determine_rate() 96 best_parent = rounded; in sun4i_tmds_determine_rate() 103 abs(rate - rounded / i / j) < in sun4i_tmds_determine_rate() 106 best_parent = rounded; in sun4i_tmds_determine_rate()
|
/linux-5.10/arch/arm64/include/asm/ |
D | kvm_pgtable.h | 111 * The offset of @addr within a page is ignored, @size is rounded-up to 112 * the next page boundary and @phys is rounded-down to the previous page 153 * The offset of @addr within a page is ignored, @size is rounded-up to 154 * the next page boundary and @phys is rounded-down to the previous page 176 * The offset of @addr within a page is ignored and @size is rounded-up to 196 * The offset of @addr within a page is ignored and @size is rounded-up to 278 * The offset of @addr within a page is ignored and @size is rounded-up to 292 * The offset of @addr within a page is ignored and @size is rounded-up to
|
/linux-5.10/fs/ntfs/ |
D | malloc.h | 22 * Allocates @size bytes of memory, rounded up to multiples of PAGE_SIZE and 45 * Allocates @size bytes of memory, rounded up to multiples of PAGE_SIZE and 59 * Allocates @size bytes of memory, rounded up to multiples of PAGE_SIZE and
|
/linux-5.10/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
|
/linux-5.10/arch/h8300/lib/ |
D | delay.c | 33 __const_udelay(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */ in __udelay() 39 __const_udelay(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
|
/linux-5.10/arch/csky/lib/ |
D | delay.c | 31 __const_udelay(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */ in __udelay() 37 __const_udelay(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
|
/linux-5.10/arch/nios2/lib/ |
D | delay.c | 32 __const_udelay(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */ in __udelay() 38 __const_udelay(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
|
/linux-5.10/drivers/power/supply/ |
D | ucs1002_power.c | 142 * To fit within 32 bits some values are rounded (uA/h) in ucs1002_get_charge() 147 * B0: 0.01084 mA/h rounded to 11 uA/h in ucs1002_get_charge() 148 * B1: 0.02169 mA/h rounded to 22 uA/h in ucs1002_get_charge() 149 * B2: 0.04340 mA/h rounded to 43 uA/h in ucs1002_get_charge() 150 * B3: 0.08676 mA/h rounded to 87 uA/h in ucs1002_get_charge() 151 * B4: 0.17350 mA/h rounded to 173 uÁ/h in ucs1002_get_charge() 156 * B6: 0.00271 mA/h rounded to 3 uA/h in ucs1002_get_charge() 157 * B7: 0.005422 mA/h rounded to 5 uA/h in ucs1002_get_charge()
|
/linux-5.10/include/asm-generic/ |
D | delay.h | 19 /* 0x10c7 is 2**32 / 1000000 (rounded up) */ 32 /* 0x5 is 2**32 / 1000000000 (rounded up) */
|
/linux-5.10/arch/x86/um/ |
D | delay.c | 49 __const_udelay(usecs * 0x000010c7); /* 2**32 / 1000000 (rounded up) */ in __udelay() 55 __const_udelay(nsecs * 0x00005); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
|
/linux-5.10/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-5.10/arch/openrisc/lib/ |
D | delay.c | 50 __const_udelay(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */ in __udelay() 56 __const_udelay(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
|
/linux-5.10/arch/arm64/lib/ |
D | delay.c | 51 __const_udelay(usecs * 0x10C7UL); /* 2**32 / 1000000 (rounded up) */ in __udelay() 57 __const_udelay(nsecs * 0x5UL); /* 2**32 / 1000000000 (rounded up) */ in __ndelay()
|
/linux-5.10/Documentation/devicetree/bindings/leds/ |
D | leds-is31fl319x.txt | 17 Valid values: 0 - 21, step by 3 (rounded down) 33 Valid values: 5000 - 40000, step by 5000 (rounded down)
|
/linux-5.10/include/linux/ |
D | math64.h | 272 * DIV64_U64_ROUND_CLOSEST - unsigned 64bit divide with 64bit divisor rounded to nearest integer 279 * Return: dividend / divisor rounded to nearest integer 285 * DIV_S64_ROUND_CLOSEST - signed 64bit divide with 32bit divisor rounded to nearest integer 292 * Return: dividend / divisor rounded to nearest integer
|
/linux-5.10/drivers/clk/mmp/ |
D | clk-audio.c | 170 long rounded = 0; in audio_pll_round_rate() local 183 if (rounded && freq > rounded) in audio_pll_round_rate() 185 rounded = freq; in audio_pll_round_rate() 189 return rounded; in audio_pll_round_rate()
|
/linux-5.10/drivers/clk/ti/ |
D | clkt_dpll.c | 35 * but the closer the rounded rate to the target rate. DPLL_SCALE_FACTOR 124 * @new_rate: pointer to storage for the resulting rounded rate 280 * be rounded, or the rounded rate upon success.
|
/linux-5.10/net/atm/ |
D | atm_misc.c | 50 * atm_pcr_goal returns the positive PCR if it should be rounded up, the 51 * negative PCR if it should be rounded down, and zero if the maximum available
|
/linux-5.10/arch/ia64/lib/ |
D | flush.S | 42 // "start" rounded down to stride boundary 96 // "start" rounded down to stride
|
/linux-5.10/drivers/infiniband/sw/rxe/ |
D | rxe_queue.h | 13 * the requested element size is rounded up to a power of 2 14 * and the number of elements in the buffer is also rounded
|
/linux-5.10/drivers/gpu/drm/sti/ |
D | sti_tvout.c | 196 * Set the rounded value of a VIP 200 * @rnd: rounded val per component 334 /* Set round mode (rounded to 8-bit per component) */ in tvout_dvo_start() 383 /* set round mode (rounded to 8-bit per component) */ in tvout_hdmi_start() 435 /* set round mode (rounded to 10-bit per component) */ in tvout_hda_start() 484 seq_printf(s, "%-24s input data rounded to %s per component\n", in tvout_dbg_vip()
|