Lines Matching refs:doc200x_hwcontrol
86 static void doc200x_hwcontrol(struct mtd_info *mtd, int cmd,
380 doc200x_hwcontrol(mtd, NAND_CMD_READID, in doc200x_ident_chip()
382 doc200x_hwcontrol(mtd, 0, NAND_CTRL_ALE | NAND_CTRL_CHANGE); in doc200x_ident_chip()
383 doc200x_hwcontrol(mtd, NAND_CMD_NONE, NAND_NCE | NAND_CTRL_CHANGE); in doc200x_ident_chip()
401 doc200x_hwcontrol(mtd, NAND_CMD_READID, in doc200x_ident_chip()
403 doc200x_hwcontrol(mtd, 0, NAND_CTRL_ALE | NAND_CTRL_CHANGE); in doc200x_ident_chip()
404 doc200x_hwcontrol(mtd, NAND_CMD_NONE, in doc200x_ident_chip()
618 doc200x_hwcontrol(mtd, NAND_CMD_NONE, 0 | NAND_CTRL_CHANGE); in doc200x_select_chip()
623 doc200x_hwcontrol(mtd, NAND_CMD_NONE, NAND_NCE | NAND_CTRL_CHANGE); in doc200x_select_chip()
631 static void doc200x_hwcontrol(struct mtd_info *mtd, int cmd, in doc200x_hwcontrol() function
1590 nand->cmd_ctrl = doc200x_hwcontrol; in doc_probe()