Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/mtd/chips/
Dcfi_cmdset_0001.c89 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)))
Dcfi_cmdset_0020.c82 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()
/linux-2.4.37.9/include/linux/mtd/
Dcfi.h264 __u8 SuspendCmdSupport; member