Home
last modified time | relevance | path

Searched refs:mtd_mod_by_eb (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/
H A Dmtdpart.c676 if (mtd_mod_by_eb(cur_offset, master) != 0) { in allocate_partition()
743 mtd_mod_by_eb(slave->offset, slave)) { in allocate_partition()
752 mtd_mod_by_eb(slave->size, slave)) { in allocate_partition()
/rk3399_rockchip-uboot/include/linux/mtd/
H A Dmtd.h474 static inline uint32_t mtd_mod_by_eb(uint64_t sz, struct mtd_info *mtd) in mtd_mod_by_eb() function