Home
last modified time | relevance | path

Searched refs:FeatureSupport (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c138 if (extp->FeatureSupport & (1<<i)) in cfi_tell_features()
181 extp->FeatureSupport = cpu_to_le32(extp->FeatureSupport); in fixup_convert_atmel_pri()
205 extp->FeatureSupport = features; in fixup_convert_atmel_pri()
218 cfip->FeatureSupport |= (1 << 5); in fixup_at49bv640dx_lock()
243 if (cfip && (cfip->FeatureSupport&4)) { in fixup_no_write_suspend()
244 cfip->FeatureSupport &= ~4; in fixup_no_write_suspend()
295 extp->FeatureSupport &= ~512; in fixup_LH28F640BF()
328 if (cfip->FeatureSupport&32) { in fixup_unlock_powerup_lock()
417 extp->FeatureSupport = le32_to_cpu(extp->FeatureSupport); in read_pri_intelext()
716 && extp->FeatureSupport & (1 << 9)) { in cfi_intelext_partition_fixup()
[all …]
H A Dcfi_cmdset_0020.c69 printk(" Feature/Command Support: %4.4X\n", extp->FeatureSupport); in cfi_tell_features()
70 printk(" - Chip Erase: %s\n", extp->FeatureSupport&1?"supported":"unsupported"); in cfi_tell_features()
71 printk(" - Suspend Erase: %s\n", extp->FeatureSupport&2?"supported":"unsupported"); in cfi_tell_features()
72 printk(" - Suspend Program: %s\n", extp->FeatureSupport&4?"supported":"unsupported"); in cfi_tell_features()
73 printk(" - Legacy Lock/Unlock: %s\n", extp->FeatureSupport&8?"supported":"unsupported"); in cfi_tell_features()
74 printk(" - Queued Erase: %s\n", extp->FeatureSupport&16?"supported":"unsupported"); in cfi_tell_features()
75 printk(" - Instant block lock: %s\n", extp->FeatureSupport&32?"supported":"unsupported"); in cfi_tell_features()
76 printk(" - Protection Bits: %s\n", extp->FeatureSupport&64?"supported":"unsupported"); in cfi_tell_features()
80 if (extp->FeatureSupport & (1<<i)) in cfi_tell_features()
142 extp->FeatureSupport = cfi32_to_cpu(map, extp->FeatureSupport); in cfi_cmdset_0020()
[all …]
/openbmc/linux/include/linux/mtd/
H A Dcfi.h158 uint32_t FeatureSupport; /* if bit 31 is set then an additional uint32_t feature member