Searched refs:FL_WRITING (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/include/linux/mtd/ |
D | flashchip.h | 39 FL_WRITING, enumerator
|
/linux-4.1.27/drivers/mtd/chips/ |
D | cfi_cmdset_0001.c | 825 (mode == FL_WRITING && (cfip->SuspendCmdSupport & 1)))) in chip_ready() 866 (mode != FL_WRITING || !cfip || !(cfip->SuspendCmdSupport&1))) in chip_ready() 899 (mode == FL_WRITING || mode == FL_ERASING || mode == FL_OTP_WRITE in get_chip() 1126 (chip->state == FL_WRITING && (cfip->FeatureSupport&4))) && in xip_wait_for_operation() 1280 if (chip->write_suspended && chip_state == FL_WRITING) { in inval_cache_and_wait_for_operation() 1527 case FL_WRITING: in do_write_oneword() 1615 bus_ofs, datum, FL_WRITING); in cfi_intelext_write_words() 1636 ofs, datum, FL_WRITING); in cfi_intelext_write_words() 1660 ofs, datum, FL_WRITING); in cfi_intelext_write_words() 1699 ret = get_chip(map, chip, cmd_adr, FL_WRITING); in do_write_buffer() [all …]
|
D | cfi_cmdset_0002.c | 814 (mode == FL_WRITING && (cfip->EraseSuspend & 0x2)))) in get_chip() 1711 bus_ofs, tmp_buf, FL_WRITING); in cfi_amdstd_write_words() 1735 ofs, datum, FL_WRITING); in cfi_amdstd_write_words() 1778 ofs, tmp_buf, FL_WRITING); in cfi_amdstd_write_words() 1813 ret = get_chip(map, chip, adr, FL_WRITING); in do_write_buffer() 1854 chip->state = FL_WRITING; in do_write_buffer() 1863 if (chip->state != FL_WRITING) { in do_write_buffer() 2245 ret = get_chip(map, chip, adr, FL_WRITING); in do_erase_chip()
|
D | cfi_cmdset_0020.c | 315 case FL_WRITING: in do_read_onechip() 530 chip->state = FL_WRITING; in do_write_buffer() 539 if (chip->state != FL_WRITING) { in do_write_buffer()
|
/linux-4.1.27/drivers/mtd/lpddr/ |
D | lpddr_cmds.c | 190 if (chip->priv && (mode == FL_WRITING || mode == FL_ERASING) in get_chip() 403 ret = get_chip(map, chip, FL_WRITING); in do_write_buffer() 457 chip->state = FL_WRITING; in do_write_buffer()
|
/linux-4.1.27/drivers/mtd/onenand/ |
D | onenand_base.c | 1948 ret = this->wait(mtd, FL_WRITING); in onenand_write_ops_nolock() 1989 ret = this->wait(mtd, FL_WRITING); in onenand_write_ops_nolock() 2130 ret = this->wait(mtd, FL_WRITING); in onenand_write_oob_nolock() 2178 onenand_get_device(mtd, FL_WRITING); in onenand_write() 2207 onenand_get_device(mtd, FL_WRITING); in onenand_write_oob() 2613 onenand_get_device(mtd, FL_WRITING); in onenand_block_markbad() 2975 ret = this->wait(mtd, FL_WRITING); in onenand_otp_write_oob_nolock() 3748 ret = this->wait(mtd, FL_WRITING); in flexonenand_set_boundary() 3756 ret = this->wait(mtd, FL_WRITING); in flexonenand_set_boundary()
|
D | samsung.c | 329 case FL_WRITING: in s3c_onenand_wait()
|
/linux-4.1.27/drivers/mtd/nand/ |
D | nand_base.c | 448 nand_get_device(mtd, FL_WRITING); in nand_block_markbad_lowlevel() 2307 status = chip->errstat(mtd, chip, FL_WRITING, status, in nand_write_page() 2528 panic_nand_get_device(chip, mtd, FL_WRITING); in panic_nand_write() 2557 nand_get_device(mtd, FL_WRITING); in nand_write() 2674 nand_get_device(mtd, FL_WRITING); in nand_write_oob()
|
D | pxa3xx_nand.c | 1224 if (this->state == FL_WRITING || this->state == FL_ERASING) { in pxa3xx_nand_waitfunc()
|
D | atmel_nand.c | 2017 status = chip->errstat(mtd, chip, FL_WRITING, status, page); in nfc_sram_write_page()
|