Searched refs:NAND_CTRL_ALE (Results 1 – 4 of 4) sorted by relevance
111 else if ((ctrl & NAND_CTRL_ALE) == NAND_CTRL_ALE) in nand_davinci_hwcontrol()
382 doc200x_hwcontrol(mtd, 0, NAND_CTRL_ALE | NAND_CTRL_CHANGE); in doc200x_ident_chip()403 doc200x_hwcontrol(mtd, 0, NAND_CTRL_ALE | NAND_CTRL_CHANGE); in doc200x_ident_chip()
793 ctrl = NAND_CTRL_ALE | NAND_CTRL_CHANGE; in nand_command()
58 #define NAND_CTRL_ALE (NAND_NCE | NAND_ALE) macro