Home
last modified time | relevance | path

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

/linux/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()
/linux/drivers/mtd/
H A Dmtdchar.c656 ops.len -= mtd_mod_by_ws(req.start + ops.len, mtd); in mtdchar_write_ioctl()
769 ops.len -= mtd_mod_by_ws(req.start + ops.len, mtd); in mtdchar_read_ioctl()
H A Dmtdcore.c1652 pageofs = mtd_mod_by_ws(ebofs, mtd); in mtd_io_emulated_slc()
/linux/include/linux/mtd/
H A Dmtd.h626 static inline uint32_t mtd_mod_by_ws(uint64_t sz, struct mtd_info *mtd) in mtd_mod_by_ws() function