Features          186 drivers/mtd/chips/cfi_cmdset_0001.c 	printk(KERN_ERR "atmel Features: %02x\n", atmel_pri.Features);
Features          188 drivers/mtd/chips/cfi_cmdset_0001.c 	if (atmel_pri.Features & 0x01) /* chip erase supported */
Features          190 drivers/mtd/chips/cfi_cmdset_0001.c 	if (atmel_pri.Features & 0x02) /* erase suspend supported */
Features          192 drivers/mtd/chips/cfi_cmdset_0001.c 	if (atmel_pri.Features & 0x04) /* program suspend supported */
Features          194 drivers/mtd/chips/cfi_cmdset_0001.c 	if (atmel_pri.Features & 0x08) /* simultaneous operations supported */
Features          196 drivers/mtd/chips/cfi_cmdset_0001.c 	if (atmel_pri.Features & 0x20) /* page mode read supported */
Features          198 drivers/mtd/chips/cfi_cmdset_0001.c 	if (atmel_pri.Features & 0x40) /* queued erase supported */
Features          200 drivers/mtd/chips/cfi_cmdset_0001.c 	if (atmel_pri.Features & 0x80) /* Protection bits supported */
Features          293 drivers/mtd/chips/cfi_cmdset_0002.c 	if (atmel_pri.Features & 0x02)
Features          237 include/linux/mtd/cfi.h 	uint8_t Features;