Searched refs:FL_WRITING (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/include/linux/mtd/ |
D | flashchip.h | 30 FL_WRITING, enumerator
|
D | nand.h | 112 FL_WRITING, enumerator
|
/linux-2.4.37.9/drivers/mtd/nand/ |
D | nand.c | 470 status = this->waitfunc (mtd, this, FL_WRITING); in nand_write_page() 814 nand_get_chip (this, mtd, FL_WRITING, NULL); in nand_write_ecc() 902 nand_get_chip (this, mtd, FL_WRITING, NULL); in nand_write_oob() 930 status = this->waitfunc (mtd, this, FL_WRITING); in nand_write_oob() 1005 nand_get_chip (this, mtd, FL_WRITING, NULL); in nand_writev_ecc()
|
/linux-2.4.37.9/drivers/mtd/chips/ |
D | cfi_cmdset_0001.c | 532 case FL_WRITING: 854 chip->state = FL_WRITING; 863 if (chip->state != FL_WRITING) { 1223 chip->state = FL_WRITING; 1232 if (chip->state != FL_WRITING) {
|
D | cfi_cmdset_0020.c | 332 case FL_WRITING: in do_read_onechip() 558 chip->state = FL_WRITING; in do_write_buffer() 567 if (chip->state != FL_WRITING) { in do_write_buffer()
|
D | sharp.c | 361 chip->state = FL_WRITING; in sharp_write_oneword()
|
D | amd_flash.c | 920 chip->state = FL_WRITING; in write_one_word()
|
D | cfi_cmdset_0002.c | 489 chip->state = FL_WRITING; in do_write_oneword()
|