Home
last modified time | relevance | path

Searched refs:write_suspended (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/mtd/
H A Dflashchip.h71 unsigned int write_suspended:1; member
/openbmc/u-boot/include/linux/mtd/
H A Dflashchip.h74 unsigned int write_suspended:1; member
/openbmc/linux/drivers/mtd/lpddr/
H A Dlpddr_cmds.c179 if (chip->erase_suspended || chip->write_suspended) { in wait_for_ready()
182 chip->erase_suspended = chip->write_suspended = 0; in wait_for_ready()
/openbmc/linux/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c1218 chip->write_suspended = 1; in xip_wait_for_operation()
1332 if (chip->write_suspended && chip_state == FL_WRITING) { in inval_cache_and_wait_for_operation()
1335 chip->write_suspended = 0; in inval_cache_and_wait_for_operation()