Searched refs:FeatureSupport (Results 1 – 3 of 3) sorted by relevance
137 if (extp->FeatureSupport & (1<<i)) in cfi_tell_features()180 extp->FeatureSupport = cpu_to_le32(extp->FeatureSupport); in fixup_convert_atmel_pri()204 extp->FeatureSupport = features; in fixup_convert_atmel_pri()217 cfip->FeatureSupport |= (1 << 5); in fixup_at49bv640dx_lock()242 if (cfip && (cfip->FeatureSupport&4)) { in fixup_no_write_suspend()243 cfip->FeatureSupport &= ~4; in fixup_no_write_suspend()294 extp->FeatureSupport &= ~512; in fixup_LH28F640BF()327 if (cfip->FeatureSupport&32) { in fixup_unlock_powerup_lock()416 extp->FeatureSupport = le32_to_cpu(extp->FeatureSupport); in read_pri_intelext()699 && extp->FeatureSupport & (1 << 9)) { in cfi_intelext_partition_fixup()[all …]
68 printk(" Feature/Command Support: %4.4X\n", extp->FeatureSupport); in cfi_tell_features()69 printk(" - Chip Erase: %s\n", extp->FeatureSupport&1?"supported":"unsupported"); in cfi_tell_features()70 printk(" - Suspend Erase: %s\n", extp->FeatureSupport&2?"supported":"unsupported"); in cfi_tell_features()71 printk(" - Suspend Program: %s\n", extp->FeatureSupport&4?"supported":"unsupported"); in cfi_tell_features()72 printk(" - Legacy Lock/Unlock: %s\n", extp->FeatureSupport&8?"supported":"unsupported"); in cfi_tell_features()73 printk(" - Queued Erase: %s\n", extp->FeatureSupport&16?"supported":"unsupported"); in cfi_tell_features()74 printk(" - Instant block lock: %s\n", extp->FeatureSupport&32?"supported":"unsupported"); in cfi_tell_features()75 printk(" - Protection Bits: %s\n", extp->FeatureSupport&64?"supported":"unsupported"); in cfi_tell_features()79 if (extp->FeatureSupport & (1<<i)) in cfi_tell_features()141 extp->FeatureSupport = cfi32_to_cpu(map, extp->FeatureSupport); in cfi_cmdset_0020()[all …]
158 uint32_t FeatureSupport; /* if bit 31 is set then an additional uint32_t feature member
Completed in 12 milliseconds