Searched refs:FL_WRITING (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/include/linux/mtd/ |
A D | flashchip.h | 25 FL_WRITING, enumerator
|
/linux-6.3-rc2/drivers/mtd/chips/ |
A D | cfi_cmdset_0001.c | 851 (mode == FL_WRITING && (cfip->SuspendCmdSupport & 1)))) in chip_ready() 901 (mode != FL_WRITING || !cfip || !(cfip->SuspendCmdSupport&1))) in chip_ready() 934 (mode == FL_WRITING || mode == FL_ERASING || mode == FL_OTP_WRITE in get_chip() 1161 (chip->state == FL_WRITING && (cfip->FeatureSupport&4))) && in xip_wait_for_operation() 1315 if (chip->write_suspended && chip_state == FL_WRITING) { in inval_cache_and_wait_for_operation() 1562 case FL_WRITING: in do_write_oneword() 1650 bus_ofs, datum, FL_WRITING); in cfi_intelext_write_words() 1671 ofs, datum, FL_WRITING); in cfi_intelext_write_words() 1695 ofs, datum, FL_WRITING); in cfi_intelext_write_words() 1734 ret = get_chip(map, chip, cmd_adr, FL_WRITING); in do_write_buffer() [all …]
|
A D | cfi_cmdset_0002.c | 913 (mode == FL_WRITING && (cfip->EraseSuspend & 0x2)))) in get_chip() 1863 bus_ofs, tmp_buf, FL_WRITING); in cfi_amdstd_write_words() 1887 ofs, datum, FL_WRITING); in cfi_amdstd_write_words() 1930 ofs, tmp_buf, FL_WRITING); in cfi_amdstd_write_words() 1957 if (chip->state != FL_WRITING) { in do_write_buffer_wait() 2035 ret = get_chip(map, chip, adr, FL_WRITING); in do_write_buffer() 2076 chip->state = FL_WRITING; in do_write_buffer()
|
A D | cfi_cmdset_0020.c | 316 case FL_WRITING: in do_read_onechip() 531 chip->state = FL_WRITING; in do_write_buffer() 540 if (chip->state != FL_WRITING) { in do_write_buffer()
|
/linux-6.3-rc2/drivers/mtd/lpddr/ |
A D | lpddr_cmds.c | 204 if (chip->priv && (mode == FL_WRITING || mode == FL_ERASING) in get_chip() 417 ret = get_chip(map, chip, FL_WRITING); in do_write_buffer() 471 chip->state = FL_WRITING; in do_write_buffer()
|
/linux-6.3-rc2/drivers/mtd/nand/onenand/ |
A D | onenand_base.c | 1883 ret = this->wait(mtd, FL_WRITING); in onenand_write_ops_nolock() 1924 ret = this->wait(mtd, FL_WRITING); in onenand_write_ops_nolock() 2053 ret = this->wait(mtd, FL_WRITING); in onenand_write_oob_nolock() 2101 onenand_get_device(mtd, FL_WRITING); in onenand_write_oob() 2490 onenand_get_device(mtd, FL_WRITING); in onenand_block_markbad() 2850 ret = this->wait(mtd, FL_WRITING); in onenand_otp_write_oob_nolock() 3629 ret = this->wait(mtd, FL_WRITING); in flexonenand_set_boundary() 3637 ret = this->wait(mtd, FL_WRITING); in flexonenand_set_boundary()
|
A D | onenand_samsung.c | 321 case FL_WRITING: in s3c_onenand_wait()
|
Completed in 24 milliseconds