Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/goldfish/
Dgoldfish_nand_reg.h24 NAND_CMD_WRITE, enumerator
Dgoldfish_nand.c61 case NAND_CMD_WRITE: in goldfish_nand_cmd_with_params()
182 ops->retlen = goldfish_nand_cmd(mtd, NAND_CMD_WRITE, ofs, in goldfish_nand_write_oob()
186 ops->oobretlen = goldfish_nand_cmd(mtd, NAND_CMD_WRITE, ofs, in goldfish_nand_write_oob()
231 *retlen = goldfish_nand_cmd(mtd, NAND_CMD_WRITE, to, len, (void *)buf); in goldfish_nand_write()