SuspendCmdSupport  140 drivers/mtd/chips/cfi_cmdset_0001.c 	printk("  Supported functions after Suspend: %2.2X\n", extp->SuspendCmdSupport);
SuspendCmdSupport  141 drivers/mtd/chips/cfi_cmdset_0001.c 	printk("     - Program after Erase Suspend: %s\n", extp->SuspendCmdSupport&1?"supported":"unsupported");
SuspendCmdSupport  143 drivers/mtd/chips/cfi_cmdset_0001.c 		if (extp->SuspendCmdSupport & (1<<i))
SuspendCmdSupport  230 drivers/mtd/chips/cfi_cmdset_0001.c 	extp->SuspendCmdSupport &= ~1;
SuspendCmdSupport  533 drivers/mtd/chips/cfi_cmdset_0001.c 		if(extp->SuspendCmdSupport & 1) {
SuspendCmdSupport  847 drivers/mtd/chips/cfi_cmdset_0001.c 		     (mode == FL_WRITING && (cfip->SuspendCmdSupport & 1))))
SuspendCmdSupport  897 drivers/mtd/chips/cfi_cmdset_0001.c 		    (mode != FL_WRITING || !cfip || !(cfip->SuspendCmdSupport&1)))
SuspendCmdSupport   83 drivers/mtd/chips/cfi_cmdset_0020.c 	printk("  Supported functions after Suspend: %2.2X\n", extp->SuspendCmdSupport);
SuspendCmdSupport   84 drivers/mtd/chips/cfi_cmdset_0020.c 	printk("     - Program after Erase Suspend: %s\n", extp->SuspendCmdSupport&1?"supported":"unsupported");
SuspendCmdSupport   86 drivers/mtd/chips/cfi_cmdset_0020.c 		if (extp->SuspendCmdSupport & (1<<i))
SuspendCmdSupport  160 include/linux/mtd/cfi.h 	uint8_t  SuspendCmdSupport;