Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/chips/
Dcfi_cmdset_0001.c139 printk(" Supported functions after Suspend: %2.2X\n", extp->SuspendCmdSupport); in cfi_tell_features()
140 …printk(" - Program after Erase Suspend: %s\n", extp->SuspendCmdSupport&1?"supported":"unsuppor… in cfi_tell_features()
142 if (extp->SuspendCmdSupport & (1<<i)) in cfi_tell_features()
229 extp->SuspendCmdSupport &= ~1; in fixup_intel_strataflash()
521 if(extp->SuspendCmdSupport & 1) { in cfi_cmdset_0001()
825 (mode == FL_WRITING && (cfip->SuspendCmdSupport & 1)))) in chip_ready()
866 (mode != FL_WRITING || !cfip || !(cfip->SuspendCmdSupport&1))) in chip_ready()
Dcfi_cmdset_0020.c83 printk(" Supported functions after Suspend: %2.2X\n", extp->SuspendCmdSupport); in cfi_tell_features()
84 …printk(" - Program after Erase Suspend: %s\n", extp->SuspendCmdSupport&1?"supported":"unsuppor… in cfi_tell_features()
86 if (extp->SuspendCmdSupport & (1<<i)) in cfi_tell_features()
/linux-4.4.14/include/linux/mtd/
Dcfi.h174 uint8_t SuspendCmdSupport; member