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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c170 struct cfi_pri_atmel atmel_pri; local
178 memcpy(&atmel_pri, extp, sizeof(atmel_pri));
181 printk(KERN_ERR "atmel Features: %02x\n", atmel_pri.Features);
183 if (atmel_pri.Features & 0x01) /* chip erase supported */
185 if (atmel_pri.Features & 0x02) /* erase suspend supported */
187 if (atmel_pri.Features & 0x04) /* program suspend supported */
189 if (atmel_pri.Features & 0x08) /* simultaneous operations supported */
191 if (atmel_pri.Features & 0x20) /* page mode read supported */
193 if (atmel_pri
[all...]
H A Dcfi_cmdset_0002.c205 struct cfi_pri_atmel atmel_pri; local
207 memcpy(&atmel_pri, extp, sizeof(atmel_pri));
210 if (atmel_pri.Features & 0x02)
215 if (atmel_pri.BottomBoot)
220 if (atmel_pri.BottomBoot)

Completed in 60 milliseconds