Searched refs:SuspendCmdSupport (Results 1 – 3 of 3) sorted by relevance
89 printk(" Supported functions after Suspend: %2.2X\n", extp->SuspendCmdSupport); in cfi_tell_features()90 …printk(" - Program after Erase Suspend: %s\n", extp->SuspendCmdSupport&1?"supported":"unsuppor… in cfi_tell_features()92 if (extp->SuspendCmdSupport & (1<<i)) in cfi_tell_features()173 if(extp->SuspendCmdSupport & 1) { in cfi_cmdset_0001()179 extp->SuspendCmdSupport &= ~1; in cfi_cmdset_0001()800 !((extp->FeatureSupport & 2) && (extp->SuspendCmdSupport & 1)))1109 !((extp->FeatureSupport & 2) && (extp->SuspendCmdSupport & 1)))
82 printk(" Supported functions after Suspend: %2.2X\n", extp->SuspendCmdSupport); in cfi_tell_features()83 …printk(" - Program after Erase Suspend: %s\n", extp->SuspendCmdSupport&1?"supported":"unsuppor… in cfi_tell_features()85 if (extp->SuspendCmdSupport & (1<<i)) in cfi_tell_features()
264 __u8 SuspendCmdSupport; member