Searched refs:mtd_mod_by_eb (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/devices/ |
D | mtdram.c | 42 if (mtd_mod_by_eb(ofs, mtd)) { in check_offs_len() 48 if (mtd_mod_by_eb(len, mtd)) { in check_offs_len()
|
/kernel/linux/linux-5.10/include/linux/mtd/ |
D | mtd.h | 574 static inline uint32_t mtd_mod_by_eb(uint64_t sz, struct mtd_info *mtd) in mtd_mod_by_eb() function 598 mod = mtd_mod_by_eb(req->addr, mtd); in mtd_align_erase_req() 604 mod = mtd_mod_by_eb(req->addr + req->len, mtd); in mtd_align_erase_req() 633 return mtd_div_by_ws(mtd_mod_by_eb(offs, mtd), mtd); in mtd_offset_to_wunit()
|
/kernel/linux/linux-5.10/drivers/mtd/parsers/ |
D | sharpslpart.c | 248 block_ofs = mtd_mod_by_eb((u32)from, mtd); in sharpsl_nand_read_laddr()
|
/kernel/linux/linux-5.10/drivers/mtd/ |
D | mtdcore.c | 1386 ebofs = mtd_mod_by_eb(start, mtd); in mtd_io_emulated_slc()
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 59022 @@ -580,34 +600,6 @@ static inline uint32_t mtd_mod_by_eb(uint64_t sz, struct mtd_info *mtd) 59043 - mod = mtd_mod_by_eb(req->addr, mtd); 59049 - mod = mtd_mod_by_eb(req->addr + req->len, mtd);
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 363396 @@ -478,34 +498,6 @@ static inline uint32_t mtd_mod_by_eb(uint64_t sz, struct mtd_info *mtd) 363417 - mod = mtd_mod_by_eb(req->addr, mtd); 363423 - mod = mtd_mod_by_eb(req->addr + req->len, mtd);
|