Home
last modified time | relevance | path

Searched refs:round_up (Results 1 – 10 of 10) sorted by relevance

/u-boot/drivers/clk/kendryte/
A Dpll.c320 bool round_up = !!(tmp & BIT(31)); in k210_pll_calc_config() local
321 u32 goal = (tmp >> 32) + round_up; in k210_pll_calc_config()
341 if (last_err < err || (round_up && last_err == err)) { in k210_pll_calc_config()
/u-boot/drivers/dfu/
A Ddfu_mtd.c59 remaining = lock_len = round_up(*len, mtd->erasesize); in mtd_block_op()
211 erase_op.addr = round_up(dfu->data.mtd.start + dfu->offset + in dfu_flush_medium_mtd()
/u-boot/include/linux/
A Dkernel.h64 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/u-boot/drivers/spi/
A Duniphier_spi.c292 ckdiv = round_up(ckdiv, 2); in uniphier_spi_set_speed()
/u-boot/cmd/
A Dmtd.c297 len = round_up(len, mtd->writesize); in do_mtd_io()
A Dnand.c689 endoff = round_up(endoff, mtd->erasesize); in do_nand()
/u-boot/fs/btrfs/
A Dinode.c678 round_up(file_offset, fs_info->sectorsize) - in btrfs_file_read()
A Ddisk-io.c879 if (round_up(BTRFS_SUPER_INFO_SIZE + BTRFS_SUPER_INFO_OFFSET, in btrfs_scan_fs_devices()
/u-boot/drivers/mtd/nand/raw/
A Dmxs_nand.c170 geo->ecc_strength = round_up(ecc_strength, 2); in mxs_nand_calc_ecc_layout_by_info()
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/
A Dstm32prog.c1428 size = round_up(size, part->dev->mtd->erasesize); in stm32prog_copy_fsbl()

Completed in 20 milliseconds