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

/linux-4.4.14/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c122 printk(" Feature/Command Support: %4.4X\n", extp->FeatureSupport); cfi_tell_features()
123 printk(" - Chip Erase: %s\n", extp->FeatureSupport&1?"supported":"unsupported"); cfi_tell_features()
124 printk(" - Suspend Erase: %s\n", extp->FeatureSupport&2?"supported":"unsupported"); cfi_tell_features()
125 printk(" - Suspend Program: %s\n", extp->FeatureSupport&4?"supported":"unsupported"); cfi_tell_features()
126 printk(" - Legacy Lock/Unlock: %s\n", extp->FeatureSupport&8?"supported":"unsupported"); cfi_tell_features()
127 printk(" - Queued Erase: %s\n", extp->FeatureSupport&16?"supported":"unsupported"); cfi_tell_features()
128 printk(" - Instant block lock: %s\n", extp->FeatureSupport&32?"supported":"unsupported"); cfi_tell_features()
129 printk(" - Protection Bits: %s\n", extp->FeatureSupport&64?"supported":"unsupported"); cfi_tell_features()
130 printk(" - Page-mode read: %s\n", extp->FeatureSupport&128?"supported":"unsupported"); cfi_tell_features()
131 printk(" - Synchronous read: %s\n", extp->FeatureSupport&256?"supported":"unsupported"); cfi_tell_features()
132 printk(" - Simultaneous operations: %s\n", extp->FeatureSupport&512?"supported":"unsupported"); cfi_tell_features()
133 printk(" - Extended Flash Array: %s\n", extp->FeatureSupport&1024?"supported":"unsupported"); cfi_tell_features()
135 if (extp->FeatureSupport & (1<<i)) cfi_tell_features()
178 extp->FeatureSupport = cpu_to_le32(extp->FeatureSupport); fixup_convert_atmel_pri()
202 extp->FeatureSupport = features; fixup_convert_atmel_pri()
215 cfip->FeatureSupport |= (1 << 5); fixup_at49bv640dx_lock()
240 if (cfip && (cfip->FeatureSupport&4)) { fixup_no_write_suspend()
241 cfip->FeatureSupport &= ~4; fixup_no_write_suspend()
292 extp->FeatureSupport &= ~512; fixup_LH28F640BF()
325 if (cfip->FeatureSupport&32) { fixup_unlock_powerup_lock()
403 extp->FeatureSupport = le32_to_cpu(extp->FeatureSupport); read_pri_intelext()
678 && extp->FeatureSupport & (1 << 9)) { cfi_intelext_partition_fixup()
823 !(cfip->FeatureSupport & 2) || chip_ready()
1125 ((chip->state == FL_ERASING && (cfip->FeatureSupport&2)) || xip_wait_for_operation()
1126 (chip->state == FL_WRITING && (cfip->FeatureSupport&4))) && xip_wait_for_operation()
2121 mdelay = (!extp || !(extp->FeatureSupport & (1 << 5))) ? 1500 : 0; do_xxlock_oneblock()
2291 if (!extp || !(extp->FeatureSupport & 64) || !extp->NumProtectionFields) cfi_intelext_otp_walk()
2493 && extp && (extp->FeatureSupport & (1 << 5))) cfi_intelext_suspend()
2604 && extp && (extp->FeatureSupport & (1 << 5))) cfi_intelext_resume()
H A Dcfi_cmdset_0020.c68 printk(" Feature/Command Support: %4.4X\n", extp->FeatureSupport); cfi_tell_features()
69 printk(" - Chip Erase: %s\n", extp->FeatureSupport&1?"supported":"unsupported"); cfi_tell_features()
70 printk(" - Suspend Erase: %s\n", extp->FeatureSupport&2?"supported":"unsupported"); cfi_tell_features()
71 printk(" - Suspend Program: %s\n", extp->FeatureSupport&4?"supported":"unsupported"); cfi_tell_features()
72 printk(" - Legacy Lock/Unlock: %s\n", extp->FeatureSupport&8?"supported":"unsupported"); cfi_tell_features()
73 printk(" - Queued Erase: %s\n", extp->FeatureSupport&16?"supported":"unsupported"); cfi_tell_features()
74 printk(" - Instant block lock: %s\n", extp->FeatureSupport&32?"supported":"unsupported"); cfi_tell_features()
75 printk(" - Protection Bits: %s\n", extp->FeatureSupport&64?"supported":"unsupported"); cfi_tell_features()
76 printk(" - Page-mode read: %s\n", extp->FeatureSupport&128?"supported":"unsupported"); cfi_tell_features()
77 printk(" - Synchronous read: %s\n", extp->FeatureSupport&256?"supported":"unsupported"); cfi_tell_features()
79 if (extp->FeatureSupport & (1<<i)) cfi_tell_features()
141 extp->FeatureSupport = cfi32_to_cpu(map, extp->FeatureSupport); cfi_cmdset_0020()
273 if (!(((struct cfi_pri_intelext *)cfi->cmdset_priv)->FeatureSupport & 2)) do_read_onechip()
/linux-4.4.14/include/linux/mtd/
H A Dcfi.h172 uint32_t FeatureSupport; /* if bit 31 is set then an additional uint32_t feature member in struct:cfi_pri_intelext

Completed in 525 milliseconds