| /OK3568_Linux_fs/kernel/include/linux/mtd/ |
| H A D | flashchip.h | 25 FL_WRITING, enumerator
|
| /OK3568_Linux_fs/u-boot/include/linux/mtd/ |
| H A D | flashchip.h | 29 FL_WRITING, enumerator
|
| /OK3568_Linux_fs/kernel/drivers/mtd/rknand/ |
| H A D | rknand_base.h | 36 FL_WRITING, enumerator
|
| /OK3568_Linux_fs/kernel/drivers/mtd/chips/ |
| H A D | cfi_cmdset_0001.c | 850 (mode == FL_WRITING && (cfip->SuspendCmdSupport & 1)))) in chip_ready() 900 (mode != FL_WRITING || !cfip || !(cfip->SuspendCmdSupport&1))) in chip_ready() 933 (mode == FL_WRITING || mode == FL_ERASING || mode == FL_OTP_WRITE in get_chip() 1160 (chip->state == FL_WRITING && (cfip->FeatureSupport&4))) && in xip_wait_for_operation() 1314 if (chip->write_suspended && chip_state == FL_WRITING) { in inval_cache_and_wait_for_operation() 1561 case FL_WRITING: in do_write_oneword() 1649 bus_ofs, datum, FL_WRITING); in cfi_intelext_write_words() 1670 ofs, datum, FL_WRITING); in cfi_intelext_write_words() 1694 ofs, datum, FL_WRITING); in cfi_intelext_write_words() 1733 ret = get_chip(map, chip, cmd_adr, FL_WRITING); in do_write_buffer() [all …]
|
| H A D | cfi_cmdset_0002.c | 907 (mode == FL_WRITING && (cfip->EraseSuspend & 0x2)))) in get_chip() 1857 bus_ofs, tmp_buf, FL_WRITING); in cfi_amdstd_write_words() 1881 ofs, datum, FL_WRITING); in cfi_amdstd_write_words() 1924 ofs, tmp_buf, FL_WRITING); in cfi_amdstd_write_words() 1951 if (chip->state != FL_WRITING) { in do_write_buffer_wait() 2029 ret = get_chip(map, chip, adr, FL_WRITING); in do_write_buffer() 2070 chip->state = FL_WRITING; in do_write_buffer()
|
| H 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()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/lpddr/ |
| H 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()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/onenand/ |
| H A D | onenand_base.c | 1485 ret = this->wait(mtd, FL_WRITING); in onenand_write_ops_nolock() 1613 ret = this->wait(mtd, FL_WRITING); in onenand_write_oob_nolock() 1660 onenand_get_device(mtd, FL_WRITING); in onenand_write() 1691 onenand_get_device(mtd, FL_WRITING); in onenand_write_oob() 1935 onenand_get_device(mtd, FL_WRITING); in onenand_block_markbad() 2502 ret = this->wait(mtd, FL_WRITING); in flexonenand_set_boundary() 2510 ret = this->wait(mtd, FL_WRITING); in flexonenand_set_boundary()
|
| H A D | samsung.c | 220 case FL_WRITING: in s3c_onenand_wait()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/onenand/ |
| H A D | onenand_base.c | 1871 ret = this->wait(mtd, FL_WRITING); in onenand_write_ops_nolock() 1912 ret = this->wait(mtd, FL_WRITING); in onenand_write_ops_nolock() 2044 ret = this->wait(mtd, FL_WRITING); in onenand_write_oob_nolock() 2092 onenand_get_device(mtd, FL_WRITING); in onenand_write_oob() 2481 onenand_get_device(mtd, FL_WRITING); in onenand_block_markbad() 2843 ret = this->wait(mtd, FL_WRITING); in onenand_otp_write_oob_nolock() 3622 ret = this->wait(mtd, FL_WRITING); in flexonenand_set_boundary() 3630 ret = this->wait(mtd, FL_WRITING); in flexonenand_set_boundary()
|
| H A D | onenand_samsung.c | 321 case FL_WRITING: in s3c_onenand_wait()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | nand_base.c | 461 nand_get_device(mtd, FL_WRITING); in nand_block_markbad_lowlevel() 3331 panic_nand_get_device(chip, mtd, FL_WRITING); in panic_nand_write() 3448 nand_get_device(mtd, FL_WRITING); in nand_write_oob()
|
| H A D | pxa3xx_nand.c | 1431 if (this->state == FL_WRITING || this->state == FL_ERASING) { in pxa3xx_nand_waitfunc()
|