Home
last modified time | relevance | path

Searched refs:NAND_CTRL_ALE (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/mtd/nand/
Ddavinci_nand.c115 else if ((ctrl & NAND_CTRL_ALE) == NAND_CTRL_ALE) in nand_davinci_hwcontrol()
Ddiskonchip.c386 doc200x_hwcontrol(mtd, 0, NAND_CTRL_ALE | NAND_CTRL_CHANGE); in doc200x_ident_chip()
407 doc200x_hwcontrol(mtd, 0, NAND_CTRL_ALE | NAND_CTRL_CHANGE); in doc200x_ident_chip()
Dnand_base.c624 ctrl = NAND_CTRL_ALE | NAND_CTRL_CHANGE; in nand_command()
/linux-4.1.27/include/linux/mtd/
Dnand.h68 #define NAND_CTRL_ALE (NAND_NCE | NAND_ALE) macro