Searched refs:SuspendCmdSupport (Results 1 – 3 of 3) sorted by relevance
142 printk(" Supported functions after Suspend: %2.2X\n", extp->SuspendCmdSupport); in cfi_tell_features()143 …printk(" - Program after Erase Suspend: %s\n", extp->SuspendCmdSupport&1?"supported":"unsuppor… in cfi_tell_features()145 if (extp->SuspendCmdSupport & (1<<i)) in cfi_tell_features()232 extp->SuspendCmdSupport &= ~1; in fixup_intel_strataflash()536 if(extp->SuspendCmdSupport & 1) { in cfi_cmdset_0001()852 (mode == FL_WRITING && (cfip->SuspendCmdSupport & 1)))) in chip_ready()902 (mode != FL_WRITING || !cfip || !(cfip->SuspendCmdSupport&1))) in chip_ready()
84 printk(" Supported functions after Suspend: %2.2X\n", extp->SuspendCmdSupport); in cfi_tell_features()85 …printk(" - Program after Erase Suspend: %s\n", extp->SuspendCmdSupport&1?"supported":"unsuppor… in cfi_tell_features()87 if (extp->SuspendCmdSupport & (1<<i)) in cfi_tell_features()
160 uint8_t SuspendCmdSupport; member