Searched refs:Features (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c188 printk(KERN_ERR "atmel Features: %02x\n", atmel_pri.Features);
190 if (atmel_pri.Features & 0x01) /* chip erase supported */
192 if (atmel_pri.Features & 0x02) /* erase suspend supported */
194 if (atmel_pri.Features & 0x04) /* program suspend supported */
196 if (atmel_pri.Features & 0x08) /* simultaneous operations supported */
198 if (atmel_pri.Features & 0x20) /* page mode read supported */
200 if (atmel_pri.Features & 0x40) /* queued erase supported */
202 if (atmel_pri.Features & 0x80) /* Protection bits supported */
H A Dcfi_cmdset_0002.c300 if (atmel_pri.Features & 0x02)
/linux-master/include/linux/mtd/
H A Dcfi.h237 uint8_t Features; member in struct:cfi_pri_atmel

Completed in 552 milliseconds