Lines Matching refs:uint64_t
47 uint64_t addr;
48 uint64_t len;
49 uint64_t fail_addr;
61 uint64_t offset; /* At which this region starts, from the beginning of the MTD */
117 uint64_t size; // Total size of the MTD
222 int (*_lock) (struct mtd_info *mtd, loff_t ofs, uint64_t len);
223 int (*_unlock) (struct mtd_info *mtd, loff_t ofs, uint64_t len);
224 int (*_is_locked) (struct mtd_info *mtd, loff_t ofs, uint64_t len);
304 int mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len);
305 int mtd_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len);
306 int mtd_is_locked(struct mtd_info *mtd, loff_t ofs, uint64_t len);
322 static inline uint32_t mtd_div_by_eb(uint64_t sz, struct mtd_info *mtd) in mtd_div_by_eb()
330 static inline uint32_t mtd_mod_by_eb(uint64_t sz, struct mtd_info *mtd) in mtd_mod_by_eb()
337 static inline uint32_t mtd_div_by_ws(uint64_t sz, struct mtd_info *mtd) in mtd_div_by_ws()
345 static inline uint32_t mtd_mod_by_ws(uint64_t sz, struct mtd_info *mtd) in mtd_mod_by_ws()