Home | History | Annotate | Download | only in nand

Lines Matching refs:hwctrl

34 	void (*hwctrl)(struct mtd_info *mtd, int cmd,
47 hwctrl(mtd, cmd, NAND_CTRL_CLE | NAND_CTRL_CHANGE);
50 hwctrl(mtd, NAND_CMD_NONE, NAND_NCE | NAND_CTRL_CHANGE);
69 hwctrl(mtd, offs & 0xff,
71 hwctrl(mtd, (offs >> 8) & 0xff, NAND_CTRL_ALE); /* A[11:9] */
74 hwctrl(mtd, (page_addr & 0xff),
76 hwctrl(mtd, ((page_addr >> 8) & 0xff),
80 hwctrl(mtd, (page_addr >> 16) & 0x0f,
85 hwctrl(mtd, NAND_CMD_NONE, NAND_NCE | NAND_CTRL_CHANGE);
104 hwctrl(mtd, NAND_CMD_RNDOUTSTART, NAND_CTRL_CLE |
106 hwctrl(mtd, NAND_CMD_NONE, NAND_NCE | NAND_CTRL_CHANGE);
111 hwctrl(mtd, NAND_CMD_READSTART,
113 hwctrl(mtd, NAND_CMD_NONE, NAND_NCE | NAND_CTRL_CHANGE);