Searched refs:NAND_CTRL_ALE (Results 1 – 4 of 4) sorted by relevance
115 else if ((ctrl & NAND_CTRL_ALE) == NAND_CTRL_ALE) in nand_davinci_hwcontrol()
389 doc200x_hwcontrol(mtd, 0, NAND_CTRL_ALE | NAND_CTRL_CHANGE); in doc200x_ident_chip()410 doc200x_hwcontrol(mtd, 0, NAND_CTRL_ALE | NAND_CTRL_CHANGE); in doc200x_ident_chip()
632 ctrl = NAND_CTRL_ALE | NAND_CTRL_CHANGE; in nand_command()
70 #define NAND_CTRL_ALE (NAND_NCE | NAND_ALE) macro