Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/mtd/nand/
Dnand.c297 this->cmdfunc(mtd, NAND_CMD_RESET, -1, -1); in nand_get_chip()
328 this->cmdfunc (mtd, NAND_CMD_STATUS, -1, -1); in nand_wait()
376 this->cmdfunc (mtd, NAND_CMD_READ0, 0, page); in nand_write_page()
406 this->cmdfunc (mtd, NAND_CMD_SEQIN, 0x00, page); in nand_write_page()
467 this->cmdfunc (mtd, NAND_CMD_PAGEPROG, -1, -1); in nand_write_page()
493 this->cmdfunc (mtd, NAND_CMD_READ0, col, page); in nand_write_page()
589 this->cmdfunc (mtd, NAND_CMD_READ0, 0x00, page); in nand_read_ecc()
759 this->cmdfunc (mtd, NAND_CMD_READOOB, col, page); in nand_read_oob()
820 this->cmdfunc (mtd, NAND_CMD_STATUS, -1, -1); in nand_write_ecc()
908 this->cmdfunc (mtd, NAND_CMD_STATUS, -1, -1); in nand_write_oob()
[all …]
/linux-2.4.37.9/include/linux/mtd/
Dnand.h165 void (*cmdfunc)(struct mtd_info *mtd, unsigned command, int column, int page_addr); member