Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mtd/chips/
Dcfi_cmdset_0001.c142 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()
Dcfi_cmdset_0020.c84 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()
/Linux-v6.6/include/linux/mtd/
Dcfi.h160 uint8_t SuspendCmdSupport; member