Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mtd/chips/
A Dcfi_cmdset_0001.c141 printk(" Supported functions after Suspend: %2.2X\n", extp->SuspendCmdSupport); in cfi_tell_features()
142 …printk(" - Program after Erase Suspend: %s\n", extp->SuspendCmdSupport&1?"supported":"unsuppor… in cfi_tell_features()
144 if (extp->SuspendCmdSupport & (1<<i)) in cfi_tell_features()
231 extp->SuspendCmdSupport &= ~1; in fixup_intel_strataflash()
535 if(extp->SuspendCmdSupport & 1) { in cfi_cmdset_0001()
851 (mode == FL_WRITING && (cfip->SuspendCmdSupport & 1)))) in chip_ready()
901 (mode != FL_WRITING || !cfip || !(cfip->SuspendCmdSupport&1))) in chip_ready()
A Dcfi_cmdset_0020.c83 printk(" Supported functions after Suspend: %2.2X\n", extp->SuspendCmdSupport); in cfi_tell_features()
84 …printk(" - Program after Erase Suspend: %s\n", extp->SuspendCmdSupport&1?"supported":"unsuppor… in cfi_tell_features()
86 if (extp->SuspendCmdSupport & (1<<i)) in cfi_tell_features()
/linux-6.3-rc2/include/linux/mtd/
A Dcfi.h160 uint8_t SuspendCmdSupport; member

Completed in 15 milliseconds