Home
last modified time | relevance | path

Searched refs:NAND_CTRL_CHANGE (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/mtd/nand/raw/
H A Dnand_legacy.c57 0 | NAND_CTRL_CHANGE); in nand_select_chip()
254 int ctrl = NAND_CTRL_CLE | NAND_CTRL_CHANGE; in nand_command()
272 ctrl &= ~NAND_CTRL_CHANGE; in nand_command()
278 ctrl = NAND_CTRL_ALE | NAND_CTRL_CHANGE; in nand_command()
286 ctrl &= ~NAND_CTRL_CHANGE; in nand_command()
290 ctrl &= ~NAND_CTRL_CHANGE; in nand_command()
296 NAND_NCE | NAND_CTRL_CHANGE); in nand_command()
319 NAND_CTRL_CLE | NAND_CTRL_CHANGE); in nand_command()
321 NAND_NCE | NAND_CTRL_CHANGE); in nand_command()
403 NAND_NCE | NAND_CLE | NAND_CTRL_CHANGE); in nand_command_lp()
[all …]
H A Dtxx9ndfmc.c137 if (ctrl & NAND_CTRL_CHANGE) { in txx9ndfmc_cmd_ctrl()
155 if ((ctrl & NAND_CTRL_CHANGE) && cmd == NAND_CMD_NONE) in txx9ndfmc_cmd_ctrl()
H A Dsharpsl.c62 if (ctrl & NAND_CTRL_CHANGE) { in sharpsl_nand_hwcontrol()
H A Dr852.c322 if (ctrl & NAND_CTRL_CHANGE) { in r852_cmdctl()
/linux/arch/mips/rb532/
H A Ddevices.c142 if (ctrl & NAND_CTRL_CHANGE) { in rb532_cmd_ctrl()
/linux/arch/arm/mach-orion5x/
H A Dts78xx-setup.c133 if (ctrl & NAND_CTRL_CHANGE) { in ts78xx_ts_nand_cmd_ctrl()
/linux/include/linux/mtd/
H A Drawnand.h47 #define NAND_CTRL_CHANGE 0x80 macro