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

/linux-master/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c177 struct cfi_pri_atmel atmel_pri; local
185 memcpy(&atmel_pri, extp, sizeof(atmel_pri));
188 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
[all...]
H A Dcfi_cmdset_0002.c295 struct cfi_pri_atmel atmel_pri; local
297 memcpy(&atmel_pri, extp, sizeof(atmel_pri));
300 if (atmel_pri.Features & 0x02)
305 if (atmel_pri.BottomBoot)
310 if (atmel_pri.BottomBoot)

Completed in 197 milliseconds