Searched refs:brcmnand_write (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c2023 static int brcmnand_write(struct mtd_info *mtd, struct nand_chip *chip, function
2097 brcmnand_write(mtd, chip, host->last_addr, (const u32 *)buf, oob);
2111 brcmnand_write(mtd, chip, host->last_addr, (const u32 *)buf, oob);
2120 return brcmnand_write(mtd, chip, (u64)page << chip->page_shift,
2131 ret = brcmnand_write(mtd, chip, (u64)page << chip->page_shift, NULL,

Completed in 87 milliseconds