Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/nand/
Ddavinci_nand.c115 else if ((ctrl & NAND_CTRL_ALE) == NAND_CTRL_ALE) in nand_davinci_hwcontrol()
Ddiskonchip.c389 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()
Dnand_base.c632 ctrl = NAND_CTRL_ALE | NAND_CTRL_CHANGE; in nand_command()
/linux-4.4.14/include/linux/mtd/
Dnand.h70 #define NAND_CTRL_ALE (NAND_NCE | NAND_ALE) macro