Home
last modified time | relevance | path

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

/linux/drivers/mtd/devices/
H A Dmtd_dataflash.c699 #define SUP_EXTID 0x0004 /* supports extended ID data */ macro
738 { "AT45DB641E", 0x1f28000100ULL, 32768, 264, 9, SUP_EXTID | SUP_POW2PS},
739 { "at45db641e", 0x1f28000100ULL, 32768, 256, 8, SUP_EXTID | SUP_POW2PS | IS_POW2PS},
751 if (use_extid && !(info->flags & SUP_EXTID)) in jedec_lookup()