Searched refs:nand_status_op (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | nand_toshiba.c | 79 ret = nand_status_op(chip, &status); in toshiba_nand_benand_eccstatus()
|
H A D | nand_legacy.c | 546 ret = nand_status_op(chip, NULL); in nand_wait()
|
H A D | nand_micron.c | 320 ret = nand_status_op(chip, &status); in micron_nand_read_page_on_die_ecc()
|
H A D | nand_base.c | 371 ret = nand_status_op(chip, &status); in nand_check_wp() 664 ret = nand_status_op(chip, NULL); in nand_soft_waitrdy() 1645 ret = nand_status_op(chip, &status); in nand_prog_page_end_op() 1697 ret = nand_status_op(chip, &status); in nand_prog_page_op() 1861 int nand_status_op(struct nand_chip *chip, u8 *status) in nand_status_op() function 1897 EXPORT_SYMBOL_GPL(nand_status_op); 1966 ret = nand_status_op(chip, &status); in nand_erase_op()
|
H A D | r852.c | 373 nand_status_op(chip, &status); in r852_wait()
|
H A D | vf610_nfc.c | 630 ret = nand_status_op(chip, &status); in vf610_nfc_write_page()
|
H A D | pl35x-nand-controller.c | 568 ret = nand_status_op(chip, &status); in pl35x_nand_write_page_hwecc()
|
H A D | arasan-nand-controller.c | 572 ret = nand_status_op(chip, &status); in anfc_write_page_hw_ecc()
|
H A D | marvell_nand.c | 1203 ret = nand_status_op(chip, &status); in marvell_nfc_hw_ecc_hmg_do_write_page() 1677 ret = nand_status_op(chip, &status); in marvell_nfc_hw_ecc_bch_write_page()
|
H A D | meson_nand.c | 439 nand_status_op(nand, NULL); in meson_nfc_wait_no_rb_pin()
|
/openbmc/linux/include/linux/mtd/ |
H A D | rawnand.h | 1546 int nand_status_op(struct nand_chip *chip, u8 *status);
|
/openbmc/linux/drivers/mtd/nand/raw/brcmnand/ |
H A D | brcmnand.c | 1390 nand_status_op(chip, NULL); in brcmnand_wp()
|