Searched refs:round_down (Results 1 – 7 of 7) sorted by relevance
/u-boot/board/xilinx/microblaze-generic/ |
A D | microblaze-generic.c | 59 max_size = round_down(max_size, SZ_16M); in board_late_init()
|
/u-boot/fs/btrfs/ |
A D | inode.c | 617 u64 aligned_start = round_down(start, fs_info->sectorsize); in read_and_truncate_page() 638 round_down(start, fs_info->sectorsize), in read_and_truncate_page() 656 u64 aligned_start = round_down(file_offset, fs_info->sectorsize); in btrfs_file_read() 657 u64 aligned_end = round_down(file_offset + len, fs_info->sectorsize); in btrfs_file_read()
|
/u-boot/tools/ |
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()
|
/u-boot/include/linux/ |
A D | kernel.h | 65 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
|
/u-boot/drivers/mtd/nand/raw/ |
A D | mxs_nand.c | 225 geo->ecc_strength = min(round_down(geo->ecc_strength, 2), in mxs_nand_legacy_calc_ecc_layout() 260 max_ecc = min(round_down(max_ecc, 2), in mxs_nand_calc_ecc_for_large_oob()
|
/u-boot/cmd/ |
A D | nand.c | 688 off = round_down(off, mtd->erasesize); in do_nand()
|
/u-boot/fs/ubifs/ |
A D | recovery.c | 713 min_io_unit = round_down(offs, c->min_io_size); in ubifs_recover_leb()
|
Completed in 14 milliseconds