Home
last modified time | relevance | path

Searched refs:nand_prog_pages (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/nand/
Dnand.h335 int nand_prog_pages(struct nand_chip *chip, uint32_t offset, uint8_t *buf,
Dnand_geom.c71 return (nand_prog_pages(chip, offset, buf, len)); in nand_write()
Dnand.c620 nand_prog_pages(struct nand_chip *chip, uint32_t offset, uint8_t *buf, in nand_prog_pages() function