Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/mtd/
Dmtdpart.c473 if (mtd_mod_by_eb(cur_offset, master) != 0) { in allocate_partition()
528 mtd_mod_by_eb(slave->offset, &slave->mtd)) { in allocate_partition()
537 mtd_mod_by_eb(slave->mtd.size, &slave->mtd)) { in allocate_partition()
/linux-2.6.39/include/linux/mtd/
Dmtd.h301 static inline uint32_t mtd_mod_by_eb(uint64_t sz, struct mtd_info *mtd) in mtd_mod_by_eb() function