Searched refs:FL_ERASE_32K (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/flash/
H A Dmx25l.c61 #define FL_ERASE_32K 0x02 macro
130 { "mx25ll128", 0xc2, 0x2018, 64 * 1024, 256, FL_ERASE_4K | FL_ERASE_32K },
131 { "mx25ll256", 0xc2, 0x2019, 64 * 1024, 512, FL_ERASE_4K | FL_ERASE_32K | FL_ENABLE_4B_ADDR },
136 { "SST25VF010A", 0xbf, 0x2549, 4 * 1024, 32, FL_ERASE_4K | FL_ERASE_32K },
137 { "SST25VF032B", 0xbf, 0x254a, 64 * 1024, 64, FL_ERASE_4K | FL_ERASE_32K },
257 else if (sc->sc_flags & FL_ERASE_32K)
495 else if (sc->sc_flags & FL_ERASE_32K)
H A Dn25q.c76 #define FL_ERASE_32K 0x02 macro

Completed in 105 milliseconds