Lines Matching refs:uint64_t
49 uint64_t addr;
50 uint64_t len;
51 uint64_t fail_addr;
63 uint64_t offset; /* At which this region starts, from the beginning of the MTD */
155 uint64_t size; // Total size of the MTD
271 int (*_lock) (struct mtd_info *mtd, loff_t ofs, uint64_t len);
272 int (*_unlock) (struct mtd_info *mtd, loff_t ofs, uint64_t len);
273 int (*_is_locked) (struct mtd_info *mtd, loff_t ofs, uint64_t len);
466 int mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len);
467 int mtd_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len);
468 int mtd_is_locked(struct mtd_info *mtd, loff_t ofs, uint64_t len);
486 static inline uint32_t mtd_div_by_eb(uint64_t sz, struct mtd_info *mtd) in mtd_div_by_eb()
494 static inline uint32_t mtd_mod_by_eb(uint64_t sz, struct mtd_info *mtd) in mtd_mod_by_eb()
501 static inline uint32_t mtd_div_by_ws(uint64_t sz, struct mtd_info *mtd) in mtd_div_by_ws()
509 static inline uint32_t mtd_mod_by_ws(uint64_t sz, struct mtd_info *mtd) in mtd_mod_by_ws()
627 void mtd_get_len_incl_bad(struct mtd_info *mtd, uint64_t offset,
628 const uint64_t length, uint64_t *len_incl_bad,