Searched refs:nand_get_data_buf (Results 1 – 4 of 4) sorted by relevance
1137 u8 *buf = nand_get_data_buf(chip); in marvell_nfc_hw_ecc_hmg_read_oob_raw()1246 u8 *buf = nand_get_data_buf(chip); in marvell_nfc_hw_ecc_hmg_write_oob_raw()1498 u8 *buf = nand_get_data_buf(chip); in marvell_nfc_hw_ecc_bch_read_oob_raw()1505 u8 *buf = nand_get_data_buf(chip); in marvell_nfc_hw_ecc_bch_read_oob()1691 u8 *buf = nand_get_data_buf(chip); in marvell_nfc_hw_ecc_bch_write_oob_raw()1701 u8 *buf = nand_get_data_buf(chip); in marvell_nfc_hw_ecc_bch_write_oob()
571 data_buf = nand_get_data_buf(chip); in check_for_erased_page()574 nand_get_data_buf(chip); in check_for_erased_page()
933 u8 *pagebuf = nand_get_data_buf(this); in nand_memory_bbt()
1634 static inline void *nand_get_data_buf(struct nand_chip *chip) in nand_get_data_buf() function