Searched refs:meson_nfc_read_page_hwecc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | meson_nand.c | 776 static int meson_nfc_read_page_hwecc(struct nand_chip *nand, u8 *buf, in meson_nfc_read_page_hwecc() function 837 return meson_nfc_read_page_hwecc(nand, NULL, 1, page); in meson_nfc_read_oob() 1219 nand->ecc.read_page = meson_nfc_read_page_hwecc; in meson_nand_attach_chip()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | meson_nand.c | 862 static int meson_nfc_read_page_hwecc(struct nand_chip *nand, u8 *buf, in meson_nfc_read_page_hwecc() function 923 return meson_nfc_read_page_hwecc(nand, NULL, 1, page); in meson_nfc_read_oob() 1348 nand->ecc.read_page = meson_nfc_read_page_hwecc; in meson_nand_attach_chip()
|
Completed in 6 milliseconds