Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/
Dmtdpart.c482 if (mtd_mod_by_eb(cur_offset, master) != 0) { in allocate_partition()
550 mtd_mod_by_eb(slave->offset, &slave->mtd)) { in allocate_partition()
559 mtd_mod_by_eb(slave->mtd.size, &slave->mtd)) { in allocate_partition()
/external/u-boot/include/linux/mtd/
Dmtd.h421 static inline uint32_t mtd_mod_by_eb(uint64_t sz, struct mtd_info *mtd) in mtd_mod_by_eb() function