Home
last modified time | relevance | path

Searched refs:mtd_mod_by_ws (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dgluebi.c239 if (mtd_mod_by_ws(instr->addr, mtd) || mtd_mod_by_ws(instr->len, mtd)) in gluebi_erase()
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dmtd.h489 static inline uint32_t mtd_mod_by_ws(uint64_t sz, struct mtd_info *mtd) in mtd_mod_by_ws() function
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dmtd.h617 static inline uint32_t mtd_mod_by_ws(uint64_t sz, struct mtd_info *mtd) in mtd_mod_by_ws() function
/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dmtdcore.c1353 pageofs = mtd_mod_by_ws(ebofs, mtd); in mtd_io_emulated_slc()