Lines Matching +full:8 +full:m
49 #define MTD_MLCNANDFLASH 8
87 #define MEMGETINFO _IOR('M', 1, struct mtd_info_user)
88 #define MEMERASE _IOW('M', 2, struct erase_info_user)
89 #define MEMWRITEOOB _IOWR('M', 3, struct mtd_oob_buf)
90 #define MEMREADOOB _IOWR('M', 4, struct mtd_oob_buf)
91 #define MEMLOCK _IOW('M', 5, struct erase_info_user)
92 #define MEMUNLOCK _IOW('M', 6, struct erase_info_user)
93 #define MEMGETREGIONCOUNT _IOR('M', 7, int)
94 #define MEMGETREGIONINFO _IOWR('M', 8, struct region_info_user)
95 #define MEMGETOOBSEL _IOR('M', 10, struct nand_oobinfo)
96 #define MEMGETBADBLOCK _IOW('M', 11, __kernel_loff_t)
97 #define MEMSETBADBLOCK _IOW('M', 12, __kernel_loff_t)
98 #define OTPSELECT _IOR('M', 13, int)
99 #define OTPGETREGIONCOUNT _IOW('M', 14, int)
100 #define OTPGETREGIONINFO _IOW('M', 15, struct otp_info)
101 #define OTPLOCK _IOR('M', 16, struct otp_info)
102 #define ECCGETLAYOUT _IOR('M', 17, struct nand_ecclayout_user)
103 #define ECCGETSTATS _IOR('M', 18, struct mtd_ecc_stats)
104 #define MTDFILEMODE _IO('M', 19)
105 #define MEMERASE64 _IOW('M', 20, struct erase_info_user64)
106 #define MEMWRITEOOB64 _IOWR('M', 21, struct mtd_oob_buf64)
107 #define MEMREADOOB64 _IOWR('M', 22, struct mtd_oob_buf64)
108 #define MEMISLOCKED _IOR('M', 23, struct erase_info_user)
109 #define MEMWRITE _IOWR('M', 24, struct mtd_write_req)
113 __u32 oobfree[8][2];
120 #define MTD_MAX_OOBFREE_ENTRIES 8