Searched refs:SuspendCmdSupport (Results 1 – 3 of 3) sorted by relevance
140 printk(" Supported functions after Suspend: %2.2X\n", extp->SuspendCmdSupport); in cfi_tell_features()141 …printk(" - Program after Erase Suspend: %s\n", extp->SuspendCmdSupport&1?"supported":"unsuppor… in cfi_tell_features()143 if (extp->SuspendCmdSupport & (1<<i)) in cfi_tell_features()230 extp->SuspendCmdSupport &= ~1; in fixup_intel_strataflash()534 if(extp->SuspendCmdSupport & 1) { in cfi_cmdset_0001()850 (mode == FL_WRITING && (cfip->SuspendCmdSupport & 1)))) in chip_ready()900 (mode != FL_WRITING || !cfip || !(cfip->SuspendCmdSupport&1))) in chip_ready()
83 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()
160 uint8_t SuspendCmdSupport; member