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

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

Completed in 417 milliseconds