FeatureSupport    123 drivers/mtd/chips/cfi_cmdset_0001.c 	printk("  Feature/Command Support:      %4.4X\n", extp->FeatureSupport);
FeatureSupport    124 drivers/mtd/chips/cfi_cmdset_0001.c 	printk("     - Chip Erase:              %s\n", extp->FeatureSupport&1?"supported":"unsupported");
FeatureSupport    125 drivers/mtd/chips/cfi_cmdset_0001.c 	printk("     - Suspend Erase:           %s\n", extp->FeatureSupport&2?"supported":"unsupported");
FeatureSupport    126 drivers/mtd/chips/cfi_cmdset_0001.c 	printk("     - Suspend Program:         %s\n", extp->FeatureSupport&4?"supported":"unsupported");
FeatureSupport    127 drivers/mtd/chips/cfi_cmdset_0001.c 	printk("     - Legacy Lock/Unlock:      %s\n", extp->FeatureSupport&8?"supported":"unsupported");
FeatureSupport    128 drivers/mtd/chips/cfi_cmdset_0001.c 	printk("     - Queued Erase:            %s\n", extp->FeatureSupport&16?"supported":"unsupported");
FeatureSupport    129 drivers/mtd/chips/cfi_cmdset_0001.c 	printk("     - Instant block lock:      %s\n", extp->FeatureSupport&32?"supported":"unsupported");
FeatureSupport    130 drivers/mtd/chips/cfi_cmdset_0001.c 	printk("     - Protection Bits:         %s\n", extp->FeatureSupport&64?"supported":"unsupported");
FeatureSupport    131 drivers/mtd/chips/cfi_cmdset_0001.c 	printk("     - Page-mode read:          %s\n", extp->FeatureSupport&128?"supported":"unsupported");
FeatureSupport    132 drivers/mtd/chips/cfi_cmdset_0001.c 	printk("     - Synchronous read:        %s\n", extp->FeatureSupport&256?"supported":"unsupported");
FeatureSupport    133 drivers/mtd/chips/cfi_cmdset_0001.c 	printk("     - Simultaneous operations: %s\n", extp->FeatureSupport&512?"supported":"unsupported");
FeatureSupport    134 drivers/mtd/chips/cfi_cmdset_0001.c 	printk("     - Extended Flash Array:    %s\n", extp->FeatureSupport&1024?"supported":"unsupported");
FeatureSupport    136 drivers/mtd/chips/cfi_cmdset_0001.c 		if (extp->FeatureSupport & (1<<i))
FeatureSupport    179 drivers/mtd/chips/cfi_cmdset_0001.c 	extp->FeatureSupport = cpu_to_le32(extp->FeatureSupport);
FeatureSupport    203 drivers/mtd/chips/cfi_cmdset_0001.c 	extp->FeatureSupport = features;
FeatureSupport    216 drivers/mtd/chips/cfi_cmdset_0001.c 	cfip->FeatureSupport |= (1 << 5);
FeatureSupport    241 drivers/mtd/chips/cfi_cmdset_0001.c 	if (cfip && (cfip->FeatureSupport&4)) {
FeatureSupport    242 drivers/mtd/chips/cfi_cmdset_0001.c 		cfip->FeatureSupport &= ~4;
FeatureSupport    293 drivers/mtd/chips/cfi_cmdset_0001.c 		extp->FeatureSupport &= ~512;
FeatureSupport    326 drivers/mtd/chips/cfi_cmdset_0001.c 	if (cfip->FeatureSupport&32) {
FeatureSupport    415 drivers/mtd/chips/cfi_cmdset_0001.c 	extp->FeatureSupport = le32_to_cpu(extp->FeatureSupport);
FeatureSupport    697 drivers/mtd/chips/cfi_cmdset_0001.c 	    && extp->FeatureSupport & (1 << 9)) {
FeatureSupport    845 drivers/mtd/chips/cfi_cmdset_0001.c 		    !(cfip->FeatureSupport & 2) ||
FeatureSupport   1156 drivers/mtd/chips/cfi_cmdset_0001.c 		    ((chip->state == FL_ERASING && (cfip->FeatureSupport&2)) ||
FeatureSupport   1157 drivers/mtd/chips/cfi_cmdset_0001.c 		     (chip->state == FL_WRITING && (cfip->FeatureSupport&4))) &&
FeatureSupport   2142 drivers/mtd/chips/cfi_cmdset_0001.c 	mdelay = (!extp || !(extp->FeatureSupport & (1 << 5))) ? 1500 : 0;
FeatureSupport   2312 drivers/mtd/chips/cfi_cmdset_0001.c 	if (!extp || !(extp->FeatureSupport & 64) || !extp->NumProtectionFields)
FeatureSupport   2514 drivers/mtd/chips/cfi_cmdset_0001.c 	    && extp && (extp->FeatureSupport & (1 << 5)))
FeatureSupport   2625 drivers/mtd/chips/cfi_cmdset_0001.c 	    && extp && (extp->FeatureSupport & (1 << 5)))
FeatureSupport     68 drivers/mtd/chips/cfi_cmdset_0020.c         printk("  Feature/Command Support: %4.4X\n", extp->FeatureSupport);
FeatureSupport     69 drivers/mtd/chips/cfi_cmdset_0020.c 	printk("     - Chip Erase:         %s\n", extp->FeatureSupport&1?"supported":"unsupported");
FeatureSupport     70 drivers/mtd/chips/cfi_cmdset_0020.c 	printk("     - Suspend Erase:      %s\n", extp->FeatureSupport&2?"supported":"unsupported");
FeatureSupport     71 drivers/mtd/chips/cfi_cmdset_0020.c 	printk("     - Suspend Program:    %s\n", extp->FeatureSupport&4?"supported":"unsupported");
FeatureSupport     72 drivers/mtd/chips/cfi_cmdset_0020.c 	printk("     - Legacy Lock/Unlock: %s\n", extp->FeatureSupport&8?"supported":"unsupported");
FeatureSupport     73 drivers/mtd/chips/cfi_cmdset_0020.c 	printk("     - Queued Erase:       %s\n", extp->FeatureSupport&16?"supported":"unsupported");
FeatureSupport     74 drivers/mtd/chips/cfi_cmdset_0020.c 	printk("     - Instant block lock: %s\n", extp->FeatureSupport&32?"supported":"unsupported");
FeatureSupport     75 drivers/mtd/chips/cfi_cmdset_0020.c 	printk("     - Protection Bits:    %s\n", extp->FeatureSupport&64?"supported":"unsupported");
FeatureSupport     76 drivers/mtd/chips/cfi_cmdset_0020.c 	printk("     - Page-mode read:     %s\n", extp->FeatureSupport&128?"supported":"unsupported");
FeatureSupport     77 drivers/mtd/chips/cfi_cmdset_0020.c 	printk("     - Synchronous read:   %s\n", extp->FeatureSupport&256?"supported":"unsupported");
FeatureSupport     79 drivers/mtd/chips/cfi_cmdset_0020.c 		if (extp->FeatureSupport & (1<<i))
FeatureSupport    141 drivers/mtd/chips/cfi_cmdset_0020.c 		extp->FeatureSupport = cfi32_to_cpu(map, extp->FeatureSupport);
FeatureSupport    274 drivers/mtd/chips/cfi_cmdset_0020.c 		if (!(((struct cfi_pri_intelext *)cfi->cmdset_priv)->FeatureSupport & 2))
FeatureSupport    158 include/linux/mtd/cfi.h 	uint32_t FeatureSupport; /* if bit 31 is set then an additional uint32_t feature