Home
last modified time | relevance | path

Searched refs:chip_good (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/chips/
H A Dcfi_cmdset_0002.c859 static int __xipram chip_good(struct map_info *map, struct flchip *chip, in chip_good() function
1686 * We check "time_after" and "!chip_good" before checking in do_write_oneword_once()
1687 * "chip_good" to avoid the failure due to scheduling. in do_write_oneword_once()
1690 !chip_good(map, chip, adr, &datum)) { in do_write_oneword_once()
1698 if (chip_good(map, chip, adr, &datum)) { in do_write_oneword_once()
1966 * We check "time_after" and "!chip_good" before checking in do_write_buffer_wait()
1967 * "chip_good" to avoid the failure due to scheduling. in do_write_buffer_wait()
1970 !chip_good(map, chip, adr, &datum)) { in do_write_buffer_wait()
1977 if (chip_good(map, chip, adr, &datum)) { in do_write_buffer_wait()
/kernel/linux/linux-6.6/drivers/mtd/chips/
H A Dcfi_cmdset_0002.c862 static int __xipram chip_good(struct map_info *map, struct flchip *chip, in chip_good() function
1690 * We check "time_after" and "!chip_good" before checking in do_write_oneword_once()
1691 * "chip_good" to avoid the failure due to scheduling. in do_write_oneword_once()
1694 !chip_good(map, chip, adr, &datum)) { in do_write_oneword_once()
1702 if (chip_good(map, chip, adr, &datum)) { in do_write_oneword_once()
1970 * We check "time_after" and "!chip_good" before checking in do_write_buffer_wait()
1971 * "chip_good" to avoid the failure due to scheduling. in do_write_buffer_wait()
1974 !chip_good(map, chip, adr, &datum)) { in do_write_buffer_wait()
1981 if (chip_good(map, chip, adr, &datum)) { in do_write_buffer_wait()

Completed in 8 milliseconds