Lines Matching refs:FeatureSupport
74 printk(" Feature/Command Support: %4.4X\n", extp->FeatureSupport); in cfi_tell_features()
75 printk(" - Chip Erase: %s\n", extp->FeatureSupport&1?"supported":"unsupported"); in cfi_tell_features()
76 printk(" - Suspend Erase: %s\n", extp->FeatureSupport&2?"supported":"unsupported"); in cfi_tell_features()
77 printk(" - Suspend Program: %s\n", extp->FeatureSupport&4?"supported":"unsupported"); in cfi_tell_features()
78 printk(" - Legacy Lock/Unlock: %s\n", extp->FeatureSupport&8?"supported":"unsupported"); in cfi_tell_features()
79 printk(" - Queued Erase: %s\n", extp->FeatureSupport&16?"supported":"unsupported"); in cfi_tell_features()
80 printk(" - Instant block lock: %s\n", extp->FeatureSupport&32?"supported":"unsupported"); in cfi_tell_features()
81 printk(" - Protection Bits: %s\n", extp->FeatureSupport&64?"supported":"unsupported"); in cfi_tell_features()
82 printk(" - Page-mode read: %s\n", extp->FeatureSupport&128?"supported":"unsupported"); in cfi_tell_features()
83 printk(" - Synchronous read: %s\n", extp->FeatureSupport&256?"supported":"unsupported"); in cfi_tell_features()
85 if (extp->FeatureSupport & (1<<i)) in cfi_tell_features()
164 extp->FeatureSupport = le32_to_cpu(extp->FeatureSupport); in cfi_cmdset_0001()
491 !(((struct cfi_pri_intelext *)cfi->cmdset_priv)->FeatureSupport & 2))
718 if(!(extp->FeatureSupport&64)){
737 if(!(extp->FeatureSupport&64)){
800 !((extp->FeatureSupport & 2) && (extp->SuspendCmdSupport & 1)))
1109 !((extp->FeatureSupport & 2) && (extp->SuspendCmdSupport & 1)))