Home
last modified time | relevance | path

Searched refs:FL_WRITING (Results 1 – 11 of 11) sorted by relevance

/linux-2.6.39/include/linux/mtd/
Dflashchip.h39 FL_WRITING, enumerator
/linux-2.6.39/drivers/mtd/lpddr/
Dlpddr_cmds.c198 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()
774 ret = get_chip(map, chip, FL_WRITING); in word_program()
/linux-2.6.39/drivers/mtd/chips/
Dcfi_cmdset_0001.c793 (mode == FL_WRITING && (cfip->SuspendCmdSupport & 1)))) in chip_ready()
837 (mode != FL_WRITING || !cfip || !(cfip->SuspendCmdSupport&1))) in chip_ready()
870 (mode == FL_WRITING || mode == FL_ERASING || mode == FL_OTP_WRITE in get_chip()
1100 (chip->state == FL_WRITING && (cfip->FeatureSupport&4))) && in xip_wait_for_operation()
1254 if (chip->write_suspended && chip_state == FL_WRITING) { in inval_cache_and_wait_for_operation()
1500 case FL_WRITING: in do_write_oneword()
1591 bus_ofs, datum, FL_WRITING); in cfi_intelext_write_words()
1612 ofs, datum, FL_WRITING); in cfi_intelext_write_words()
1636 ofs, datum, FL_WRITING); in cfi_intelext_write_words()
1669 ret = get_chip(map, chip, cmd_adr, FL_WRITING); in do_write_buffer()
[all …]
Dcfi_cmdset_0002.c689 (mode == FL_WRITING && (cfip->EraseSuspend & 0x2)))) in get_chip()
1162 ret = get_chip(map, chip, adr, FL_WRITING); in do_write_oneword()
1192 chip->state = FL_WRITING; in do_write_oneword()
1201 if (chip->state != FL_WRITING) { in do_write_oneword()
1397 ret = get_chip(map, chip, adr, FL_WRITING); in do_write_buffer()
1438 chip->state = FL_WRITING; in do_write_buffer()
1447 if (chip->state != FL_WRITING) { in do_write_buffer()
1586 ret = get_chip(map, chip, adr, FL_WRITING); in do_erase_chip()
Dcfi_cmdset_0020.c316 case FL_WRITING: in do_read_onechip()
533 chip->state = FL_WRITING; in do_write_buffer()
542 if (chip->state != FL_WRITING) { in do_write_buffer()
/linux-2.6.39/drivers/mtd/onenand/
Donenand_base.c1941 ret = this->wait(mtd, FL_WRITING); in onenand_write_ops_nolock()
1982 ret = this->wait(mtd, FL_WRITING); in onenand_write_ops_nolock()
2123 ret = this->wait(mtd, FL_WRITING); in onenand_write_oob_nolock()
2171 onenand_get_device(mtd, FL_WRITING); in onenand_write()
2200 onenand_get_device(mtd, FL_WRITING); in onenand_write_oob()
2617 onenand_get_device(mtd, FL_WRITING); in onenand_block_markbad()
2979 ret = this->wait(mtd, FL_WRITING); in onenand_otp_write_oob_nolock()
3745 ret = this->wait(mtd, FL_WRITING); in flexonenand_set_boundary()
3753 ret = this->wait(mtd, FL_WRITING); in flexonenand_set_boundary()
Dsamsung.c353 case FL_WRITING: in s3c_onenand_wait()
/linux-2.6.39/drivers/mtd/nand/
Drtc_from4.c429 } else if (state == FL_WRITING) { in rtc_from4_errstat()
Dnand_base.c414 nand_get_device(chip, mtd, FL_WRITING); in nand_default_block_markbad()
2087 status = chip->errstat(mtd, chip, FL_WRITING, status, in nand_write_page()
2297 panic_nand_get_device(chip, mtd, FL_WRITING); in panic_nand_write()
2331 nand_get_device(chip, mtd, FL_WRITING); in nand_write()
2447 nand_get_device(chip, mtd, FL_WRITING); in nand_write_oob()
Dcafe_nand.c561 status = chip->errstat(mtd, chip, FL_WRITING, status, in cafe_nand_write_page()
Dpxa3xx_nand.c753 if (this->state == FL_WRITING || this->state == FL_ERASING) { in pxa3xx_nand_waitfunc()