Lines Matching refs:FeatureSupport

123 	printk("  Feature/Command Support:      %4.4X\n", extp->FeatureSupport);  in cfi_tell_features()
124 printk(" - Chip Erase: %s\n", extp->FeatureSupport&1?"supported":"unsupported"); in cfi_tell_features()
125 printk(" - Suspend Erase: %s\n", extp->FeatureSupport&2?"supported":"unsupported"); in cfi_tell_features()
126 printk(" - Suspend Program: %s\n", extp->FeatureSupport&4?"supported":"unsupported"); in cfi_tell_features()
127 printk(" - Legacy Lock/Unlock: %s\n", extp->FeatureSupport&8?"supported":"unsupported"); in cfi_tell_features()
128 printk(" - Queued Erase: %s\n", extp->FeatureSupport&16?"supported":"unsupported"); in cfi_tell_features()
129 printk(" - Instant block lock: %s\n", extp->FeatureSupport&32?"supported":"unsupported"); in cfi_tell_features()
130 printk(" - Protection Bits: %s\n", extp->FeatureSupport&64?"supported":"unsupported"); in cfi_tell_features()
131 printk(" - Page-mode read: %s\n", extp->FeatureSupport&128?"supported":"unsupported"); in cfi_tell_features()
132 printk(" - Synchronous read: %s\n", extp->FeatureSupport&256?"supported":"unsupported"); in cfi_tell_features()
133 printk(" - Simultaneous operations: %s\n", extp->FeatureSupport&512?"supported":"unsupported"); in cfi_tell_features()
134 …printk(" - Extended Flash Array: %s\n", extp->FeatureSupport&1024?"supported":"unsupported"… in cfi_tell_features()
136 if (extp->FeatureSupport & (1<<i)) in cfi_tell_features()
179 extp->FeatureSupport = cpu_to_le32(extp->FeatureSupport); in fixup_convert_atmel_pri()
203 extp->FeatureSupport = features; in fixup_convert_atmel_pri()
216 cfip->FeatureSupport |= (1 << 5); in fixup_at49bv640dx_lock()
241 if (cfip && (cfip->FeatureSupport&4)) { in fixup_no_write_suspend()
242 cfip->FeatureSupport &= ~4; in fixup_no_write_suspend()
293 extp->FeatureSupport &= ~512; in fixup_LH28F640BF()
326 if (cfip->FeatureSupport&32) { in fixup_unlock_powerup_lock()
415 extp->FeatureSupport = le32_to_cpu(extp->FeatureSupport); in read_pri_intelext()
698 && extp->FeatureSupport & (1 << 9)) { in cfi_intelext_partition_fixup()
848 !(cfip->FeatureSupport & 2) || in chip_ready()
1159 ((chip->state == FL_ERASING && (cfip->FeatureSupport&2)) || in xip_wait_for_operation()
1160 (chip->state == FL_WRITING && (cfip->FeatureSupport&4))) && in xip_wait_for_operation()
2145 mdelay = (!extp || !(extp->FeatureSupport & (1 << 5))) ? 1500 : 0; in do_xxlock_oneblock()
2315 if (!extp || !(extp->FeatureSupport & 64) || !extp->NumProtectionFields) in cfi_intelext_otp_walk()
2517 && extp && (extp->FeatureSupport & (1 << 5))) in cfi_intelext_suspend()
2628 && extp && (extp->FeatureSupport & (1 << 5))) in cfi_intelext_resume()