| /linux/drivers/gpu/drm/sun4i/ |
| H A 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()
|
| H A 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/drivers/clk/mstar/ |
| H A D | clk-msc313-cpupll.c | 147 long rounded = msc313_cpupll_frequencyforreg(reg, req->best_parent_rate); in msc313_cpupll_determine_rate() local 153 for (; rounded >= req->rate && reg > 0; reg--) in msc313_cpupll_determine_rate() 154 rounded = msc313_cpupll_frequencyforreg(reg, req->best_parent_rate); in msc313_cpupll_determine_rate() 156 req->rate = rounded; in msc313_cpupll_determine_rate()
|
| /linux/arch/m68k/fpsp040/ |
| H A 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
|
| H A 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
|
| H A D | smovecr.S | 9 | Output: The constant rounded to the user's rounding
|
| H A D | sacos.S | 15 | result is subsequently rounded to double precision. The
|
| H A D | sasin.S | 15 | result is subsequently rounded to double precision. The
|
| H A D | satanh.S | 16 | result is subsequently rounded to double precision. The
|
| H A D | scosh.S | 15 | result is subsequently rounded to double precision. The
|
| H A D | ssinh.S | 15 | result is subsequently rounded to double precision. The
|
| H A 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
|
| H A D | stwotox.S | 16 | result is subsequently rounded to double precision. The
|
| H A D | stanh.S | 15 | result is subsequently rounded to double precision. The
|
| /linux/drivers/clk/mmp/ |
| H A D | clk-audio.c | 172 long rounded = 0; in audio_pll_determine_rate() local 185 if (rounded && freq > rounded) in audio_pll_determine_rate() 187 rounded = freq; in audio_pll_determine_rate() 191 req->rate = rounded; in audio_pll_determine_rate()
|
| /linux/fs/btrfs/ |
| H A D | verity.c | 88 u64 rounded = round_up(sz, MERKLE_START_ALIGN); in merkle_file_pos() local 90 if (rounded > inode->i_sb->s_maxbytes) in merkle_file_pos() 93 return rounded; in merkle_file_pos()
|
| /linux/drivers/sh/clk/ |
| H A 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/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mp-tx8p-ml81-moduline-display-106-av123z7m-n17.dtso | 124 * range gets rounded up to 265.000.000 - 270.000.000
|
| /linux/Documentation/admin-guide/ |
| H A D | ramoops.rst | 23 * ``mem_size`` for the size. The memory size will be rounded down to a 38 The memory area is divided into ``record_size`` chunks (also rounded down to
|
| /linux/Documentation/watchdog/ |
| H A D | mlx-wdt.rst | 17 e.g. timeout 20 sec will be rounded up to 32768 msec.
|
| H A D | hpwdt.rst | 55 non-zero values will be rounded, possibly to zero. Users should verify
|
| /linux/Documentation/hwmon/ |
| H A D | adt7470.rst | 76 The PWM frequency is rounded to the nearest one of:
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | metafmt-vsp1-hgt.rst | 67 (rounded down).
|
| /linux/Documentation/arch/xtensa/ |
| H A D | mmu.rst | 62 5. The parent-bus-address value is rounded down to the nearest 256MB boundary
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-siox | 42 Note this is rounded to jiffies on writing. On reading the current value
|