Home
last modified time | relevance | path

Searched refs:fsl_ifc_write_buf (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dfsl_ifc_nand.c571 static void fsl_ifc_write_buf(struct mtd_info *mtd, const u8 *buf, int len) in fsl_ifc_write_buf() function
760 fsl_ifc_write_buf(mtd, buf, mtd->writesize); in fsl_ifc_write_page()
761 fsl_ifc_write_buf(mtd, chip->oob_poi, mtd->oobsize); in fsl_ifc_write_page()
933 nand->write_buf = fsl_ifc_write_buf; in fsl_ifc_chip_init()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dfsl_ifc_nand.c509 static void fsl_ifc_write_buf(struct nand_chip *chip, const u8 *buf, int len) in fsl_ifc_write_buf() function
701 fsl_ifc_write_buf(chip, chip->oob_poi, mtd->oobsize); in fsl_ifc_write_page()
876 chip->legacy.write_buf = fsl_ifc_write_buf; in fsl_ifc_chip_init()