Lines Matching +full:64 +full:m
201 * #define MEMSETOOBSEL _IOW('M', 9, struct nand_oobinfo)
206 #define MEMGETINFO _IOR('M', 1, struct mtd_info_user)
208 #define MEMERASE _IOW('M', 2, struct erase_info_user)
210 #define MEMWRITEOOB _IOWR('M', 3, struct mtd_oob_buf)
212 #define MEMREADOOB _IOWR('M', 4, struct mtd_oob_buf)
214 #define MEMLOCK _IOW('M', 5, struct erase_info_user)
216 #define MEMUNLOCK _IOW('M', 6, struct erase_info_user)
218 #define MEMGETREGIONCOUNT _IOR('M', 7, int)
220 #define MEMGETREGIONINFO _IOWR('M', 8, struct region_info_user)
222 #define MEMGETOOBSEL _IOR('M', 10, struct nand_oobinfo)
224 #define MEMGETBADBLOCK _IOW('M', 11, __kernel_loff_t)
226 #define MEMSETBADBLOCK _IOW('M', 12, __kernel_loff_t)
228 #define OTPSELECT _IOR('M', 13, int)
230 #define OTPGETREGIONCOUNT _IOW('M', 14, int)
232 #define OTPGETREGIONINFO _IOW('M', 15, struct otp_info)
234 #define OTPLOCK _IOR('M', 16, struct otp_info)
236 #define ECCGETLAYOUT _IOR('M', 17, struct nand_ecclayout_user)
238 #define ECCGETSTATS _IOR('M', 18, struct mtd_ecc_stats)
240 #define MTDFILEMODE _IO('M', 19)
241 /* Erase segment of MTD (supports 64-bit address) */
242 #define MEMERASE64 _IOW('M', 20, struct erase_info_user64)
243 /* Write data to OOB (64-bit version) */
244 #define MEMWRITEOOB64 _IOWR('M', 21, struct mtd_oob_buf64)
245 /* Read data from OOB (64-bit version) */
246 #define MEMREADOOB64 _IOWR('M', 22, struct mtd_oob_buf64)
248 #define MEMISLOCKED _IOR('M', 23, struct erase_info_user)
254 #define MEMWRITE _IOWR('M', 24, struct mtd_write_req)
256 #define OTPERASE _IOW('M', 25, struct otp_info)
262 #define MEMREAD _IOWR('M', 26, struct mtd_read_req)
281 #define MTD_MAX_ECCPOS_ENTRIES 64