Searched refs:round_down (Results 1 – 6 of 6) sorted by relevance
| /openbmc/u-boot/tools/ |
| H A D | mxsboot.c | 18 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro 159 return round_down(ecc_strength, 2); in mx28_nand_get_ecc_strength()
|
| /openbmc/u-boot/include/linux/ |
| H A D | kernel.h | 60 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
|
| /openbmc/u-boot/cmd/ |
| H A D | nand.c | 682 off = round_down(off, mtd->erasesize); in do_nand()
|
| /openbmc/u-boot/drivers/mtd/nand/raw/ |
| H A D | mxs_nand.c | 233 geo->ecc_strength = min(round_down(geo->ecc_strength, 2), in mxs_nand_calc_ecc_layout()
|
| /openbmc/u-boot/fs/ubifs/ |
| H A D | recovery.c | 710 min_io_unit = round_down(offs, c->min_io_size); in ubifs_recover_leb()
|
| /openbmc/openbmc/poky/meta/recipes-support/vte/vte/ |
| H A D | 0004-fast_float-Add-single-header-library-for-from_char-i.patch | 3288 +round_down(adjusted_mantissa &am, int32_t shift) noexcept { 3503 + [](adjusted_mantissa &a, int32_t shift) { round_down(a, shift); });
|