Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mtd/nand/raw/bcm47xxnflash/
Dops_bcm4706.c178 if (cmd & NAND_CTRL_CLE) in bcm47xxnflash_ops_bcm4706_cmd_ctrl()
226 nand_chip->legacy.cmd_ctrl(nand_chip, command, NAND_CTRL_CLE); in bcm47xxnflash_ops_bcm4706_cmdfunc()
/Linux-v5.4/drivers/mtd/nand/raw/
Dnand_legacy.c252 int ctrl = NAND_CTRL_CLE | NAND_CTRL_CHANGE; in nand_command()
317 NAND_CTRL_CLE | NAND_CTRL_CHANGE); in nand_command()
Ddavinci_nand.c95 if ((ctrl & NAND_CTRL_CLE) == NAND_CTRL_CLE) in nand_davinci_hwcontrol()
Ddiskonchip.c377 NAND_CTRL_CLE | NAND_CTRL_CHANGE); in doc200x_ident_chip()
398 NAND_CTRL_CLE | NAND_CTRL_CHANGE); in doc200x_ident_chip()
/Linux-v5.4/include/linux/mtd/
Drawnand.h44 #define NAND_CTRL_CLE (NAND_NCE | NAND_CLE) macro