Searched refs:NAND_CTRL_ALE (Results 1 – 4 of 4) sorted by relevance
97 else if ((ctrl & NAND_CTRL_ALE) == NAND_CTRL_ALE) in nand_davinci_hwcontrol()
276 ctrl = NAND_CTRL_ALE | NAND_CTRL_CHANGE; in nand_command()
378 doc200x_hwcontrol(this, 0, NAND_CTRL_ALE | NAND_CTRL_CHANGE); in doc200x_ident_chip()399 doc200x_hwcontrol(this, 0, NAND_CTRL_ALE | NAND_CTRL_CHANGE); in doc200x_ident_chip()
45 #define NAND_CTRL_ALE (NAND_NCE | NAND_ALE) macro