Home
last modified time | relevance | path

Searched refs:NAND_CTRL_CLE (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/mtd/nand/raw/bcm47xxnflash/
Dops_bcm4706.c183 if (cmd & NAND_CTRL_CLE) in bcm47xxnflash_ops_bcm4706_cmd_ctrl()
232 nand_chip->cmd_ctrl(mtd, command, NAND_CTRL_CLE); in bcm47xxnflash_ops_bcm4706_cmdfunc()
/Linux-v4.19/drivers/mtd/nand/raw/
Ddavinci_nand.c109 if ((ctrl & NAND_CTRL_CLE) == NAND_CTRL_CLE) in nand_davinci_hwcontrol()
Ddiskonchip.c381 NAND_CTRL_CLE | NAND_CTRL_CHANGE); in doc200x_ident_chip()
402 NAND_CTRL_CLE | NAND_CTRL_CHANGE); in doc200x_ident_chip()
Dnand_base.c769 int ctrl = NAND_CTRL_CLE | NAND_CTRL_CHANGE; in nand_command()
833 NAND_CTRL_CLE | NAND_CTRL_CHANGE); in nand_command()
/Linux-v4.19/include/linux/mtd/
Drawnand.h57 #define NAND_CTRL_CLE (NAND_NCE | NAND_CLE) macro