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

/linux-master/include/linux/mtd/
H A Dcfi.h160 uint8_t SuspendCmdSupport; member in struct:cfi_pri_intelext
/linux-master/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c142 printk(" Supported functions after Suspend: %2.2X\n", extp->SuspendCmdSupport);
143 printk(" - Program after Erase Suspend: %s\n", extp->SuspendCmdSupport&1?"supported":"unsupported");
145 if (extp->SuspendCmdSupport & (1<<i))
232 extp->SuspendCmdSupport &= ~1;
552 if(extp->SuspendCmdSupport & 1) {
868 (mode == FL_WRITING && (cfip->SuspendCmdSupport & 1))))
918 (mode != FL_WRITING || !cfip || !(cfip->SuspendCmdSupport&1)))
H A Dcfi_cmdset_0020.c84 printk(" Supported functions after Suspend: %2.2X\n", extp->SuspendCmdSupport);
85 printk(" - Program after Erase Suspend: %s\n", extp->SuspendCmdSupport&1?"supported":"unsupported");
87 if (extp->SuspendCmdSupport & (1<<i))

Completed in 134 milliseconds