Searched refs:mpc5121_nfc_buf_copy (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | mpc5121_nfc.c | 445 static void mpc5121_nfc_buf_copy(struct mtd_info *mtd, u_char *buf, int len, in mpc5121_nfc_buf_copy() function 480 mpc5121_nfc_buf_copy(mtd, buf, len, wr); in mpc5121_nfc_buf_copy() 487 mpc5121_nfc_buf_copy(nand_to_mtd(chip), buf, len, 0); in mpc5121_nfc_read_buf() 494 mpc5121_nfc_buf_copy(nand_to_mtd(chip), (u_char *)buf, len, 1); in mpc5121_nfc_write_buf()
|