Home
last modified time | relevance | path

Searched refs:FL_NONE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/flash/
H A Dmx25l.c57 #define FL_NONE 0x00 macro
118 { "en25f32", 0x1c, 0x3116, 64 * 1024, 64, FL_NONE },
119 { "en25p32", 0x1c, 0x2016, 64 * 1024, 64, FL_NONE },
120 { "en25p64", 0x1c, 0x2017, 64 * 1024, 128, FL_NONE },
121 { "en25q32", 0x1c, 0x3016, 64 * 1024, 64, FL_NONE },
123 { "m25p32", 0x20, 0x2016, 64 * 1024, 64, FL_NONE },
124 { "m25p64", 0x20, 0x2017, 64 * 1024, 128, FL_NONE },
126 { "mx25ll32", 0xc2, 0x2016, 64 * 1024, 64, FL_NONE },
127 { "mx25ll64", 0xc2, 0x2017, 64 * 1024, 128, FL_NONE },
131 { "s25fl032", 0x01, 0x0215, 64 * 1024, 64, FL_NONE },
[all …]
H A Dn25q.c71 #define FL_NONE 0x00 macro