Lines Matching refs:doc200x_hwcontrol
91 static void doc200x_hwcontrol(struct mtd_info *mtd, int cmd,
387 doc200x_hwcontrol(mtd, NAND_CMD_READID, in doc200x_ident_chip()
389 doc200x_hwcontrol(mtd, 0, NAND_CTRL_ALE | NAND_CTRL_CHANGE); in doc200x_ident_chip()
390 doc200x_hwcontrol(mtd, NAND_CMD_NONE, NAND_NCE | NAND_CTRL_CHANGE); in doc200x_ident_chip()
408 doc200x_hwcontrol(mtd, NAND_CMD_READID, in doc200x_ident_chip()
410 doc200x_hwcontrol(mtd, 0, NAND_CTRL_ALE | NAND_CTRL_CHANGE); in doc200x_ident_chip()
411 doc200x_hwcontrol(mtd, NAND_CMD_NONE, in doc200x_ident_chip()
625 doc200x_hwcontrol(mtd, NAND_CMD_NONE, 0 | NAND_CTRL_CHANGE); in doc200x_select_chip()
630 doc200x_hwcontrol(mtd, NAND_CMD_NONE, NAND_NCE | NAND_CTRL_CHANGE); in doc200x_select_chip()
638 static void doc200x_hwcontrol(struct mtd_info *mtd, int cmd, in doc200x_hwcontrol() function
1577 nand->cmd_ctrl = doc200x_hwcontrol; in doc_probe()